/*
Theme Name: Region 9 - REV
Theme URI: http://voyageurweb.com
Description: Custom Theme
Version: 3/8/2010
Author: Bryce @ Vweb
Author URI: http://voyageurweb.com
Tags: clean, basic
*/

/********************************************************************/
/*         Base Structure Style Sheet Edited 01.18.2010 BDM         */
/*           This sheet is designed for use in WordPress            */
/********************************************************************/


body, h3, ol, ul, li, a, .header, .footer, .navbar { margin: 0; padding: 0; } /* clear padding/margin browser defaults */

body { /* default fonts, and colors  */
	color: #4b4a4a;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/wp-content/themes/reg9rev/images/bg.jpg) top left repeat-x #f5f8fb;
}
.pagetitle { /* page titles used in the main content area - may be same as h1 */
	color: #3671a5;
	font-size: 21px;
	font-weight: normal;
	background: url(/wp-content/themes/reg9rev/images/bg-pagetitle.jpg) top left no-repeat #f0e68c;
	width: 570px;
	padding: 5px 10px;
}
.pagetitle-home { /* page titles used in the main content area - may be same as h1 */
	color: #3671a5;
	font-size: 21px;
	font-weight: normal;
	background: url(/wp-content/themes/reg9rev/images/bg-pagetitle-home.jpg) top left no-repeat #f0e68c;
	width: 488px;
	padding: 5px 10px;
}
.searchbar { /* searchbar wrapper properties for width and height of searchbox  */
}
.wrapper { /*centers the page content */
	margin: 0 auto;
	width: 949px;
	padding-bottom: 42px; 
	background: url(/wp-content/themes/reg9rev/images/bg-bottom.png) bottom left no-repeat;
}
#header { /* header area */
	width: 949px;
	height: 163px;
	background: url(/wp-content/themes/reg9rev/images/bg-header.jpg) top left no-repeat;
	position: relative;
}
#header h1, #header h2 {
	display: none;
}
#header img.logo {
	position: absolute;
	top: 0;
	left: 0;
}
#header img.reg9-map {
	position: absolute;
	top: 0;
	right: 0;
}
.content-wrap {
	height: 100%;	/* height attribute fixes a repeating background bug in ie6 - can change to exact value but DO NOT REMOVE */
	min-height: 475px;
	width: 902px;
	background: url(/wp-content/themes/reg9rev/images/bg-wrapper.png) top left repeat-y;
	padding: 25px 24px 25px 23px;
}
.side-wrap {
	width: 174px;
	float: left;
	margin: 0 7px 0 3px;
	background: url(/wp-content/themes/reg9rev/images/bg-left-shadow.jpg) top center repeat-y;
	
}
.sidebar {
	width: 166px;
	margin: 0 4px;
	padding-bottom: 1px;
	min-height: 316px;
	background: url(/wp-content/themes/reg9rev/images/bg-left.jpg) top left repeat-x #9fc3e0;
}
.sidebar ul li {
	list-style-type: none;
}
.left-top {
	width: 174px;
	height: 15px;
	background: url(/wp-content/themes/reg9rev/images/bg-left-top.jpg) top left no-repeat;
}
.left-bottom {
	width: 174px;
	height: 20px;
	background: url(/wp-content/themes/reg9rev/images/bg-left-bottom.jpg) top left no-repeat;
	clear: both;
}
h2.widgettitle {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 16px;
	list-style-type: none;
}
.widget_links {
	font-size: 12px;
	color: #fff;
	padding: 0 5px;
}
.widget_links ul li {
	list-style-type: none;
	margin: 0 0 10px 0;
}
.sidebar a, .rightbar a {
	color: #fff;
	text-decoration: none;
}
.sidebar a:visited, .rightbar a:visited {
	color: #fff;
	text-decoration: none;
}
.sidebar a:hover, .rightbar a:hover {
	color: #f0e68c;
}
.sidebar a:active, .rightbar a:active {
	color: #fff;
	text-decoration: none;
}
.dept-menu {
	width: 174px;
	padding-top: 10px;
	background:#FFFFFF;
}

.right-side-wrap {
	width: 181px;
	float: left;
	margin: 0 0 0 14px;
	color: #fff;
	background: url(/wp-content/themes/reg9rev/images/bg-right-shadow.jpg) top center repeat-y;
}
.rightbar {
	width: 163px;
	margin: 0 4px;
	min-height: 245px;
	padding: 0 5px 1px 5px;
	background: url(/wp-content/themes/reg9rev/images/bg-right.jpg) top left repeat-x #9fc3e0;
}
.rightbar ul li {
	list-style-type: none;
}
.right-top {
	width: 181px;
	height: 15px;
	background: url(/wp-content/themes/reg9rev/images/bg-right-top.jpg) top left no-repeat;
}
.right-bottom {
	width: 181px;
	height: 20px;
	background: url(/wp-content/themes/reg9rev/images/bg-right-bottom.jpg) top left no-repeat;
}

