 /*
Theme Name: Dark Three
Theme URI: http://wordpress.org/
Description: A Dark gradiented Three Column Theme
Author: Joshua Pease
Author URI: http://joshuapease.com/
Tags: Dark, fixed width, three columns, widgets

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

*/



/* Begin Typography & Colors */


	
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #0D0D0D url(images/background-x.jpg) repeat-x;
	color: #999;
	text-align: center;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em
	}


.widecolumn .entry p {
	font-size: 1.05em;
	margin:0;
	}
	
.entry em {
	position:relative; 
	top:-15px
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #0F0F0F;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#666;
	}

h1, h2, h3 {
	font-family: 'Times New Roman', Times, Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;		
	}

h2, h2 a, h2 a:visited {
	color: #AAA;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	display:none;
	}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

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

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a, h3 a, h3 a:visited{
	color: #AF6857;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #BF4A2F;
	text-decoration: underline;
	cursor:pointer;
	}

h3 a:visited {
	text-decoration:none;
}
	
a:visited{
	text-decoration:none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto; 	
	padding: 0;
	width: 920px;
	}

#header {
	padding:0;
	}
	
#welcome {
	padding:0 0 0 15px;
	margin-top:30px;
	width:270px;
	line-height:1.55em;
	overflow:auto;
	float:right;
	text-indent:15px;
	color:#999;
	border-left:1px solid #151515;
}

#welcome em {
	color:#BF4A2F;
	border-bottom:1px dotted #4F2722;
	font-style:none;
}

#headerimg {
	background:url(images/headerImg.jpg) no-repeat top left;
	margin: 0;
	height: 215px;
	width: 100%;
	}
	
.columnWrap {
	float:left;
	margin:0px 15px 0;
}

.columnTop{
	width:530px;
	height:25px;
	background:url(images/wideColTop.jpg) no-repeat;
}

.narrowcolumn, .widecolumn {
	float: left;
	width: 530px;
	background:url(images/wideColBack.jpg) repeat-x;
	}

/*.widecolumn {
	float: left;
	padding: 0 45px 20px 45px;
	width: 425px;
	border:1px solid;
	}*/

.post {
	text-align: justify;
	padding: 0 25px 25px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	display:none;
	clear: both;
	padding:12px;
	border: 1px solid #090909;
}

.clear {
	clear: both;
}

#commentCol {
	width:480px;
	min-height:500px;
	padding:0 25px;
	margin:0 auto;
	background:#0B0B0B url(images/commentColBack.jpg) repeat-x;
}

#commentTop{
	width:530px;
	height:25px;
	background:url(images/commentColTop.jpg) no-repeat;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
	/* artifacts page structure */
	
	#artifacts {}
	
	#artifacts{
		margin:0 0 0 15px;
	}
	
	#artifacts .columnTop {
		background:url(images/artifacts_topLeft.jpg) #020205 no-repeat ;
		width:725px;
	}
		#artifacts .columnTop div {
			background:url(images/artifacts_topRight.jpg);
			float:right;
			width:25px;
			height:25px;
			
		}
	
	#artifacts .narrowcolumn {
		width:725px;
		background:#030303 url(images/wideColBack.jpg) bottom left repeat-x;
	}
	
	/* Begin Archive Structure */
	#archive .narrowcolumn {
		background:#030303 url(images/wideColBack.jpg) bottom left repeat-x;
		}
	
	#archive .entry {
		margin:0 0 25px 0;
		padding:0 0 25px 0;
		border-bottom:1px solid #222;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}
	
#content h2{
	color:#CCC;
	padding: 0 0 5px;
	margin:0 0 25px;
	font-weight:normal;
	border-bottom:1px solid #222;
	text-align:left;
	}

h2#respond{margin:0;}

h2 #respond {margin:0;}

#discuss h2#respond {
	display:none;
}
	
	#content h2 a, #content h2 a:hover, #content h2 a:visited {
		color:#999;
	}
	
#comments {
	margin:0;
	border-bottom:1px solid #222222;
	font-weight:normal;
	letter-spacing:.5px;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	
	}

h3 {
	color:#666;
	padding: 0;
	margin:0;
	font-weight:normal;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	text-align:left;
	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

#sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin:0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}
	
/* Comment Form */

#commentform {
	text-align:right;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size:1em;
	color:#666;
	width: 460px;
	padding:10px;
	background:#111;
	border:1px solid #090909;
	}

#commentform #submit {
	background:#111;
	color:#666;
	border:none;
	margin: 0 0 35px;
	width:130px;
	height:35px;
	border:1px solid #090909;
	}
	
	#commentform #submit:hover {
		background:#222;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	margin:0;
	text-align: justify;
	}
.commentlist ol {
	margin:0;
}

.commentlist li {
	border:1px solid #090909;
	margin: 5px 0 0;
	padding: 15px;
	list-style: none;
	overflow:hidden;
	}

.commentlist p {
	margin: 5px 0 0;
	}

#commentform p {
	margin: 5px 0;
	}


.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

.sidebarWrap {
	margin:0;
	width:180px;
	float:left;
}

.sidebarTop{
	background:url(images/narrowColTop.jpg) no-repeat;
	width:200px;
	height:25px;
}

.sidebarPad {
	padding:0 25px;
}

.divider {
	display:none;
	border-top:1px solid #222;
	margin:0;
	padding:0 0 5px;
	width:100%;
}

#sidebar_left, #sidebar {
	background:url(images/narrowColBackground.jpg) repeat-x;
}

#sidebar_left {	
	float:left;
	width:180px;
	}
	
