/*
Skin Name: Location Specific Atelier
Skin URI: http://uvm.edu/ctl/
Description: Skin for atelier site-Spanish
Author: Inés
Author URI: http://uvm.edu/ctl/
Version: 1.0
Global Navigation: N
*/

@import url('../style.css');


div#wrapper {	/*----wrapper defines page width and centering in browser----*/
	width: 748px;
	border: 1px solid #000;
	padding:0px;
	margin:0px auto;
	text-align:left;
	background-image: url('atelier-images/sidebar_bg.gif');
	background-repeat: repeat-y;
}

div#container {
	float: right;
	margin: 0 0 0 -200px;
	width: 100%;
}

div#content {
	margin: 0 0 0 200px;
}

div.sidebar {
	float: left;
	width: 159px;
	margin-bottom:0px;
	overflow: hidden;
	background-color:#f6e3ba;
}
div#secondary {
	clear: left;
}

div#footer {
	clear: both;
	width: 100%;
}

/*  *********** End Base Structure ***********  */

/*  *********** Begin other stuff (new section) ***********  */

/*----------Ines additions----------*/

/*---- ----*/

div#header { /*----to set banner----*/

	background: #FFFFFF url("atelier-images/banner-costarica-eng.jpg") no-repeat 			
	bottom center;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 748px;

}

div#header a{ /*----to set banner----*/
	display:block;
	background: #FFFFFF url("atelier-images/banner-costarica-eng.jpg") no-repeat 
	bottom center;
	height: 100px;
	margin: 0;
	padding: 0;
	width: 748px;
	clear: none;
}

a:link.sidebar { /*----left nav link colors----*/
	text-decoration: none;
	color:#578754;
}

div#content, div.sidebar { /*----padding in left nav and content area----*/
	padding-top: 10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-left:10px;
}

div.entry-content p { /*----entry text settings----*/
	margin: 1em 5em 2em 0em;
	font-size: 13px;
	line-height: 145%;
	font-family: arial, sans-serif;
}




/*----Headings start here----*/

h2, h3, h4 , h5, h6 {
	line-height: 125%;
}
body.home h2.entry-title {
	clear: both;
	font-size: 16px;
	margin: 0;
	font-family:arial, sans-serif;
	color:#578754;
}
body.single h2.entry-title, body.page h2.entry-title {
	font-size: 16px;
	margin: 0.4 0 -0.4em 0.4em;
	font-family:arial, sans-serif;
	color:#578754;
}
body.category h2.page-title, body.author h2.page-title {
	font-size: 1.6em;
	margin: 0;
}
body.date h2.page-title, body.single h2.page-title {
	font-size: 1.6em;
	margin: 0 0 2em 0;
}
body.archive h3.entry-title, body.single h3.entry-title {
	font-size: 1.3em;
	margin: 0;
}
body.single h3.comment-header {
	font-size: 14px;
	margin: 3em 0 1em 0;
}
body.single h3#respond {
	font-size: 11px;
	margin: 3em 0 0.5em 0;
}
div.entry-content ul#linkcats li h3 {
	margin: 1em 0 0 0;
}
div.entry-content h2 {
	font-size: 11px;
	margin: 1.5em 0 -0.7em;
}
div.entry-content h3 {
	font-size: 11px;
	margin: 1.5em 0 -0.9em;
}
div.entry-content h4, div.entry-content h5, div.entry-content h6 {
	font-size: 1em;
	margin: 1.5em 0 -1.1em;
}

div.sidebar div, div.sidebar h3, div.sidebar h4, div.sidebar ul, div.sidebar li { margin: 0;
	padding: 0;
	padding-left:3px;
}


/*----Headings end here----*/


/*----Left nav appearance ----*/

div.sidebar li {/*----left nav display----*/
	margin: 0 0 1em 0;
	font-family: arial, sans-serif;
	font-size:12px;
	line-height:160%;
	list-style:none;
}

div.sidebar h3 {
	font-size: 15px;
	font-family: arial, sans-serif;
	color:#769f6b;
}

div.sidebar h4 {
	font-size: 13px;
	font-family: georgia, serif;
}

div.sidebar ul ul {
	margin: 0 0 0 0.25em;
	list-style:none;
}

div.sidebar ul ul li {
	margin: 0;
	margin-bottom:8px;
	list-style:none;
}

div.sidebar ul ul ul li {
	list-style:none;
	margin-bottom:5px;
}

div.sidebar input#s {
	width: 5.5em;
	height:1em;
	margin-top:2px;
}


/*------- Other stuff --------*/

#searchsubmit { /*----Search submit button----*/
	font-size:11px;
	padding:2px;
	background-color:#f6e3ba;
	border-top: 1px solid #fff;
	border-right:1px solid #536950;
	border-bottom:1px solid #536950;
	border-left:1px solid #fff;
	margin:0px;
}



#primary a { /*----links in left nav----*/
	color: #205326;
	font-family: arial;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 8px 0;
	}

p {font-size: 12px;}
