/*
Theme Name: Celebrate Woodinville 2016 v1
Theme URI: http://example.com/
Description: Design for 2016 Celebrate Woodinville 
Version: 1.0
Author: Sound Business Development
Author URI: http://example.com/mytheme/
Tags: example, tags, here
*/


.alignleft {	float:left; }
.alignright { float: right }
.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, div.alignleft {
	margin: 8px 10px 5px 0;
}
img.alignright, div.alignright {
	margin: 8px 0 5px 10px;
}
.sticky {}
.bypostauthor {}

body { margin: 0; padding: 0; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;	}
/* Hide width adjustment at page load caused by IE.js for "border-box" in IE7/6 */
.ie6 body, .ie7 body { visibility: hidden; }

/* Set display:block for the new HTML5 elements, for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div, p, h1, h2, h3, h4, h5, h6 { display: block; }

/* No borders for linked images */
a img { border: none; }



	
	.row, .row5, .lw {margin: 0 auto;}
.row > div, .row5 > div {float:left; position:relative;}
.row > div.first-child, 
.row > div:first-child, 
.row5 > div:first-child, 
.row5 > div.first-child {margin-left:0} 

	
	.row, .lw {margin: 0 auto;}
.row > div {float:left; position:relative;}

@media only screen and (min-width: 768px) {	
/*12col-100%-0.8%*/ 
.row, .row5, .lw {width:100%}

/* column widths */
.col1 {width:7.6%}		.col2 {width:16%}		.col3 {width:24.4%}		.col4 {width:32.8%}
.col5 {width:41.2%}		.col6 {width:49.6%}		.col7 {width:58%}		.col8 {width:66.4%}
.col9 {width:74.8%}		.col10 {width:83.2%}		.col11 {width:91.6%}		.col12 {width:100%}

/* Source ordering */
.push1 {left:8.4%}		.push2 {left:16.8%}		.push3 {left:25.2%}		.push4 {left:33.6%}
.push5 {left:42%}		.push6 {left:50.4%}		.push7 {left:58.8%}		.push8 {left:67.2%}
.push9 {left:75.6%}		.push10 {left:84%}		.push11 {left:92.4%}
.pull1 {right:8.4%}		.pull2 {right:16.8%}		.pull3 {right:25.2%}		.pull4 {right:33.6%}
.pull5 {right:42%}		.pull6 {right:50.4%}		.pull7 {right:58.8%}		.pull8 {right:67.2%}
.pull9 {right:75.6%}		.pull10 {right:84%}		.pull11 {right:92.4%}

/* 5 equal width columns */
.row5 > div {width:19.36%}
.row5 .push1 {left:20.16%}	.row5 .push2 {left:39.52%}	.row5 .push3 {left:58.88%}	.row5 .push4 {left:78.24%}
.row5 .pull1 {right:20.16%}	.row5 .pull2 {right:39.52%}	.row5 .pull3 {right:58.88%}	.row5 .pull4 {right:78.24%}
}


/********************************
 Mobile 
 *******************************/
