/*
Theme Name: NAWBO Sacramento Valley
Theme URI: http://www.ynotweb.com
Description: Wordpress theme for NAWBO
Author: Kammy Burleson
Author URI: http://www.ynotweb.com
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #003F54;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	margin: 0;
	padding; 0;
	font-size: 10pt;
	}
	
html { min-height:100%; margin-bottom:1px; } /*keeps short pages from jumping */
	
h1 {font-size: 18pt; color: #003F54;}
h2 {font-size: 16pt; color: #003F54;}
h3 {font-size: 10pt; color: #003F54;}
h4 {font-size: 9pt; color: #003F54;}

.post h2 {
	font-size: 16pt; color: #003F54;
}

/* images and misc. */

img{ border: none;}
img a{border:none;}



/* links */

a{
	color:#6A7CA0;
	text-decoration:none;
	border: none;
	}

a:hover{color:#6A7CA0;text-decoration: underline; border: none;}



/* container */


#container {
	width: 890px;
	margin: 0 auto;
	background-image: url(images/mainBG.gif);
	background-repeat: repeat-y;
	}
	
/* header */

#headertop {
background-image: url(images/top-blue.gif);
background-repeat: no-repeat;
height: 26px;
width: 890px;
line-height: 26px;
}

#headertop a {
	color: #fff;
	margin-left: 30px;
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#headertop a:hover {
	color: #fff;
	margin-left: 30px;
		font-size: 8pt;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}

#header {
	background: #DDD;
    width: 100%; 
	color: #fff; 
	height: 180px;
margin-bottom:20px;
	}



/* content */


#content {
	float: left;
	width: 440px;
	border: 1px none #000;
	margin-left: 5px;
	padding-left: 5px;
	/*overflow: hidden;*/
	}
#widecontent {	float: left;
	width: 611px;
	border: 1px none #000;
	margin-left: 5px;
	padding-left: 5px;
	/*overflow: hidden;*/
}
.post {

	}
	
.post h2{
	padding-bottom:4px;
	font-size: 16pt;
        font-weight: lighter;
	color: #003F54;
	}
	
.post h2 a{
	color: #018091;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post p{margin-bottom: 5px;
padding-bottom: 5px;}

.post a{text-decoration:underline;}

.home ul {
list-style-type:none;
}
.post ul {
margin-left:24px;
list-style-type:square;
}
.post ol {
margin-left:24px;
}
.post li {padding-bottom:5px;}

.entry p{margin-bottom: 5px;
padding-bottom: 5px;}

.postmetadata{
	clear: both;
	/*background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #A2A2A2;
	border-bottom:solid 1px #A2A2A2;*/
	}
	

.navigation {

	}
	
	.alignleft {float:left;}
	.alignright {float:right;}

.pagetitle {}


/* left sidebar */

#left {
	width: 195px;
	float:left;
	margin-left: 5px;
	padding-left: 5px;
	border-right: 1px dotted #000;
	min-height: 600px;
	}



#left p {
margin-left: 20px;
padding-left: 20px;
}

#left img {padding: 0; margin: 0;}

#left ul {
margin-top: 0px;
	margin-left: 5px;
	background-color: #F9C04F;
	list-style-type: none;
	width: 164px;
	}
#spotlight {
background-color: #fff;
list-style-type:none;
width:150px;
margin-left:22px;
}
#spotlight p {
margin:0;
padding:0;
}

#left ul li {
	margin: 0 5px;
	padding: 0 5px;
	
	}
	
#left ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#left ul li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#left ul li ul li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	}
#left ul li ul{
	margin: 0 4px;
	padding: 0 4px;
width:138px;
	
	}
#left ul li ul li a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#left ul li ul li a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
/* right sidebar */

#right{
	
	width: 171px;
	float:right;
	padding-right: 29px;
}
#right a, #right a:visited {
text-decoration:underline;
}
#upcoming {
	width: 160px;
	
}


#upcomingBG {
	background-image: url(images/upcoming-eventsBG.gif);
	background-repeat: repeat-y;
	width: 160px;
}
#upcomingBG ul li, #upcomingBG p, p.twitter-message {
list-style-type:none;
	margin-left: 9px;
	padding-left: 9px;
	margin-right: 4px;
	padding-right: 4px;
	font-size: 8pt;
}
ul.twitter {
/* the main ul (if list is activated)  */
list-style-type:square;
width:160px;
margin-left: 12px;
margin-top:8px;
font-weight:lighter;
position:outside;
}
li.twitter-item{
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 4px;
	padding-right: 4px;
margin-bottom:12px;
font-size:8pt;
list-style-type:square;
}
.twitter-timestamp
{
font-size: 9px;
font-weight:bold;
}
a.twitter-link, a.twitter-link:visited {
/* the tweet link class */
	font-size: 8pt;
text-decoration:none;
}
a.twitter-user {
/* the @username reply link class */
font-size: 9px;
font-weight:bold;

}
a.twitter_title_link, a.twitter_title_link:visited  {
font-size: 10pt; 
color: #003F54;
text-transform:uppercase;
text-decoration:none;
}
#right h2 {font-size: 10pt; 
color: #003F54;
text-transform:uppercase;
text-align:center;
padding-bottom:6px;
text-decoration:none;}

#sideshoppingcart {
	margin-left: 8px;
	padding-left: 8px;
	margin-right: 8px;
	padding-right: 8px;

}
/* footer */

#footer {
	clear: both;
	}
	
#footer p{ font-size: 8pt; margin-left: 10px; padding-left: 10px;}
#footer a{color: #000; text-decoration: underline;}
#footer a:hover{color: #000; text-decoration: none;}

.copyright {
	float: left;

}

.credit {
	float: right;
	margin-right: 30px;
	padding-right: 30px;
}
/* search form */
#searchform form .submit input
{
color: #666D70;
background: #f9c04F;
border: 2px outset #d7b9c9
} 

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* 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;
	}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */

