/*  
Theme Name: TumbleJack
Theme URI: http://86confessional.com/dev/tumblejack/
Description: Take control: a tumblelog theme for WordPress!
Version: 2.0
Author: Jack
Author URI: http://86confessional.com/

	All CSS and XHTML are intellectual property
	of 86confessional.com.  Do not copy	this code.

*/

html, body{
	margin:0; padding:0; align:left;
	font:12px Arial, Helvetica,  sans-serif; font-weight: lighter; line-height:15px;
	background:#0a0d12; color:#999999;
	}

a{
	text-decoration:none;
	color:#999999;
	}
a:hover{
	color: #f37a7f;
	}

blockquote{
	margin-left:0; padding-left:55px;
	background:url(images/quote.gif) 0 0 no-repeat;
	font-weight:bold; color:#888888; font-size:14px;
	}

cite{
	margin-left:20px;
	font-weight:lighter; font-size:10px; line-height:13px; color:#999999;
	}

#contain-header{
	width:100%;
	color:#999999;
	background:#999999;
	border-bottom:0px;
	}

#header{
	width:600px;
	/*margin-left:auto; margin-right:auto;*/
	background:#999999;
	}
#header p{
	margin-bottom:0;
	color:#ffffff;
	}
#header h1{
	margin-bottom:0; padding:0;
	}
#header h1 a{
	border:0;
	}

#contentContain{
	width:622px;
	/* height:740px; */

	overflow: hidden;
	/*margin-left:auto; margin-right:auto;margin-top:0px;*/
	background:#0a0d12;
	}

.links{
	float:right;
	}
.links a{
	display:block; overflow:hidden;
	height:12px; width:12px;
	margin-top:5px;
	border:0;
	text-indent:-9999px;
	}
.links .permalink{
	background:url(images/arrow.gif) 0 0 no-repeat;
	}
.links .infolink{
	background:url(images/info.gif) 0 0 no-repeat;
	}
.links .editlink a{
	background:url(images/edit.gif) 0 0 no-repeat;
	}

.day{
	float:none; clear:both;
	color:#0a0d12; font-weight:bold; font-size:16px;
	}

.metadata{
	padding:3px;
	background:#0a0d12;
	border:0px;
	font-size:10px;	color:#777777; font-weight:100; text-align:left;
	}

.post{
	float:left;
	width:580px;
	margin-bottom:30px; margin-top:0px;
	color:#0a0d12;
        padding-left:18px;
	background:#ffffff;
	}

.post-entry{
	overflow:hidden;
	width:550px;
	margin-top:0px;
	font-weight:100; color:#fffff;
	}
.post-entry img{
	margin-bottom:0px;
	}
.post-entry a{
	border:0; font-weight:bold;
	}
.post-entry a:hover{
	color:#999999;
	}
.post-entry a img{
	border:0px;
	}
.post-entry a:hover img{
	border:0px;
	}

#trackbacks{
	margin-top:20px;
	font-size:14px; font-weight:bold; color:#0a0d12;
	}

#navigation{
	background:#0a0d12;
	width:500px; clear:both;
	margin-bottom:20px;
	text-align:left;
	}
#navigation a{
	padding:5px;
	border:0;
	font-weight:bold;
	}

#footer{
	background:#0a0d12;
	display:block; clear:both;
	width:525px;
	/*margin-left:auto; margin-right:auto; margin-top:55px;*/
	border-top:1px solid #8a8a8a;
	}
#footer p{
	font-size:12px; text-align:center;
	}

.left{
	float:left;
	}
.right{
	float:right;
	}
.centered{
	text-align:left;
	}