/*
Theme Name: v01 [for pinkfloydthoughts.com]
Theme URI: http://digwp.com/
Description: A Nice Theme (for random discussions and easy blogging).
Version: 1.0
Author: Jeff Starr
Author URI: http://perishablepress.com/
Tags: dark, clean, focused, organized

	v01 v1.0
	http://themeclubhouse.digwp.com/

	This theme was designed and built by Jeff Starr,
	whose blog you will find at http://perishablepress.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font: 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background: #111 url(images/background.gif) fixed no-repeat center top;
	padding: 0; margin: 0;
	text-align: center;
	color: #999;
	}
#page {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	padding: 10px 20px;
	background: #2E2E2E;
	text-align: left;
	margin: 0 auto;
	width: 800px;
	}
#header {}
	.box {
		border: 1px solid #777;
		background: #3B3B3B;
		text-align: center;
		overflow: hidden;
		padding: 10px 0;
		width: 100%;
		}
	#header h1 {
		font-weight: bold;
		font-size: 24px;
		line-height: 1;
		}
#content {
	margin: 50px 0;
	float: left;
	width: 525px;
	clear: none;
	}
	.post {
		margin: 0 0 50px 0;
		}
		.spacer {
			text-align: center;
			}
			.spacer span {
				background: url(images/spacer.gif) no-repeat right center;
				padding-right: 21px;
				}
			.spacer small {
				display: none;
				}
#sidebar {
	margin: 50px 0;
	float: right;
	width: 225px;
	clear: none;
	}
	#sidebar ul, #sidebar p, #sidebar div { clear: both; }

	.feed {
		background: url(images/feed.gif) no-repeat left center;
		padding-left: 20px;
		}
	#s {
		font: 12px/1 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
		border: 1px solid #777;
		background: #3B3B3B;
		text-align: center;
		margin: 15px 0 5px 0;
		padding: 3px;
		width: 214px;
		color: #777;
		}
		#s:active, #s:focus {
			text-align: left;
			color: #999;
			}
#footer { clear: both; }

/* == COMMENTS == */

#comments h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	padding: 0;
	}
.commentlist, .commentlist ul { 
	padding: 0; margin: 0; 
	}
	.commentlist li {
		border: 1px solid #777;
		background: #3B3B3B;
		list-style: none;
		overflow: hidden;
		font-size: 11px;
		margin: 10px 0;
		width: 492px;
		clear: both;
		}
		.comment-wrap {
			margin: 10px;
			}
			#comments .bypostauthor { 
				background: #2A2A2A;
				}
			.comment-moderation {
				font-style: italic;
				color: #ccc;
				}
			.comment-text {
				padding-bottom: 10px;
				}
			.comment-permalink {
				font: 10px Verdana, Arial, Helvetica, sans-serif;
				word-spacing: -2px;
				}
		.commentlist li ul li {
			  -webkit-border-bottom-right-radius: 5px;
			  -khtml-border-radius-bottomright: 5px;	
			  -moz-border-radius-bottomright: 5px;
			border-bottom-right-radius: 5px;
			border: 1px solid #666;
			margin: 0 10px 10px 0;
			background: #3F3F3F;
			float: right;
			width: 450px;
			}
			.commentlist li ul li ul li {
				  -webkit-border-bottom-left-radius: 5px;
				  -khtml-border-radius-bottomleft: 5px;	
				  -moz-border-radius-bottomleft: 5px;
				border-bottom-left-radius: 5px;
				background: #444;
				width: 400px;
				}
		.commentlist li .avatar {
			border: 1px solid #777;
			margin: 0 10px 5px 0;
			float: left;
			}
/* comment form */
#respond, #commentform {
	overflow: hidden;
	width: 100%;
	clear: both;
	}
	.reply, .cancel-comment-reply {
		margin-bottom: 10px;
		overflow: hidden;
		width: 100%;
		clear: both;
		}
		.commentlist a.comment-reply-login {
			display: none;
			}
		#respond #commentform #submit {
			font: 11px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			outline: 0 none;
			padding: 5px 0;
			cursor: pointer;
			cursor: hand;
			}
		.cancel-comment-reply a:link, .cancel-comment-reply a:visited,
		.reply a.comment-reply-link:link, .reply a.comment-reply-link:visited,
		#commentform #submit {
			border: 1px solid #777;
			text-decoration: none;
			background: #3B3B3B;
			text-align: center;
			font-size: 11px;
			display: block;
			padding: 3px 0;
			float: left;
			width: 50px;
			color: #ccc;
			}
		.cancel-comment-reply a:hover, .cancel-comment-reply a:active,
		.reply a.comment-reply-link:hover, .reply a.comment-reply-link:active,
		#commentform #submit:hover {
			border: 1px solid #999;
			text-decoration: none;
			background: #444;
			color: #fff;
			}
	p#login-notice {
		width: 492px;
		}
	p#login-info {
		font-size: 11px;
		padding: 0;
		margin: 0;
		}
	#commentform p {
		overflow: hidden;
		width: 100%;
		clear: both;
		} 
		#commentform input, #commentform textarea, #commentform label, #commentform #submit {
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			padding: 3px;
			float: left;
			clear: none;
			width: 35%;
			}
			#commentform textarea {
				width: 450px;
				}
			#commentform label {
				text-align: left;
				margin-left: 10px;
				}
			input[type="hidden"] {
				display: none;
				}
	#comment-feeds {
		margin: 0 0 10px 2px;
		font-size: 11px;
		padding-top: 0;
		}
	.subscribe-to-comments {
		margin: 20px 0 10px 0;
		}
	#commentform .subscribe-to-comments label {
		width: 400px;
		margin: 0;
		}
	#comments-closed {
		width: 492px;
		}




	

