/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

object {background:#170d0c;}
* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	 background:#FCFAE1;
	color: #545454;
	padding: 0px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 10px 0; float:left;
	}

a:link, a:visited {
	color: #7da939;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}
.clearL{clear:left;}
.clearR{clear:right;}
.clearB{clear:both;}
small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */
#wrapper {background:url(images/wrapper.png) repeat-x;}
#page {
	width:890px;
	margin:0 auto;
	font-size:0.7em;
	background:none;
	padding: 0px;
	}
#header {float:left; width:880px; padding:0px 10px ; position:relative;height:59px;}
#logo{ width:250px; height:110px; float:left; margin:0px 0px 0px ; display:inline;}
#logo a{width:250px; height:110px; float:left; position:relative;}
#logo span{width:100%; height:100%; position:absolute; background:url(images/logo.png) no-repeat;}
#main {width:900px; margin: auto;  background:#FCFAE1; float:left; position:relative; background:url(images/top-content.png) repeat-x 0px 0px; *background:url(images/top-content.png) repeat-x 0px -1px;}
#submain{width:880px; margin:0px 5px;padding:14px 0px 15px 0px; float:left; background:#fffef3 url(images/submain-top.png) no-repeat; display:inline; position:relative;}

#top-content{width:900px; float:left; height:255px; position:relative; background:url(images/top-content.png) repeat-x 0px 0px; }
#topphotos {width:687px; height:248px;margin-top:7px; float:right; overflow:hidden;}
.photos1 #topphotos{ background:url(images/photos1.jpg) no-repeat; }
.photos2 #topphotos{ background:url(images/photos2.jpg) no-repeat;}


.flash-container {width:434px; height:237px;  float:left; margin-left:20px; margin-bottom:15px;}

.header-banner {position:absolute; top:150px; left:100px; z-index:20;}

#quote {width:181px; height:199px; display:inline;float:left; background:url(images/quote.png) no-repeat; margin-top:25px; margin-left:20px;}
#pageCorner{width:126px; height:14px; position:absolute; top:0px; left:647px; z-index:25; background:url(images/photo-edge.png) no-repeat;}
/*Sidebar Accordion */

#studentNav, #educatorNav{float:left; width:250px; border:1px solid #b5121b;}
#studentNav .top, #educatorNav .top  {margin:0px;}
#studentNav a:link, #studentNav a:visited, #educatorNav a:link, #educatorNav a:visited, .no_toggle a:visited, .no_toggle a:link{color:#FFFEF3;}
#studentNav h3.accordion_toggle,  #educatorNav h3.accordion_toggle, h3.no_toggle{
	float:left; 
	font-size:1.3em; 
	font-weight:normal; 
	margin:0px;
	width:235px; 
	height:22px; 
	background: #b5121b url(images/accordion.png) no-repeat;
	color:#FFFEF3;
	padding:6px 0px 0px 15px;
	border-bottom:0px solid;
	border-top:0px solid;
	}
#studentNav li ul, #educatorNav li ul {float:left; width:250px;}
#studentNav li ul li, #educatorNav li ul li {width:250px; float:left; height:26px;}
#studentNav li ul li a, #educatorNav li ul li a{width:235px; display:block; background:#FCFAE1; height:25px; padding-top:3px; padding-left:15px;}
#studentNav li ul li a:hover, #educatorNav li ul li a:hover { border-left:#b5121b 5px solid; background:#fff1b6; width:235px; padding-left:10px; }
#studentNav li ul li a:link, #studentNav li ul li a:visited, #educatorNav li ul li a:link, #educatorNav li ul li a:visited{color:#4C1B1B; font-size:1.2em;  text-decoration:none;}
#studentNav li, #educatorNav li {float:left; margin-top:1px;}

/*End Sidebar Accordion */


#branding {
	width:625px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 250px;
	float:left;
	display:inline;
	margin-left:10px;
	
	}

#leftcol {
	width:287px;
	border-right:1px dotted #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {
	width:277px;
	padding-left:18px;
	margin-top: -2px;
	}

