/*
Theme Name: Black Blue Theme
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/



/* General */

body {
	margin: 0;
	background: #294a5e url("images/background.png") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Wrapper */

#wrapper {
	background: url("images/background_bottom.png") repeat-x left bottom;
}


/* Page */

#page {
	margin: 0 auto;
	width: 900px;
	background: url("images/page.png") repeat-y;
}

#page-top {
	width: 900px;
	min-height: 520px;
	background: url("images/page_top.png") no-repeat;
}

#page-bottom {
	width: 900px;
	min-height: 930px;
	background: url("images/page_bottom.png") no-repeat left bottom;
}


/* Header */

#header {
	width: 900px;
	height: 202px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 65px;
		left: 155px;
		text-transform: lowercase;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 50px "Trebuchet MS", Verdana;
		letter-spacing: -1px;
		
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		margin: -6px 0 0 75px;
		color: #d4ecfb;
		font: normal 17px "Trebuchet MS", Verdana;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 6px;
		left: 632px;
		width: 149px;
		height: 17px;
	}
	
	#header #header-search #searchform {
		margin: 0;
	}
	
	#header #header-search #s {
		width: 141px;
		height: 13px;
		border: 0;
		padding: 2px 4px;
		font: normal 11px Verdana;
		color: #dfe1e2;
		background: transparent;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		visibility: hidden;
		width: 0;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		left: 100px;
		top: 179px;
		height: 23px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 23px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 23px;
		font: bold 14px/23px "Trebuchet MS", Verdana;
		color: #2c546d;
		background: #ffffff url("images/header_menu_left.png") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #2c546d;
		text-decoration: none;
		display: block;
		padding: 0 15px;
		background: url("images/header_menu_right.png") no-repeat right top;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	width: 829px;
	padding: 5px 0 0 71px;
	min-height: 495px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 500px;
		padding-top: 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #000000;
		float: left;
		margin-bottom: 30px;
		width: 500px;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			float: left;
			width: 29px;
			height: 47px;
			background: url("images/post_date.png") no-repeat;
			font: normal 11px/17px "Trebuchet MS", Verdana;
			color: #f8f8f8;
			text-align: center;
			text-transform: uppercase;
		}
		
		#content .post .post-date span {
			font: bold 18px/29px "Trebuchet MS", Verdana;
			color: #2d556f;
			margin-bottom: 1px;
			display: block;
		}
		
		/* Post - Content */
		
		#content .post .post-content {
			float: right;
			width: 430px;
			padding-right: 25px;
		}
		
		/* Post - Title */
		
		#content .post .post-content .post-title {
			width: 430px;
			height: 34px;
			background: url("images/post_line.png") no-repeat left bottom;
		}
		
		#content .post .post-content .post-title h2 {
			color: #216590;
			font: bold 18px/34px Georgia, Verdana;
		}
		
		#content .post .post-content .post-title h2 a {
			color: #216590;
			text-decoration: none;
		}
		
		#content .post .post-content .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-content .post-entry {
			font: normal 11px/18px "Trebuchet MS", Verdana;
			color: #000000;
		}
		
		#content .post .post-content .post-entry a {
			color: #226a96;
			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 11px/20px "Trebuchet MS", Verdana;
			color: #226a96;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-content .post-entry .more-link a {
			color: #226a96;
			text-decoration: none;
		}
		
		#content .post .post-content .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-content .post-info {
			clear: both;
			background: url("images/post_line.png") no-repeat;
			font: normal 11px/32px "Trebuchet MS", Verdana;
			color: #000000;
		}
		
		#content .post .post-content .post-info span {
			color: #226a96;
		}
		
		#content .post .post-content .post-info a {
			color: #226a96;
			text-decoration: none;
		}
		
		#content .post .post-content .post-info a span {
			color: #000000;
		}
		
		#content .post .post-content .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-content h3 {
			color: #216590;
			font: bold 15px/34px Georgia, Verdana;
			margin-top: 20px;
			background: url("images/post_line.png") no-repeat left bottom;
		}
		
		#content .post .post-content .comments {
			font: normal 11px/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: #c2d8e5;
		}
		
		#content .post .post-content .comments ol li cite {
			color: #226a96;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-content .comments ol li cite a {
			color: #226a96;
			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: #226a96;
			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 11px/18px "Trebuchet MS", Verdana;
			color: #000000;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/18px "Trebuchet MS", Verdana;
		color: #226a96;
		float: right;
		width: 430px;
		padding-right: 25px;
		margin-bottom: 30px;
	}
	
	#content .navigation a {
		color: #226a96;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 205px;
		font: normal 10px "Trebuchet MS", Verdana;
		color: #0c0b0b;
	}
	
	#sidebar a {
		color: #2c546d;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			padding-left: 10px;
			font: normal 17px/30px "Trebuchet MS", Verdana;
			color: #2c546d;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0 0 5px 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #2c546d;
			font: normal 10px/17px "Trebuchet MS", Verdana;
			padding-left: 14px;
			background: url("images/sidebar_menu.gif") no-repeat;
		}
		
		#sidebar ul li a {
			color: #0c0b0b;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding: 5px 0;
			text-align: center;
		}
		
		#sidebar #calendar_wrap table {
			margin: 0 auto;
			width: 120px;
		}
		
		#sidebar #calendar_wrap caption {
			margin: 0 auto;
			width: 120px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0 auto;
			padding: 15px 0;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 5px 15px;
		}


/* Footer */

#footer {
	width: 900px;
	height: 229px;
	color: #ffffff;
	font: normal 10px "Trebuchet MS", Verdana;
}

#footer a {
	color: #bc962f;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

	/* Footer - Footerbar */
	
	#footer #footerbar {
		width: 700px;
		height: 199px;
		padding-left: 100px;
	}
	
	#footer #footerbar h3 {
		font: normal 17px/30px "Trebuchet MS", Verdana;
		color: #ffffff;
		padding-left: 17px;
	}
	
	#footer #footerbar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#footer #footerbar ul li {
		color: #ffffff;
		font: normal 10px/17px "Trebuchet MS", Verdana;
		padding-left: 17px;
		background: url("images/footer_menu.png") no-repeat;
	}
	
	#footer #footerbar ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#footer #footerbar ul li.footer_more {
		color: #bc962f;
		padding-left: 17px;
		background: url("images/footer_menu.png") no-repeat;
		margin-left: 70px;
	}
	
	#footer #footerbar ul li.footer_more a {
		color: #bc962f;
	}
	
	#footer #footerbar ul li a:hover {
		text-decoration: underline;
	}
	
		/* Footer - Footerbar - Boxes */
		
		#footer #footerbar #footerbar-left {
			width: 235px;
			height: 194px;
			float: left;
			padding-top: 4px;
			background: url("images/footer_line.png") no-repeat right top;
		}
		
		#footer #footerbar #footerbar-center {
			width: 234px;
			height: 194px;
			float: left;
			padding-top: 4px;
			background: url("images/footer_line.png") no-repeat right top;
		}
		
		#footer #footerbar #footerbar-right {
			width: 231px;
			height: 194px;
			float: left;
			padding-top: 4px;
		}
	
	/* Footer - Copyright */
	
	#footer #copyright {
		width: 900px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}

