/*

Theme Name: CleanSheep
Description: Made custom by and for CleanSheep Design
Version: 1
Tags: fixed width, two columns, widget ready, widgets, right sidebar, simple, white, clean, valid CSS, valid XHTML
Author: Erik Miller
Author URI: http://cleansheep.com/

*/

/* body
--------------------------------------------------*/
body {
	font:62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#000;
	margin:0;
	background-color: #fff;
	background-image: url(images/accent.png);
	background-position: top center;
	background-repeat: no-repeat;
}
* {
	margin:0;
	padding:0;
}
code {
	font:120% "Courier New", "Lucida Console", Arial;
}
/* header
--------------------------------------------------*/
#header {
	position: relative;
	height: 275px;
	background-image: url(images/mastHead.png);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 10;
}
#header .description {
	float:right;
	color:#333;
	margin:45px 0 0;
	visibility: hidden;
}
#header h1 {
	margin:15px 0 0;
	padding:25px 25px 40px 0;
	visibility: hidden;
}
#wrapper {
	width:1024px;
	margin:0 auto;/*background-image: url(images/container.jpg);
background-position: center 182px;
background-repeat: no-repeat;*/
}
/* header h1 (blogtitle)
--------------------------------------------------*/
#header h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif;
	font-size:3.8em;
	font-weight:400;
	color:#333;
	letter-spacing:-1px;
	margin:0px 0;
}
#header h1 a {
	text-decoration:none;
	color:#333;
}
/* navigation
--------------------------------------------------*/
#stripe {
	position: absolute;
	top: 250px;
	left: 0px;
	width: 100%;
	height: 35px;
	background-image: url("images/stripe.png");
	z-index: 9;
}
#nav {
	height:22px;
	margin:0;
	margin-top: 250px;
	margin-right: 50px;
	float: right;
}
#nav li {
	float:left;
	list-style:none;
	margin-right: 40px;
	margin-top: 9px;
}
#nav li a {
	font-size: 22px;
	font-family: "ITCLubalinGraphBook", Rockwell, "Trebuchet MS", "Gill Sans", Lucida Grande, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
}
#nav li a:hover {
	color: #05d3d8;
}
#nav li a.active {
	color: #99FF00;
}
.clear {
	clear:both;
}
/* twitter
--------------------------------------------------*/


#twitter {
	position: absolute;
	top: 77px;
	left: 50%;
	margin-left: 160px;
	width: 265px;
	font-family: "Century Gothic", "Trebuchet MS";
	text-align: center;
	font-style: italic;
	color: #2F8DB7;
	font-size: 14px;
	line-height: 18px;
	height: 165px;
	overflow: hidden;
}
/* smMenu
--------------------------------------------------*/


#smMenu {
	position: absolute;
	top: 210px;
	left: 50%;
	height: 40px;
	margin-left: -416px;
	z-index: 11;
}
#smMenu h1 a {
	font-family: "ITCLubalinGraphBook", Rockwell, "Trebuchet MS", "Gill Sans", Lucida Grande, Arial, sans-serif;
	font-size: 38px;
	color: #bcd507;
	text-decoration: none;
}
#smMenu h1 a:hover {
	color: #000;
}
/* content
--------------------------------------------------*/
#content2, #content { 
	float: left;
	width: 550px;
	padding: 10px 20px 0px 40px;
	min-height: 500px;
	margin-left: 55px;
}
#content p, #content2 p {
	line-height:25px;
	font-size:130%;
	word-spacing:1px;
	margin:25px 0;
}
#content a, #content2 a {
	text-decoration:none;
	color: #bcd507;
}
#content a:hover, #content2 a:hover {
	color:#000;
}
#content h2, #content2 h2 {
	font-family: "ITCLubalinGraphBook", Rockwell, "Trebuchet MS", "Gill Sans", Lucida Grande, Arial, sans-serif;
	text-transform: uppercase;
	font-size:2.8em;
	font-weight:400;
	color:#05d3d8;
	line-height:30px;
	margin:15px 0;
	padding:5px 0;
}
#content h2 a, #content2 h2 a {
	text-decoration:none;
	border:none;
}
#content h1 {
	font:3em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
	margin:10px 0;
}
#content h3 {
	font:2em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#96CAED;
	margin:10px 0;
}
#content h4 {
	font:1.8em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
	margin:10px 0;
}
#content h5 {
	font:1.6em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
	margin:10px 0;
}
#content2 h3 {
	font:160% "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
	margin:10px 0;
}
#content ul, ol {
	font-size:120%;
	margin:10px 10px 10px 25px;
}
#content2 ul, ol {
	margin:10px 10px 10px 25px;
}
.cell {
	width: 290px;
	height: 200px;
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#secondNav {
	margin-left: 85px;
	margin-top: 30px;
	text-align: center;
}
/* blockquote + links
--------------------------------------------------*/

