/*
Theme Name: SHS basic Testing
Theme URI: matt.nupen.us
Description: The default Sobriety High School wordpress site theme <a href="http://sobrietyhigh.org">Sobrietyhigh.org</a>.
Version: 0.1.1
Author: Matthew Nupen
Author URI: http://matt.nupen.us
Tags: fixed width

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

*/

/* Zero defaults to make sure browsers think alike */
* {
	padding: 0px;
	margin: 0px;
}

/* Reset a few defaults*/
ul {
	margin-left: 30px;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

body * {
	text-align: left;
}

.wrapper {
	text-align: left;
	margin: 0 auto;
	width: 950px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}


/** HEADER
**/
#header {
	background: url(images/header_bg.jpg) left top repeat-x #AF9E82;
	color: #FFF;
}

#header .wrapper {
	position: relative;
	height: 375px;
}

.topLinks {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999;
	background: #CCC;
	padding: 0 1px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	float: left;
}

.topLinks ul {
	list-style-type: none;
	margin: 0px;
}

.topLinks li {
	float: left;
border-right: 1px solid #EEE;
}

.topLinks li:last-child {
border-right: none;
}

.topLinks a {
	color: #333;
	text-shadow: 0px 1px 0px #e5e5ee;
	text-decoration: none;
	font-size: 10px;
	display: block;
	padding: 4px 6px;
}

.topLinks a:last-child {
	border: none;
}

.topLinks a:hover {
	text-shadow: 0px 1px 0px #e5e5ee;
	color: #000;
	background: #EEE;
}

#mission {
	position: absolute;
	top: 20px;
	width: 465px;
	z-index: 999;
}

#phone {
	position: absolute;
	top: 35px;
	left: 550px;
	width: 155px;
	z-index: 800;
}

#logo {
	position: absolute;
	top: 153px;
	left: 20px;
	width: 196px;
	height: 170px;
	background: url(images/logo.jpg) left top no-repeat;
}

#logo span {
	position: absolute;
	left: -1000px;
}

#brief {
	position: absolute;
	top: 162px;
	left: 220px;
	width: 180px;
	color: #703444;
}


/** Main Navigation **/
.nav {
	height: 35px;
	position: relative;
	bottom: 4px;
	z-index: 999;
	top: 336px;
}

.nav a {
	float: left;
	color: #FFF;
	text-decoration: none;
	background: url(images/nav.jpg) left top repeat-x #2D5936;
	padding: 0 0 0 2px;
}
.nav a:hover {
	background: url(images/nav.jpg) left -35px repeat-x;
}

.nav a span {
	display: block;
	float: left;
	padding: 0 13px;
	height: 35px;
	line-height: 35px;
	background: url(images/nav.jpg) right 0px no-repeat;
}

.nav a:hover span {
	background: url(images/nav.jpg) right -35px no-repeat;
}

.nav li li a, .nav li li a span {
	background-image: none;
	border-bottom: 1px solid #C0BFBD;
	height: 30px;
	line-height: 30px;
}

.nav li li a:hover, .nav li li a:hover span {
	background-image: none;
	background-color: #45814D;
}

.nav li li a span {
	width: 140px;
}

/* Banners */
#banner {
	position: absolute;
	right: 0px;
	bottom: 44px;
	z-index: 100;
}


/** PAGE ACTIONS
**/
#pageActions {
	border-bottom: 1px solid #EEE;
	padding: 2px 0px;
	color: #999;
}

#pageActions a {
	color: #999;
	text-decoration: none;
}

#pageActions a:hover {
	color: #666;
	text-decoration: underline;
}

/** COLUMNS
**/
#content {
	margin: 20px;
}

#content li {
	margin-left: 20px;
	clear: both;
}

.cont_box {
	padding: 5px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 10px 0;
}

.cont_box h4 {
	Background-color: #CCC;
	color: #000;
	padding: 3px;
	border: 1px solid #CCC;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	margin: 0 0 3px 0;
}


/** Left Column **/
#leftCol {
	float: left;
	width: 570px;
	margin: 0 50px 0 32px;
	font-size: 12px;
}

#leftCol h1 {
	font-size: 2.0em;
	color: #315c37;
	margin: 0 0 10px 0;
}

#leftCol h2 {
	color: #315c37;
	font-size: 1.8em;
	padding: 8px 0 4px 0;
}

#leftCol h3 {
	color: #315c37;
	font-size: 1.4em;
	padding: 8px 0 4px 0;
}

#leftCol p {
	margin: 0 0 10px 0;
}

.lastUpdate {
	color: #999;
	margin: 15px 0 0 0;
	padding: 5px 0;
	border-top: 1px solid #EEE;
	text-align: right;
}


/** Right Column **/
#rightCol {
	float: left;
	width: 280px;

}

#rightCol .buttons {
	clear: both;
}

