/*
Theme Name:   Schools That Work
Theme URI:    http://observingearth.com
Description:  Another classy theme for WP by <a href="http://observingearth.com">Mat Bobby</a>
Version:      .1
Author:       Mat Bobby
Author URI:   http://observingearth.com
*/

/* @group GLOBAL TEXT STYLES */

/* GLOBAL */

/* Sets all Margins & Padding to Zero */

*{
	margin: 0;
	padding: 0;
}

body {
    background-color: #333;
    color: #333;
    font-size: small;
    line-height: 18px;
    font-family: "Myriad Pro", Helvetica Nue, Helvetica, Arial, Verdana,  sans-serif;
    background: #1e1e1e url(images/bg_image.png) repeat-x left top;
}

a:link {
	color:#036;
	text-decoration: underline;
}

a:visited {
	color: #069;
	text-decoration: none;
}

a:hover {
	color:#699fd0;
	text-decoration: underline;
}

a:active {
	color: #036;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: 160%;
	color: #333;
}

h2 {
	padding: 0 0 15px 0;
	font-size: 110%;
	color: #c23f00;
}

h3 {
	padding: 0 0 0 0;
	font-size: 100%;
	color: #636363;
	line-height: 1.8em;
}

h4 {
	font-size: 110%;
	color: #999;
}

h5 {
	font-size: 100%;
	color: #000;
}

h6 {
        font-size: 130%;
	color: #c23f00;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
}

blockquote {
	margin: 0 0 30px 0;
	padding: 20px 0 20px 0;
	font: 120% "Myriad Pro", Helvetica Nue, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5em;
	color: #004693;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

*html blockquote {
	margin: 0 0 15px 0;
}

img {
	border: none;
}

/* @end */

/* ---------------------------------------
LAYOUT: GLOBAL
---------------------------------------*/

/* @group LAYOUT */

#page-wrapper {
	margin: 0 auto;
	width: 940px;
	}

#masthead {
	float: left;
	padding: 0 20px 0 20px;
	width: 900px;
	height: 100px;
	background: #fff url(images/header_image.png) repeat-x left top;
}

*html #masthead {
	margin: 0px 0 5px 0;
}

#content-wrapper {
	float: left;
	padding: 330px 0 0 0;
	width: 940px;
	background: #fff url(images/main_image.jpg) no-repeat left top;
}

#content-wrapper #content {
	float: right;
	padding: 0 40px 40px 0;
	width: 500px;
}

#content-wrapper #content #by_line {
	padding: 0 0 30px 0;
	font-size: 100%;
	color: #707070;
	text-align: right;
}

#content-wrapper #content .post {
	float: left;
	width: 100%;
	font: "Myriad Pro", Helvetica Nue, Arial, Helvetica, Geneva, sans-serif;
}

#content-wrapper #content .post h2{
	padding: 10px 0 5px 0;
	font-size: 160%
}

#content-wrapper #content .post h3{
	padding: 10px 0 5px 0;
	font-size: 160%
	border: 1px solid;
}

#content-wrapper #content .post .nav{
	padding: 0 0 10px 20px;
}

#content-wrapper #content .post .date {
	font-size: 80%;
	color: #858585;
}

#content-wrapper #content .post .postmeta {
	color: #333;
}

#content-wrapper #content .post .readmore   {
	font-size: 85%;
	color: #003366;
	text-decoration: underline;
}

#content-wrapper #content .post .readmore a:hover{
	color: #336699;
	text-decoration: none;
}

#content-wrapper #content #previous_post {
	float: right;
	padding: 20px 0 0 0;
	width: 100%;
}

#content-wrapper .link_to_archives {
	float: right;
	clear: both;	
	padding: 20px 0 0 0;
	width: 500px;
}

/* @end */

/* ---------------------------------------
MASTHEAD and MAIN NAV
---------------------------------------*/

/* @group NAVIGATION */

#masthead h1 a {
	float: left;
	display: block;
	margin: 36px 0 0 0;
	padding: 0 0 0 0;
	width: 565px;
	height: 26px;
	background: url(images/schools_that_work-logo.gif) no-repeat left top;
	text-indent: -9000px;
}

/* header search */
#masthead form#quick-search {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 0 0 0; 
	border: none;
	width: 288px;
	height: 30px;
}
*html #masthead form#quick-search {
	margin: 5px 0 0 0;
}

