/*  
Theme Name: Darker Than
Theme URI: http://www.paulgoode.com/
Description: January 2009
Version: 1
Author: Paul Goode
Author URI: http://www.paulgoode.com/
*/

/* ----------------------------------------- */
/* Begin Typography & Colors */
/* ----------------------------------------- */

#header {
	font-size: 1.2em
	}

body {
	background: url( /images/jagged-opp.gif ) top center repeat-x #FFF;
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.alt {
	background-color: #FFE;
	background-image: url();
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
	
.not-alt {
	background-color: #FFF;
	background-image: url();
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}

#footer {

	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

h1, h2, h3 {
	font-family: Arial, Verdana, sans-serif;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:hover {
	color: #5574b9;
	text-decoration: underline;
	}

.entry a:visited {
	color: #33ccff;
	text-decoration: none;
	}

.entry p {
	color: #333;
line-height:150%;
	font-size:1.1em
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	}

.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;
	}

.sidebarContent {
	font: 1.1em Verdana,Arial,Helvetica,sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #999;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h2 {
	font-size: 1.5em;
	color:#132333;
	font-weight:normal;
	}

h3 {
	font-size: 1.3em;
	color:#999;
	}

#respond {
	color:#444;
	}

h3#respond {
	font-size:1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #FF0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	background:none;
	color: #C00;
	}
h2 a:visited {
	color:#C00;
	text-decoration: none;
	}

h2 a:hover {
	color:#F44;
	text-decoration: none;
}
small a:hover {

	}

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;
	}

/* ----------------------------------------- */
/* LINK STUFF */
/* ----------------------------------------- */

h3 a:hover {
	color:#5574b9;
	text-decoration: underline;
	}



a {
	color: #F44;
	text-decoration: none;
	}

a:visited {
	color: #5574b9;
	text-decoration: none;
	}

a:hover {
	color: #5574b9;
	text-decoration: underline;
	}

/* ----------------------------------------- */
/* SIDEBAR */
/* ----------------------------------------- */

#sidebar h2  {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	color:#000;
	margin: 5px 0 5px 0;
	}

/* ----------------------------------------- */
/* End Typography & Colors */
/* ----------------------------------------- */

/* ----------------------------------------- */
/* Begin Structure */
/* ----------------------------------------- */

#wrapper {
	text-align:center;
	}

#sidebar {
	margin-top:0px;
	padding-left:0px;
	font-size:.9em
	}

#header {
	display:block;
	padding-top:20px;
	padding-bottom:10px;
	text-align:left;
height:80px;
	}

.post {
	text-align: left;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom:solid 1px #CCC;
	}

#page {
	padding: 0;
	margin-top: 0px;
	}

.post img {

	}

.entry {

	}

.postmetadata {
	clear: left;
	}

#footer {
	padding:50px 0px 50px 0px;
	color:#333;
	font-size:.9em;
	line-height:150%;
	display:block;
	}

#footer a {
	color:#666;
	font-size:1em;
	}

#footer a:hover {
	color: #ef4123;
	font-size:1em;
	}

#footer p {
	margin: 0;
	text-align: left;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#narrowcolumn {
	}

/* ----------------------------------------- */
/* End Structure */
/* ----------------------------------------- */


/* ----------------------------------------- */
/*	Begin Headers */
/* ----------------------------------------- */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

h2.pagetitle {
	text-align: left;
	color: #CCEEEE;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

.comment-response h3 {
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}
/* ----------------------------------------- */
/* End Headers */
/* ----------------------------------------- */

/* ----------------------------------------- */
/* Begin Images */
/* ----------------------------------------- */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 1px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 1px;
	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: 20px 60px 20px 30px;
	list-style: none;
	padding-left: 40px;
	text-indent: -20px;
	list-style-type: none;
	font-size:.8em;
	line-height:125%;
	color:#666;
	margin-top:20px;
	margin-bottom:20px;
	border-top:dashed 1px #EEE; 
	border-bottom:dashed 1px #EEE; 
	} 

html>body .entry li {
	margin: 4px 0 12px 10px;
	list-style-type: none;

	}

.entry ul li:before, #sidebar ul ul li:before {

	}

.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 ol {
	margin: 0;
	padding: 0;
	}
	
#sidebar ul{
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	}

#sidebar ul li  {
	list-style-type: none;
	list-style-image: none;
	line-height:14px;
	margin-left:5px;
	padding:2px;
	}

#sidebar ul li a {
	padding:5px;
	background:none;

	}

#sidebar ul li a:hover {
	padding:5px;
	}

#sidebar ul .longtailvert {
	margin-left:5px;
	}

#sidebar li {
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

.post ul {
	margin-left: 10px;
	padding: 0 0 0 10px;
	list-style: none;
	padding-left: 10px;
	text-indent: 10px;
	list-style-type:none;
	} 
/* ----------------------------------------- */
/* End Entry Lists */
/* ----------------------------------------- */