@media only screen and (max-width: 767px) {		
body { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

.row, .row5, .lw { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
.row > div, .row5 > div { margin: 0 !important; float: none !important }

/* All columns full width */
.col1, .col2, .col3, .col4, .col5, .col6, 
.col7, .col8, .col9, .col10, .col11, .col12,
.row5 > div	{ width:100% !important; }
	
/* No source ordering on mobile */
.push1, .push2, .push3, .push4, .push5, .push6, 
.push7, .push8, .push9, .push10, .push11, .push12 { left:auto !important; } 
.pull1, .pull2, .pull3, .pull4, .pull5, .pull6, 
.pull7, .pull8, .pull9, .pull10, .pull11, .pull12 { right:auto !important; } 
}
/* Horiz. Menus  */

ul.nav, ul.nav2 {
	float: left; 
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav a, ul.nav2 a {
	display: block; 
	width: auto; 
	text-decoration: none; 
}

ul.nav li, ul.nav2 li { 
	float: left; 
	padding: 0; 
	width: auto; 
}

ul.nav ul li, ul.nav2 ul li { 
	width: 100%; 
	float: none; 
}


ul.nav ul, ul.nav2 ul {
	position: absolute;
		left: -999em;
		height: auto;
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav li:hover ul ul, ul.nav li:hover ul ul ul, 
ul.nav li.sfhover ul ul, ul.nav li.sfhover ul ul ul,
ul.nav2 li:hover ul ul, ul.nav2 li:hover ul ul ul, 
ul.nav2 li.sfhover ul ul, ul.nav2 li.sfhover ul ul ul {
	left: -999em;
}

ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li li li:hover ul, 
ul.nav li.sfhover ul, ul.nav li li.sfhover ul, ul.nav li li li.sfhover ul,
ul.nav2 li:hover ul, ul.nav2 li li:hover ul, ul.nav2 li li li:hover ul, 
ul.nav2 li.sfhover ul, ul.nav2 li li.sfhover ul, ul.nav2 li li li.sfhover ul {
	left: auto;
	z-index: 100000; /* Since RC2b */
}

ul.nav, ul.nav2 { 
	line-height: 33px; 
}

ul.nav ul a, ul.nav2 ul a { 
	width: 150px; 
}

ul.nav a, ul.nav2 a { 
	padding-left: 10px; 
	padding-right: 10px; 
}

ul.nav ul ul, ul.nav2 ul ul { 
	/* margin-left same as ul.nav ul a, ul.nav2 ul a width since box-sizing:border-box TF 1.1.1 */
	margin-left: 150px; 
	margin-top: -33px; 
}


body .col-left {
	width: 230px;
}

body .col-right {
	width: 249px;
}

.home .col-left {
	width: 200px;
}

.home .col-right {
	width: 200px;
}

.single .col-left {
	width: 200px;
}

.single .col-right {
	width: 250px;
}

.page .col-left {
	width: 250px;
}

.page .col-right {
	width: 250px;
}

.sfsfs .col-left {
	width: 200px;
}

.sfsfs .col-right {
	width: 200px;
}

.fefe .col-left {
	width: 200px;
}

.fefe .col-right {
	width: 200px;
}

body {
	font-size: 0.9em;
	margin: 10px;
	padding: 5px;
	left: auto;
	right: auto;
	font-family: arial;
}

body a {
	color: #541144;
	font-weight: bold;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

h1#sitetitle {
	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: tahoma;
}

h1#sitetitle a {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}

p#tagline {
	color: #555555;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 4px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 16px;
	width: 500px;
}

.headerimage {
	clear: both;
	background: #ababab;
	width: auto;
	height: 150px;
}

.searchform {
	position: absolute;
	z-index: 5;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top: 72px;
	right: 14px;
}

.searchform form input.searchbutton {
	color: #8a8a8a;
	overflow: hidden;
	border-style: none;
	margin-left: 5px;
	background: #cccccc url("images/searchicon-666666.png") no-repeat scroll 0px 2px;
	width: 28px;
	height: 28px;
}

a.rsscommentslink {
	float: right;
	margin-top: 5px;
	margin-right: 8px;
}

a.rsslink {
	position: absolute;
	z-index: 8;
	background: transparent url("images/rss-4f9603.png") no-repeat scroll left top;
	top: 127px;
	right: 9px;
	width: 32px;
	height: 30px;
}

a.facebooklink {
	float: right;
}

a.twitterlink {
	float: right;
}

a.feedburnerlink {
	float: right;
}

#container {
	padding: 30px;
}

#td-left2 {
	padding-right: 20px;
}

#td-right2 {
	padding-left: 25px;
}

.widget {
	color: #111111;
	margin-bottom: 4px;
}

