/*
Theme Name: Biscuitcleaver
Theme URI: http://www.biscuitcleaver.com
Description: My custom photoblog style
Version: 1.1 (english version)
Author: Greg Lindquist
Author URI: http://www.biscuitcleaver.com
*/

body {
	font: 12px/1.5em verdana, Arial, Tahoma, Verdana;
	background: #000000  url("images/bg.png") repeat-x;
	color: #555;
	padding: 0;
	margin: 0;
}
img {
	border: none;
	margin: 0 auto;
	display: block;
	text-align:center;
}
a {
	font-weight: bold;
	text-decoration: none;
}
h2 {
	text-align: center;
	font-size: 16px;
	margin: 0;
	padding: 10px 0 0;
}
blockquote {
	color: #777;
}
#header {
	top: 0px;
	left: 50px;
	width: 300px;
	height: 67px;
	z-index: 1000;
	text-align: right;
	position: absolute;
	background: url("images/title.png") no-repeat;
}
#container {
        top: 0px;
	left: 150px;
	text-align: center;
	padding: 43px 0 0;
	margin-right: auto;
	margin-left: auto;
//	width: 100%;
//        width: 20%;
}

/*------- Tab Menu ---------*/

#logoLink {
	left:15px;
	top:0px;
	height:67px;
	width:300px;
}

#nav {
        top: 40px;
	right: 0px;
//	list-style: none;
	margin: 0;
//	padding: 0 0 0 0px;
	position: absolute;
	width: 525px;
	font: verdana, verdana, arial, helvetica, sans-serif;
}
#nav li { display: inline; }
#nav a {
	margin: 0;
	float: left;
	padding: 0 0 0 24px;
	font-weight: normal;
	border-bottom: 1px solid #000;
}
#nav a span {
	color: #555;
	float: left;
	padding: 5px 36px 4px 11px;
}
#nav #current a {
	border-width: 0;
	font-weight: bold;
	background-position: 0 -80px;
}
#nav #current a span {
	color: #555;
	padding-bottom: 4px;
	background-position: 100% -80px;
}
#nav a:hover { background-position:0% -40px; }
#nav a:hover span { background-position:100% -40px; }

/*------- Posts ---------*/
#content {
	padding: 0;
	margin: 0px 0;
}
#content a, .entry a, .commentlist a, #footer a {
	color: #555;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
	border-bottom: 1px dashed;
}
.entry {
	margin: 00;
	padding: 2px 0;
	text-align: center;
}
.entry li {
	list-style: none;
	margin: 10px 0 0;
	list-style-image: url("images/bullet.gif");
}
.entrycontent {
	margin: 0;
	background: #000;
	position: relative;
	padding: 0px 0px;
}
.pie {
	color: #555;
	font-size: 12px;
	text-align: center;
//	width: 50%;
}
.date {
	padding-left: 15px;
	background: url("images/arrows.png") center left no-repeat;
}
.categories {
	padding-left: 15px;
	background: url("images/post.gif") center left no-repeat;
}
.comments {
	padding-left: 17px;
	background: url("images/comments.gif") center left no-repeat;
}
	
/*------- Rounded divs ------------*/
.topl { 
	height:15px;
}
.topr {
	height:15px;
}
.bottoml {
	height:15px;
}
.bottomr {
	height:15px;
}

/* --- Comments template --- */
#comments {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #ffffff;
}
#comments li {
	list-style: none;
	list-style-image: none;
	margin: 0 15px 0 -30px;
}
#comments .header { background-color:#131313; }
#comments .header.alt { background-color:#131313; }

/* --- Footer ---*/
#footer {
	padding: 0 80px 10px;
	text-align: center;
