/*
Theme Name: Postcards From Sonoma Country
Theme URI: http://www.castelar.net/
Description: Postcards From Sonoma Country Theme
Version: 1.0
Author: Castelar Design & Code
Author URI: http://www.castelar.net/
Tags: blue, green, purple, header, fixed width, three columns, widgetized, seo
*/

/* Elements */
* {
	margin:0;
	padding:0;
}
body,html {
	min-height:100%;
}
body {
	/*background:url(images/bg-fade.gif) no-repeat scroll 50% 0;*/
	background-color: #86A2D0;
	color: #333;
	padding: 13px 0 25px 0;
}
body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
}
p {	
	margin: 15px 0;
}
a:link, a:visited {
	color: #004080;
	text-decoration:none;
}
a:hover, a:active {
	color:#781D7E;
	text-decoration:none;
}
hr {
	display: block;
	height:1px;
	background:#b6b6b6;
	border:0;
}
small {
	font-size: 0.95em;
	background:#f4f4ed;
	padding:4px 6px;
	margin:12px 0 25px 0;
}
img, a:link img, a:visited img {
	border:0;
}

/* Structure */
#page {
	width:955px;
	margin:0 auto;
	font-size:0.8em;
	background-color:#fff;
}
#branding {
	width:955px;
}
.left {
	float:left;
}
.right {
	float:right;
}
#sidebar {
	width:235px;
	float:right;
	background-color:#fff;
	margin-top:20px;
	padding:0 10px 20px 10px;
	border-left:1px dotted #b6b6b6;
}
#leftcol {
	width:160px;
	border-right:1px dotted #b6b6b6;
	padding-right:10px;
}
#leftcol, #rightcol {
	margin-top:10px;
	float:left;
}
#rightcol {
	width:440px;
	padding-left:20px;
	margin-top: -2px;
}

/* Main Nav */
#nav {
	background-color:#00356A;
	font-size:.95em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}	
#nav, #nav ul { list-style: none; line-height:1; }
#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
}
#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #a9a9a9;
}
#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	padding:8px 30px;
}
#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	color:#7793B0;
	text-decoration:none
}
	
/* Dropdowns */	
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
}
#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
}
#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#FFF;
}
#nav li li a:hover, #nav li li a:active {
	background:#000;
}		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
a.main:hover {
	background:none;
}

/* Headers */
h1 {
	font:2.5em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
}
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	border-bottom:1px dotted #999;
	margin: 20px 0;
}
h3 {
	font: 1.20em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:4px;
	color:#5f5f5f;
}
.entry h3 {
	margin:10px 0;
	font-size:1.2em;
	font-weight:bold;
}
#rightcol h3 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color:#821290;
	margin-top:10px;
}
#rightcol h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	margin:18px 0 8px 0;
	padding:0px;
	border:none;
}
#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom:4px;
	color:#5f5f5f;
}
#sidebar h3, #sidebar h2, #leftcol h3, #leftcol h2 {
	border-bottom:1px dotted #d6d6d6;
	padding:5px 0 2px 2px;
	margin:15px 0 15px 0;
	font-size:1em;
}
h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px;
}
h3#comments {
	margin-top:32px;
}
h3 a:link, h3 a:visited {
	color:#5f5f5f;
	font-weight:bold;
}
h3 a:hover, h3 a:active {
	color:#781D7E;
	font-weight:bold;
}
h4 {
	font-size:1.6em;
	margin-bottom:6px;
}

/* Content */
#content {
	width:660px;
	float:left;
	padding: 10px 10px 20px 20px;
}
.description {
	font-size: 1.3em;
	font-weight: bold;
	font-style:italic;
	color:#545454;
	margin-top:-4px;
}
#leadpic {
	float: left;
	margin: 0 18px 8px 0;
	border: 1px solid #b6b6b6;
}
#lead {
	margin-top:22px;
}
#lead h3 a:link, #lead h3 a:visited {
	color:#781D7E;
	font-weight:bold;
}
#lead h3 a:hover, #lead h3 a:active {
	color:#58155B;
	font-weight:bold;
	text-decoration:underline;
}
.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
}
.feature#lead .title, .feature#lead .title {
	font:1.6em Helvetica, Arial, serif;
	font-weight:bold;
	line-height:100%;
	display:block;
	padding-bottom:7px;
}
#feature-blog .title {
	font:1em Helvetica, Arial, serif;
	font-weight:bold;
	line-height:115%;
	display:block;
	margin-bottom:12px;
}
.latest {
	margin-bottom: 5px;
	border-bottom:none;
}
.latest {
	background:#f9f9f9;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
}
#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
}
#leftcol ul li {
	list-style-type:none;
}
#leftcol img {
	margin-bottom: 4px;
	display:block;
}
#leftcol h3 a:link, #leftcol h3 a:visited {
	color:#00457C;
	font-weight:bold;
}
#leftcol h3 a:hover, #leftcol h3 a:active {
	color:#003159;
	font-weight:bold;
	text-decoration:underline;
}
#rightcol .clearfloat {
	border-bottom:1px dotted #b6b6b6;
	padding:12px 0;
}
#rightcol h3 a:link, #rightcol h3 a:visited {
	color:#781D7E;
	font-weight:bold;
}
#rightcol h3 a:hover, #rightcol h3 a:active {
	color:#531456;
	font-weight:bold;
	text-decoration:underline;
}
h4.booknow {
	padding-top:6px;
}
h4.booknow a, h4.booknow a:visited {
	color:#EFC710;
	font-size:0.70em;
	margin:5px 0 10px 20px;
	border:1px dotted #b6b6b6;
	padding: 3px 5px;
	background-color:#FAFAF8;
}
h4.booknow a:hover, h4.booknow a:active {
	color:#DDB617;
	border:1px dotted #A0A0B1;
	background-color:#F8F8F3;
}
.postmetadata {
	margin: 30px 0;
}
.navigation {
	margin-top:12px;
}
#writer {
	background:#f4f4ed;
	margin:15px 0;
	padding:12px;
}
#writer img {
	padding:1px;
	border:1px solid #e0e0d5;
	float:left;
}
#writer span {
	display:block;
	padding-top:4px;
	border-top:1px dotted #cbd8b4;
	margin-top:12px;
}
#writer p {
	margin:0;
	width:482px;
}
.entry {
	padding-bottom:25px;
}