#content .update {color:#B9121B;
float:left;
font-weight:normal;
margin-top:0px;
padding:0px 20px;
text-align:center;
text-transform:none;
}
		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */
 #ourPromise #content h2 {width:100%; height:49px; float:left; position:relative;}
 #ourPromise #content h2 span{width:100%; height:100%; position:absolute; background:url(images/service-promise.gif) no-repeat;}
 
 #mythFact #content h2 {width:100%; height:69px; float:left; position:relative;}
 #mythFact #content h2 span{width:100%; height:100%; position:absolute; background:url(images/myth-fact.gif) no-repeat;}
 
#aboutMarga #content h2 {width:100%; height:39px; float:left; position:relative;}
#aboutMarga #content h2 span {width:100%; height:100%; position:absolute; background:url(images/About-Marga.gif) no-repeat;}

#colleges #content h2 {width:100%; height:39px; float:left; position:relative;}
#colleges #content h2 span {width:100%; height:100%; position:absolute; background:url(images/college-placements.gif) no-repeat;}
  
#springStreet #content h2 {width:100%; height:42px; float:left; position:relative;}
#springStreet #content h2 span {width:100%; height:100%; position:absolute; background:url(images/SpringStreet-header.gif) no-repeat;}

#desertAcademy #content h2 {width:100%; height:42px; float:left; position:relative;}
#desertAcademy #content h2 span {width:100%; height:100%; position:absolute; background:url(images/desert-title.gif) no-repeat;}

#selectionProcess #content h2 {width:100%; height:42px; float:left; position:relative;}
#selectionProcess #content h2 span {width:100%; height:100%; position:absolute; background:url(images/Selection.gif) no-repeat -10px 0px;}

#servicePromise #content h2 {width:100%; height:42px; float:left; position:relative;}
#servicePromise #content h2 span {width:100%; height:100%; position:absolute; background:url(images/service-promise.gif) no-repeat -10px 0px;}

#expectations #content h2 {width:100%; height:71px; float:left; position:relative;}
#expectations #content h2 span {width:100%; height:100%; position:absolute; background:url(images/Expectations.gif) no-repeat -10px 0px;}

#contact #content h2 {width:100%; height:37px; float:left; position:relative;}
#contact #content h2 span {width:100%; height:100%; position:absolute; background:url(images/letusknow.gif) no-repeat 0px 0px;}
h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font: 2.3em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;

	margin: 0px 0px 5px;
	}

h3, #sidebar h2 {
	font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#B9121B;
	float:left;
	}
#content h3.update {width:510px;}
#content h3, #content p{width:100%;}
 #sidebar h2 {
	border-top:5px solid #170d0c;
	border-bottom:1px solid #170d0c;
	padding:6px 0 6px 2px;
	width:250px;
	float:left;
	margin:22px 0 15px 0;
	font-size:1em;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
#welcome{display:inline;
float:left;
height:41px;
margin:10px 0 0;
width:100%;
border:none;
position:relative;}

#welcome span{background:transparent url(images/StudentIndex-header.gif) no-repeat scroll -1px -2px;
height:100%;
position:absolute;
width:100%;}
	
/* Content */

#content {
	width:550px;
	float:right;
	display:inline;
	position:relative;
	margin-right:50px;
	font-size:1.1em;
	color:#4C1B1B;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	background:#FFFEF3;
	
	float:right;
	
	}
.special {float:left; margin-top:12px; text-align:center; text-transform:uppercase; font-weight:bold; color:#B9121B; width:100%;}

.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	}

#lead {
	
	}
#lead p{margin-top:10px; float:left;}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}



/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	
#colleges .post ul li { width:400px; margin-left:120px;}
.post ul li {
	background:url(images/marga-bullet.gif) no-repeat scroll 0px 2px;
	display:inline;
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin:8px 0 0 20px;
padding:0 0 0 30px;
width:500px;
float:left;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 0; 
	}

.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footerWrap {

	float:left;
	width: 100%;
	font-size:0.7em;
	padding:15px 0px;
	color:#b8aca1;
	background:#170d0c;
	}
#footer {width:880px; margin:auto; height:auto;}
#footer li{float:left; margin-right:10px; display:inline;}
#footer a {

	color:#d3d1d1;
	}
#footer #meta{float:right;}