/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

@font-face {
    font-family: 'MisoRegular';
    src: url('miso-regular-webfont.eot');
    src: url('miso-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-regular-webfont.woff') format('woff'),
         url('miso-regular-webfont.ttf') format('truetype'),
         url('miso-regular-webfont.svg#MisoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MisoLight';
    src: url('miso-light-webfont.eot');
    src: url('miso-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('miso-light-webfont.woff') format('woff'),
         url('miso-light-webfont.ttf') format('truetype'),
         url('miso-light-webfont.svg#MisoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	min-width: 940px;
	min-height: 100%;
	font: 12px/1.4 "courier new", courier, monospace;
}

/*
body.home {
	background-color: #d0dff2;		
}
*/

a {
	text-decoration: none;
	color: inherit;
}

a.pattern {
	position: fixed;
	left: 0;
	top: 0;
	height: 26px;
	width: 100%;
	z-index: 9999;
	background: url(../images/bg-top-pattern.png) repeat-x center top;
	text-indent: -50em;
}


#header {
	overflow: hidden;
	width: 100%;
	height: 188px;
	position: relative;
}

.home #header {
	height: 548px;	
}

#header .content {
	width: 940px;
	margin: 50px auto 0 auto;
	position: relative;
}

#header a {
	color: #000;
}

#header a.logo {
	display: block;
	width: 107px;
	height: 107px;
	float: left;
}

#header ul.navigation {
	margin-top: 39px;
	float: left;
	font: 18px/1 MisoRegular, helvetica, arial, sans-serif;	
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 620px;
	overflow: hidden;
}


#header .navigation li {
	float: left;
	margin-left: 25px;
}

#header .navigation li a:hover, #header .navigation li a.selected {
	text-decoration: underline;
}


.home #header .navigation li a:hover {
	color: #fff;
	text-decoration: none;
}


#header ul.social {
	float: right;
	overflow: auto;	
	margin-top: 33px;
}

#header .social li {
	float: left;
	overflow: hidden;
}

#header .social li a.icon {
	margin: 1px;
	float: left;
	display: block;
	width: 22px;
	height: 21px;
	text-indent: 50em;
	overflow: hidden;
	background: url(../images/icons-social.png) no-repeat;
}

#header .social li a.twitter {
	background-position: left top;
}

#header .social li a.facebook {
	background-position: -24px top;
}

#header .social li a.twitter:hover {
	background-position: left -21px;
}

#header .social li a.facebook:hover {
	background-position: -24px -21px;
}

#header .social a.join {
	margin: 9px 25px 0 0;
	clear: both;
	display: inline-block;
	font: italic 13px "times new roman", times, cambria, serif;
}

#header .social a.join:hover, #header .social a.join.active {
	text-decoration: underline;
}

#header ul.slideshow {
	display: none;
}

.mailing-list {
	position: absolute;
	background-color: #fff;
	padding: 20px 35px;
	left: 20px;
	top: 20px;
	z-index: 9000;
	text-align: center;
	display: none;
	box-shadow: 0 0 8px rgba(0, 0, 0, .35);
}

.mailing-list label {
	display: block;
	margin-bottom: 15px;
}

.mailing-list input#MERGE0 {
	border: 1px solid #c7c7c7;
	padding: 2px;
	width: 195px;
	margin-bottom: 10px;
}

.mailing-list input.submit {
	background: transparent;
	border: none;
	display: inline;
	text-transform: uppercase;
	cursor: pointer;
}

.mailing-list input.submit:hover {
	text-decoration: underline;
}

.deckled-edge {
	background: transparent url(../images/bg-deckled-edge.png) repeat-x center top;
	height: 2px;
	position: relative;
	margin-top: -2px;
	z-index: 1000;
}

#welcome {
	padding-top: 40px;
	background-color: #fff;
}

#welcome .content {
	width: 940px;
	overflow: auto;
	margin: 0 auto;
}

#welcome h1 {
	font: 25px/1 MisoLight, MisoRegular, helvetica, arial, sans-serif;
	text-transform: uppercase;	
	text-align: center;
	margin-bottom: 28px;
	letter-spacing: 3px;
}