blockquote {
	background:#EFF8FB;
	border:1px solid #ccc;
	margin:10px 0;
	padding:5px 15px;
}
a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0;
}
a.more:hover {
	text-decoration:none;
}
/* metadata under post
--------------------------------------------------*/
.post {
	margin:0 0 20px 0;
	text-align:justify;
}
.entry {
	height: auto;
}
.post img {
}
.post .info {
	font-size:1em;
	color:#fff;
	padding:2px 3px 3px 8px;
	margin: 10px 0;
}
.date {
	margin: 0 0 15px 0;
}
.post small {
	margin-top:25px;
}
/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
	color:#fff;
	font-size:120%;
	border-bottom:3px solid #fff;
	border-top:3px solid #fff;
	margin:10px 0 28px;
	padding:10px;
}
/* sidebar
--------------------------------------------------*/
#sidebar {
	width:225px;
	float:right;
	padding: 20px 10px 30px;
	margin-right: 65px;
	margin-top: -40px;
	color: #000;
}
#sidebar h2 {
	font-family: "ITCLubalinGraphBook", Rockwell, "Trebuchet MS", "Gill Sans", Lucida Grande, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
	font-size:1.8em;
	color:#000;
	padding:0 0 3px;
	font-weight: normal;
}
#sidebar ul {
	list-style:none;
	font-size:120%;
	margin:0 0 23px;
}
#sidebar li {
	list-style:none;
	padding:3px;
}
#sidebar li a:hover {
	color:#000;
}
#sidebarsubmit {
	width: 40px;
}
#quoterotator {
	min-height: 200px;
}
/* some input
--------------------------------------------------*/
/*input {
border:1px solid #CCC;
font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
padding:3px;
}

input:hover {
border:1px solid #262626;
}

input:focus {
border:1px solid #262626;
color:#333;
}*/

/* comments
--------------------------------------------------*/
#comments {
	font-size:0.9em;
}
#commentlist li {
	margin-bottom:1.5em;
	padding-bottom:1em;
}
#commentform {
	width:350px;
	text-align:left;
	margin:0 0 15px 0;
}
#commentform textarea {
	background:#f8f7f6;
	border:1px solid #d6d3d3;
	width:480px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
}
#commentform #email, #commentform #author, #commentform #url {
	font-size:1.1em;
	background:#f8f7f6;
	border:1px solid #d6d3d3;
	width:350px;
}
#commentform input {
	margin-bottom:3px;
}
#gravatar, .url, .commentmetadata {
	align:left;
}
/* wp stuff
--------------------------------------------------*/

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.navigation {
	text-align:center;
	font-size:120%;
	display: none;
}
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding:4px 0 0 0;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px;
}
.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}
.wp-caption-dd {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
#header h1 a:hover, #footer a:hover {
	text-decoration:none;
	color:#333;
}
#content li, #content2 li {
	padding:10px;
	display: block;
}
a, #sidebar li a, #footer a {
	color:#bcd507;
	text-decoration:none;
	font-size: 18px;
	font-family: "ITCLubalinGraphBook", Rockwell, "Trebuchet MS", "Gill Sans", Lucida Grande, Arial, sans-serif;
	font-weight: lighter;
}
a, #sidebar li a:hover, #footer a:hover {
	color: #000;
}
#commentContainer {
	margin-left: 100px;
}
/* footer
--------------------------------------------------*/
#footer {
	color:#000;
	margin-left: 100px;
	padding:20px 0;
	clear: left;
}
#copy {
	width: 820px;
	text-align: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 100px;
	font-family: "Century Gothic", "Trebuchet MS";
	font-size: 16px;
}
/* contact form
--------------------------------------------------*/
.CleanContact {
	text-align: left;
	display: block;
	border:0;
	padding: 100px;
	padding-top: 20px;
	
}
.CleanContact input[type="text"] {
	width: 100%;
	margin-bottom: .5em;
	background-color: #fff;
	border: #05d3d8 4px solid;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 16px;
	padding: 3px;
	margin-top: 5px;
}
.CleanContact label {
	clear: none;
	display: inline;
	text-align: left;
	font-family: "ITCLubalinGraphBook", Rockwell, "Trebuchet MS", "Gill Sans", Lucida Grande, Arial, sans-serif;
	font-size: 16px;
}
.CleanContact textarea {
	width: 100%;
	height: 15em;
	margin-bottom: .5em;
	margin-top: 5px;
	background-color: #fff;
	border: #05d3d8 4px solid;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 16px;
	padding: 3px;
}
.CleanContact label em {
	font-weight: bold;
	font-style: normal;
	color: red;
}
.CleanContact_msg {
	font-weight: bold;
	padding: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.CleanContact_msg.ok {
	margin-top: 100px;
	background-color: #fff;
	border: #05d3d8 4px solid;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 16px;
}
.CleanContact_msg.err {
	background-color: #ff9595;
	border: solid 1px #fff;
	color: #000;
}
#clean_contact_send {
	background-color: #fff;
	border: #05d3d8 4px solid;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
}

/*color classes
--------------------------------------------------*/
.blue
{
color: #05d3d8 !important;
}

#DDSliderCont {
	padding-top: 25px;
}

