/*  
Theme Name: Artbooks
Theme URI: http://www.cowsonfire.com/
Description: Artbooks is a 2 columns Wordpress theme.
Version: 0.1.0
Author: cowsonfire
Author URI: http://www.cowsonfire.com/
*/

/* reset the styles (original by: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/****** set some defaults **/
em, i { font-style: italic; }
strong, b { font-weight: bold; }
h1, h2, h3, h4 { font-weight: bold; }
.clearBoth, .clear { clear: both; }
.floatLeft { float: left; }
.clearLeft { clear: left; }
.floatRight { float: right; }
.clearRight { clear: right; }
.hidden { display: none; }

.alignright { float:right; margin-top:0px; margin-left:5px; }
.alignleft { float:left; margin-top:0px; margin-right:5px; }

/****** theme styles **/

body {
	background:#151515;
	font-size:11px;
	color:#666;
}

body, h1, h2, h3 {
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
}

a:hover {
	text-decoration:underline;
	color:red;
	border:none;
}
a:link,a:active,a:visited {
	text-decoration:none;
	color:#e00b0b;
	border:none;
}

#wrap {
	width:750px;
	margin:20px auto;
	padding:5px;
}

#content {
	background:#fff;
	float:left;
	width:510px;
	margin:0 auto;
	padding:10px;
	margin-bottom: 10px;
}
	#content .entry {
		width:510px;
		margin:0 0 20px 0;
		padding:0;
		padding-bottom:5px;
		border-bottom:solid 1px #ccc;
		overflow:auto; 
	}
	#content .entry-title {
		margin-top: 0;
	}
	#content .entry h2,h3 {
		font-size:16px;
		margin:0;
		padding:0;
	}
	#content .entry h3 {
		font-size:12px;
		margin:0;
		padding:0;
	}
	
	#content .postmetadata {
		font-size:10px;
		border-bottom:dashed 1px #ccc;
		padding:1px 0 5px 0;
		margin:0 0 5px 0;
	}

#sidebar {
	background:#fff;
	float:right;
	width:190px;
	padding: 10px;
	margin-bottom: 10px;
}

#adbar {
	background:#fff;
	padding: 10px;
	margin-bottom: 10px;
}

.adbar-right {
	clear: right;
	float:right;
	width:190px;
}

.adbar-bottom {
	clear: left;
	float: left;
	width: 510px;
}

#adbar-hide {
	margin-top: 10px;
}

#adbar-hide a img {
	width: 13px;
	height: 13px;
	background: url(checkbox.gif) no-repeat top;
	vertical-align: middle;
}
#adbar-hide a:hover img {
	background: url(checkbox.gif) no-repeat bottom;
}

#header {
	border:none !important;
	float:right;
	width:190px;
}
	#header h1 {
		border:none;
		font-size:16px;
		font-weight:bold;
		margin-bottom: 10px;
	}
		
.rsidebar {
	background:#fff;
	float:right;
	line-height:15px;
	width:190px;
}
	.rsidebar h2 {
		font-size:14px;
		border-bottom:dashed 1px #ccc;
		margin:0 0 3px 0;
		padding:3px 0;
	}
	.rsidebar ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}
		.rsidebar ul li {
			list-style-type:none;
			margin:0 0 10px;
			padding:0;
		}
			.rsidebar ul li ul {
				list-style-type:square;
				margin:0;
				padding:0 3px;
			}
				.rsidebar ul li ul li {
					list-style-type:none;
					background:transparent url(list.gif) no-repeat 0 5px;
					border:0;
					margin:0;
					padding:0 0 2px 14px;
				}

.navigation {
	width:500px;
	float:left;
	color:#666;
}


#line {
	clear:both;
	height:2px;
	width:720px;
}

ul {
	list-style: disc outside;
	padding:10px 0 10px 15px;
}
ol {
	list-style: decimal inside;
	padding:10px 0 10px 3px;
}

ol.commentlist {
	margin:0 0 1px;
	padding:0;
}
	ol.commentlist li {
		display:block;
		list-style:none;
		padding: 15px 0;
		margin: 0 10px;
	}
	ol.commentlist li.even {
		background: #eee;
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
	}
		ol.commentlist li p {
			margin: 0;
			padding: 5px 5px 0 5px;
		}
		ol.commentlist li p.comment-author {
			padding-top: 0;
			margin-bottom: 5px;
		}
	ol.commentlist li.commenthead {
		border: none;
		/*border-bottom:1px solid #ccc;*/
		display:block;
		list-style:none;
		margin:0 10px 0 10px;
	}
		ol.commentlist li.commenthead h3 {
			margin:0 !important;
			padding:0 !important;
		}

ol.bob {
	margin:15px 0 15px 0;
	padding:0;
}
	ol.bob li {
		display:block;
		list-style:none;
		padding: 5px 0;
		margin: 0 20px;
	}
	ol.bob li h2 {
		margin-left: -10px !important;
		margin-bottom: -5px !important;
	}

#commentform {
	margin:10px 10px 0 10px;
	padding:0px;
}
	#commentform label {
		display:block;
		margin:0;
	}
	#commentform input {
		width:170px;
		margin:0;
	}
	#commentform textarea {
		width:98%;
		margin:0;
	}
	#commentform #submit {
		float: right;
		width: 60px;
	}
	#commentform p {
		margin:5px 0;
	}


#searchform div {
	text-align: center;
}

#s {
	margin: 4px 0;
	width:89%;
	border:1px solid #ccc;
}


#tag_cloud {
	text-align: center;
	
	/* so big tags don't overlap */
	line-height:normal !important;
}
	#tag_cloud h2 {
		text-align: left;
	}


blockquote {
	margin:10px 30px 10px 10px;
	padding-left:10px;
	border-left:3px solid #ddd;
}
blockquote cite {
	margin:5px 0 0;
	display:block;
}

a img {
	border: none;
}



