/*
Theme Name: WAPCS
Theme URI: http://www.wyomingcharter.org
Description: Built exclusively for Wyoming Association of Public Charter Schools.
Version: 1.0
Author: Nathan Fitzsimmons
Author URI: http://artistemedia.net/
Tags:

	Designed by Artiste Media 2008
	http://artistemedia.net

*/

/*Colors used*/

/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, a img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*Layout*/
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
blockquote {
	font-style:italic;
	margin:10px 25px;
}
body {
	background:#444444;
	font-family:Helvetica, Arial, sans-serif;
}
#header {
	height:135px;
	color:#fff;
	text-transform: uppercase;
	background:#444444 url(images/logo.png) left top no-repeat;
}
#container {
	width:741px;
	margin:0 auto;
}
#nav {
	width:250px;
	float:left;
}
#subhead {
	height:186px;
	width:478px;
	float:right;
	background: #ddd;
	border:1px solid #333;
	overflow:hidden;
}
#content {
	background:#fff;
	border:1px solid #333;
	margin-top:10px;
}
#content_post {
	margin-top:10px;
}
#main {
	margin:25px;
}
#main_home {
	float:left;
	width:370px;
	margin:0 15px 25px 50px;
	padding:25px 0 0 0;
}
#sidebar {
	float:left;
	width:250px;
	padding:25px 0 25px 25px;
}
.clearfix {
	clear:both;
}
/*Main nav*/
#nav ul li a.nav_item {
	display:block;
	height:30px;
	margin:0 0 3px 0;
	padding:5px 0 8px 20px;
	background: #616161 url(images/nav_back_reg.png) 0 2px repeat-x;
	border:1px solid #333;
	color:#aaa;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	overflow:hidden;
	line-height:30px;
}
#nav ul li a.nav_item span.icon {
	display:block;	
	width:48px;
	float:left;
}
html>body #nav ul li a.nav_item {
	overflow:visible;
}
#nav ul li a.nav_item:hover {
	color:#ddd;
	background-color: #676767;
	background-position: 0 -41px;
	background-repeat: repeat-x;
}

#nav ul li a.nav_item span.home {
	background:transparent url(images/home_reg.png) left top no-repeat;
	height:33px;
}
#nav ul li a.nav_item:hover span.home {
	background-position: 0 -33px;
}
#nav ul li a.nav_item span.calendar {
	background:transparent url(images/calendar_reg.png) left top no-repeat;
	height:31px;
}
#nav ul li a.nav_item:hover span.calendar {
	background-position: 0 -31px;
}
#nav ul li a.nav_item span.about {
	background:transparent url(images/about_reg.png) left top no-repeat;
	height:30px;
}
#nav ul li a.nav_item:hover span.about {
	background-position: 0 -30px;
}
#nav ul li a.nav_item span.contact {
	background:transparent url(images/contact_reg.png) left top no-repeat;
	height:27px;
}
#nav ul li a.nav_item:hover span.contact {
	background-position: 0 -27px;
}
#nav ul li a.nav_item span.current {
	display:block;
	width:10px;
	height:45px;
	margin:-6px -10px 0 0;
	float:right;
	background:transparent url(images/nav_arrow_reg.png) 0 0 no-repeat;
}
#nav ul li a.nav_item:hover span.current {
	background-position:0 -45px;
}
/*Typography and Style*/
h1 {
	margin-left:-9999px;
	position:absolute;
}
#main {
	font-size:14px;
	color:#888;
	line-height:20px;
}
#main h2 {
	font-size:24px;
	color:#888;
	font-weight:normal;
	line-height:25px;
}
#main p {
	margin:0 0 25px 0;
}
#main_home {
	font-size:24px;
	font-weight:normal;
	line-height:35px;
	color:#888;
}
#main_home p {
	margin:0 0 25px 0;
}
#main img {
	border:1px solid #888;
}
#sidebar h4 {
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	color:#888;
}
#sidebar p {
	font-size:14px;
	color:#888;
	font-weight:normal;
	line-height:20px;
	margin:0 0 12px 0;
}
#sidebar ul, #main ul {
	font-size:14px;
	color:#888;
	margin:15px 0;
}
#main ul {
	margin:10px 0 15px 0;
}
#sidebar ul li, #main ul li {
	padding:5px 0;
}
#sidebar ul li a, #main ul li a {
	text-decoration: underline;
	color:#888;
	font-weight:normal;
}
#sidebar ul li a:hover, #main ul li a:hover {
	color:#666;
}
.button a {
	display:block;
	background:#616161 url(images/nav_back_reg.png) 0 2px repeat-x;
	padding:15px;
	width:150px;
	text-align:center;
	color:#ddd;
	text-decoration:none;
	font-size:13px;
	border:1px solid #555;
}
.button a:hover {
	background-color:#616161;
	background-position: 0 -41px;
	color:#fff;
	border:1px solid #777;
}
/*calendar posts*/
.post_content {
	background:#fff;
	border:1px solid #333;
	margin:0 0 15px 0;
	width:100%;
}
.post {
	margin:15px;
}
.entry {
	width:600px;
	margin:0 0 5px 0;
	float:left;
}
.post h2 {
	color:#888;
	font-size:24px;
	line-height:25px;
	font-weight:normal;
}
.post h2 a {
	color:#888;
	text-decoration:none;
}
.post h2 a:hover {
	color:#666;
}
.post h3, #main h3  {
	color:#666;
	font-weight:bold;
	font-size:15px;
}
.post a, #main a {
	color:#888;
	text-decoration: underline;
}
.post a:hover, #main a:hover {
	color:#666;
}
.post p {
	color:#888;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	margin:15px 0 15px 0;
}
.post .entry ul, .post .entry ol {
	color:#888;
	padding:10px 0 10px 50px;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}
