/* 
Theme Name: SDSNA
Theme URL: http://sdschoolnurses.org
Description: Custom theme for the South Dakota School Nurses Association.
Author: Chris Prendergast
Author URI: http://atomicconcept.com
Version: 1.0
*/


@import url("reset.css"); 

.left, .alignleft	{ float: left; }
.right, .alignright	{ float: right; }
.clear , .alignclear	{ clear: both; }
h1		{ font-size: 22px; font-weight: bold; }
h2		{ font-size: 20px; font-weight: bold; }
h3		{ font-size: 15px; font-weight: bold; }
h4		{ font-size: 14px; font-weight: bold; padding: 0px; }
p		{ font-size: 14px; padding-bottom: 14px; }

body {
	width: 760px;
	background: #cecece url(images/background2.png) repeat-y center top;
	margin: 0 auto;
	font-family: Trebuchet MS, arial, sans-serif;

}

#header {
position: relative;
top:0px;

height: 122px;
width:760px;
text-indent: -9999px;
background: #72181a url(images/header2.png) center top;
_background: #661113 url(images/header2.png) center top;
}






#navigation {
position: relative;
top:0px;
left:0px;
width:760px;
border-bottom: 0px solid #708290;
_border-bottom: 0px solid #657886;
}

#mainnav{
height: 36px;
width: 760px;
position: relative;
overflow: hidden;
background: #708290;
_background: #657886;
}

#mainnav li {display: inline;}


#mainnav li a {
display: block;
height: 36px;
text-indent: -9999px;
float: left;
background: url(images/sprites_max.png);
}

#homebutton {width: 93px;}
#aboutbutton {width: 101px;}
#nursesbutton {width: 160px;}
#parentsbutton {width: 166px;}
#forumsbutton {width: 121px;}
#contactbutton {width: 119px;}

#homebutton:link, #homebutton:visited  {background-position: 0px 0px;}
#homebutton:hover {background-position: 0px -72px;}
#homebutton:active, #homebutton:focus {background-position: 0px -36px;}
#aboutbutton:link, #aboutbutton:visited {background-position: -93px 0px;}
#aboutbutton:hover {background-position: -93px -72px;}
#aboutbutton:active, #aboutbutton:focus {background-position: -93px -36px;}
#nursesbutton:link, #nursesbutton:visited {background-position: -194px 0px;}
#nursesbutton:hover {background-position: -194px -72px;}
#nursesbutton:active, #nursesbutton:focus {background-position: -194px -36px;}
#parentsbutton:link, #parentsbutton:visited {background-position: -354px 0px;}
#parentsbutton:hover {background-position: -354px -72px;}
#parentsbutton:active, #parentsbutton:focus {background-position: -354px -36px;}
#forumsbutton:link, #forumsbutton:visited {background-position: -520px 0px;}
#forumsbutton:hover {background-position: -520px -72px;}
#forumsbutton:active, #forumsbutton:focus {background-position: -520px -36px;}
#contactbutton:link, #contactbutton:visited {background-position: -641px 0px;}
#contactbutton:hover {background-position: -641px -72px;}
#contactbutton:active, #contactbutton:focus {background-position: -641px -36px;}


#subnav{
position: relative;
background: #708290;
_background: #657886;
}

#subnav a {
font-size: 15px;
font-weight: bold;
color: #cecece;
padding: 0px;
text-decoration: none;
}

#subnav a:link, #subnav a:visited {
color: #cecece;
}

#subnav a:hover, #subnav a:active {
color: white;
}

#aboutsub, #nursessub, #parentssub {
	display: none;
}

#aboutsub ul, #nursessub ul, #parentssub ul {
padding: 0px;
}

#aboutsub li, #nursessub li, #parentssub li {
	display: inline;
	padding: 0px 8px;
	background-color: #72181a;
	_background-color: #661113;
	_border-top: 1px solid #661113;
	list-style-type: none;
}

#aboutsub ul {margin-left: 93px;}
#nursessub ul{margin-left: 106px;}
#parentssub ul {margin-left: 354px;}

#content {
background-color: #cecece;
width: 720px;
padding: 8px 20px;
}

#centerbar {
width: 515px;
padding-right: 5px;
}

#centerbar img {
	padding: 10px;
}

.post {
	margin: 0px 20px 2px 10px;
}

.post h2 a {
	text-decoration: none;
}

.individual {
	padding-bottom: 5px;
	border-bottom: 2px solid #708290;
	_border-bottom: 2px solid #657886;
	margin-bottom: 10px;
}

.individual p {
	padding-left: 12px;
	padding-right: 12px;
}

.individual ul {
	margin-bottom: 14px;
	padding-left: 20px;
	padding-right: 12px;
}

.individual li {
	font-size: 14px;
}

.postmeta p, .postmeta a {
	color: #72181a;
	_color: #661113;
	font-size: 12px;
}


#sidebar {
width: 183px;
border-left: 2px solid #708290;
_border-left: 2px solid #657886;
padding-left: 15px;
}

.textinput {
border:1px solid black;
margin:6px 0px 0px 2px;
_margin: 6px 0px 0px 0px;
padding:3px;
width: 149px;
_width: 132px;

}

#searchsubmit {
	padding:2px;
	_padding-top: 0px;
	border: 1px solid black;
}

.ec3_events {
	padding-left: 8px;
	padding-right: 8px;
}

.ec3_list_day {
	padding-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
}

.ec3_list_day a {
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
}

.ec3_schedule {
	color: #72181a;
	_color: #661113;
	padding-bottom: 12px;
	padding-left: 12px;
	font-weight: bold;
}



#footer {
background-color: #72181a;
_background-color: #661113;
padding: 20px 20px;
color: white;

}

#footer a, #footer p {
	color: white;
	font-size: 12px;
}



