/* 
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, #headerwrapper {
	width: 800px;
	margin: 0 auto;
	
}

#masthead {
	position: relative;
	height: 300px;
	width: 100%;
	background: #101010;
	z-index: 3;
}

#header {
	position: relative;
	height: 300px;
	background: url(../images/lenguas.png) left top no-repeat #000; 
	color: #FFF;
	z-index: 3;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

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


#nav {
	width: 210px;
	height: 300px;
	float: left;
	display: inline;
	padding: 0;
	margin-left: 20px;
}

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

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

#nav li {
	
	font-size: 13px;
}

#nav li:first-child {

}

#nav a:hover {
	background: #7bb6d1;
	width: 205px;
}


#nav a.active {
	background:  #7bb6d1;
	width: 205px;
}


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

#nav ul h2 {
	float: none;
	margin: 0;
}

#content {
	margin: 0 auto;
	width: 720px;
	padding: 10px 30px 30px 0;
}

#content p {
	padding: 5px 0;
}

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

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

#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, .intro {
	font-family: Georgia, Times, Times New Roman, serif;
}

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

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

#nav h2 span {
	color: #A7CEDF;
}

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

.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: url(../images/navbg.png) repeat;
	
}

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

#header h3 {
	color: #CCC;
}

#content h2 {
	margin-top: 30px;
}

#nav a {
	color: #044765;
}

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

}

.intro {
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
}

.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: 750px;
	height: 2900px;
	border: 0;
	margin-left: -70px;
	margin-top: -55px;
	z-index: 0;
	
}
../images/word.png../images/acrobat.png../images/navbg.png../images/lenguas.png