#rightCol .buttons a {
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
	width: 197px;
	height: 67px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	color: #FFF;
}

#rightCol .buttons .top {
	position: absolute;
	left: -2000px;
}

#rightCol .buttons .more {
	position: absolute;
	bottom: 5px;
	left: 100px;
}

#rightCol .buttons a:hover .more {
	text-decoration: underline;
}

.buttons .contact	{ background-image: url(images/button_contact.jpg); }
.buttons .register 	{ background-image: url(images/button_registration.jpg); }


/** FULL WIDTH
**/
#fullWidth {
	clear: both;
}

#tunnel {
	margin-left: -5px;
}

#tunnel a {
	display: block;
	float: left;
	width: 280px;
	height: 200px;
	position: relative;
	text-decoration: none;
	margin: 0 20px 20px 0;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #FFF;
}

#tunnel a.parents 	{ background-image: url(images/tunnel_parents.jpg); }
#tunnel a.students 	{ background-image: url(images/tunnel_students.jpg); }
#tunnel a.foundation{ background-image: url(images/tunnel_foundation.jpg); }
	

#tunnel a span {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 14px;
	font-weight: bold;
}

#tunnel a:hover span {
	text-decoration: underline;
}


/** SEARCH RESULTS
**/

.searchResults .entry-title a {
	color: #2D5936;
	text-decoration: underline;
	font-size: 16px;
	padding: 0 0 0 30px;
	margin: 0 0 0 -33px;
	display: block;
}

.searchResults .entry-title a:hover {
	color: #000;
	text-shadow: 1px #000;
}

.searchResults .page .entry-title a {
	background: url(images/icons/page.png) left top no-repeat;
}

.searchResults .post .entry-title a {
	background: url(images/icons/post.png) left top no-repeat;
}

.searchResults .page, .searchResults .post {
	border-bottom: 1px solid #CCC;
	margin: 5px 0px;
}

.searchResults .page:last-child .entry-title a, .searchResults .post:last-child .entry-title a {
	border-bottom: none;
	margin: 5px 0px;
}


/* BLOG POST INFO */
.entry-utility {
	background: white;
	color: #AAA;
	padding: 5px 5px 5px 10px;
	clear: both;
	display: block;
}

.entry-utility a {
	color: #888;
}

.entry-utility a:hover {
	color: #222;
}

.entry-utility span {
	padding: 4px 0px;
}

.entry-utility .author {
	padding-left: 26px;
	padding-right: 3px;
	background: url(images/icons/person.png) left top no-repeat;
}

.entry-utility .entry-date {
	padding-left: 26px;
	padding-right: 3px;
	background: url(images/icons/calendar.png) left top no-repeat;
}




/** FOOTER
**/
#footer {
	clear: both;
	background: #B9AA93;
	padding: 0;
	font-size: 11px;
	height: 100px;
}

#footer .wrapper {
	position: relative;
}

#footer .footerLinks {
	margin: 15px 0 13px 20px;
	float: left;
}

#footer .footerLinks ul {
	list-style-type: none;
	margin: 0px;
}

#footer .footerLinks li {
	float: left;
}

#footer .footerLinks a {
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
}

.footerLinks li {
	border-right: 1px solid #FFF;
}

#footer .footerLinks li:last-child {
	border: none;
}

#footer .footerLinks a:hover {
	text-shadow: 1px 1px 1px #000;
	background-color: #FFF;
	color: #333;
}

#footer #copyright, #footer #cazarin {
	position: absolute;
	top: 44px;
}

#footer #copyright {
	left: 30px;
}

#footer #cazarin {
	right: 115px;
	top: 50px;
}

#cazarin a {
	color: #000;
}



/** WIDGETS
**/
.widget {
	padding-bottom: 10px;
}

.widgettitle {
	color: #FFF;
	font-size: 14px;
	background: #B9AA93;
	font-weight: normal;
	padding: 2px 2px 2px 4px;
	margin: 0px 0 5px 0;
	clear: both;
}

.widgettitle:first-child {
	margin-top: 0px;
}


/** NAV MENU **/
.widget_nav_menu {
	padding: 5px;
	margin: 10px 0 10px 0;
	clear: both;
}

.widget_nav_menu a {
	color: #000;
	text-decoration: none;
}

.widget_nav_menu a {
	color: #000;
	text-decoration: underline;
}

.widget_nav_menu ul {
	margin-left: 5px;
}

.widget_nav_menu .sub-menu {
	margin-left: 15px;
}

/** PAGES **/
.widget_pages {
	margin: 0 0 10px 0;
}

.widget_pages ul {
	margin-left: 10px;
}

.widget_pages a {
	color: #315c37;
	display: block;
	padding: 2px;
}

.widget_pages a:hover {
	color: #000;
	background-color: #DECFB9;
}