#masthead form#quick-search p {
	margin: 0;
	padding: 0;		
}
#masthead form#quick-search .tbox {
	margin: 2px 0 0 5px;
	padding: 2px 2px 2px 2px; 
	width: 200px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
}
*html #masthead form#quick-search .tbox {
	margin: 1px 0 0 2.5px;
}
#masthead form#quick-search label {
	display: none;
}

#masthead form#quick-search .btn {
	padding: 2px 4px 2px 4px;
	height: 20px;	
}

/* SIDEBAR */ 


/* ---------------------------------------
SECONDARY NAV: 
---------------------------------------*/

#sidebar {
	float: left;
	padding: 0 20px 50px 20px;
	width: 280px;
	text-align: right; 
}

#sidebar h3 {
	padding: 0 0 10px 0;
	text-align: right;
}

#sidebar ul#mainnav {
	padding: 0 0 20px 0;
	list-style: none;
	font-size: 105%;
	text-align: right;
}

#sidebar ul#mainnav li {
	padding: 2px 10px 2px 10px;
}

#sidebar ul#mainnav li.current_page_item {
	color: orange;
}

#sidebar ul#mainnav a.current {
	border-bottom: 2px solid #004693;
}


#sidebar ul#mainnav li a {
	display: block;
	color: #036;
	text-decoration: none;
}

#sidebar ul#mainnav li a:hover {
	text-decoration: underline;
	color:  #0076c0;
}

/* header search */
#sidebar form#quick-search {
	margin: 5px 0 0 0;
	padding: 0; 
	border: none;
	width: 268px;
	height: 30px;
	/* background: url(images/header-search.jpg) no-repeat; 
	z-index: 999999;*/
}
#sidebar form#quick-search p {
	margin: 0;
	padding: 0;		
}
#sidebar form#quick-search .tbox {
	margin: 2px 0 0 5px;
	padding: 2px 2px 2px 2px; 
	width: 200px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
}
#sidebar form#quick-search label {
	display: none;
}

#sidebar form#quick-search .btn {
	padding: 3px 3px 3px 3px;	
}


<!-- SUBSCRIPTION -->

#sidebar #subscription_options,
#sidebar #survey {
	padding: 10px 0 10px 0;
	list-style: none;
}

#sidebar #subscription_options li,
#sidebar #survey li {
	height: 33px;
	list-style-type: none;
}

#sidebar #subscription_options li a:link,
#sidebar #survey li a:link {
 text-decoration: none;
}

#sidebar #subscription_options li a:hover,
#sidebar #survey li a:hover{
 text-decoration: underline;
	color:  #0076c0;
}

#sidebar #subscription_options li#itunes {
	padding: 8px 40px 0 0;
	background: url(images/itunes_icon.png) no-repeat right 0;
}

#sidebar #subscription_options li#rss {
	padding: 8px 40px 0 0;
	background: url(images/rss_icon.png) no-repeat right 0;
}

#sidebar #subscription_options li#email {
	padding: 8px 40px 0 0;
	background: url(images/email_icon.png) no-repeat right 0;
}

/* ---------------------------------------
FOOTER
---------------------------------------*/
#footer {
	clear: both;
	margin: 0 0 0 0;
	padding: 20px 0 20px 20px;
	height: 100px;
	width: 920px;
	font-size: 80%;
	border-top: 2px solid #ccc;
	background-color: #fff;
}

#footer ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

#footer ul#footer_nav {
	float: right;

}

#footer ul#footer_nav li {
	float: left;
	padding: 0 10px 0 10px;
	border-right: 1px solid #999;
	border-left: 1px solid #fff;
	font-size: 100%;
}

#footer ul#footer_nav li.start {
	padding-left: 0;
	border-left: none;
}

#footer ul#footer_nav li.end {
	padding-right: 20px;
	border-right: none;
}

#footer ul#footer_nav li a:link {
	display: block;
	color: #036;
	text-decoration: none
}

#footer ul#footer_nav li a:hover {
	text-decoration: underline;
}

/* COPPYRIGHT and POLICIES */

.copyright {
	clear: both;
float: right;
	padding: 10px 20px 0 0;
	color: #666;
}

#footer ul#copyright-policies {
	clear: left;
	padding: 20px 0 0 0;
	font-size: 80%;
	color: #8a8a8a;
}

#footer ul#copyright-policies li a {
	display: block;
	color: #8a8a8a;
}

#footer ul#copyright-policies li.end {
	padding-right: 0;
	border-right: none;
}



/* @end */