#content { /* main content area*/
	float: left;
	width: 690px;
}

#content ul, #content ol {
	margin-top: 10px;
}
#content-index {
	float: left;
	width: 508px;
}
#dynamic-header {
	width: 709px;
	height: 218px;
	margin-bottom: 15px;
	float: left;
}

.contactinfo {  /* contact information area */
}

a { /* link properties */
	color: #3570a4;
	text-decoration: underline;
}
a:visited { /* visited link properties */
	color: #3570a4;
	text-decoration: underline;
}
a:hover { /* hover link properties */
	color: #3d7bad;
	text-decoration: none;
}
a:active { /* active link properties */
	color: #3570a4;
	text-decoration: underline;
}
.dept-menu a {
	display: block;
	width: 128px;
	height: 31px;
	padding: 7px 0 0 45px;
	background: url(/wp-content/themes/reg9rev/images/bg-button-off.jpg) top left no-repeat;
	color: #3570a4;
	font-size: 15px;
	text-decoration: none;
}
.dept-menu a:hover {
	color: #3570a4;
	background: url(/wp-content/themes/reg9rev/images/bg-button-on.jpg) top left no-repeat;
}
.pagetitle a, h2 a {
	color: #3671a5;
	text-decoration: none;
}
.pagetitle a:visited, h2 a:visited {
	color: #3671a5;
	text-decoration: none;
}
.pagetitle a:hover, h2 a:hover {
	color: #3671a5;
	text-decoration: underline;
}
.pagetitle a:active, h2 a:active {
	color: #3671a5;
	text-decoration: none;
}
a img { border: 0px; }

.clear { /* Must stay to work with height attribute in .content-wrap - div is right before closing tag in source */
	height: 1px;
	clear: both;
}
#footer{ /* footer area */
	clear:both;
	color: #fff;
	font-size: 13px;
	background: #3d7bad;
	padding: 7px 25px;
	margin-bottom: 5px;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
.weaver{ /* VoyageurWeb weaver link */
	font-size: 12px;
	text-align: right;
	font-style: italic;
	width: 919px;
	padding-right: 30px;
	margin: 0 auto 25px auto;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

#content ul, #content ol {
	list-style-position: outside;
	margin-left: 25px;
}



/**********************************************/
/*     Programming Styles Listed Below        */
/*      Used with forms and databases         */
/**********************************************/

.error{ /* error messages */
	color: #FF0000;
	font-weight: bolder;
}
.success{ /* success messages */
	color: green;
	font-weight: bolder;
}
.instructions{ /* general instructions on the page */
	color: #999966;
	font-size: 8pt;
}
.required{  /* required fields */
	color: #FF0000;
	font-weight: bolder;
}
.fieldlabel{ /*labels that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}
.fieldinstructions{ /*instructions that will appear next to or under a field on a form */
	color: #000000;
	font-weight: bolder;
}



/**********************************************/
/*       Wordpress Styles Listed Below        */
/*        styles placed by the editor         */
/**********************************************/

.alignright {
	float: right;
	text-align: right;
}
.alignleft {
	float: left;
}
#comment {
	width: 690px;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: arial, sans-serif;
	width: 902px;
	height: 37px;
	position: absolute;
	bottom: 0;
	left: 23px;
	z-index: 99999;
	text-align: center;
	text-transform: uppercase;
}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	/*width: 104px;*/
	height: 28px;
	padding: 9px 10px 0 10px;
	text-align: center;
	color: #fff;
	border-right: 1px solid #fff;
	font-size: 14px;
	/*overflow: hidden;*/
}
/*.menu ul li.page-item-11 a {
	border-right: none;
}*/
.menu ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
.menu ul li {
	float: left;
	position: relative;
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #3d7bad;
	background: #f0e68c;
}

/* ------------------ Styles for main nav flyouts below

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 21px;
	left: 0;
	width: 105px;
}
.menu ul li:hover ul li a.hide {
	background: #6a3;
	color: #fff;
}
.menu ul li:hover ul li:hover a.hide {
	background: #6fc;
	color: #000;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	background: #ddd;
	color: #000;
}
.menu ul li:hover ul li a:hover {
	background: #6fc;
	color: #000;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 105px;
	top: 0;
}
.menu ul li:hover ul li:hover ul.left {
	left: -105px;
}
*/
