/*  ZCWD Custom WordPress Theme CSS  **********************/

body {
	font-size: 12px;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}

/*	Begin Headers */
h1 {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 18px;
	color:#0C4072;
	text-align: left;
	padding: 0 0 10px;
	margin: 0;
	text-decoration: none;
	}

h2 {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	color:#733948;
	text-decoration: none;
	padding: 10px 0 5px;
	}

h3 {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	font-weight:bold;
	padding: 0;
	margin: 0 0 10px;
	color:#0C4072;
	text-decoration: none;
	}
	
h4 {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}
	
/* End Headers */


/* MAIN IDs **********************/

#page {
	text-align: left;
	background-image:none;
	margin: 0px auto;
	width: 100%
	}

#header {
	height: 150px;
	width: 801px;
	background-color: #EDECE0;
	}

#headernav	{
  	position:relative;
  	text-align:right;
  	top:15px;
  	right:25px;
  	float:right;
	}

#headerimg {
	position:relative;
	margin: 15px 0 0 25px;
	height: 115px;
	width: 300px;
	float:left;
	text-align:left;
	}
	
#mainNav {
	height: 38px;
	width:801px;
	background-color:#06C;
	}

#contentWrapper1col {
	width:801px;
	margin:0 auto;
	border:#FFF 2px solid;
	background-color:#D5D5D5;
	}
	
#content1col {
	font-size: 12px;
	text-align:left;
	padding:30px;
	background-image:url(../../images/ke_watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom:14px;
	}

.footer {
	padding: 0;
	margin: 0 auto;
	width: 801px;
	clear: both;
	}

#footer1 {
	height:15px;
	padding: 10px 20px 10px 20px;
	background-color:#AEAEAE;
	}

#footer2 {
	height:15px;
	padding: 10px 20px 10px 20px;
	background-color:#CCCCCC;
	}

.footerNav {
	text-align:center;
	}
	
.footerNav2 {
	float:right;
	}

.footerCredit {
	float:left;
	}

/* END MAIN IDs **********************/


/* COLUMN AND SIDEBARS **********************/
	
#sidebar {
	font: 12px 'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;
	padding: 20px;
	margin-left: 0px;
	width: 170px;
	float:left;
	text-align:left;
	}
	
#sidebar2 {
	padding: 20px;
	margin-left: 0px;
	width: 170px;
	float:right;
	text-align:left;
	list-style-type:none;
	}
	
#sidebar3 {
	padding: 20px;
	margin-left: 0px;
	width: 170px;
	float:right;
	text-align:left;
	list-style-type:none;
	}

/* 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;
	}

.capsuleMid {
	background-color:#FFF;
	padding: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;
	}

#content_capsule {
	list-style:none;
	border:solid 1px #000;
	padding:20px 35px;
	background-color: #E4E4E4;
	}

/* 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: #06C;
		}
	a.footerLinks:hover {
		color: #000066;
		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: #000;
		}
	a.footerText:hover {
		color: #09F;
		text-decoration:none;
		}

/* Styles to create horizontal list view */
.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:#06C;
	}

.navmenu ul li a:hover {
	color: #000066;
	}
/* End styles to create horizontal list view */

.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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#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;
	}
	
/* End Form Elements */


/* 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 */

.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;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
	
.sticky h2 {
	padding-top: 10px;
	}

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 */


/* 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 */