#welcome h2 {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	padding: 0 240px;
	margin-bottom: 54px;
}

ul.callouts {
	overflow: auto;
}

ul.callouts li {
	padding-top: 20px;
	border-top: 1px dotted #000;
	float: left;
	margin: 0 20px 40px 0;
	width: 220px;
	position: relative;
	overflow: hidden;
}

#welcome ul.callouts li {
	margin-bottom: 0;
}


ul.callouts li:nth-child(4n) {
	margin-right: 0;
}

ul.callouts li img {
	width: 220px;
	display: block;	
	margin-bottom: 20px;
}

.home .callouts li img {
	height: 168px;
}

ul.callouts li h3 {
	font: italic bold 14px "times new roman", times, cambria, serif;
	margin-bottom: 10px;
}

ul.callouts li.haslink:hover h3 {
	text-decoration: underline;
}

ul.callouts li a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 400px;
	text-indent: -50em;
	z-index: 200;
}





#body {
	width: 940px;
	overflow: auto;
	margin: 0 auto;
	min-height: 400px;
}

.rentals h1 {
	line-height: 22px;
	text-align: center;
	width: 410px;
	margin: 0 auto 55px auto;
}

.rentals h2 {
	font: 25px/1 MisoLight, MisoRegular, helvetica, arial, sans-serif;
	text-transform: uppercase;		
	letter-spacing: 3px;
	margin-bottom: 18px;
	text-align: center;
}

#slideshow {
	position: relative;
}

#slideshow ul {
	overflow: hidden;
	position: relative;
	display: block;
	width: 940px;
	height: 400px;

}

#slideshow ul li {
	float: left;
	display: block;
	width: ;
}

#slideshow span {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 1000;
	width: 51px;
	height: 51px;
	background-image: url(../images/slideshow-nav.png);
	text-indent: 50em;
	overflow: hidden;
	cursor: pointer;
}

#slideshow span.prev {
	left: 10px;
	background-position: 0 0;
}

#slideshow span.prev:hover {
	left: 10px;
	background-position: 0 -51px;
}

#slideshow span.next {
	right: 10px;
	background-position: -50px 0;
}

#slideshow span.next:hover {
	right: 10px;
	background-position: -50px -51px;
}

#slideshow.one-slide span {
	display: none;
}

.slideshow-column {
	width: 380px;
	padding: 30px 45px 0 45px;
	float: left;
	text-align: center;
	line-height: 22px;
}

.slideshow-column h2 {
	font: italic bold 14px/1 "times new roman", times, cambria, serif;	
	margin-bottom: 25px;
}

.slideshow-column p {
	margin-bottom: 20px;
}

.slideshow-column b, .slideshow-column strong {
	font-weight: bold;
	font-style: inherit;
}

.slideshow-column i, .slideshow-column em {
	font-weight: inherit;
	font-style: italic;
}

.slideshow-column ul {
	letter-spacing: 1px;
	text-transform: uppercase;
	font: 10px/22px helvetica, arial, sans-serif;
}

.slideshow-column a {
	text-decoration: underline;
}

.slideshow-column a:hover {
	text-decoration: none;
}

a.schedule-consultation {
	display: block;
	margin: 30px auto 0 auto;
	width: 167px;
	height: 166px;
	text-indent: -500em;
	overflow: hidden;
	background: url(../images/callouts.jpg) no-repeat left top;
}

a.schedule-consultation:hover {
	background-position: left bottom;
}

.slideshow-column *:last-child {
	margin-bottom: 0;
}

a.download-menu {
	display: block;
	margin: 0 auto;
	width: 167px;
	height: 166px;
	text-indent: -500em;
	overflow: hidden;
	background: url(../images/callouts.jpg) no-repeat right top;
}

a.download-menu:hover {
	background-position: right bottom;
}

.menu-column {
	width: 430px;
	padding: 0 20px;
	text-align: center;
	float: left;
}

div.note {
	clear: both;
	font: italic 14px "times new roman", times, cambria, serif;	
	text-align: center;
	margin-top: 80px;
	letter-spacing: 1px;
}

