/*
Theme Name: Bim
Theme URI: http://www.bloodinthemobile.com
Description: Blod in the Mobile theme.
Version: 1.0
Author: Casper Fabricius and Jacob Atzen
Author URI: http://casperfabricius.com http://incremental.dk/
Tags:

	Bim v1.0

	This theme was designed by Rasmus Cold, converted into
	HTML by Casper Fabricius and made a Wordpress theme
	by Jacob Atzen.

	The CSS, XHTML and design is the property of
	Spacesheep, all rights reserved.

*/

/*-- global --*/
body{
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	color:#010101;
	background-color: #fff;
}
a {
	text-decoration:none;
}
a:hover{ 
	text-decoration:underline;
}
h1 {font-size:30px;}
h2 {font-size:20px;}
h3 {font-size:15px;}
h4 {font-size:11px;}
h1, h2, h3 { margin:10px 0px 15px 0px; }
p {
	margin: 5px 0px 20px 0px; 
	line-height:150%;
}
strong, strong a {
	font-weight:heavy;
	color:#000;
	font-size: 13px;
}
hr {
	height:5px;
	background-color:#a2030f;
	border:none;
}

/*-- utils --*/
div.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	position:relative;
}

/*-- container --*/
#container{
	width:830px;
	margin: 20px auto;
}

/*-- top --*/
#top h1, #footer h1{
	float:left;
	display:inline;
	text-indent:-3000px;
	overflow:hidden;
	height:72px;
	margin:0px;
}
#top h1 a, #footer h1 a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:830px;
	height:72px;
}
#header_image {
	margin:5px 0px 0px 0px;
	display:block;
}

/*-- main --*/
#main {
	width:512px;
	float:left;
}

/*-- sidebar --*/
#sidebar {
	width:312px;
	float:right;
}

/*-- menu --*/
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop6.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	margin-top:6px;
	list-style:none; 
	height:20px; 
	position:relative; 
	z-index:200;
	background-color:#a2030f;
}
#menu li.top {
	display:block;
	float:left;
	border-right:1px solid #fff;
	
}
#menu li.last {
	border-right:none;
}
#menu li a.top_link {
	display:block;
	float:left;
	cursor:pointer;
	height:16px;
	line-height:17px; 
	padding:2px 12px;
	xoverflow:hidden;
}
#menu li a.top_link span {
	float:left; 
	display:block; 
	height:16px;
	/* background: url(images/six_0.gif) right top no-repeat; */
}
#menu li a.top_link span.down {
	float:left;
	display:block;
	height:16px;
/* background: url(images/six_0a.gif) no-repeat right top; */
}

#menu li.active {
	background-color:#790000;
	height:24px;
	padding:0px 6px;
}
#menu li a.top_link {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}
#menu li a.top_link:hover {
	background-color:#790000;
}

#menu table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}
#menu li:hover {position:relative; z-index:200;}
#menu a:hover {position:relative; white-space:normal; z-index:200;}

#menu :hover ul.sub {
	left:0px;
	top:20px; 
	background: #790000;
	white-space:nowrap;
	width:150px; 
	height:auto;
	z-index:300;
}
#menu :hover ul.sub li {
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:150px; 
	font-weight:normal;
}
#menu :hover ul.sub li a {
	display:block;
	height:18px;
	width:150px;
	line-height:18px;
	text-indent:15px;
	color:#fff; 
	text-decoration:none;
	border:none;
	font-size:12px;
	padding-top:2px;
}
#menu li ul.sub li a.fly {
	background:#790000 url(images/arrow.gif) 140px 6px no-repeat;
}
#menu :hover ul.sub li a:hover {
	color:#fff602;
}
#menu :hover ul.sub li a.fly:hover {
	background:#790000 url(images/arrow_over.gif) 140px 6px no-repeat;
	color:#fff;
}

#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover a:hover ul {
	left:149px;
	top:-4px;
	background-color: #790000;
	padding:3px; 
	white-space:nowrap;
	width:150px; 
	z-index:400;
	height:auto;
}

#menu ul, 
#menu a:hover ul ul,
#menu a:hover a:hover ul ul,
#menu a:hover a:hover a:hover ul ul,
#menu a:hover a:hover a:hover a:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0; height:0; margin:0; padding:0;
	list-style:none;
}

#menu li:hover li:hover > ul {
	left:150px;
	top:-4px;
	background: #790000;
	padding:3px;
	white-space:nowrap;
	width:150px;
	z-index:400;
	height:auto;
}
#menu li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0; height:0; margin:0; padding:0;
	list-style:none;
}
#menu li:hover li:hover > a.fly {
	background:#790000 url(images/arrow_over.gif) 140px 6px no-repeat;
	color:#fff;
} 
#menu li:hover li:hover > li a.fly {
	background:#790000 url(images/arrow.gif) 140px 6px no-repeat;
	color:#000;
}

/*-- footer --*/
#footer {
}

/*-- posts --*/
div.post div.header {
	height:20px;
	background-color:#a2030f;
	text-transform: uppercase;
	color:#fff;
	line-height:23px;
	margin-top:15px;
	overflow:hidden;
}
div.post div.header h3 a {
	color:#fff;
}
div.post div.header h3.category {
	float:left;
	margin:0px 20px;
}
div.post div.header h3.title {
	float:left;
	margin:0px;
}
div.post div.header h3.date {
	float:right;
	margin:0px 10px;
}

div.post div.excerpt {
	margin-bottom:-15px;
}

div.post div.footer {
	background-color:#fff;
	height:16px;
	padding:2px 15px;
}
div.post div.footer strong {
	float:left;
	line-height:16px;
}
div.post div.footer div.share {
	float:right;
}

/*-- paging --*/
div.paging {
	margin:10px 0px;
}
div.paging div.prev a, div.paging div.next a {
	font-size:15px;
	font-weight:bold;
	color:#000;
}
div.paging div.prev {
	float:left;
	background-image:url(../images/arrow_left.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:15px;
}
div.paging div.next {
	float:right;
	background-image:url(../images/arrow_right.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:15px;
}

/*-- sidebar boxes --*/
#sidebar .box {
	margin:6px 0px 15px 0px;
	background-color:#e7e7e7;
}
#sidebar .box h3 {
	background-color:#fd9603;
	text-transform: uppercase;
	height:16px;
	padding:2px 5px;
	margin:0px;
	line-height:18px;
	overflow:hidden;
}
#sidebar .box p {
	padding:5px;
	margin: 5px 0px;
}

#sidebar .box h3 span.text {
	float:left;
}
#sidebar .box h3 a.donate, #sidebar .box h3 span.facebook {
	width:78px;
	height:20px;
	float:right;
	margin:-2px -5px;
}
#sidebar .box h3 a.donate {
	background-color:#0c9300;
	color:#fff;
	font-size:13px;
	text-align:center;
	line-height:20px;
}
#sidebar .box h3 a.facebook {
	background-image
}
#sidebar .box h3 span.facebook{
	display:inline;
	text-indent:-3000px;
	overflow:hidden;
	height:20px;
}
#sidebar .box h3 span.facebook a{
	display:block;
	background:url(../images/facebook.png) no-repeat;
	width:78px;
	height:20px;
}

#sidebar .subscribe input.text {
	height:15px;
	border:2px solid #a2030f;
	width:194px;
	vertical-align: middle;
	background-image:url(../images/letter.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	color:#555;
}
#sidebar .subscribe input.button {
	vertical-align: middle;
}

/*-- comments --*/
#comments {
	background-color:#dedede;
	margin-top:-10px;
	padding:15px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
} 
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
}
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}