/* ----------------------------------------- */
/* Begin Form Elements */
/* ----------------------------------------- */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 130px;
	padding: 4px;
	font-size: 12px;
margin:3px;
	color:#333333;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	}

#sidebar #searchsubmit {
	padding: 5px;
	font-size: 12px;
margin:3px;
	color: #666;
	background-color: #CCCCCC;
	border: 1px solid #EEEEEE;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	font-size:1em;
	margin-right:20px;
	}

#commentform textarea {
	width: 536px;
	padding:2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* ----------------------------------------- */
/* End Form Elements */
/* ----------------------------------------- */

/* ----------------------------------------- */
/* Begin Comments*/
/* ----------------------------------------- */
.alt {
	margin: 0px;
	padding: 25px;
	}


.commentlist {
	padding: 0;
	text-align: justify;
	width:508px;
	}

.commentlist li {
	list-style: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border:#EEE solid 1px;
	font-size:1em;
	}

.commentlist li a:hover {
	color: #ef4123;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	font-size:.9em;
	}

.commentlist ol {
	margin-top:0px;
	}
.comments-top {
	color:#CCC;
	font-size:2em;
	padding-left:10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}
/* ----------------------------------------- */
/* End Comments */
/* ----------------------------------------- */

/* ----------------------------------------- */
/* Begin Sidebar */
/* ----------------------------------------- */


.addborder img {
	border:1px solid #EEE;
	padding:3px;
	margin: 2px;
	}

#sidebar {

	}
	
/* ----------------------------------------- */
/* End Sidebar */
/* ----------------------------------------- */

/* ----------------------------------------- */
/* Begin Various Tags & Classes */
/* ----------------------------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-left: 15px;
	padding-right:15px;
	padding-top: 10px;
	padding-bottom:10px;
	font-size: 1.2em;
	font-weight:normal;
	margin-top: 30px;
	margin-right:20px;
	margin-bottom: 5px;
	margin-left: 0px;
display:block;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	color: #666;
	padding:20px 0px 0 0px;
	margin-top:10px;
	font-size:.9em;
	}

.navigation a {
	color: #F55;
	text-decoration: none;
	}

.navigation a:hover {
	color: #F00;
	text-decoration: none;
	}

/* ----------------------------------------- */
/* End Various Tags & Classes*/
/* ----------------------------------------- */



/* ----------------------------------------- */
/* Other */
/* ----------------------------------------- */

small span.category {
	float:left;
	display:block;
	font-family: Verdana, Arial, sans-serif;
	font-size:.8em;
	padding-bottom:5px;
	padding:5px 0px 2px 0px;
	color:#333;
	width:100%;
	clear:both;
	margin-bottom:5px;
	height:25px;
	}

small span.category a {
	color:#000;
	}

small span.category a:hover {
	text-decoration:underline;
	color:#F00;
	}
	
.year img {
	border:none;
	}

.category img {
	border:none;
	}

.tiny {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color:#999999;
	}

.navigationTop {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	height: 25px;
	width: 100%;
	}

.archive-box {
	}

.title-graphic {
	height: 13px;
	text-align:left;
	clear: both;
	}

.comment-response {
	width:540px;
	margin-top:40px;
	padding-top:20px;
	margin-bottom:50px
	}

.detail {
	border: 1px dashed #CCCCCC;
	background-color: #EBE9ED;
	padding: 9px;
	text-align: center;
	}

.details {
	margin-bottom:5px;
	}



#headnav {
	padding: 5px 0px 0px 20px;
	text-align:left;
	}

.tags {
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:20px;
	width:504px;
	}

.delicious-posts h2 {margin-left:0px; font-size:2.2em; display:none}
.delicious-posts {font-family: sans-serif; }
.delicious-posts ul, .delicious-posts li, .delicious-banner {  padding: 2px}
.delicious-post {  font-size: 1.3em; border-top:#CCC solid 1px; margin: 0px 0px 0px 0px;}
.delicious-odd { }
.delicious-banner a { font-size: 80%;  }
.delicious-posts a:hover {  color: #ef4123; }
.delicious-posts a { text-decoration: none;  display: block; padding: 10px 0px 10px 0px;}
.delicious-post a { color: #04a1ff; font-weight:bold }
.delicious-extended { text-decoration: none; color: #999;}

#content {
	font-size: 1em;
	}

ul #categories {
	margin:20px;
}

#logo {
	margin-bottom:40px;
}

#sidebar h2 {
	color:#333;
}

#location h2 {
	font-size:1.4em;
	font-weight:normal;
	color:#73899e;
	display:block;
	padding:10px;
}

#sidebar_container {
	margin-top:20px;
}

#sidebar_container h2 {
margin-top:20px;
color:#666;
font-size:12px;
font-weight:bold;
}


#sidebar_container li {
padding-top:8px;
font-size:9px;
}