/*  
Theme Name: The Cloudy Collection 2009
Theme URI: http://www.cloudycollection.com/
Description: The default Cloudy Collection theme.
Version: 0.1
Author: David Huyck
Author URI: http://www.cloudyco.com/

	the Cloudy Collection v0.1
	 http://www.cloudycollection.com/

	This theme was designed and built by David Huyck,
	whose blog you will find at http://www.cloudyco.com/

*/

@import url(http://fonts.googleapis.com/css?family=Cantarell:regular,italic,bold,bolditalic);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light);

* { font-family: /*calibri,*/ 'Cantarell', verdana, helvetica, arial, sans-serif; }

BODY {
	margin: 0;
	background-color: #555;
	background-image: url( /images/pinstripeBG.gif );
	font-size: 13px;
}
H2 {
	font-family: 'Josefin Sans Std Light', georgia, "times new roman", serif;
	font-size: 36px;
	font-weight: normal;
	margin-top: 0;
}
H3 {
	font-family: 'Josefin Sans Std Light', georgia, "times new roman", serif;
	font-size: 27px;
	font-weight: normal;
	margin: 10px 0 0 0;
}
P {
	margin: 0 0 15px 0;
	line-height: 20px;
}
A { color: #b41; }
A:visited { color: #222; }
A:hover {
	background-color: #f26531;
	color: #000;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

UL.ArtistResources LI {
	padding-bottom: 5px;
}

#wrapper {
	width: 940px;
	margin: 15px;
	background-color: #fff;
}
#navWrapper {
	width: 100%;
	height: 24px;
	margin-right: 20px;
	margin-bottom: 5px;
	background-color: #f26531;
}
#nav {
	background-color: #f26531;
	font-weight: bold;
	float: right;
}
	#nav A {
		height: 20px;
		text-decoration: none;
		display: block;
		float: left;
		color: #fff;
		padding: 3px 15px 1px 15px;
		margin: 0;
	}
	#nav A:hover {
		color: #000;
		background-color: #fff;
	}
	#nav A.navSelected {
		color: #000;
		background-color: #fff;
		padding: 2px 14px 0px 14px;
		height: 20px;
		border: 1px solid #f26531;
	}
	#searchFormWrapper {
		background-color: #000;
		width: 210px;
		height: 24px;
		margin: 0;
		overflow: hidden;
		float: left;
	}
	#searchForm {
		margin: 0;
		padding: 0;
	}
	#s {
	    vertical-align: top;
		text-align: right;
		width: 178px;
		height: 20px;
		color: #fff;
		padding: 3px 4px 1px 4px;
		background-color: #000;
		border: 0;
	}
	#searchButton {
	    vertical-align: top;
		padding: 0;
	}
	
#content {
	width: 100%;
	padding: 20px 20px 0 20px;
}
	.col_half {
		float: left;
		width: 95px;
		margin: 0 20px 20px 0;
	}
		.EDITION .col_half {
			float: left;
			width: 95px;
			margin: 0 20px 10px 0;
		}
	.col_single {
		float: left;
		width: 210px;
		margin: 0 20px 20px 0;
	}
		.col_single_text {
			float: left;
			border: 1px solid #e5e5e5;
			padding: 9px;
			width: 190px;
			margin: 0 20px 20px 0;
		}
	.col_double {
		float: left;
		width: 440px;
		margin: 0 20px 20px 0;
	}
		.col_double_text {
			border: 1px solid #e5e5e5;
			padding: 14px;
			width: 410px;
		}
	.col_triple {
		float: left;
		width: 670px;
		margin: 0 20px 20px 0;
	}
		.col_triple_text {
			border: 1px solid #e5e5e5;
			padding: 14px;
			width: 640px;
		}
	.col_quad {
		float: left;
		clear: both;
		width: 900px;
		margin: 0 0 20px 0;
	}
	.col_last {
		margin: 0;
	}
	.spacer {
		clear: both;
		margin: -20px;
	}
	.splitter {
		width: 900px;
		height: 3px;
		background-color: #f26531;
		margin: 20px 0;
		clear: both;
	}
	.divider, .clear {
		clear: both;
	}
	.reversed {
		background-color: #000;
		color: #fff;
		padding: 5px;
	}
	.filler {
		background: url( /images/FillerBG_gray3.gif );
	}
	H2.pagetitle_right {
		margin: 10px 0;
		width: 920px;
		margin-left: -20px;
		padding-right: 20px;
		background-color: #000;
		color: #fff;
		text-align: right;
	}
	H2.post_title {
		margin: 0;
	}
		H2.post_title A {
			text-decoration: none;
			font-family: 'Josefin Sans Std Light', georgia, "times new roman", serif;
			font-weight: normal;
			font-size: 36px;
			color: #000;
		}
		/* H2.post_title_single {
			background-color: #000;
			color: #fff;
		} */
		H2.post_title_single A {
			display: block;
			background-color: #000;
			color: #fff;
			width: 920px;
			text-decoration: none;
			font-family: 'Josefin Sans Std Light', georgia, "times new roman", serif;
			font-size: 36px;
			font-weight: normal;
			margin: 10px 0;
			margin-left: -20px;
			padding-left: 20px;
			padding: 2px 0 2px 20px;
			border-bottom: 7px double #fff;
		}
	.post_date {
		display: block;
		width: 900px;
		text-align: right;
		margin: -10px 0 10px 0;
		font-style: italic;
		color: #666;
	}
	.postmetadata {
		font-style: italic;
		font-size: 13px;
		display: block;
		clear: both;
	}
	.commentmetadata {
		display: block;
		width: 100%;
		text-align: right;
	}
	UL.commentlist {
		padding: 0;
		margin: 10px 0 0 0;
		width: 690px;
	}
	UL.commentlist LI {
		list-style: none;
		padding: 4px;
		margin: 0 20px 20px 0;
		border: 1px solid #e5e5e5;
	}
	UL.commentlist LI.comment_alt {
		/*background-color: #e5e5e5;
		border-color: #ccc;*/
	}
	UL.commentlist LI CITE {
		font-style: normal;
		font-weight: bold;
	}
	
	#about {
		float: left;
		background-color: #e5e5e5;
		padding: 10px;
		margin: 0 20px 20px 0;
		width: 420px;
		text-align: left;
	}
		#about P, #about H3 {
			margin: 0;
			padding: 0;
		}
	.connect {
		float: left;
		width: 210px;
		margin: 0 20px 20px 0;
		border: 1px solid #ccc;
		border-width: 1px 0;
		padding: 7px 0;
	}
		.connect A, .connect STRONG {
			font-weight: bold;
			font-size: 13px;
			line-height: 20px;
			/* font-family: 'Josefin Sans Std Light', georgia, 'times new roman', serif; */
		}
	.printFPO {
		float: left;
		width: 188px;
		height: 293px;
		margin: 0 20px 20px 0;
		padding: 10px;
		border: 1px solid #e5e5e5;
	}
	.printFPO_sm {
		float: left;
		width: 85px;
		height: 138px;
		margin: 0 20px 20px 0;
		padding: 4px;
		border: 1px solid #e5e5e5;
	}
#footer {
	clear: both;
	width: 930px;;
	background-color: #f26531;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}
	#footer A {
		color: #000;
	}

/* 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;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
.navigation {
	clear: both;
	height: 15px;
	width: 900px;
	padding: 0;
}

hr {
	color: #f26531;
	height: 3px;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/