/*
Theme Name: cloudyco
Theme URI: http://cloudyco.com/
Description: Custom designed for cloudyco.com.
Version: 0.4
Author: David Huyck
Author URI: http://cloudyco.com/
Tags: 

	cloudy/co 0.4
	http://cloudyco.com/

	This theme was designed and built by David Huyck,
	whose blog you will find at http://cloudyco.com/
*/


/* STRUCTURE */
* { font-family: verdana, tahoma, sans-serif; }

BODY {
	margin: 0;
	/* background: url( images/shadeBG_body.gif ) repeat-x #666; */
	background: url( images/BG_dk.gif ) #666;
	font-size: 12px;
}

A { color: #b41; }
A:visited { color: #222; }
A:hover {
	text-decoration: none;
	background-color: #f26531;
	color: #000;
}

#header {
	width: 100%;
	height: 90px;
	background: url( images/HeaderBG_halftone2.gif ) #ccc;
}
	#header_contact {
		font-size: 12px;
		line-height: 16px;
		float: right;
		margin: 0;
		font-family: georgia, "Times New Roman", serif;
		padding: 10px 20px 0 0;
		height: 80px;
		width: 350px;
		text-align: right;
		background: url( images/HeaderContactBG2.gif );
	}
	#header_contact A {
		color: #000;
		font-family: georgia, "Times New Roman", serif;
		text-decoration: none;
		font-style: italic;
	}

#wrapper {
	width: 990px;
	margin: 0 auto 20px auto;
	clear: both;
}
#main_content {
	float: left;
	width: 980px;
	padding: 0;
	margin: 0 15px 0 0;
	background: url( images/shadeBG_content.gif ) repeat-x #fff;
	border-bottom: 3px solid #000;
}
	#nav_folio {
		float: left;
		/* font-variant: small-caps; */
	}
		.nav_lists UL {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
		}
		.nav_lists UL LI {
			display: inline;
			float: left;
			margin: 0;
			padding: 0;
		}
		.nav_lists UL LI A {
			display: block;
			padding: 2px 7px;
			margin: 0;
			height: 21px;
			text-decoration: none;
			color: #000;
			font-weight: bold;
			/* font-variant: small-caps; */
		}
		.nav_lists UL LI A:hover {
			padding: 1px 6px;
			border: 1px solid #f26531;
			background: none;
		}
		.nav_lists UL LI.current-cat A {
			color: #fff;
			background: url( images/shadeBG_nav.gif ) repeat-x #f26531;
		}
		.nav_lists UL LI.current-cat-home A {
			color: #fff;
			background: url( images/shadeBG_nav.gif ) repeat-x #f26531;
		}
		.nav_lists UL LI.cat-item-home A {
			color: #fff;
			background: #000;
		}
	#nav_other {
		float: right;
		/* font-variant: small-caps; */
		margin-right: 20px;
	}
	#searchFormWrapper {
		background-color: #000;
		width: 240px;
		height: 25px;
		margin: 0;
		overflow: hidden;
		float: right;
	}
		#searchForm {
			margin: 0;
			padding: 0;
		}
		#searchForm #s {
		    vertical-align: top;
		    text-align: right;
			width: 188px;
			height: 19px;
			color: #fff;
			padding: 5px 8px 2px 8px;
			background-color: #333;
			border: 0;
			font-size: 11px;
		}
		#searchButton {
		    vertical-align: top;
			padding: 0;
		}
	
	#content {
		clear: both;
		margin-top: 40px;
		width: 940px;
		padding: 0 20px 20px 20px;
	}

