/*  
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;
	font:12px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-weight:100; line-height:22px;
	background:#ffffff; color:#222222;
	}

a{
	text-decoration:none;
	border-bottom:1px solid #cc0000;
	color:#cc0000;
	}
a:hover{
	border-bottom:1px solid #990000;
        color:#990000;
	}

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:55px;
	font-weight:bold; font-size:20px; font-style:normal; color:#222222;
	}

#contain-header{
	width:100%;
	background:#ffffff;
	}

#header{
	width:525px;
	margin-left:auto; margin-right:auto;
	background:#ffffff;
        border-bottom:1px solid #8a8a8a;
	}
#header p{
	margin-bottom:0;
	color:#333333;
	}
#header h1{
	margin-bottom:0; padding:0;
	}
#header h1 a{
	border:0;
	}

#content-contain{
	width:525px;
	margin-left:auto; margin-right:auto;margin-top:20px;
	background:#ffffff;
	}

.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:#cc0000; font-weight:bold; font-size:16px;
	}

.metadata{
	padding:3px;
	background:#d5e7f5;
	border:1px solid #9fb8cb;
	font-size:10px;	color:#777777; font-weight:100; text-align:center;
	}

.post{
	float:right;
	width:450px;
	margin-bottom:55px; margin-top:-25px;
	background:#ffffff;
	}

.post-entry{
	overflow:hidden;
	width:425px;
	margin-top:-10px;
	font-weight:100; color:#444444;
	}
.post-entry img{
	margin-bottom:5px;
	}
.post-entry a{
	border:0; font-weight:bold;
	}
.post-entry a:hover{
	color:#83b6de;
	}
.post-entry a img{
	border:3px solid #c1dff7;
	}
.post-entry a:hover img{
	border:3px solid #539dd7;
	}

#trackbacks{
	margin-top:20px;
	font-size:14px; font-weight:bold; color:#222222;
	}

#navigation{
	width:525px; clear:both;
	margin-bottom:20px;
	text-align:center;
	}
#navigation a{
	padding:5px;
	border:0;
	font-weight:bold;
	}

#footer{
	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:center;
	}