/*
Theme Name: ClearSight Design Custom Theme
Theme URI: http://www.clearsightdesign.com/
Description: Custom theme by ClearSight Design
Version: 1.0
Author: Jamon Holmgren
Tags: custom
*/

/************************************ SITE-WIDE ITEMS **********************************/
html {
	height:100%;
	margin-bottom:1px;
	font-size:62.5%;
}
body {
	margin:0;
	padding:0;
	position:relative;
}
body    { color: #333; font-size: 11px; line-height: 14px; font-family: tahoma, Arial, Helvetica, Geneva, Swiss; background-image: url(gfx/bg_page.gif) }
.clearboth {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
#noscriptbar, #oldbrowserbar {
	width:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	background-color: #FAFBCA;	
	padding:.5em 0;
}

/************************************ GENERAL TYPOGRAPHY ***********************************/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:1.4em;
	line-height:1.2;
}
h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
h6 { font-size:1em; }
a {
	color:#000000;
}
a img {
	border:none;
}

/****************************************** MAIN ELEMENTS **********************************/
#main {
	position:relative;
	background-color:#FFFFFF;
	width:761px;
	margin:0 auto;
	border-left: 1px solid #000000;
}
#header {
	width:761px;
	height:55px;
	background-image: url(gfx/head_full.jpg);
	background-repeat: no-repeat;	
}
#page {
	overflow:auto;
	width:760px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#content {
	width:490px;
	float:left;
	margin:0;
	padding:0;
	border-right: 1px solid #000000;
	min-height:600px;
}
#page-slogan {
	width:490px;
	height:118px;
	overflow:auto;
}
#page-slogan img {
	float:left;
}
#page-content {
	width:490px;
	padding:0;
	overflow:auto;
}
.page-edit-paragraph {
	clear:both;
}
div.entry {
	width:440px;
	padding:10px 25px;
	/* overflow:auto; */
}
#sidebar {
	width: 269px;
	float:left;
	margin:0;
	padding:0;
	background-image: url(gfx/sidebar_right.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	min-height:600px;
}
h2.post-title {
	color:#8f2b2e;
	font-weight:bold;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	display:block;
	width: 440px;
	padding:8px 25px;
	background-color: #EEEEEE;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
ul#menu {
	list-style-type:none;
	padding:0;
	margin:0 0 0 12px;
	width:145px;
	height:12px;
	font-size:12px;
}
ul#menu li {
	display:block;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
ul#menu li a {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 2px 2px 2px 18px;
	color:#89000;
	text-decoration:none;
	background-image: url(gfx/bullet.png);
	background-repeat: no-repeat;
	background-position:6px 6px;
	display: block;
}
ul#menu li a:hover {
	background-color:#94C78F;
}
ul#menu li ul {
	padding:0 1px 0 6px;
}
ul#menu li ul li a {
	background-image:none;
	background-color:#DDDDDD;
	border:none;
	margin:0;
	padding:2px 5px;
	color:#333333;
	font-size:10px;
}

#top-menu, #searchform {
	position:absolute;
	top:22px;
	height:12px;
}
#top-menu {
	left:180px;
	width:300px;	
}
#top-menu a {
	padding:5px;
	margin-right:.5em;
	display:block;
	float:left;
	text-decoration:none;
}
#top-menu a:hover {
	text-decoration:underline;
}
#top-menu a img {
	border:none;
	vertical-align:text-bottom;
}
ul#footer-menu {
	width:490px;
	padding:4px 0px;
	border-top: 1px solid #000000;
	text-align:center;
}
ul#footer-menu li {
	display:inline;
}
ul#footer-menu li a {
	display:inline-block;
	padding:4px;
	color: #006F3F;	
	text-decoration:none;
}
ul#footer-menu li a:hover {
	color:#FFFFFF;
	background-color:#006F3F;
}
#searchform {
	right:10px;
	text-align:right;
	width:400px;
}
#searchform label, #searchform div {
	display:inline;
	clear:none;
}
form.wpcf7-form label {
	display:inline-block;
	width:140px;
	margin:.5em 10px .5em 0;
}

/****************************************** CUSTOM ELEMENTS ********************************/

/******************************* OTHER ELEMENTS ********************************************/



/* 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 12px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-style:italic;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

h1, h2, h3, h4, h5, h6, p, ul {
	margin:.65em 0;
}