/* == LINKS == */
a:link, a:visited {
	text-decoration: underline;
	color: #ccc;
	}
a:hover, a:active {
	color: #999;
	}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999;
	}
#footer a:hover, #footer a:active {
	color: #ccc;
	}


h2 {
	font-size: 20px;
	}
	h2#search-results, .results {
		margin-bottom: 25px;
		}


img {
	border: 1px solid #777;
	}




.sticky {}
small {}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


select {}










small, #sidebar ul ul li, #sidebar ul ol li, .postmetadata, blockquote, strike {
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
.post {}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}









/* Begin Images */
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;
	}

.alignleft {
	float: left;
	}


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}








/* misc styles */

pre {
	border: 1px solid #777;
	background: #3B3B3B;
	padding: 10px;
	color: #bbb;
	white-space: pre-wrap;       /* css3 */  
	white-space: -pre-wrap;      /* opera 4-6 */  
	white-space: -o-pre-wrap;    /* opera 7 */  
	word-wrap: break-word;       /* IE 5+ */  
	white-space: -moz-pre-wrap;  /* older mozilla */  
}
acronym, abbr {
	border-bottom: 1px dashed #555;
	cursor: help;
	}
blockquote {
	border-left: 5px solid #ccc;
	padding-left: 15px;
	margin-left: 50px;
	}
blockquote p {
	font: italic 15px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	}
em, strong {
	color: #bbb;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.caption {
	margin: -2px 0 2px 2px;
	font-size: 10px;
	line-height: 1;
	display: block;
	color: #777;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/* tabbed menu */
ul.tabs {
	border-left: 1px solid #777;
	position: relative;
	margin: 10px 0 0 0;
	list-style: none;
	z-index: 1000;
	float: left;
	padding: 0;
	}
ul.tabs li {
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	background: #2A2A2A;
	position: relative;
	line-height: 26px;
	overflow: hidden;
	height: 26px;
	float: left;
	padding: 0;
	margin: 0;
	}
ul.tabs li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
	color: #999;
	}
html ul.tabs li.active, 
html ul.tabs li.active a:hover {
	border-bottom: 1px solid #3B3B3B;
	background: #3B3B3B;
	}
html ul.tabs li.active a:link {
	color: #ccc;
	}
.tab_container {
	border: 1px solid #777;
	background: #3B3B3B;
	position: relative;
	margin: 0 0 20px 0;
	font-size: 11px;
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;
	}
.tab_content {
	padding: 7px 11px 11px 11px;
	line-height: 1.5;
	}
.tab_content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
.tab_content li {
	margin: 3px 0;
	}



/* 
Coldskin #3 for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/ 
@ http://perishablepress.com/press/2008/01/15/contact-coldskins/ 
*/

div#coldform * { padding: 0; margin: 0; }
div#coldform {
	margin: 12px 0;
	width: 500px;
}
div#coldform fieldset {
	border: 0 none;
	display: block;
	clear: both;
}
div#coldform legend.hide {
	display: none;
}
div#coldform label.label {
	margin: 12px 0 6px 0;
	text-align: left;
	display: block;
	border: 0 none;
	float: left;
	clear: both;
} 
div#coldform input.input {
	padding: 3px;
	float: left;
	clear: both;
	width: 50%;
}
input#coldform_carbon, div#coldform input.submit {
	float: left;
	clear: both;
}
div#coldform textarea#coldform_message {
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	padding: 3px;
	float: left;
	clear: both;
	width: 88%;
}
div#coldform input.submit {
	margin: 10px 0 12px 0;
	padding: 3px;
	width: 25%;
}
#coldform_error, #coldform_spam {
	color: #CC3333;
	}

/* ALL YOUR CODE ARE BELONG TO POETRY */