.menu-column h2 {
	width: 225px;
	font: 25px/1 MisoLight, MisoRegular, helvetica, arial, sans-serif;
	text-transform: uppercase;		
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
	margin: 0 auto 30px auto;
	letter-spacing: 3px;
}

.menu-column ul {
	margin-bottom: 40px;
	overflow: auto;
}

.menu-column li {
	margin-bottom: 30px;
	overflow: auto;
}

.menu-column h3 {
	font: bold 10px/1 helvetica, arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.menu-column p {
	margin: 5px 0 3px 0;
	line-height: 22px;
}

.menu-column p strong {
	font: bold 13px "times new roman", times, cambria, serif;
}

#footer {
	margin-top: 80px;
	padding: 71px 0;
	background: url(../images/bg-footer.gif) repeat center top;
}

#footer .content {
	width: 287px;
	margin: 0 auto;
	background-color: #fff;
	border-style: solid;
	border-color: #fff;
	border-width: 5px 7px;
	position: relative;
	left: -3px;
}

#footer .content .rules {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;	
	overflow: auto;
	padding: 14px 0 15px 0;
	text-align: center;
}

#footer h6 {
	font: italic bold 14px "times new roman", times, cambria, serif;
	margin-bottom: 30px;	
}

#footer p:first-of-type {
	margin-bottom: 5px;
}

#footer em {
	font: italic 12px "times new roman", times, cambria, serif;
}

#footer a {
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}





.blog #header {
	height: 333px;
	width: 100%;
	overflow: hidden;
}

.blog #header a {
	display: block;
	height: 333px;
	width: 100%;
	background: url(../images/blog-header.jpg) no-repeat center top;
	outline: 1px solid red;
	position: relative;
}

.blog #header a span {
	position: absolute;
	z-index: 100;
	top: 297px;
	left: 50%;
	margin-left: -470px;
	font: bold 11px/1 "times new roman", times, cambria, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#navigation .content {
	width: 940px;
	margin: 0 auto;
	overflow: auto;
	padding: 25px 0 15px 0;
	border-bottom: 3px solid #000;
}


#navigation ul.primary {
	padding-top: 3px;
	float: left;
	font: 21px/1 MisoLight, helvetica, arial, sans-serif;	
	letter-spacing: 3px;
	text-transform: uppercase;
	width: 730px;
}

#navigation .primary li {
	float: left;
	margin-right: 40px;
}

#navigation a {
	color: #000;
}

#navigation .primary a:hover, #navigation .primary a.selected {
	color: #aaa;
}

#navigation ul.social {
	float: right;
	overflow: hidden;	
	padding-top: 1px;
}

#navigation .social li {
	float: left;
	margin-left: 5px;
}

#navigation .social li.text {
	padding: 8px 20px 0 0;
}

#navigation .social a.join {
	font: italic 13px "times new roman",times,cambria,serif;	
}

#navigation .social a.join:hover, #navigation .social a.join.active {
	text-decoration: underline;
}

#navigation .social a.icon {
	display: inline-block;
	width: 22px;
	height: 21px;
	text-indent: 50em;
	overflow: hidden;
	background: url(../images/icons-social.png) no-repeat;
}

#navigation .social a.twitter {
	background-position: left top;
}

#navigation .social a.facebook {
	background-position: -24px top;
}

#navigation .social a.twitter:hover {
	background-position: left -21px;
}

#navigation .social a.facebook:hover {
	background-position: -24px -21px;
}

#posts {
	width: 600px;
	overflow: hidden;
	float: left;
	line-height: 22px;
}

.post {
	overflow: auto;
	padding-bottom: 60px;
	border-bottom: 3px solid #000;
}

.post a {
	color: #000;
}

.post img {
	max-width: 100%;
}

.post p, .post ul, .post ol {
	margin-bottom: 15px;
}

.post p.categories {
	letter-spacing: 1px;
	text-transform: uppercase;
	font: 9px/1 helvetica, arial, sans-serif;	
}

.post p.categories a {
	text-decoration: underline;
}