.widget h3 {
	color: #541144;
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.widget ul {
	list-style-type: none;
	margin: 0px 5px;
	padding: 0px;
}

.widget ul ul {
	margin-left: 0px;
	padding: 3px 0px;
}

.post {
	border: 1px solid #532c6f;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

.breadcrumbs {
	clear: both;
	color: #444444;
	font-size: 13px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 5px;
}

.multinav .older {
	float: left;
}

.multinav .newer {
	float: right;
}

.singlenav .older {
	float: left;
}

.singlenav .newer {
	float: right;
}

.hormenu {
	display: block;
	float: left;
	margin-left: 6px;
	width: 32%;
}

ul.nav li a {
	color: #ffffff;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.6em;
	text-decoration: none;
	text-transform: none;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: #532c6f;
	width: auto;
}

ul.nav li a:hover, ul.nav li.current_page_item a, ul.nav li.current-cat a {
	background: #532c6f;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.hormenu2 {
	float: right;
	margin-right: 6px;
	width: 33%;
}

ul.nav2 li a {
	clear: both;
	color: #ffffff;
	float: right;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.6em;
	text-decoration: none;
	text-transform: none;
	margin-right: 0px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: #532c6f;
	width: auto;
}

ul.nav2 li a:hover, ul.nav2 li.current_page_item a, ul.nav2 li.current-cat a {
	background: #532c6f;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
}

ul.commentlist {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
}

span.comment-author-name {
	font-size: 17px;
}

img.avatar {
	float: left;
	position: absolute;
	border: 1px solid #dddddd;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
	top: 4px;
	left: -75px;
}

#div-footer {
	text-align: center;
	margin-top: 10px;
}

blockquote {
	color: #777777;
	border-left: 5px solid #dddddd;
	margin: 15px 30px 0px 10px;
	padding-left: 20px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 9px;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 7px;
}

h5 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

h6 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

body p {
	margin-bottom: 5px;
}

.post-byline {
	color: #888888;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
	font-family: arial;
}

.post-footer {
	color: #888888;
	font-size: 13px;
	line-height: 17px;
	padding: 0px;
	font-family: arial;
}

.multinav {
	border-top: 1px solid #dddddd;
	padding-top: 6px;
	padding-bottom: 6px;
}

#multinav2 {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}

.post ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 25px;
}

.post ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}

.post ul ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.post ul ul ul {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.post ul li {
	margin-bottom: 2px;
}

h3.pagetitle {
	color: #737373;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 0px;
	padding: 5px 5px 5px 7px;
	background: #f0f0f0;
}

.commentnav {
	font-size: 12px;
	position: relative;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 21px;
	padding: 4px 4px 4px 10px;
}

#commentnav2 {
	border-top: 1px solid #dddddd;
	border-bottom-style: none;
	margin-bottom: 28px;
}

#cancel-comment-reply {
	margin-bottom: 10px;
}

ul.commentlist li .comment-container {
	font-size: 13px;
	position: relative;
	border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 75px;
	padding: 10px 15px 0px 13px;
	background: #f4f4f4;
	font-family: georgia;
}

.single .singlenav {
	margin-top: 4px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.single #singlenav2 {
	border-top: 1px solid #5f9125;
	margin-top: 18px;
	padding-top: 13px;
}

.page .post {
	border-bottom: 0px solid #f5f5f5;
}

.home .breadcrumbs {
	padding-left: 8px;
}

.searchform form input.searchfield {
	border: 4px solid #bbbbbb;
	padding: 5px;
	background: #cccccc;
	width: 230px;
}

#widgetarea5 .td1 {
	padding-right: 6px;
}

#widgetarea5 .td2 {
	padding-right: 6px;
}

#widgetarea5 .td3 {
	padding-right: 6px;
}

#widgetarea5 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td1 {
	padding-right: 6px;
}

#widgetarea6 .td2 {
	padding-right: 6px;
}

#widgetarea6 .td3 {
	padding-right: 6px;
}

#widgetarea6 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td5 {
	padding-right: 6px;
}

