/*  
Theme Name: Default Enhanced
Theme URI: http://thinkclay.com/wordpress/
Description: Default Enhanced by <a href="http://thinkclay.com">Clay McIlrath</a>, is a professional, widget-ready, two column Wordpress theme focused on extending the default theme while remaining lightweight and simplistic. <a href="http://thinkclay.com/wordpress">Upgrade to the Premium Version</a>!
Version: 1.5.6
Author: Clay McIlrath
Author URI: http://thinkclay.com/
Tags: white, light, two-columns, fixed-width, right-sidebar
*/
body {
	background: #fff;
	color: #444;
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 225%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
code { font: 1.1em 'Courier New', Courier, Fixed; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

.alignright { float: right;	}
.alignleft { float: left }

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

hr {
	background: #ddd;
	border: none;
	clear: both;
	height: 1px;
	visibility: hidden;
	}
.post hr { visibility: visible; }

ul, li, ul li { background: none; list-style: none; margin: 0; padding: 0; }
	.alignleft li { list-style: disc; margin-left: 2.5em; padding: .125em 0; }
	.lcp_catlist li { list-style: none; margin: 0; }
	
a { color: #559; outline: none; text-decoration: none; }
a:hover { color: #226; text-decoration: underline; }

a img {
	border: none;
	}
	p img {
	padding: 0;
	max-width: 100%;
	}

cite { font-size: 1.4em; font-weight: bold; }
	
h1, h2, h3, h4, h5, h6 { font: normal 1em Arial, Helvetica, sans-serif; margin: 1em 0 .2em 0; }
h1, h2 { font-size: 1.8em; }
h3 { color: #62247f; font-size: 1.6em; font-weight: normal; }
	h3#respond, h3#comments { float: none; font-weight: bold; }
h4 { font-size: 1.4em; font-weight: bold; }
h5 { font-size: 1.5em; }
h6 { font-size: 1.4em; font-style: italic; }

p { line-height: 1.75em; margin: .5em 0; }
p.metainfo { color: #77b; float: right; font-size: 1em; margin-top: 2.5em; }

img.centered { display: block; margin: 0 auto; }
img.alignright { border: 5px solid #bac09a; margin: 1.25em 0 1.25em 1.25em; display: inline; }
img.alignleft { border: 5px solid #bac09a; margin: 1.25em 1.25em 1.25em 0; display: inline; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

#page {
	background: #fff url(images/bg_page.jpg) repeat-y left;
	border: 1px solid #ddd;
	margin: 0 auto;
	width: 988px;
	}

#header { background: #fff; height: 150px; }

#content {
	border-top: 10px solid #62247f;
	font-size: 1.2em;
	padding: 1em 2em;
	}
	
/* Begin Sidebar */
#sidebar{
	background: #f2f3eb;
	border-top: 1em solid #40025d;
	float: left;
	padding: 10px;
	text-align: left;
	width: 220px;
	}
#sidebar ul li h2 { float: none; margin-left: .8em; text-transform: lowercase; }

#sidebar ul li ul {
	background: #e1e2da;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: .5em;
	padding: 1em 1.5em 1em 1.5em;
}
	#sidebar ul li ul li a {
		border-bottom: 1px solid #9f9f9f;
		color: #5f5f5f;
		display: block;
		font-size: 12px;
		list-style: none;
		padding: .5em 0;
		text-decoration: none;
	}
		#sidebar ul li ul li a:hover { border-color: #222; color: #222; }
		#sidebar ul li ul li ul li { list-style: circle; }
			#sidebar ul li ul li ul li a { border: none; font-size: 10px; }

/* End Sidebar */

.narrowcolumn {
	float: left;
	padding: 0 20px 20px 10px;
	margin: 0px 0 0;
	text-align: left;
	width: 700px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


#footer p {
	padding: 3em 1em;
	text-align: right;
	}
/* End Structure */


/* Begin Various Tags & Classes */
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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 0;
	-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 */


/* Custom */
.clear { clear: both; }
.half { width: 49%; }

.location { display: none; }

input[type="text"], textarea, select, input[type="submit"] { border: 1px solid #ddd; }
input[type="text"]:focus, textarea:focus, select:focus { border-color: #888; }