.post li {
	list-style: square;
}
.navigation {
	width:100%;
	margin:0 auto;
	font-size:13px;
	background:#dedede;
}
.navigation a {
	color:#888;
	font-weight:normal;
	text-decoration:underline;
	font-style: italic;
}
.navigation a:hover {
	color:#666;
}
.navigation .alignleft {
	float:left;
	margin:9px 0 10px 15px;
}
.navigation .alignright {
	float:right;
	margin:9px 15px 10px 0;
}
/*date widget*/
a.date, span.date {
	display:block;
	background:#a0b4ed;
	color:#fff;
	padding:5px 0;
	width:48px;
	text-align: center;
	border:1px solid #aaa;
	float:left;
	margin:0 12px 5px 0;
	text-decoration:none;
	letter-spacing: .05px;
}
a.date:hover {
	background:#86dd82;
	border:1px solid #bbb;
	color:#fff;
}

.date div.month {
	font-size:12px;
	height:13px;
	overflow:hidden;

}
.date div.day {
	font-size:32px;
	height:33px;
	overflow:hidden;
}
.date div.year {
	font-size:12px;
	height:13px;
	overflow:hidden;
}
/*contact form*/
form#contact, form#coffee {
	width:100%;
	border:1px solid #888;
	background: #eee;
	padding:15px 0;
}
.form_interior {
	margin:10px auto;
	width:640px;
}
input[type=text], textarea {
	padding:4px 2px;
	color:#888;
	font-size:14px;
	font-family:Courier, monospace;
	border:1px solid #888;
	width:630px;
}
textarea {
	height:200px;
}
.tip {
	padding:0 12px;
	font-size:12px;
	font-weight:normal;
	font-style: italic;
}
div#contact, div#coffee {
	color:green;
	font-size:16px;
}
form#coffee img, form#contact img {
	border:none;
}
form#coffee ul, form#contact ul {
	color:#fff;
}
/*footer*/
#footer {
	color:#aaa;
	text-align:center;
	font-size:12px;
	margin:15px 0 35px 0;
}
#footer p {
	margin:0 0 5px 0;
}
#footer a {
	color:#aaa;
	text-decoration:underline;
}
#footer a:hover {
	color:#888;
}
