/*  
Theme Name: Blackjack
Author: Bunker
Author URI: http://bnkr.it
*/

@import url(blackjack.css);

.sidebox .author-picture { 
 float: left; 
 width: 42px; height: 42px;
 margin-right: 10px;
 margin-bottom: 10px;
 background: url(images/author-nogf.gif) no-repeat;
}

.links ul {
	list-style-type: none;
}

.links li h2 {
	margin-top: 10px;
	margin-left: -16px;
	font-weight: bold;
	border: 0;
}

.links li ul {
	margin: 0 0 10px 20px;
	list-style-type: disc;
}

.links div.log {
	padding-top: 30px;
}


.navigation {
	padding: 60px 0 50px 0;
}

.navigation a {
 font: bold 0.8em Helvetica, Arial;
 margin: 0;
 padding: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#misc a {
	width: 80px;
	height: 15px;
	margin: 10px 0 10px 15px;
	text-indent: -10000px;
	display: block;
}

#misc a {
	background: url(images/rss2.gif) no-repeat;
}


#powered-by a {
	width: 180px;
	height: 115px;
	margin: 0px 0 10px 15px;
	text-indent: -10000px;
	display: block;
}

#powered-by a {
	background: url(images/poweredbysbf.gif) no-repeat;
}

#calendar_wrap {
 padding-bottom: 25px;
 margin-left: 12px;
}

#calendar h2 {
 margin-top: 0;
}


