/*  
Theme Name: Batty
Theme URI: http://www.winterheart.com
Description: black and blue bat design by winterheart.
Author: Winterheart Design
Author URI: http://www.winterheart.com
*/



/* General */

body {
	margin: 0;
	background-color: #000000;
	background-image: url(images/background-dkblue.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

a:link, a:visited {
			color: #1D56CB;
			text-decoration: none;
		}
		
a:hover {
			text-decoration: underline;
		}

/* Page */

#page {
	margin: 0 auto;
	width: 900px;
}


/* Header */

#header {
	width: 900px;
	height: 414px;
	background: #000000 url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 12px;
		left: 25px;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: normal 30px "Trebuchet MS", Verdana;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #1D56CB;
		font: normal 15px "Trebuchet MS", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		bottom: 12px;
		height: 41px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 41px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 41px;
		font: normal 15px/41px "Trebuchet MS", Verdana;
		color: #ffffff;
		padding: 0 23px 0 20px;
		background: url("images/header_menu.gif") no-repeat right top;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}


/* Main */

#main {
	width: 885px;
	padding-left: 15px;
	background: #000000 url("images/main.gif") repeat-y;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 490px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
	color: #000000;
	float: left;
	padding-right: 15px;
	margin-bottom: 50px;
	width: 475px;
	background-color: #000000;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
	float: left;
	width: 57px;
	height: 57px;
	font: normal 11px/24px "Trebuchet MS", Verdana;
	color: #ffffff;
	text-align: center;
	text-transform: lowercase;
	background-color: #666666;
	background-image: url(images/post_date.jpg);
	background-repeat: no-repeat;
		}
		
		#content .post .post-date span {
			font: normal 19px/32px "Trebuchet MS", Verdana;
			margin-bottom: 1px;
			display: block;
		}
		
		/* Post - Content */
		
		#content .post .post-content {
	float: right;
	width: 407px;
	background-color: #d7d7d7;

		}
		
		/* Post - Title */
		
		#content .post .post-content .post-title {
	font: bold 12px "Trebuchet MS", Verdana;
	color: #ffffff;
	min-height: 60px;
	background-color: #666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
		}
		
		#content .post .post-content .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-content .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-content .post-title h2 {
			color: #f8c011;
			font: bold 25px "Trebuchet MS", Verdana;
		}
		
		#content .post .post-content .post-title h2 a {
	color: #f8c011;
	text-decoration: none;
		}
		
		#content .post .post-content .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-content .post-entry {
	color: #000000;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
		}
		#content .post .post-content .post-entry p {
			padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
		}
		#content .post .post-content .post-entry a {
			color: #1D56CB;
			text-decoration: none;
		}
		
		#content .post .post-content .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-content .post-entry .picture {
			margin: 0 5px 5px 0;
			float: left;
		}
		
		#content .post .post-content .post-entry .more-link {
			font: bold 12px/20px "Trebuchet MS", Verdana;
			color: #1D56CB;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-content .post-entry .more-link a {
			color: #1D56CB;
			text-decoration: none;
		}
		
		#content .post .post-content .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		.post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6 {
			padding-left: 15px;
			padding-right: 15px;
		
		}
		/* Post - Info */
		
		#content .post .post-content .post-info {
	clear: both;
	font: bold 12px/28px "Trebuchet MS", Verdana;
	color: #1D56CB;
	padding-right: 15px;
	padding-left: 15px;
		}
		
		#content .post .post-content .post-info a {
			color: #1D56CB;
			text-decoration: none;
		}
		
		#content .post .post-content .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-content h3 {
			height: 36px;
			color: #1D56CB;
			font: bold 18px/36px "Trebuchet MS", Verdana;
			margin-top: 15px;
			padding-left: 15px;
		}
		
		#content .post .post-content .comments {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #000000;
		}
		
		#content .post .post-content .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .post-content .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-content .comments ol li.alt {
	background-color: #999999;
		}
		
		#content .post .post-content .comments ol li cite {
			color: #1D56CB;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-content .comments ol li cite a {
			color: #1D56CB;
			text-decoration: none;
		}
		
		#content .post .post-content .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-content .comments ol li .commentmetadata a {
			color: #1D56CB;
			text-decoration: none;
		}
		
		#content .post .post-content .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-content #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
			padding-left: 15px;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 385px;
		font: normal 12px "Trebuchet MS", Verdana;
		color: #1D56CB;
	}
	
	#sidebar a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar #sidebar-left {
		float: left;
		width: 188px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 188px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 20px;
			width: 168px;
			font: bold 15px/40px "Trebuchet MS", Verdana;
			color: #1D56CB;
			height: 40px;
			background: url("images/sidebar_title.gif") repeat-x;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #1D56CB;
			height: 28px;
			font: normal 12px/28px "Trebuchet MS", Verdana;
			padding-left: 20px;
			border-bottom: 1px solid #000000;
		}
		
		#sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Sidebar Feed */
		
		#sidebar #sidebar-feed {
			margin: 0 auto;
			padding: 8px 0 8px 20px;
			border-bottom: 1px solid #000000;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding: 5px 0;
			text-align: center;
			border-bottom: 1px solid #000000;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 116px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			width: 116px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto;
			padding: 10px 0;
			text-align: center;
			border-bottom: 1px solid #000000;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 10px;
			border-bottom: 1px solid #000000;
		}


/* Footer */

#footer {
	width: 900px;
	height: 36px;
	padding-top: 28px;
	background: url("images/footer.gif") repeat-x;
	color: #ffffff;
	font: normal 12px/36px "Trebuchet MS", Verdana;
	text-align: center;
}

#footer a {
	color: #1D56CB;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.avatar { text-align: left; float: left; padding-right: 15px; }

.alignleft {
	float: left;
	color: white;
	padding-top: 5px;
}
.alignright{
	float: right;
	color: white;
	padding-top:5px;}
