/*
Title: The Center for Design Study Style Sheet
Designer: Jim Schachterle, jschachterle@gmail.com
*/

/*
COLOR KEY

White: #fff
Light Gray: #efe
Dark Gray: #333
Orange: #f93

*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #fff;
}

/* LAYOUT ELEMENTS */

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
}
#wrap {
	float: left;
	margin: 0;
	padding: 0 20px 0 20px;
	width: 800px;
	background: #fff;
}
#header {
	float: left;
	clear: both;
	height: 80px;
	width: 800px;
	margin: 0;
	padding: 10px 0;
	background: #fff;
}
#content {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 800px;
	background: #fff;
}
#footer {
	float: left;
	clear: both;
	margin: 2px 0;
	padding: 0;
	width: 800px;
	height: 200px;
	background-color: #fff;
}

/* GUTTERS */

#content .gutter {
	margin: 0;
	padding: 10px 0;
}

/* HEADER */


#header .column1 {
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
}
#header .column2 {
	float: left;
	width: 530px;
	margin: 0;
	padding: 0;
	color: #fff;
}

/* BOTTOM NAVIGATION */

#bottomnav {
	margin: 0 130px;
	padding: 0;
	text-align: center;
	list-style: none;
	
}
#bottomnav li {
	float: left;
	display: block;
	width: 100px;
	height: 20px;
	margin: 0 4px;
	padding: 4px 0;
	font-size: 80%;
	text-transform: uppercase;
}
#bottomnav a:link,
#bottomnav a:visited {
	float: left;
	display: block;
	width: 100px;
	margin:  0;
	padding: 5px 0;
	color: #333;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#bottomnav a:hover {
	color: #fff;
	text-decoration: none;
	background: #f93;
}

/* NAVIGATION */

#nav {
	float: right;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
#nav li {
	float: left;
	display: block;
	width: 95px;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	font-size: 80%;
	text-transform: uppercase;
}
#nav a:link,
#nav a:visited {
	float: left;
	display: block;
	width: 95px;
	margin:  0;
	padding: 5px 0;
	font-weight: bold;
	color: #333;
	background: #fff;
	text-decoration: none;
	text-align: center;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
	background: #f93;
}

/* CONTENT */


#content p {
	clear: left;
	margin: 0;
	padding: 5px 10px 6px 0;
	font-size: 90%;
	color: #000;
	font-weight: normal;
	line-height: 1.8em;
}
#content h1 {
	clear: right;
	margin: 0 10px 0 0;
	padding: 10px 0 0 0;
	font-size: 130%;
	color: #f93;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
#content h2 {
	clear: both;
	margin: 8px 10px 0 0;
	padding: 0;
	font-size: 90%;
	color: #000;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.1em;
}
#content h3 {
	clear: both;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: 85%;
	color: #000;
	line-height: 2em;
}
#content h4 {
	clear: both;
	margin: 0 10px 10px 0;
	padding: 20px 0 150px 0;
	text-align: center;
	font-size: 80%;
	color: #333;
	line-height: 2em;
	font-weight: normal;
}
#content h5 {
	clear: both;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 80%;
	color: #f93;
	line-height: 1.3em;
	font-weight: normal;
}
#content .splashimage {
	clear: both;
	margin: 0;
	padding: 20px 0 10px 0;
	border: 0;
}
#content ul {
	margin: 0;
	padding: 0 10px 10px 5px;
}
#content  ul li {
	margin: 5px 0 5px 20px;
	padding: 0;
	font-size: 90%;
	color: #000;
	font-weight: normal;
	line-height: 1.8em;
	list-style: circle;
}
#content  ol li {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
}
#content a:link,
#content a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: #000 1px dashed;
}
#content a:hover {
	color: #000;
	text-decoration: none;
	background: #f93;
	border-bottom: #f93 1px solid;
}
#content .twocolumn {
	float: left;
	min-height: 200px;
	width: 390px;
	margin: 0;
	padding: 5px 0;
}
#content .video {
	margin: 0;
	padding: 0 40px 10px 40px;
}

/* FOOTER */

#footer p {
	clear: both;
	margin: 10px 5px 2px 0;
	padding: 5px 0;
	font-size: 80%;
	line-height: 1.8em;
	color: #333;
	text-align: center;
}

/* Hides from IE5/Mac \*/