#widgetarea4 .td1 {
	padding-right: 6px;
}

#widgetarea4 .td2 {
	padding-right: 6px;
}

#widgetarea4 .td3 {
	padding-right: 6px;
}

#widgetarea3 .td1 {
	float: left;
	width: 21%;
}

#widgetarea3 .td2 {
	float: left;
	margin-right: auto;
	margin-left: 2%;
	width: 50%;
}

#widgetarea2-2 .td1 {
	padding-right: 6px;
}

#widgetarea2 .td1 {
	padding-right: 6px;
}

p.wp-caption-text {
	color: #636363;
	font-size: 11px;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 5px;
}

.post table td {
	border-right: 1px none #dbdbdb;
	padding: 5px 8px;
}

.post table caption {
	color: #707070;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 4px;
}

.post table th {
	color: #ffffff;
	font-weight: normal;
	padding: 6px 8px 6px 9px;
	background: #5e5e5e;
}

.post table tr.even td {
	background: #e3e3e3;
}

.post table {
	border-bottom: 1px none #e0e0e0;
	border-left: 1px none #e0e0e0;
}

.widget ul li {
	line-height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 19px;
	background: transparent url("images/arrow-empty-999999.png") no-repeat scroll 0px 7px;
}

img.postthumb {
	margin: 0px 15px 0px 0px;
	padding: 0px;
	width: 15%;
	height: auto;
}

.post-headline h2 {
	font-weight: normal;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 3px;
}

h1#sitetitle a:hover {
	color: #4f9603;
}

ul.nav li {
	float: left;
	width: auto;
}

ul.nav ul li {
	float: none;
	margin-top: 0px;
	width: 100%;
}

ul.nav ul li a {
	line-height: 1.3em;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 200px;
}

ul.nav ul ul {
	margin-top: -33px;
	margin-left: 150px;
}

ul.nav2 {
	float: right;
	list-style-type: none;
}

ul.nav2 li {
	float: right;
	width: auto;
}

ul.nav2 ul li {
	width: 100%;
}

ul.nav2 ul li a {
	width: 150px;
}

.page .post-headline h2 {
	margin-bottom: 15px;
}

#td-left1 {
	padding-right: 15px;
}

#td-left3 {
	padding-right: 20px;
}

#td-right1 {
	padding-left: 15px;
}

#td-right3 {
	padding-left: 25px;
}

.single .post-headline h2 {
	font-size: 30px;
}

.single .post {
	padding-right: 10px;
	padding-left: 15px;
}

#div-header {
	position: relative;
}

.widget ul li:first-child {
	border-top-style: none;
}

.breadcrumbs span.bc-home a {
	padding-left: 20px;
	background: transparent url("images/house-15x15-bbbbbb.png") no-repeat scroll left center;
}

.widget h3 span {
	border-top-left-radius: 5px;
	border-top-right-radius: 6px;
	padding: 2px 5px;
}

.commentnav a.page-numbers {
	color: #333333;
	border: 1px solid #dddddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 2px;
	padding: 7px 10px 6px 10px;
	background: #f4f4f4;
}

span.comment-date-link a {
	color: #888888;
	font-size: 11px;
	font-weight: normal;
	font-family: arial;
}

.commentnav span.current {
	color: #000000;
	position: relative;
	z-index: 8;
	border: 1px solid #dddddd;
	border-bottom-style: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 1px -3px 7px -6px;
	margin-right: 3px;
	padding: 8px 10px 7px 10px;
	background: #ffffff;
}

#commentnav2 a.page-numbers {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 0px;
}

#commentnav2 span.current {
	border-top-style: none;
	border-bottom: 1px solid #eeeeee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-radius: 0px;
	box-shadow: 0px 4px 5px -3px;
}

h3#comments {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: -3px;
	padding: 11px 0px 32px 64px;
	background: transparent url("images/comments-title-flat-3.png") no-repeat scroll 0px 3px;
}

