/*  ZCWD Custom WordPress Theme CSS  **********************/

body {
	background-color: #7A8273;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

/*	Begin Headers */
h1 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:8px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:2px;
}
h4 {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}
	
/* End Headers */


/* MAIN IDs **********************/

#page {
	background-color: #BABFAB;
	text-align: left;
	background-image:none;
	margin: 0px auto;
	background-repeat: repeat-x;
	background-image: url(../../images/top_backer.jpg);
	}

#header {
	height: 109px;
	width: 905px;
	background-color: #EDECE0;
	}

#headerimg {
	position:relative;
	margin: 15px 0 0 25px;
	height: 115px;
	width: 300px;
	float:left;
	text-align:left;
	}
	
#headerimg .description {
	font-size: 14px;
	text-align: center;
	}

#contentWrapper {
	background-image:url(../../images/backer.gif);
	background-repeat: repeat-y;
}

#content {
	font-size: 14px;
	padding:20px;
	text-align:left;
	min-height:650px;
	background-image: url(../../images/content_watermark_2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float:right;
	width:530px;
}

.footer {
	margin: 0 auto;
	clear: both;
	height:35px;
	width: 905px;
	padding: 0;
	}
	
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

#footer1 {
	height:15px;
	padding: 10px 20px 10px 20px;
	background-color:#AEAEAE;
}

#footer2 {
	height:15px;
	padding: 10px 20px 10px 20px;
	background-color:#CCCCCC;
}

.footerNav {
	float:right;
}

.footerCredit {
	float:left;
}

/* END MAIN IDs **********************/


/* COLUMN AND SIDEBARS **********************/

.narrowcolumn {
	padding: 0;
	margin: 0;
	}
	
#sidebar {
	margin-left: 1px;
	width: 260px;
	float:left;
	text-align:left;
	}
	
#sidebar2 {
	padding: 20px;
	margin-left: 0px;
	width: 170px;
	float:right;
	text-align:left;
	background-color:#FFC;
	list-style-type:none;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	line-height: 1.6em;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.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;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 18px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
	
#sidebar form {
	margin: 0;
	}

/* END COLUMN AND SIDEBARS **********************/



/* CAPSULES **********************/
.sideCapsule {
	border: 1px solid #999;
	clear:both;
	margin-bottom:15px;
}

.capsuleTop {
	background-color:#06C;
	padding:10px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}

#capsule1 {
	list-style:none;
	border:solid 1px #000;
	padding:20px 35px;
	background-color: #E4E4E4;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


.capsuleMid p {
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	a.capsuleMid p:visited, a.capsuleMid p:link, a.capsuleMid p:active {
		color: #06C;
		}
	a.capsuleMid p:hover {
		color: #333;
		text-decoration:none;
		}

.capsuleBtm {
	background-color:#4C89C8;
	padding:10px;
}

/* END CAPSULES **********************/


/* NAVIGATION **********************/

a,  a:link {
	color: #06C;
	text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
	}

.topNav {
  color: #000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-left:8px;
}
	a.topNav:visited, a.topNav:link, a.topNav:active {
		color: #06C;
		}
	a.topNav:hover {
		color: #000066;
		text-decoration:none;
		}

.footerLinks  {
  color: #000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-left:8px;
}
	a.footerLinks:visited, a.footerLinks:link, a.footerLinks:active {
	color: #333;
		}
	a.footerLinks:hover {
	color: #999;
	text-decoration:none;
		}
.footerText  {
  color: #000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
	a.footerText:visited, a.footerText:link, a.footerText:active {
	color: #333;
		}
	a.footerText:hover {
	color: #09F;
	text-decoration:none;
		}
		
.navmenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}

.navmenu li {
	display: inline;
}

.navmenu ul li a {
	text-decoration:none;
	margin: 4px;
	padding: 5px;
	color:#333333;
}

.navmenu ul li a:hover {
	color: #000066;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	}
	
a.button1 {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration:none;
	background-color:#CCCCCC;
	width:150px;
	padding:8px;
	text-align:center;
	margin-top:6px;
}
a.button1 img { display: block; background-color: #D6CCAF;}

a.button1:hover { background-color: #4282C2; color:#FFF;}

a.button2 {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-decoration:none;
	background-color:#CCCCCC;
	width:75px;
	text-align:center;
	padding:3px;
	margin-top:6px;
}

a.button2 img { display: block; background-color: #D6CCAF;}

a.button2:hover { background-color: #4282C2; color:#FFF;}

/* END NAVIGATION **********************/


/* 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;
	}
	
a img {
	border: none;
	}
	
/* 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 li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 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;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/* End Comments */


/* 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%;
	text-decoration: none;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* End Calendar */



/* Begin Various Tags & Classes */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.post {
	margin: 0 0 15px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	display:none;
}

.clear {
	clear: both;
}

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;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.spacer1 { height:5px; clear:both;}

.spacer2 { height:10px; clear:both;}

.spacer3 { height:15px; clear:both;}

.spacer4 { height:25px; clear:both;}
	
/* 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 */

#outerWrapper {
	background-repeat: repeat-x;
}
#Wrapper {
	text-align: left;
	width: 905px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Wrapper #header {
	position:relative;
	background-color: #FFFFFF;
	height:109px;
	width: 905px;
}

#Wrapper #mainNav {
	height: 38px;
	width:905px;
	padding: 2px;
	background-color:#06C;
}
#Wrapper #contentWrapper {
	overflow: hidden;
	background-image:url(../../images/backer.gif);
	width:843px;
	margin-left:43px;
}

#Wrapper #contentWrapper #leftColumn {
	float: left;
	width: 261px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 0px;
}

#footer2  {
	height:35px;
	width: 905px;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #7A8273;
}
#footerNav {
	float:right;
	margin-top: 10px;
	margin-right: 40px;
	text-align: right;
	line-height: 14px;
	width:450px;
}
#footerCredit {
	float:left;
	margin-top: 0px;
	margin-left: 60px;
}

#footerCredit2 {
	float:left;
	margin-left: 49px;
	clear:both;
}

#footer-container {
	background-color: #7A8273;
	padding-top:10px;
}

#sideCapsule {
	clear:both;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#capsule2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color:#D2D0CA;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 15px;
}

#capsule3 {
	font-family: Tahoma, Arial, Helovetica, sans-serif;
	background-color:#EFEFED;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 15px;
}

.capsuleText  {
	color: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
	a.capsuleText:visited, a.capsuleText:link, a.capsuleText:active {
		color: #06C;
		}
	a.capsuleText:hover {
		color: #333333;
		text-decoration:none;
		}
		
#nav_bottom {
	background-image: url(../../images/menu_watermark.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 261px;
	background-color: #686659;
	clear:both;
}

#main_photo {
	height: 294px;
	width: 580px;
	float:left;
	margin:-20px 0 15px -31px;
	background-image: url(../../images/index_photo.jpg);
	background-repeat: no-repeat;
}

#interior-header-bottom {
	background-image: url(../../images/header-interior-btm.jpg);
	height: 76px;
	width: 580px;
	float:left;
	margin:-20px 0 15px -31px;
}