/* 
Stylesheet for the Center's Summer School Program

Author: Andrea Mignolo
Author URI: http://andreamignolo.com

*/

/* =Global
------------------------------------------------------------------*/

body, html, #wrapper, h1, h2, h3, h4, h5, h6, ul {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


/* =Layout
------------------------------------------------------------------*/

#wrapper {
	width: 950px;
	margin: 0 auto;
	
}

#header {
	position: relative;
	height: 300px;
	background: #000;
	color: #FFF;
	z-index: 3;
}

#header h1, #header h2, #header h3 {
	float: left;
	display: inline;
	width: 500px;
	margin: 10px 0 0 30px;
}

#header img {
	width: 375px;
	float: right;
}

#nav {
	width: 257px;
	float: left;
	display: inline;
	padding: 15px 0 30px 0;
}

#nav h2 {
	font-size: 13px;
	margin-left: 20px;
}

#nav a {
	display: block;
	padding: 10px 0 10px 15px;
}

#nav li {
	border-bottom: 1px solid #507C8F;
}

#nav li:first-child {
	border-top: 1px solid #507C8F;
}

#nav li:hover {
	background: #7bb6d1;
}

#nav li.active {
	background:  #7bb6d1;

}

#nav li.active a {
	background: url(../images/bullet_arrow.gif) left center no-repeat;
}


#nav ul {
	margin-top: 20px;
}

#content {
	float: right;
	display: inline;
	width: 620px;
	padding: 30px 30px 30px 0;
}

#content p {
	padding: 5px 0;
}

#footer {
	height: 80px;
	background: #000;
	color: #FFF;
	clear: both;
}

#footer ul {
	font-size: 12px;
	height: 50px;
	line-height: 1.8em;
	padding-top: 20px;
	padding-left: 30px;
}

#footer li {
	float: left;
	display: inline;
}

#footer li a {
	padding: 0 15px;
	border-left: 1px solid #333;
	color: #8AB2C4;
}

#footer ul li:first-child a {
	border-left: 0;
}

#content p.rpullquote {
	float: right;
	padding: 10px;
	background: #EEE;
	width: 300px;
	margin-left: 30px;
	margin-right: -30px;
	padding: 10px;
}

#content p.lpullquote {
	float: left;
	padding: 10px;
	background: #EEE;
	width: 300px;
	margin-right: 30px;
	margin-left: -30px;
	padding: 10px;
}

#content ul {
	margin-left: 40px;
	width: 500px;
}

#content li {
	padding: 10px 0;
}

#content img {
	padding: 5px;
	margin-left: 15px;
	margin-top: 0px;
	border: 1px solid #000;
}

/* =Typography
------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .rpullquote, .lpullquote {
	font-family: Georgia, Times, Times New Roman, serif;
}

body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 
}

#nav ul {
	text-transform: uppercase;
	font-size: 11px;
}

#content {
	font-size: 13px;
	line-height: 1.8em;
}

.rpullquote, .lpullquote {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

#content ul.questions  {
	font-style: italic;
}

.fn {
	text-transform: uppercase;
	font-size: 14px;
	color: #CC6600;
}

.caption {
	font-size: 10px;
	width: 400px;
}

.designby {
	font-size: 10px;
	margin-right: 85px;
	margin-top: -15px;
	color: #666;
}

/* =Pretty
------------------------------------------------------------------*/
#nav ul {
	list-style-type: none;
}

#nav {
	background: #8ab2c4;
	border-left: 3px solid #507C8F;
}

#header h2, #content h2 {
	color: #CC6600;
}

#header h3 {
	color: #CCC;
}

#nav a {
	color: #044765;
}

#content img.tarragona {
	margin-top: 15px;
	margin-left: 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

a {
	color: #368AAF;
}

.faculty {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 30px;
}


a[href$=".pdf"] {
	background: url(../images/acrobat.png) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 3px;
}

a[href$=".doc"] {
	background: url(../images/word.png) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 3px;
}

#content h3 {
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
}

/* =Forms
------------------------------------------------------------------*/

label {
	clear: both;
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 200px;
}

input {
	float: left;
}

textarea {
	float: left;
}

iframe {
	position: relative;
	width: 650px;
	height: 2600px;
	border: 0;
	margin-left: -20px;
	margin-top: -85px;
	z-index: 1;
}