h3#reply-title {
	font-size: 26px;
	font-weight: normal;
	position: absolute;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 17px;
	padding-left: 50px;
	background: transparent url("images/pencil.png") no-repeat scroll left top;
	top: -53px;
	left: 0px;
}

textarea#comment-textarea {
	border: 2px solid #eeeeee;
	border-radius: 10px;
	padding: 5px;
	width: 100%;
}

form#commentform input {
	border: 2px solid #eeeeee;
	border-radius: 10px;
	margin-right: 11px;
	padding: 7px;
}

p.xhtml-tags code {
	color: #888888;
	font-size: 12px;
}

p.thesetags {
	color: #666666;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.xhtml-tags {
	margin: 0px;
	padding: 0px;
}

input#comment-submit {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	border: 1px solid #888888;
	border-radius: 7px;
	padding: 9px 20px;
	background: #aac15a;
}

ul.commentlist li.thread-even .comment-container {
	border: 1px solid #dddddd;
	background: #ffffff;
}

ul.commentlist ul.children {
	margin-left: 25px;
}

#respond {
	position: relative;
	border-radius: 5px;
	margin-top: 70px;
	padding: 14px;
}

ul.commentlist li div.bypostauthor {
	border-style: none;
	background: #cceafc;
}

ul.commentlist ul.children li div.bypostauthor {
	border-style: none;
	background: #cceafc;
}

ul.commentlist li.thread-even div.bypostauthor {
	border-style: none;
	background: #cceafc;
}

.post-byline a {
	color: #000000;
}

ul.commentlist p {
	font-family: georgia;
}

.multinav-paginated .page-numbers {
	border: 1px solid #541144;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 2px;
	padding: 4px 10px;
	background: #e4edda;
}

.multinav-paginated {
	border-bottom: 1px solid #541144;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#multinav2-paginated {
	border-top: 1px solid #541124;
	border-bottom-style: none;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-top: 4px;
}

#multinav2-paginated .page-numbers {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 4px 10px;
}

.multinav-paginated .current {
	color: #000000;
	font-weight: bold;
	position: relative;
	z-index: 9;
	border: 1px solid #5f9125;
	border-bottom-style: none;
	box-shadow: 0px -2px 6px -5px #000000;
	padding-bottom: 5px;
	background: #f4f4f4;
}

#multinav2-paginated i {
	background: transparent url("images/shadow-5-bottom.png") no-repeat scroll 0px -16px;
}

#multinav2-paginated .current {
	border-top-style: none;
	box-shadow: 0px 3px 5px -4px;
	padding-top: 5px;
}

ul.nav ul {
	box-shadow: 0px 3px 6px -5px #000000;
}

.single .post-byline {
	font-size: 14px;
	margin-top: 16px;
}

.single .post-footer {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.single  .singlenav {
	font-size: 13px;
	border-top: 1px solid #eeeeee;
	padding-top: 7px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar td {
	text-align: center;
	border: 1px solid #dddddd;
	padding-top: 1px;
	padding-bottom: 1px;
}

#wp-calendar caption {
	color: #444444;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#wp-calendar th {
	color: #777777;
	text-align: center;
	border: 1px solid #dddddd;
	background: #eeeeee;
}

.widget_categories h3 span {
	padding-left: 32px;
	background: transparent url("images/widget-titles-shadow2.png") no-repeat scroll 6px -101px;
}

.widget_archive h3 span {
	padding-left: 32px;
	background: transparent url("images/widget-titles-shadow2.png") no-repeat scroll 6px -62px;
}

.widget_recent_comments h3 span {
	padding-left: 31px;
	background: transparent url("images/widget-titles-shadow2.png") no-repeat scroll 5px 5px;
}

.widget_links h3 span {
	padding-left: 28px;
	background: transparent url("images/widget-titles-shadow2.png") no-repeat scroll 3px -32px;
}

.widget_meta h3 span {
	padding-left: 31px;
	background: transparent url("images/widget-titles-shadow2.png") no-repeat scroll 4px -296px;
}

.widget_pages h3 span {
	padding-left: 29px;
	background: transparent url("images/widget-titles-shadow2.png") no-repeat scroll 4px -138px;
}

.widget_calendar h3 span {
	padding-left: 30px;
	background: transparent url("images/widget-titles-shadow2.png") no-repeat scroll 4px -335px;
}

.widget_recent_entries h3 span {
	padding-left: 33px;
	background: transparent url("images/widget-titles-shadow2.png") no-repeat scroll 6px -214px;
}

#wp-calendar tfoot td {
	border-style: none;
}