#home_intro {
	clear: both;
}
	#spotlight {
		float: left;
		margin-left: -20px;
		padding-left: 20px;
		width: 700px;
	}
	#spotlight_title {
		width: 710px;
		height: 36px;
		margin: 0 0 0 -30px;
		padding-left: 20px;
		background: url( /wp-content/themes/cloudyco/images/SpotlightBG2.gif ) right;
		position: relative;
		z-index: 100;
		font-family: georgia, "Times New Roman", serif;
		font-size: 1.6em;
		float: left;
		overflow: hidden;
	}
		#spotlight_title A {
			font-family: georgia, "Times New Roman", serif;
			text-decoration: none;
			color: #000;
		}
	#spotlight_title_scroll {
		width: 550px;
		height: 36px;
		overflow: hidden;
		float: left;
	}
	.spotlight_title {
		padding: 2px;
		width: 600px;
		height: 36px;
		float: left;
	}
		#spotlight_title_container {
			position: relative;
		}
	#spotlight_img {
		margin: -5px -20px 0 -20px;
		padding: 0;
		float: left;
		width: 720px;
		height: 325px;
		overflow: hidden;
		position: relative;
		z-index: 0;
	}
	.spotlight_img {
		width: 720px;
		height: 325px;
		float: left;
	}
		#spotlight_img_container {
			position: relative;
		}
	#spotlight_nav {
		width: 165px;
		position: relative;
		z-index: 50;
		top: -15px;
		left: 520px;
		overflow: hidden;
	}
		#spotlight_nav A, #spotlight_nav A:hover {
			background: none;
		}
	#spotlight_menu_prev { float: left; }
	#spotlight_menu_playpause { float: left; }
	#spotlight_menu_next { float: right; }

#side_menu {
	float: left;
	width: 235px;
	background-color: #ccc;
	border-bottom: 3px solid #333;
}

	
	#side_menu_meta {
		padding: 7px;
		font-size: 11px;
		/* border: 2px solid #f26531; */
		/* background: url( images/pinstripeBG_OrGr.gif ); */
		background-color: #f26531;
		color: #fff;
		border: 3px solid #b41;
	}
		#side_menu_meta A {
			color: #fff;
		}
		#side_menu_meta A:hover {
			color: #fff;
			background-color: #000;
		}
	
	#seeAlso {
		font-style: italic;
		background-color: #ccc;
		color: #666;
		padding: 3px 10px;
		margin: 0;
		border: 1px solid #f26531;
		border-width: 0 1px;
	}
		#seeAlso A {
			text-decoration: none;
		}

#preprefooter {
	background: url( images/heading_rag_L2.gif ) repeat-y #f26531;
	margin: 5px -10px 5px 0;
	height: 5px;
	width: 990px;
}
#prefooter {
	background: url( images/heading_rag_R2.gif ) right repeat-y #e6e7e8;
	color: #333;
	font-size: 11px;
	text-align: center;
	padding: 3px;
	margin: 0 0 5px -10px;
	height: 19px;
}
	#prefooter A:link, #prefooter A:visited {
		color: #333;
	}
	#prefooter A:hover {
		color: #000;
	}

#footer {
	background-color: #f26531;
	color: #fff;
	font-size: 10px;
	height: 31px;
	width: 980px;
	border-top: 3px solid #000;
}
	#footerMeta {
		background-color: #000;
		color: #fff;
		text-align: center;
		width: 220px;
		height: 31px;
		padding: 0 20px;
		float: left;
	}
	#footerWP {
		text-align: center;
		padding: 0 20px;
		width: 420px;
		float: left;
		color: #000;
	}
		#footerWP A {
			text-decoration: none;
			color: #000;
		}
		#footerWP A:hover {
			color: #fff;
		}

	#mailingListFormWrapper {
		background-color: #e5e5e5;
		width: 254px;
		height: 25px;
		margin: 0;
		overflow: hidden;
		float: right;
		border: 3px solid #000;
		border-width: 3px 0 3px 6px;
	}
		#mailingListForm {
			margin: 0;
			padding: 0;
		}
		#email {
			vertical-align: top;
			background-color: #e5e5e5;
			font-size: 10px;
			width: 188px;
			height: 19px;
			padding: 6px 8px 1px 8px;
			border: 0;
		}
		#mailingListButton {
		    vertical-align: top;
			padding: 0;
		}
.shade_content {
	height: 10px;
	background: url( images/shadeBG_body.gif ) repeat-x 0 -62px #666;
}
/* END STRUCTURE */


/* stylin' */

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-family: georgia, "Times New Roman", serif;
	/* font-variant: small-caps; */
	font-size: 2em;
	text-align: left;
	/* letter-spacing: 0.05em; */
	padding: 2px 10px 2px 20px;
	margin: 0 -20px 10px -30px;
	clear: both;
	background: url( images/heading_rag_R2.gif ) right repeat-y #000;
	color: #fff;
	}

h1.category_heading {
	background: url( images/heading_rag_L2.gif ) repeat-y #f26531;
	margin: 0 -30px 10px 0px;
	padding: 2px 20px 2px 10px;
	color: #000;
	text-align: right;
}

