@import url('blueprint/screen.css');

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #1c3c4f url(images/bg_repeat.jpg) repeat-x 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	outline: none;
	color: #1C3C4F;
}
a:focus, a:hover {
	color: #51320D;
}

#wrapper {
	margin: 0 auto 20px auto;
	padding-top: 16px;
	width: 1222px;
	background: url(images/bg_container1.jpg) no-repeat 0 0;
}

#container_content {
	text-align: left;
	background-color: #ffffff;
}

#header {
	height: 89px;
}

#header #logo {
	padding: 10px 0 0 6px;
}


#navMain {
	width: 100%;
	height: 37px;
	position: relative;
	z-index: 2;
	text-align: right;
	background: url(images/bg_navMain.gif) repeat-x 0 0;
}
#navMain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

#navMain ul li {
	float: left;
	margin: 4px 1px 0 0;
	position: relative;
}

#navMain li a {
	color: #fff;
	height: 1%;
	line-height: 29px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	white-space: nowrap;
	float: left;
	padding: 0 15px;
}
#navMain li a:hover, #navMain li:hover a, #navMain li.over a {
	background-color: #5689A7;
}
#navMain li.current_page_item a, #navMain li.current_page_item a:hover,
#navMain li.current_page_parent a, #navMain li.current_page_parent a:hover {
	background-color: #5689A7;
}
#navMain li.current_page_item li a, #navMain li.current_page_item li a:hover,
#navMain li.current_page_parent li a, #navMain li.current_page_parent li a:hover,
#navMain li li.current_page_item a, #navMain li li.current_page_item a:hover {
	color: #000;
}
#navMain li ul {
	position: absolute;
	left: -999em;
	top: 100%;
	z-index: 1;
	filter: alpha(opacity=90); /* IE only */
	opacity: 0.90;
	-moz-opacity: 0.90;
	width: 500px;
	height: 800px;
}
#navMain li li {
	padding: 0;
	width: 180px;
	clear: left;
	height: 24px;
	margin-top: 0;
	border-bottom: 1px solid #333;
}
#navMain li:hover li {
	height: 24px;
}
#navMain li:hover li a, #navMain li.over li a,
#navMain li:hover li:hover li a, #navMain li.over li.over li a {
	background-color: #D2C6A4;
	color: #092433;
	text-transform: none;
	padding: 5px;
	height: 14px;
	width: 170px;
	line-height: 14px;
	text-align: left;
	border: 1px solid #333;
	border-top: none;
	font: 1em Arial;
	white-space: normal;
	float: none;
}
#navMain li:hover li a:hover, #navMain li.over li a:hover,
#navMain li:hover li:hover a, #navMain li.over li.over a,
#navMain li:hover li:hover a:hover, #navMain li.over li.over a:hover {
	background-color: #6C91A7;
	color: #fff;
}
#navMain li a.parent {
	background-image: url(images/navMain_li_parent.gif);
	background-repeat: no-repeat;
	background-position: 97% center;
}
#navMain li ul ul {
	margin: -25px 0 0 180px;
	border-top: 1px solid #333;
	width: 180px;
}
#navMain li:hover ul ul, #navMain li.over ul ul {
	left: -999em;
}
#navMain li:hover ul, #navMain li.over ul, #navMain li li:hover ul, #navMain li li.over ul {
	left: 0px;
}
#navMain li li:hover ul, #navMain li li.over ul { left: 0; }





#footer {
	height: 27px;
	border-top: 2px solid #1C3C4F;
	background-color: #E0D1BF;
}

ul#navFooter {
	float: left;
	margin: 3px 0 20px 10px;
	padding: 0;
	list-style-type: none;
}

ul#navFooter li {
	display: inline;
}

ul#navFooter li a {
	font-size: 1.2em;
	color: #1C3C4F;
	border-right: 1px solid #fff;
	padding: 0 10px;
	text-decoration: none;
}
ul#navFooter li a.last {
	border-right: none;
}

ul#navFooter li a.rssLink {
	padding: 0 10px 0 18px;
	background: url(images/rss.png) no-repeat 0 0;
}

#copyrite {
	float: right;
	margin: 3px 10px 0 0;
}



.padLeft {
	margin-left: 10px;
}

.marginLeftRight {
	margin-left: 10px;
	margin-right: 10px;
}

/* Sidebar Styles START */

#sidebar #secondary {
	margin-top: 15px;
}

div.sidebar h3, div.sidebar h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #511D0D;
}

div.sidebar h3{
	font-size: 1em;
}

div.sidebar {
	overflow:hidden;
	margin-left: 10px;
}

.sidebarUL {
	list-style-type: none;
	margin-left: 5px;
}

#wpng-cal-widget-events {
	margin-left: 7px;
}

#wpng-cal-widget-events ul, #districtUpdates ul, ul.bullet {
	list-style-type: none;
	padding: 0 0 0 .3em;
	margin: 0;
}
#wpng-cal-widget-events li, #districtUpdates li, ul.bullet li {
	background:transparent url(images/bullet.gif) no-repeat scroll 0 3px;
	line-height:1.2;
	margin:5px 0;
	padding-left:12px;
}
ul.bullet li li {
	background: none;
	padding-left: 0;
	list-style-type: circle;
}
ul.bullet, ul.bullet ul {
	list-style-type: none;
	padding: 0 0 .2em;
	height: 1%; /* IE fix */
}

.page ul, .page ol {
	margin-left: 25px;
}

#districtUpdates {
	/*padding: 10px;
	background:#F7F7F7 none repeat scroll 0 0;
border-color:#ECECEC #ADADAD #ADADAD #ECECEC;
border-style:solid;
border-width:1px;*/
	padding-bottom: 5px;
}
li#search, li#districtUpdates {
	margin-top: 30px;
}
li#districtUpdates li {
	padding-bottom: 7px;
}
li#districtUpdates li span {
	font-size: 10px;
}
li#search h3 {
	margin-bottom: 0;
}
input.text {
	width: 220px;
	padding: 2px;
}


.right {
	float: right !important;
	display: inline;
}
#adControl {
	padding-right: 5px;
	margin-bottom: 5px;
}
#adControl a {
	float: left;
	display: inline;
	margin-right: 1px;
	padding: 1px;
	text-decoration: none;
	line-height: 1;
}

#adControl a {
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -999em;
}
#adControl a#adControl_previous {
	background-image: url(images/adNav_previous.gif);
}
#adControl a#adControl_pause {
	background-image: url(images/adNav_pause.gif);
}
#adControl a#adControl_play {
	background-image: url(images/adNav_play.gif);
}
#adControl a#adControl_next {
	background-image: url(images/adNav_next.gif);
}




/* Sidebar Styles END */

#content {
	margin-top: 5px;
	background: url(images/bg_content.jpg) no-repeat top right;
}

.page p {
	margin-bottom: 0;
	padding:0.2em 0 0.5em;
}
h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #511D0D;
}
h3 {
	margin: .8em 0 0;
}

h4 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin-top: 1em;
	margin-bottom: .5em;
	font-size: 1em;
	font-weight: bold;
}

div.hentry {
	margin-bottom: 40px;
}
div.hentry h3 { /*entry-title*/
	margin-bottom: 10px;
}