#wp-calendar .pad {
	border-style: none;
}

#wp-calendar #today {
	background: #f4f4f4;
}

.widget_tag_cloud h3 span {
	padding-left: 31px;
	background: transparent url("images/widget-titles-shadow2.png") no-repeat scroll 5px -175px;
}

.widget_search label {
	display: none;
}

.widget_search #searchsubmit {
	display: none;
}

.widget_search #s {
	border: 1px solid #5f9125;
	padding: 7px;
	background: transparent url("images/searchicon.png") no-repeat scroll right center;
	width: 95%;
}

#header-bg {
	margin-bottom: -27px;
	background: #ffffff;
}

#div-footer a {
	font-weight: normal;
}

#main-bg {
	background: #ffffff;
}

#w-area-3 .widget ul li a {
	font-weight: normal;
}

#w-area-3 .widget h3 {
	color: #000000;
	border-bottom: 1px solid #444444;
}

#w-area-3 .widget {
	width: 40%;
}

#w-area-3 .widget h3 span {
	color: #000000;
	border: 1px solid #444444;
	padding-left: 10px;
	background: #777777;
}

#w-area-3 #wp-calendar a {
	color: #ffffff;
	font-weight: normal;
}

#w-area-3 #wp-calendar caption {
	color: #dddddd;
}

#w-area-3 #wp-calendar th {
	color: #333333;
	border: 1px solid #444444;
	background: #666666;
}

#w-area-3 #wp-calendar td {
	border: 1px solid #777777;
}

#w-area-3 #wp-calendar #today {
	color: #000000;
	background: #888888;
}

#w-area-3 .widget_search #s {
	border: 1px solid #cccccc;
	background: transparent url("images/searchicon-ffffff.png") no-repeat scroll right center;
}

#w-area-4 .widget h3 {
	color: #000000;
}

#w-area-4 .widget h3 span {
	padding-left: 10px;
}

#w-area-4 .widget ul li a {
	color: #f4f4f4;
	font-weight: normal;
}

#w-area-4 .widget {
	color: #bbbbbb;
}

#w-area-4 .textwidget a {
	color: #eeeeee;
}

#w-area-4 #wp-calendar a {
	color: #ffffff;
	font-weight: normal;
}

#w-area-4 .tagcloud a {
	color: #ffffff;
}

#w-area-4 .widget_search #s {
	border: 1px solid #cccccc;
	background: transparent url("images/searchicon-ffffff.png") no-repeat scroll right center;
}

#w-area-4 #wp-calendar caption {
	color: #dddddd;
}

#w-area-4 #wp-calendar th {
	color: #333333;
	border: 1px solid #444444;
	background: #666666;
}

#w-area-4 #wp-calendar td {
	border: 1px solid #777777;
}

#w-area-4 #wp-calendar #today {
	color: #000000;
	background: #888888;
}

p img {
	width: 32%;
	height: auto;
}

.wp-caption img {
	width: 25%;
	height: auto;
}

#widgetarea1 .widget h3 {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

#secondary-one {
	border-left: 1px solid #532c6f;
	padding-left: 10px;
}

#secondary-two {
	border-radius: 15px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-bottom: 40px;
}

#widgetarea1 .widget {
	margin: 0px;
	padding: 0px;
}