h2 {
	font-family: georgia, "Times New Roman", serif;
	/* font-variant: small-caps; */
	font-size: 1.6em;
	clear: both;
	}

h2 A {
	font-family: georgia, "Times New Roman", serif;
	}

h2.pagetitle {
	border-bottom: 1px dotted #000;
	}

h3 {
	font-family: georgia, "Times New Roman", serif;
	/* font-variant: small-caps; */
	font-size: 1.3em;
	margin-top: 0;
	clear: both;
	}

h3 A {
	font-family: georgia, "Times New Roman", serif;
	}

.navigation {
	margin-bottom: 20px;
	height: 22px;
}


H3#comments {
	text-align: right;
	color: #fff;
	background-color: #000;
	padding: 3px 20px 3px 20px;
	margin-right: -30px;
	display: inline;
	float: right;
	clear: both;
	background: url( images/heading_rag_L2.gif ) repeat-y #000;
}
.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;
	border-bottom: 3px double #999;
}

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

.commentmetadata {
	font-weight: normal;
	}

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

acronym, abbr, span.caps
{
	cursor: help;
}


.post_folio {
	margin: 0 0 20px;
	text-align: justify;
	width: 220px;
	float: left;
	/* border-bottom: 3px double #e5e5e5; */
}
.post_folio H2 {
	/* border-bottom: 1px solid #000; */
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
}
.post_folio H2 A {
	text-decoration: none;
	color: #000;
	font-family: georgia, "times new roman", serif;
	/* font-variant: small-caps; */
	font-size: 12px;
}

DIV.post {
}
	.hentry {
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: 1px dashed #666;
	}
	.hentry H2 {
		margin-left: -30px;
		padding: 3px 20px 3px 30px;
		display: inline;
		background: url( images/heading_rag_R2.gif ) right repeat-y #f26531;
	}
	.hentry H2 A {
		color: #000;
		margin-bottom: 20px;
	}
	.hentry SMALL {
		color: #666;
		font-style: italic;
	}

.post P {
	line-height: 18px;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

/* End stylin' */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	margin: 0 0 5px 10px;
	}

.alignleft {
	float: left;
	margin: 0 10px 5px 0;
	}

.wp-caption {
	background-color: #e5e5e5;
	border: 1px solid #ccc;
	padding: 8px 0 8px 8px;
}
.wp-caption-text {
	font-size: .8em;
	line-height: .5em;
	color: #666;
	font-style: italic;
	margin: 0;
}
/* End Images */


/* Begin Form Elements */
.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;
	}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 10px;
	background-color: #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/

/* COLUMNS & SPACERS &C */
	.col_full {
		float: left;
		width: 940px;
		margin: 0;
	}
/* (940 - 20)/2 = 460 */
	.col_1-2 {
		float: left;
		width: 460px;
		margin: 0;
	}
/* (940 - 2*20)/3 = 300 */
	.col_1-3 {
		float: left;
		width: 300px;
		margin: 0;
	}
	.col_2-3 {
		float: left;
		width: 620px;
		margin: 0;
	}
/* (940 - 3*20)/4 = 220 */
	.col_1-4 {
		float: left;
		width: 220px;
		margin: 0;
	}
	.col_2-4 {
		float: left;
		width: 460px;
		margin: 0;
	}
	.col_3-4 {
		float: left;
		width: 700px;
		margin: 0;
	}
/* (940 - 4*20)/5 = 172 */
	.col_1-5 {
		float: left;
		width: 172px;
		margin: 0;
	}
	.col_2-5 {
		float: left;
		width: 364px;
		margin: 0;
	}
	.col_3-5 {
		float: left;
		width: 556px;
		margin: 0;
	}
	.col_4-5 {
		float: left;
		width: 748px;
		margin: 0;
	}
	
	.col_gutter {
		float: left;
		width: 20px;
		height: 20px;
		margin: 0;
	}
	.col_divider {
		float: left;
		padding-left: 9px;
		margin-left: 10px;
		border-left: 1px dotted #666;
	}
	
	.clear {
		clear: both;
		margin: 0;
	}
	.divider {
		clear: both;
		border-bottom: 1px dotted #000;
		margin: 0;
		width: 940px;
	}
	.spacer {
		clear: both;
		margin-bottom: 10px;
		padding-top: 10px;
	}
/* END COLUMNS & SPACER &C */