#sidebar {
	float:left;
	height:550px;
	width:180px;
	}

#sidebar form {
	margin: 0;
	}
	
/* Custom Sidebar Elements*/

.sidebarLinks {
	margin:10px 0 0;
	padding:7px 0 0;
	border:#222 solid;
	border-width:1px 0 1px 0;
	text-align:left;
}

.sidebarLinks a {
	display:block;
	margin:0 0 10px;
	color:#999;
	text-decoration:none;
}

.sidebarLinks a:hover {
	color:#CCC;
}

.sidebarLinks img {
	position:relative;
	margin:0 10px 0 0;
	top:4px;
}

.bookSection {
	margin:10px 0 0;
}

#countDown {
	margin:10px 0 0;
	border:#222 solid;
	border-width:1px 0 0;
	padding:10px 0 0;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



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

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin:25px 0 70px;
	color:#222;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Youtube Stuff */

.fvd_ytl {
	display:none;
}

.youtube {
	margin:0;
	padding:0;
}

/* Hide Dashboard Widget */
.welcometext{
	text-align:center;
	color:#CCC;
	width:100%;
	border-bottom:1px solid #222;
	margin:0 0 5px;
	padding:0 0 5px;
}

/* Css Image Rollover */

.redButton {
	background: url(images/buttonRedOver.png) no-repeat;
}

.greyButton{
	background: url(images/buttonGreyOver.png) no-repeat;
}

.cssnav {
	position: relative;
	font-family: 'Times New Roman', Times, Serif;
	text-transform:uppercase;
	white-space: nowrap;
	display: block;
	width: 130px;
	height: 45px;
	margin: 0 0 5px;
	padding: 0;
	}

.cssnav a {
	display: block;
	color: #777;
	font-size: 14px;
	width: 130px;
	height: 45px;
	display: block;
	float: left;
	text-decoration: none;
	}

.cssnav a:hover {
	color:#999;
}

.cssnav img {
	width: 130px;
	height: 45px;
	border: 0
	}

* html a:hover {
	visibility:visible
	}

.cssnav a:hover img {
	visibility:hidden
	}
	
.cssnav a:hover span img {
	visibility:visible;
}

.cssnav span {
	position: absolute;
	left: 0px;
	top: 15px;
	width:130px;
	cursor: pointer;
	text-align:center;
	}
	
.cssnav span img {
	width:auto;
	height:auto;
	margin-top:-4px;
	margin-right:8px;
	vertical-align:middle;
}

/* Feedburner Subscribtion */

.subscribeForm {
	text-align:center;
	padding:0 0 8px;
	border:solid #222;
	border-width:1px 0 0;
}

	.subscribeForm p {
		margin:0 0 5px;
		padding:0px;
		text-align:left;
		color:#999;
	}
	
	.subscribeForm p img {
		margin:0 5px 0;
		position:relative;
		top:3px;
	}
	
	.subscribeForm p input {
		width:120px;
		background:#0F0F0F;
		margin:0px;
		padding:5px;
		border:1px solid #000;
		color:#666;
	}

/* Page Registration */

#pageform {
	margin:0 auto 25px auto;
	width:340px;
	text-align:center;
	
}

#pageform div {text-align:right; color:#555}

#pageform input {
	width:200px;
	margin:0 0 0 5px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size:1em;
	color:#666;
	padding:5px;
	background:#111;
	border:1px solid #090909;
}

#pageform .alt {
}

#pageform .submit input {
	background:#111;
	color:#666;
	border:none;
	margin: 0;
	width:130px;
	height:35px;
	border:1px solid #090909;
}

#pageform .checkbox {
}

#pageform p {margin:10px 0;}

/* Add This Social Bookmarks */
.addthis {
	display:block;
	margin:25px 0;
	width:125px;
}

/* Sidebar Login / Register Form */

#box1 {
	display:none;
}

#box2 {
	display:block;
}

#sidebarLogin {
}

#sidebarLogin ul li {
	margin:0 0 10px!important;
	text-decoration:none;
}

#sidebarLogin ul li img {
	position:relative;
	margin:0 10px 0 0;
	top:4px;
}

#sidebarLogin li a {
	text-decoration:none;
}

#sidebarLogin .navigation {
	margin:0 0 5px;
	text-align:center;
	border-bottom:1px solid #222;	
}

#sidebarLogin .welcome {
	text-align:center;
	margin:0 0 10px;
	border-bottom:1px solid #222;
}

#sidebarLogin p {
}

#sidebarLogin div div input {
	background:#222222 none repeat scroll 0 0;
	border:1px solid #333333;
	color:#999999;
	padding:3px;
	width:122px;
}

/* Twitter Bar Styles */


.twitter_div {
	height:30px;
	background:#BBB;
	color:#555;
	background:url(images/twitter_bg_middle.jpg);
	margin:15px 0;
}

.twitter_div a, .twitter_div a:hover{
	color:#612E22;
}

.twitter_div span {
	display:block;
	width:725px;
	float:left;
	text-align:center;
	padding:6px 0 0;
	font-size:1.4em;
}

.twitter_div b {
	color:#333;
}
	
.twitterLeft {
	background:url(images/twitter_bg_left.jpg);
	width:15px;
	height:30px;
	float:left;

}

.twitterRight {
	background:url(images/twitter_bg_right.jpg) no-repeat top right;
	width:180px;
	height:30px;
	float:right;
}

/* Add on Styles */
.botborder {
	border:solid #333;
	border-width:1px 0 0 0;
}

/* Discuss Styles */
#discuss #commentCol {
	background:transparent;
	margin:0;
	padding:0;
}