/* @override http://tomkarpik.com/wp-content/themes/tk2009/style.css */

/* 
	Theme Name: TK2009
	Theme URI: http://tomkarpik.com/
	Description: Simple, clean, attractive
	Author: Tom Karpik
	Author URI: http://tomkarpik.com/
	Version: 1.0
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #272E2E;
	border-top: 6px solid #141719;
	color: #D0D0D0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	text-shadow: #000000 0 0 0;
}

a {
	color: #F7FF75;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

blockquote {
	background-color: #272E2E;
	border: 1px solid #1B1E21;
	font-style: italic;
	line-height: 1.2em;
	margin: 0 2em 1em 2em;
	padding: 8px 16px 0 16px;
}

code {
	color: #70FF65;
	font-family: Monaco, "Courier New", Courier, monospace;
	font-size: 1.1em;
}

h1, h2, h3, h4 {
	font-weight: normal;
	text-shadow: #000000 1px 1px 3px;
	text-transform: lowercase;
}

h1, h1 a, h2, h2 a, div.list_only h3 a, h4 a {
	color: #FFFFFF;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.7em;
}

h2 a:hover, div.list_only h3 a:hover, h4 a:hover {
	color: #F7FF75;
}

h3 {
	color: #66ACF3;
	font-size: 1.1em;
	margin-bottom: 0.7em;
}

h4 {
	margin-bottom: 0.2em;
}

hr {
  /*background-color: #2E3236; NEEDED?*/
	border: 0;
	clear: both;
  /*color: #2E3236; NEEDED?*/
	height: 0;
	width: 0;
}

img {
	display: block;
}

input, textarea {
	border: 1px outset;
	color: #222222;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	padding: 2px;
}

pre {
	margin-bottom: 1em;
}

div.alt {
	background-color: #272E2E;
	border: 1px solid #1B1E21;
}

div.photo {
	border: 1px solid #1B1E21;
	float: left;
	margin: 0 5px 5px 0;
}

div#header {
	height: 3.6em;
	margin: auto;
	padding: 0 16px;
	position: relative;
	width: 950px;
}

div#header h1 {
	font-family: Futura, Arial, sans-serif;
	font-size: 1.6em;
	padding-top: 0.5em;
}

div#header h1 span.lessemphasis_color {
	color: #999999;
}

div#header h1 span.lessemphasis_size {
	font-size: 0.7em;
}

div#header ul {
	bottom: -2px;
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 16px;
}

div#header li {
	border-top: 2px solid #272E2E;
	float: left;
	font-size: 0.9em;
}

div#header li a {
	color: #FFFFFF;
	float: left;
	line-height: 2em;
	padding: 0 10px;
}

div#header li a:hover {
	background-color: #1B1E21;
}

div#header li.current_page_item {
	border-left: 2px solid #1B1E21;
	border-right: 2px solid #1B1E21;
	border-top: 2px solid #1B1E21;
}

div#header li.current_page_item a {
	background: #2E3635 url('images/navigation.gif') repeat-x;
	padding: 0 9px;
}

div#header li.current_page_item a:hover {
	background-color: #2E3635;
}

div.main {
	background-color: #2E3635;
	border-top: 2px solid #1B1E21;
	padding: 20px 0 0 0;
}

div.main a:hover {
	text-decoration: underline;
}

div.main h2 a:hover, div.main h3 a:hover, div.main h4 a:hover {
	text-decoration: none;
}

div.main ul, div.main ol {
	margin-left: 0.6em;
	margin-bottom: 0.8em;
}

div.main li {
	margin-bottom: 0.2em;
}

div.main ul li {
	list-style-image: url('images/bullet.gif');
	margin-left: 0.8em;
}

div.main ol li {
	margin-left: 1.5em;
}

div.main-container {
	margin: auto;
	width: 950px;
}

div.content {
	float: left;
	width: 680px;
}

div.content div.list_only ul {
	margin-bottom: 1.4em;
}

div.content div.list_only ul li {
	list-style-image: none;
	list-style-type: none;
}

div.content h2 span.edit_text {
	font-size: 0.6em;
}

div.content p, div.content li {
	font-size: 0.9em;
}

div.content p {
	margin-bottom: 1em;
}

div.content p.subtitle {
	color: #EDE8B4;
	font-size: 0.8em;
	margin-bottom: 1.1em;
	margin-top: -0.8em;
	text-transform: lowercase;
}

div.content p.subtitle a {
	color: #EDE8B4;
}

div.content div.notice {
	margin-bottom: 0.8em;
	padding: 10px;
	text-align: center;
}

div.content div.notice p {
	margin: 0;
}

div.content div.photoset {
	margin-bottom: 1em;
	padding: 8px 16px;
}

div.content div.photoset p {
	clear: both;
	font-size: 0.8em;
	margin-bottom: 0;
}

div.content div.photoset h3 {
	margin-bottom: 0.6em;
}

div.content div.post {
	margin-bottom: 0.5em;
	padding: 8px 16px;
}

div.content div.post img {
	border: 1px solid #000000;
	display: block;
	margin: 4px 0 10px 0;
}

div.no_sidebar {
	width: 690px;
}

div.sidebar {
	float: right;
	width: 246px;
}

div.sidebar li {
	font-size: 0.8em;
	text-transform: lowercase;
}

div.sidebar p {
	font-size: 0.8em;
}

div.sidebar img {
	display: inline;
	vertical-align: middle;
}

div.sidebar div.sidebar_block {
	margin-bottom: 1.5em;
}

div.sidebar div.alt {
	padding: 8px;
}

div.comments {
	background-color: #3A4443;
	border-top: 1px solid #1B1E21;
	color: #E1E1E1;
}

div.comments div.comment {
	margin-bottom: 0.5em;;
	padding: 8px;
}

div.comments div.comment img {
	display: inline;
	vertical-align: middle;
}

div.comments div.comment-header {
	overflow: auto;
}

div.comments div.comment-header p {
	font-size: 0.7em;
	text-transform: lowercase;
}

div.comments div.comment-header img {
	border: 1px solid #000000;
	float: left;
	margin-right: 8px;
}

div.comments div.comment-body p {
	clear: both;
	font-size: 0.8em;
	margin-bottom: 0;
	margin-top: 0.8em;
}

div.comments div.byAga {
	background-color: #5A9DDF;
	border: 1px solid #162936;
	color: #162936;
}

div.comments div.byAga h4 {
	text-shadow: #26425e 1px 1px 3px;
}

div.comments div.byTom {
	background-color: #546FBF;
	border: 1px solid #1B1E21;
	color: #182038;
}

div.comments div.comment_form {
	margin-bottom: 1em;
}

div.comments div.comment_form p {
	margin-bottom: 0.8em;
}

div.comments div.comment_form input {
	margin-bottom: 0.2em;
	width: 244px;
}

div.comments div.comment_form input.button {
	width: 4em;
}

div.comments div.comment_form textarea {
	margin-bottom: 0.6em;
	width: 244px;
}

#footer {
	border-top: 2px solid #1B1E21;
	color: #FFFFFF;
	padding: 5px 16px;
}

#footer p {
	background: url('/wp-content/themes/dustinthewind/images/logo.gif') no-repeat center right;
	font-size: 0.8em;
	padding: 10px 0;
}

#footer p span.gen_info {
	font-size: 0.7em;
}
