body {
	font: 11pt Arial, Helvetica, Tahoma, sans-serif;
	color: #333333;
	background: #E3E3E3 url(images/bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px 0px 40px;
}

#page {
	margin: 0px auto;
	width: 1024px;
}

/*     HEADER     */

#header {
	background: #FFFFFF url(images/header-bg.png) no-repeat;
	position: relative;
	height: 130px;
	width:1024px;
	
}
#headerimg {

	position: absolute;
	top: -14px;
	left: 64px;
	height: 76px;
	width: 174px;
	margin:0;
}

#welcome {
	float:right;
	margin-right:-4px;
	width:570px;
	height:330px;
	z-index:1;
	position:relative;
	bottom:128px;
	background:url(images/downtown-boise-idaho.png) no-repeat;
}
.widget {
	width:250px;
	float:left;
	margin: 0 0 10px 0;
	padding: 9px 9px 0 9px;
	border: 1px solid #F7972E;
	background:#E8E4E3;
	-moz-border-radius:5px 5px 5px 5px;
}
.widget1 {
	width:290px;
	height:400px;
	float:left;
	background:#FFFFFF;
	margin: 0 0 10px 15px;
	padding: 9px 9px 0 9px;
	border: 1px solid #F7972E;
	-moz-border-radius:5px 5px 5px 5px;
}
.widget11 {
	width:290px;
	height:400px;
	float:left;
	background:#E6E6E6;
	margin: 0 0 10px 15px;
	padding: 9px 9px 0 9px;
	border: 1px solid #F7972E;
	-moz-border-radius:5px 5px 5px 5px;
}
.widget2 {
	float:left;
	height:300px;
	width:430px;
	margin: 0 0 10px 0px;
	padding: 9px 9px 0 9px;
}

.gap {
	height:400px;
	width:20px;
	float:left;
}
#top_left {
	float:left;
	height:300px;
	width:430px;
}
#nav-container {
	width: 1024px;
	height: 30px;
	margin: 0px;
	position: absolute;
	bottom: 0px;		
	background: #004990 url(images/menu-bg.png) repeat-x;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	width: 454px;
	bottom: 0px;
	text-decoration: none;
	font: bold italic 14px Arial, Helvetica, Tahoma, sans-serif;
	font-style: italic;
}
#nav li {
	float: left;
	margin-left: 0px;
	list-style:none;
	outline:none;

}
#nav a {
	color: #004990;
	padding: 5px 10px;
	display: block;
	height: 20px;
}
#nav a:visited {
	color: #004990;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	background: #FFFFFF url(images/menu-hover-bg.png) repeat-x;
}
#plus {
	margin-top:5px;
	font-size:16px;
	color: #F78F1E;
}

/*     	CONTENT     */

#wrapper {
	width: 1024px;
	background: #E3E3E3 url(images/module-bg.png) repeat-x;
	min-height: 440px;
	float:left;
	top:0px;
	left:0px;
}
#content {
	padding: 20px;
	float: left;
	width: 684px;
	overflow: hidden;

}
.post-top {
	background:  url(images/module-lg-top-bg.png) no-repeat ;
	width:660px;
	height:12px;
	margin-bottom:-28px;
}
.post {
	padding:0px 20px 20px 20px;
	width: 620px;
	background:  url(images/module-lg-middle-bg.png) repeat-y ;
}
.post-title {
	float: left;
	width: 620px;
}
.entry {
	clear: both;
	padding-top: 0px;
}
.post-bottom {
	background: bottom url(images/module-lg-bottom-bg.png) no-repeat ;
	width:660px;
	height:12px;
	clear:both;
}

/*     TEXT STYLES     */

p {
	font-size: 11pt;
	color: #333333;
	margin: 5px 0 10px 0;
	line-height: 1.5em;
}
H1 {
	font-size: 28pt;
	color: #F78F1E;
	font-weight: lighter;
	padding-top:8px;
}
H2 {
	font-size: 22pt;
	color: #F78F1E;
	font-weight: lighter;
	margin:0px;
	padding:0px;
}
H3 {
	font-size: 18pt;
	color: #004990;
	font-weight: lighter;
}
H4 {
	font-size: 16pt;
	color: #004990;
}
H5 {
	font-size: 14pt;
	color: #004990;
	font-style:italic;
}
H6 {
	font-size: 12pt;
	color: #004990;
	font-weight:bold;
}
a {
	color: #004990;
	text-decoration: none;
}
a:visited {
	color: #004990;
	text-decoration: none;
}
a:hover {
	color: #F78F1E;
	text-decoration: underline;
}




div#nav {position:relative; z-index:2; width:760px; height:20px; background:url(img/nav.png);}	

.sf-menu, .sf-menu * {margin:0;padding:0;list-style:none; }
.sf-menu {line-height:1.0;}
.sf-menu ul {position:absolute;top:-999em;width:10em;  /* left offset of submenus need to match (see below) */}
.sf-menu ul li {margin:0;  width:180px;  !important}
.sf-menu ul ul li{margin:0;  width:180px;   !important;}
.sf-menu li:hover {visibility:inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li {float:left;position:relative; margin-left:30px;  }
.sf-menu a {display:block;position:relative; }
.sf-menu li:hover ul,.sf-menu li.sfHover ul {left:0;top:30px; margin-top:-0px; /* match top ul list item height */ z-index:1000;}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left:10em; /* match ul width */ top:0;}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top:-999em;}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left:10em; /* match ul width */ top:0;}

/*** CUSTOM STYLES ***/
.sf-menu li ul {background:#D7D5D6; width:180px; border-top:none; opacity:0.9;-moz-opacity:0.9;filter:alpha(opacity=90);}
.sf-menu li li ul, .sf-menu li li li ul {background:#D7D5D6;  width:200px;     border-top:none;opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=90);}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	background:url(images/footer.gif) repeat-x;
	width:1024px;
	margin-bottom:30px;
	height:30px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}


.narrowcolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	width: 450px;

	}

.widecolumn {
	float: left;
	padding: 0 0 20px 15px;
	margin: 0px 0 0;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	clear: both;
	}

#footer p {
	margin: 0;
	text-align: left;
	font-size:8pt;
	color:#004990;
	padding-top:5px;
	}
/* End Structure */

/* Begin Images */
p img {

	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {

	}

img.alignright {

	}

img.alignleft {

	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
		margin: 0 0 10px 0;
	padding: 1px 9px 40px 9px;


	-moz-border-radius:5px 5px 5px 5px;
	}
	
	
	#sidebar ul ul {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	border:none;

	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul, #sidebar ul  {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	float:left;
	width: 290px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}



/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