.post p.categories a:hover {
	text-decoration: none;
}

.post ul, .post ol {
	padding-left: 35px;
}

.post ul li {
	list-style-type: disc;
}

.post ol li {
	list-style-type: decimal;
}

.post em, .post i {
	font-style: italic;
	font-weight: inherit;
}

.post strong, .post b {
	font-weight: bold;
	font-style: inherit;
}

.post a {
	text-decoration: underline;
}

.post a:hover {
	text-decoration: none;
}

.post img {
	display: inline;	
}

.post img.alignnone, .post img.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.post img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.post .metadata {
	padding-top: 16px;
	overflow: auto;
	margin-bottom: 24px;
}

.search .metadata {
	margin-bottom: 0;
}

.post .date {
	float: left;
	width: 85px;
	height: 50px;
	padding-top: 35px;
	background: url(../images/blog-date-bg.gif) no-repeat;
	text-align: center;
	line-height: 1;
	margin-right: 12px;
}

.post .metadata h2 {
	float: left;
	margin-top: 29px;
	font: 18px/1 MisoRegular,helvetica,arial,sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/*
.post .metadata h2 {
	float: left;
	font: italic bold 20px "times new roman", times, cambria, serif;
	margin-top: 27px;		
}
*/

.post .metadata h2 a {
	text-decoration: none;
}

.post .metadata h2 a:hover {
	text-decoration: underline;
}

.blog-nav {
	overflow: auto;
	text-align: center;
	padding: 30px 0 60px 0;
	letter-spacing: 1px;
	font: 14px "times new roman", times, cambria, serif;
}

.blog-nav p.pages {
	text-transform: uppercase;
	font: bold 12px/1 "courier new", courier, monospace;
	word-spacing: 5px;
	margin-bottom: 12px;
}

.blog-nav p.pages a:hover {
	text-decoration: underline;
}

.blog-nav em {
	font-style: italic;
	padding-right: 3px;
}

#sidebar {
	width: 280px;
	float: right;
	overflow: auto;
	text-align: center;
	padding: 124px 0 60px 0;
}

#sidebar form {
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

#sidebar form label {
	position: absolute;
	left: 400px;
	top: 400px;
}

#sidebar input#s {
	color: #a5a5a5;
	font: 12px/1 helvetica, arial, sans-serif;
	width: 210px;
	padding: 11px 8px;
	border: 1px solid #c9c9c9;
	float: left;
}

#sidebar input#s:focus {
	color: #000;
}

#sidebar input#searchsubmit {
	float: right;
	width: 37px;
	height: 37px;
	font-size: 0;
	line-height: 0;
	border: none;
	padding: 0;
	background: url(../images/blog-icon-go.gif) no-repeat left top;
	cursor: pointer;
}

#sidebar input#searchsubmit:hover {
	background: url(../images/blog-icon-go.gif) no-repeat left -37px;	
}

#sidebar input#searchsubmit:focus {
	border-color: white;
	outline-color: white;
	border: none !important;
	outline: none !important;
}

#sidebar h1 {
	width: 93px;
	height: 70px;
	overflow: hidden;
	text-indent: -500em;
	background-image: url(../images/blog-bake-sale-title.gif);
	margin: 0 auto 20px auto;
}

#sidebar p {
	font: 14px/22px "times new roman", times, cambria, serif;
	margin-bottom: 48px;
}

#sidebar a {
	color: #000;
}

#sidebar p.visit {
	margin-top: -26px;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 74px;
}

#sidebar p.visit a {
	text-decoration: underline;
}

#sidebar p.visit a:hover {
	text-decoration: none;
}

#sidebar h4 {
	font: italic bold 14px "times new roman", times, cambria, serif;
	margin-bottom: 28px;	
}


#sidebar ul {
	letter-spacing: 1px;
	text-transform: uppercase;
	font: 10px/22px helvetica, arial, sans-serif;
}

#sidebar ul a {
	text-decoration: underline;
}

#sidebar ul a:hover {
	text-decoration: none;
}

.dd_post_share {
	margin-bottom: 20px !important;
}