/*
Theme Name: Blue Dirty WP Theme
Theme URI: http://wptemplates.org/wpdemos/index.php?wptheme=Blue+Dirty+WP+Theme 
Description: nice dirty theme 
Version: 1.0
Author: miko 
Author URI: wptemplates.org 
*/



/* General */

body {
	margin: 0;
	background: #c8efff;
}

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

img {
	border: 0;
}

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


/* Page */

#page {
	margin: 0 auto;
	width: 886px;
	background: url("images/page.jpg") no-repeat;
}

#page-in {
	width: 886px;
	min-height: 900px;
	background: url("images/page_in.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 886px;
	height: 437px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 130px;
		left: 185px;
		width: 380px;
	}
	
	#header #header-info h1 {
		color: #003d56;
		font: normal 38px Arial;
		padding-bottom: 10px;
	}
	
	#header #header-info h1 a {
		color: #003d56;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #003d56;
		font: normal 20px Arial;
		text-align: right;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0;
		left: 23px;
		width: 840px;
		height: 33px;
	}
	
		#header #header-menu #header-menu-left {
			float: left;
			width: 15px;
			height: 33px;
			background: url("images/header_menu_left.png") no-repeat;
		}
		
		#header #header-menu #header-menu-in {
			float: left;
			height: 33px;
			background: url("images/header_menu_in.gif") repeat-x;
		}
		
		#header #header-menu #header-menu-right {
			float: left;
			width: 15px;
			height: 33px;
			background: url("images/header_menu_right.png") no-repeat;
		}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 33px;
	}
	
	#header #header-menu ul li {
		font: normal 14px/33px Arial;
		color: #200532;
		float: left;
		text-transform: lowercase;
	}
	
	#header #header-menu ul li a {
		color: #200532;
		text-decoration: none;
		padding: 0 10px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		background: url("images/header_menu_hover.gif") repeat-x;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		background: url("images/header_menu_hover.gif") repeat-x;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 94px;
		left: 385px;
		width: 155px;
		height: 19px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 155px;
		height: 19px;
	}
	
	#header #header-search #s {
		width: 150px;
		height: 18px;
		padding: 1px 2px 0 2px;
		border: 0;
		font: normal 15px Arial;
		color: #003d56;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 19px;
		padding: 0;
		float: right;
	}


/* Main */

#main {
	width: 886px;
}

	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 275px;
		font: normal 12px/18px Arial;
		color: #00324f;
		padding: 115px 45px 55px 0;
	}
	
	#sidebar a {
		color: #00a0e2;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 135px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 135px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 135px;
		padding-bottom: 25px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: normal 18px Arial;
			color: #00324f;
			padding-bottom: 5px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 15px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #00324f;
			font: normal 12px/22px Arial;
		}
		
		#sidebar ul li a {
			color: #00324f;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0 0 0 10px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 0;
			width: 135px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 125px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap table {
			width: 135px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 1px;
		}
	
	/* Main - Content */
	
	#content {
		float: left;
		width: 500px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 500px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 500px;
			color: #00324f;
			font: normal 14px Arial;
		}
		
		#content .post .post-title a {
			color: #00324f;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 42px;
			height: 46px;
			padding-bottom: 10px;
			background: url("images/post_date.gif") no-repeat;
			text-transform: lowercase;
			font: normal 17px/20px Arial;
			text-align: center;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			font-size: 21px;
			line-height: 26px;
		}
		
		#content .post .post-title h2 {
			color: #00a0e2;
			font: normal 18px Arial;
			padding-bottom: 5px;
		}
		
		#content .post .post-title h2 a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/20px Arial;
			color: #00324f;
			width: 500px;
		}
		
		#content .post .post-entry a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #add7e8;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 500px;
			clear: both;
			font: bold 14px Arial;
			color: #00a0e2;
		}
		
		#content .post .post-info a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #00a0e2;
			font: bold 15px Arial;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #00324f;
			width: 500px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #add7e8;
		}
		
		#content .post .comments ol li cite {
			color: #00a0e2;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/20px Arial;
			color: #00324f;
			width: 475px;
		}
		
		#content .post #commentform a {
			color: #00a0e2;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 14px Arial;
		color: #00a0e2;
		width: 500px;
	}
	
	#content .navigation a {
		color: #00a0e2;
		text-decoration: none;
		margin-bottom: 30px;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */

#footer {
	width: 546px;
	height: 60px;
	padding: 15px 40px 0 300px;
	color: #c8efff;
	font: normal 14px/30px Arial;
}

#footer a {
	color: #c8efff;
	text-decoration: underline;
}

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