/* video links */
#vidnav ul {
	display: block;
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 0 0 2px 0;
}
#vidnav li {
	display: block;
	padding: 0;
	margin: 0 0 12px 8px;
	float: left;
}
#vidnav a {
	display: block;
	overflow: visible;	
	float: left;
	height: 50px;
	text-indent: -999px;
	margin: 0;
	border: none;
	background: url(/tourism/wp/wp-content/themes/sonoma/images/vidnav.png) 0px 0px no-repeat;
}
a#vidnav01 {
	width: 120px;
	background-position: 0px 0px;
}
a#vidnav02 {
	width: 120px;
	background-position: -120px 0px;
}
a#vidnav03 {
	width: 120px;
	background-position: -240px 0px;
}
a#vidnav04 {
	width: 120px;
	background-position: -360px 0px;
}
a#vidnav05 {
	width: 120px;
	background-position: -480px 0px;
}

a#vidnav01:hover {
	background-position: 0px -50px;
	margin:0;
}
a#vidnav02:hover {
	background-position: -120px -50px;
	margin:0;
}
a#vidnav03:hover {
	background-position: -240px -50px;
	margin:0;
}
a#vidnav04:hover {
	background-position: -360px -50px;
	margin:0;
}
a#vidnav05:hover {
	background-position: -480px -50px;
	margin:0;
}

/* Sidebar */
#sidebar li {
	list-style:none;
}
.bullets li {
	list-style:none;
	border-bottom:1px solid #fff;
}
#sidebar .bullets li {
	list-style:none;
	margin:10px 0px;
	line-height:115%;
	margin-left:22px;
	border-bottom:1px dotted #F1F3FA;
}
#sidebar .bullets li {
	list-style:none;
	margin:10px 0px;
	line-height:115%;
	border-bottom:1px dotted #F1F3FA;
}
#sidebar .children {
	background:#e4efd5;
}
#sidebar .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
}
#sidebar .children li a, #sidebar .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color:#818d6f;
}
#sidebar .children li a:hover, #sidebar .children li a:active	{
	color:#465d23;
}
p.getvisguide {
	margin: 10px 0 0 0;
	text-indent: -9999px;
}
p.getvisguide a {
	width: 300px;
	height: 70px;
	margin: 0;
	display: block;
	background: url(images/free-guide.gif) top left no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
p.getvisguide a:hover {
	background-position: 0 -70px;
}

p.planvacation {
	margin: 10px 0 0 0;
	text-indent: -9999px;
}
p.planvacation a {
	width: 200px;
	height: 70px;
	margin: 0;
	display: block;
	background: url(images/plan-sonoma-vacation.gif) top left no-repeat;
	background-position: 0 0;
	overflow: hidden;
}
p.planvacation a:hover {
	background-position: 0 -70px;
}

/* SonomaCounty.com links */
#sclinks ul {
	display: block;
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 0;
}
#sclinks li {
	display: block;
	padding: 0;
	margin: 10px 0 10px 0;
	float: left;
}
#sclinks a {
	display: block;
	overflow: hidden;	
	float: left;
	height: 70px;
	text-indent: -9999px;
	margin: 0;
	border: none;
	background: url(images/sonomacounty-links.gif) 0px 0px no-repeat;
}
a#sclinks01, a#sclinks01:visited { width: 180px; background-position: 0px 0px; }
a#sclinks02, a#sclinks02:visited { width: 120px; background-position: -180px 0px; }

a#sclinks01:hover, a#sclinks01:active { background-position: 0px -70px; margin:0; }
a#sclinks02:hover, a#sclinks02:active { background-position: -180px -70px; margin:0; }


/* Sociable */
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.post .sociable ul, .sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.post .sociable ul li, .sociable ul li {
	background: none;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.post .sociable ul li:before, .sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/* Post Formatting */
.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
}
.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
}
.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.post ul li {
	list-style:none;
	margin-bottom:5px;
	line-height:115%;
	margin-left:20px;
}
.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
}

/* Form Elements */
select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%;
}
#searchform {
	padding:10px 4px;
}
.button {
	padding:1px;
	background-color:#BBBEC9;
	color:#fff;
	text-transform:uppercase;
	font-size:0.8em;
	border:none;
}
.button:hover {
	background-color:#84A2D6;
	color:#fff;
}
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	margin-top:5px;
}

/* Comments */
.commentlist {
	padding-left:30px;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
}
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
}
.commentmetadata {
	display: block;
}
.commentlist small {
	background:#e9e9e9;
}
.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
}

/* Float Properties */
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.clearfloat {
	display:inline-block;
}
.clearfloat {
	display:block;
}

/* Footer */
#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#515151;
}
#footer a {
	color:#1D1B1B;
}
