/*  
Theme Name: Accents
Theme URI: http://derekkehler.com
Description: This is a theme built specifically for www.derekkehler.com
Version: 0.0
Author: Derek Kehler
Author URI: http://www.derekkehler.com/

*/


/* Global styles */
body {
	font-size: 70%;
	font-family: Helvetica, Arial, Sans-Serif;
	background-color: #010101;
	color: #ddd;
	text-align: center;
	margin: 30px;
	letter-spacing: 0.03em;
	line-height: 1.2em;
}

body a {
	color: #ddd;
	font-weight: bold;
}

body a:visited {
	color: #ddd;
	font-weight: bold;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #00cc00;
}

#header-img h1 {
	padding-left: 20px;
	margin-top: 20px;
	font-size: 2.2em;
}

#header-img h1 a {
	background-color: #fff;
	padding: 0 2px;
	color: black;
	text-decoration: none;
}

.description {
	display: inline;
	margin-left: 20px;
	margin-top: 30px;
	font-size: 1.2em;
	background-color: #fff;
	padding: 1px 2px;
	color: black;
}

/* End of Global styles */



#container {
	margin: auto;
	text-align: left;
	width: 900px;
	height: auto;
}

#content-container {
	width: 600px;
	float: left;
	padding-bottom: 30px;
}

#content {
	width: 600px;
	float: left;
	clear: both;
}

/* Header styles */
#header {
	width: 600px;
	margin-bottom: 30px;
	position: relative;
}

#header #header-img {
	background: url('images/grass-header.jpg') no-repeat bottom center;
	border: 10px solid #f9f9f9;
	height: 330px;
	width: 580px;
	position: relative;
}

.page-title {
	font-size: 1.5em;
	padding-top: 2px;
}

.entry {
	font-size: 1.2em;
	line-height: 1.3em;
}


	/* Navigation styles */
	#header #navigation {
		position: absolute;
		margin-top: 24px;
		list-style: none;
		font-size: 1.5em;
		right: 0;
	}
	
	#header #navigation ul{
		float: left;
		margin-top: -20px;
		padding-left: 40px;
		margin-left: -51px;
	}
	
	#header #navigation ul li {
		float: left;
		list-style: none;
	}
	
	#header #navigation a {
		text-decoration: none;
		color: black;
		background-color: white;
		padding: 2px 10px;
	}
	
	#header #navigation a:hover {
		border-bottom: solid 2px #00cc00;
	}
	
	#current {
		border-bottom: solid 2px #00cc00;
	}
	/* End of Navigation styles */


/* End of Header styles */




/* These are the blog post, archives and comment styles */
blockquote {
	margin-left: 0;
	padding-left: 40px;
	border-left: dashed 1px #444;
	margin-right: 0;
}

.post-title {
	clear: both;
	padding-top: 0px;
	line-height: 1.5em;
}

.post-title h2 a {
	font-size: 1.1em;
	text-decoration: none;
	color: #f9f9f9;
}

.post-title h2 a:hover {
	color: #00cc00;
}

.post h5{
	font-size: 1.1em;
	margin-bottom: -10px;
	clear: both;
}

.entry img {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 30px;
	display: inline;
	border: solid 5px #ddd;
}

.archive-title {
	padding-top: 0px;
	font-size: 1.3em;
	margin-bottom: 20px;
}

.post-entry {
	clear: left;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #ddd;
}

.post-entry img {
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 0px;
	display: inline;
	border: solid 5px #ddd;
}

.post-entry strong {
	font-weight: bold;
}

.post-entry ul {
	list-style: none;
	margin-bottom: 20px;
}

.post-entry ol {
	margin-bottom: 20px;
}

.post-entry ul li {
	list-style-image: url(images/greenarrow.gif);
}

.post-entry ul li li {
	list-style-image: url(images/greendoublearrow.gif);
}

.date-time {
	font-size: 0.4em;
	font-weight: normal;
	clear: left;
}

.numberofcomments {
	color: white;
	font-size: 1.1em;
	margin-bottom: 70px;
}

.metacontainer {
	float: left;
	width: 600px;
}

.postmetadata {
	color: white;
	padding-top: 20px;
	font-size: 1.1em;
}

.postmetadata a {
	text-decoration: none;
}

.postmetadata a:visited {
	text-decoration: none;
}

/* coment styles */

#comments {
	margin-top: 30px;
	font-size: 1.4em;
	line-height: 1.2em;
}

.commentlist li {
	list-style: none;
	margin: 0;
}

.comment-author {
	clear: both;
	height: auto;
	float: left;
	width: 170px;
	padding: 20px 30px 20px 0;
}

.comment-text {
	font-size: 1em;
	line-height: 1.2em;
	height: auto;
	float: left;
	width: 390px;
	padding: 20px 0;
}

cite {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
}

.commentmetadata {
	font-size: 0.8em;
}

#respond {
	clear: both;
	padding-top: 20px;
	border-top: dashed 1px #999;
}

#author {
	border: solid 2px #f9f9f9;
	background-color: #ccc;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}

#email {
	border: solid 2px #f9f9f9;
	background-color: #ddd;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}

#url {
	border: solid 2px #f9f9f9;
	background-color: #ddd;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
}

#comment {
	width: 500px;
	border: solid 2px #f9f9f9;
	background-color: #ddd;
	font-size: 1.4em;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #666;
}

#submit {
	border: solid 2px #ddd;
	background-color: #ccc;
	font-size: 1.2em;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #666;
	width: 150px;
}
/* End of blog post styles */



/* Sidebar styles */
#sidebar {
	margin: 0 0 60px 0;
	float: right;
	width: 260px;
	clear: right;
	margin-left: 40px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #f9f9f9;
}

#sidebar ul {
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
}

#sidebar ul li {
	padding-bottom: 5px;
}

#sidebar ul li li {
	list-style-image: url(images/greenarrow.gif);
	font-size: 1.1em;
	margin-left: 1px;
	line-height: 1.2em;
	color: #f9f9f9;
}

/* Widgets */

	h2.widgettitle {
		margin-top: 0;
	}

	h2.widgettitle a {
		color: white;
	}
	
	h2.widgettitle a:hover {
		color: #00cc00;
	}

	/* ScrnShots Widget */
	#sidebar #scrnshots_badge_container img { 
		border: solid 5px #ddd;
	}
	
	#sidebar #scrnshots_badge_container img a:hover { 
		border: solid 5px #00cc00;
	}
	
	#sidebar #scrnshots_badge_container img.scrnshots_logo { 
		border: 0; 
	}
/* End Sidebar styles */



#footer {
	border-top: dashed 1px #aaa;
	width: 900px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* End Structure */

