/*
Theme Name: Jukes Blog
Theme URI: http://jukes.us/hello
Description: Let's see if this works
Version: 2010
Author: Jukes
Author URI: http://jukes.us
*/

#contentBlock {
	padding-top:8px;
}

#blog_post_area {
	margin-left:40px;
	width:560px;
}

.post {
	margin-bottom:90px;
	position:relative;
}

.title_and_entry {
	background:#393939;
	padding:10px;
}

.post_title {
	background:#1E1E1E;
	font-family:"Futura";
	font-size:2.4em;
	font-weight:bold;
	letter-spacing:-2px;
	padding:.3em .3em;
	text-transform:uppercase;
}

h2.post_title a:link, h2.post_title a:visited, h2.post_title a:hover, h2.post_title a:active {
	background:transparent;
	color:white;
	text-decoration:none;
}

.entry {
	font-size:1.1em;
	line-height:1.5em;
	padding:5px 10px;
}

.entry img {
	background:#fff;
	border:10px solid #fff;
	margin-bottom:15px;
	position:relative;
	left:-50px;
}

.entry a:hover, .entry a:active {
	background:#8EB7A8;
	color:#fff;
}

#blog_post_area p.postmetadata  {
	padding-bottom:0;
}

.postmetadata  {
	font-size:.8em;
	text-align:center;
}

.postmetadata a:link, .postmetadata a:visited {
	color:#20493a;
	padding:.3em .3em;
}

.postmetadata a:hover, .postmetadata a:active {
	background:#8EB7A8;
	color:#fff;
}

/* Extra Color Tabs
-------------------*/

#color_tabs {
	position:relative;
	width:560px;
}

.post #color_tabs img {
	background:transparent;
	position:absolute;
	top:0;
	left:0;
}

.color_tab {
	background:red;
	float:left;
	height:20px;
	width:93px;
}

#ct1 {
	background:#61581C;
	height:20px;
}

#ct2 {
	background:#C5003E;
	height:14px;
}

#ct3 {
	background:#611C26;
	height:18px;
}

#ct4 {
	background:#A88577;
	height:10px;
}

#ct5 {
	background:#8EB7A8;
	height:25px;
	width:95px;
}

#ct6 {
	background:#F1E4B7;
	height:15px;
}

/* Comments 
-----------------*/

#contentBlock .comment {
	background:#393939;
	border:5px solid #8EB7A8;
	font-size:1.1em;
	list-style:none;
	margin-bottom:20px;
	padding:0px;
	text-transform:none;
}

div.comment_text {
	padding:10px;
}

div.author {
	background:#8EB7A8;
	padding-left:10px;
	font-weight:bold;
}

/* 99 Designs
--------------------*/

#showcase  {
	font-size:1.2em;
	margin:15px auto 5px auto;
	padding-bottom:5px;
	text-align:center;
	width:960px;
	border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}

#showcase div.w4b1e7 {
	margin:0;
}

#showcase  span{
	display:block;
	margin-top:5px;
}

#showcase  span a:hover {
	text-decoration:underline;
	color:#fff;
}


