/*  
Theme Name: Volume Theme
Theme URI:wptemplates.org 
Description:nice theme ;) 
Version: 1.0
Author:miko 
Author URI:wptemplates.org/wordpress.php 
*/



/* General */

body {
	margin: 0;
	background: #9e2e21 url("images/background.gif") 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.gif") repeat-x left bottom;
}


/* Page */

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

#page-top {
	width: 892px;
	background: url("images/page_top.jpg") no-repeat;
}

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


/* Header */

#header {
	width: 892px;
	height: 305px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 3px;
		left: 30px;
	}
	
	#header #header-info h1 {
		color: #000000;
		font: normal 28px Arial;
	}
	
	#header #header-info h1 a {
		color: #000000;
		text-decoration: none;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 146px;
		left: 15px;
		width: 745px;
		height: 21px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 745px;
		height: 21px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 21px;
		font: normal 14px/21px Arial;
		color: #ffffff;
		padding: 0 15px;
		text-transform: lowercase;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #00ffff;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		color: #00ffff;
		text-decoration: none;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 11px;
		left: 785px;
		width: 80px;
		height: 80px;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 110px;
		left: 709px;
		width: 172px;
		height: 32px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 172px;
	}
	
	#header #header-search #s {
		width: 160px;
		height: 20px;
		border: 0;
		padding: 6px 5px;
		font: normal 16px Arial;
		color: #ffffff;
		background: transparent;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 32px;
		padding: 0;
	}
	
	/* Header - Text */
	
	#header #header-text {
		position: absolute;
		top: 190px;
		left: 15px;
		width: 510px;
		height: 85px;
		font: normal 16px Arial;
		color: #a63e32;
	}
	
	#header #header-text a {
		color: #a63e32;
		text-decoration: underline;
	}


/* Main */

#main {
	width: 892px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 700px;
		padding: 18px 19px 0 43px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 30px;
		width: 700px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 700px;
			color: #000000;
			font: normal 14px Arial;
		}
		
		#content .post .post-title a {
			color: #ff9191;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			background: #2b100d;
			color: #a63e32;
			text-transform: lowercase;
			width: 142px;
			height: 35px;
			font: normal 19px/35px Arial;
			border: 1px solid #2b100d;
		}
		
		#content .post .post-title .post-date .day {
			float: left;
			margin-right: 10px;
			background: #a03225;
			width: 34px;
			height: 35px;
			text-align: center;
			color: #000000;
		}
		
		#content .post .post-title h2 {
			color: #ff9191;
			font: normal 27px Arial;
			padding: 0 5px;
			margin: 10px 0 20px 0;
		}
		
		#content .post .post-title h2 a {
			color: #ff9191;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/19px Arial;
			color: #000000;
			padding: 0 5px;
			width: 690px;
		}
		
		#content .post .post-entry a {
			color: #ff9191;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 14px/20px Arial;
			color: #ff9191;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #ff9191;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding-top: 20px;
			margin-left: 5px;
			width: 500px;
			clear: both;
			font: normal 14px Arial;
			color: #000000;
			border-top: 2px dotted #000000;
		}
		
		#content .post .post-info a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				color: #ff9191;
			}
			
			#content .post .post-info .post-info-comments a {
				color: #ff9191;
			}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #ff9191;
			font: normal 22px Arial;
			padding: 0 5px;
			margin: 30px 0 5px 0;
		}
		
		#content .post .comments {
			font: normal 14px/19px Arial;
			color: #000000;
			padding: 0 5px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #ff9191;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #b64f43;
		}
		
		#content .post .comments ol li cite {
			color: #ff9191;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #ff9191;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #ff9191;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 14px/19px Arial;
			color: #000000;
			padding: 0 20px;
		}
		
		#content .post #commentform a {
			color: #ff9191;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: normal 14px/19px Arial;
		color: #000000;
		padding: 0 5px;
		width: 690px;
		margin-bottom: 30px;
	}
	
	#content .navigation a {
		color: #ff9191;
		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: 127px;
		font: normal 12px/25px Arial;
		color: #000000;
	}
	
	#sidebar a {
		color: #ff9191;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 127px;
		padding-bottom: 35px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: normal 19px Arial;
			color: #ff9191;
			margin-bottom: 8px;
			padding-left: 15px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 30px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 12px/22px Arial;
			color: #000000;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			color: #ff9191;
			text-decoration: none;
		}
		
		#sidebar ul li ul {
			padding: 0 0 0 10px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 127px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 105px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 125px;
		}
		
		#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 3px;
		}	


/* Footer */

#footer {
	width: 676px;
	height: 50px;
	padding: 155px 0 0 216px;
	color: #451b16;
	font: normal 12px Arial;
}

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

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