#widgetarea3 .td3 {
	float: right;
	margin-right: auto;
	margin-left: auto;
	width: 21%;
}

#widgetarea3 .widget {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.page #widgetarea1-2 .widget {
	margin: 0px;
	padding: 0px;
}

.widget_tag_cloud {
	margin-bottom: 26px;
	padding-top: 0px;
	padding-bottom: 1px;
}

#widgetarea3 .widget_text {
	text-align: center;
}

img.alignleft {
	width: 20%;
	height: auto;
}

img.alignright {
	width: 20%;
	height: auto;
}

img.aligncenter {
	padding-left: 5px;
	width: 60%;
	height: auto;
}

img#Logopng {
	position: relative;
	left: 35%;
	width: 33%;
	height: auto;
}

.front-page .post-headline h2 {
	display: none;
}

#w-area-3 {
	margin-top: 20px;
}

.landing-page .post-headline h2 {
	display: none;
}

.landing-page #content {
	margin-top: 10px;
}

ul.nav ul ul li a {
	margin-left: 48px;
	width: 151px;
}

.lp-visit  img#Visit Woodinville Headerpng {
	width: 100%;
}

.lp-visit img#Visit Woodinville Headerpng {
	width: 100%;
}

.lp-visit img#Visit Woodinville Header oldpng {
	width: 100%;
	height: auto;
}

#widgetarea1-2 .textwidget {
	text-align: center;
}

#header2 {
	font-size: 0.9em;
	position: relative;
	margin-bottom: 5px;
	left: auto;
	right: auto;
	font-family: arial;
}

#widgetarea1-presenting .widget h3 {
	padding: 0px;
}

#widgetarea1-presenting {
	margin: 0px;
	padding: 0px;
}

.page-no-header .post-headline h2 {
	display: none;
}

#w-area-3 .widget_recent_entries {
	width: 5%;
}

#w-area-2 .widget {
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 5px;
}

#widgetarea1-2 .widget {
	margin-right: 9px;
	margin-bottom: 5px;
	margin-left: 4px;
	padding: 0px;
}

#w-area-2 .widget h3 {
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	background: #532c6f;
}

#w-area-2 .widget h3 span {
	color: #ffffff;
}

#widgetarea1-2 .widget h3 {
	background: #532c6f;
}

#widgetarea1-2 .widget h3 span {
	color: #ffffff;
}

#widgetarea1-2 {
	margin-right: 0px;
}

#w-area-2 {
	margin-left: 2px;
}

#w-area-2a .widget h3 {
	color: #ffffff;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	background: #532c6f;
}

#w-area-2a .widget {
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 5px;
}

.front-page .post {
	border-style: none;
}

.page-no-header .post {
	border-style: none;
}

.home #header3 {
	margin-bottom: 7px;
}

/* Clearfix fixes some floating issues */
.row:after , .row5:after, .lw:after , .clearfix:after 	{
  	content: "."; 
  	display: block; 
  	height: 0; 
	/* next 2 avoid margin at body bottom */
	line-height: 0;
	font-size: 0;
  	clear: both; 
  	visibility: hidden;
	}
	
.row, .lw, .row5, .clearfix {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix, * html .row, *html .row5, * html .lw {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}

#header  {max-width: 1200px; min-width: 300px; }
#header2 {max-width: 1200px; min-width: 300px; }
#header3 {max-width: 1200px; min-width: 300px; }
#main    {max-width: 1200px; min-width: 300px; }
#footer  {max-width: 1200px; min-width: 300px; }

/* Commit out styling for menus and put into
.hormenu {
	clear: both;
	float: left;
	border-bottom: 10px solid #ffffff;
	margin-top: 0px;
	margin-left: 3px;
	width: 37%;
	height: auto;
}

.hormenu2 {
	clear: both;
	float: right;
	border-bottom: 10px solid #ffffff;
	margin-top: 0px;
	margin-right: 3px;
	width: 37%;
	height: auto;
} */