/*  
Theme Name: Arrows WP Theme
Theme URI: http://wptemplates.org 
Description:very nice vector stylish theme 
Version: 1.0
Author: mikozv 
Author URI: http://wptemplates.org 
*/



/* General */

body {
	margin: 0;
	background: #343434 url("images/bottom_bg.gif") repeat-x left bottom;
	font-family: Arial;
}

#body-top {
	width: 100%;
	min-height: 400px;
	background: url("images/background.gif") repeat-x;
}

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

a {
	color: #fff0aa;
	text-decoration: none;
}

a:hover {
	color: #fff0aa;
	text-decoration: underline;
}

img {
	border: 0;
}


/* Page */

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

#page-down {
	width: 1014px;
	background: url("images/page_down.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 1014px;
	height: 360px;
	position: relative;
}

#header h1 {
	margin: 0;
	color: #ffffff;
	font: normal 24px Arial;
	position: absolute;
	top: 75px;
	left: 335px;
}
	
#header h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header .description {
	color: #fffefe;
	font: normal 14px Arial;
	position: absolute;
	top: 112px;
	left: 400px;
	text-transform: lowercase;
}

#header #icons {
	position: absolute;
	top: 29px;
	left: 352px;
	width: 45px;
	height: 18px;
}

#header #searchform {
	position: absolute;
	top: 29px;
	left: 436px;
	margin: 0;
	padding: 0;
	width: 154px;
	height: 18px;
}

#header #s {
	width: 150px;
	height: 14px;
	padding: 2px;
	border: none;
	background: transparent;
}

#header #searchsubmit {
	visibility: hidden;
	width: 1px;
}

#header #head-info {
	position: absolute;
	top: 37px;
	left: 25px;
	width: 160px;
}

#header #head-info h5 {
	font: bold 13px Arial;
	color: #fff0a9;
	margin: 22px 0 0 25px;
}

#header #head-info ul {
	margin: 0 10px 0 35px;
	padding: 0;
	list-style-type: none;
}

#header #head-info ul li {
	margin-top: 10px;
	font: bold 12px Arial;
}

#header #head-info ul li a {
	font: bold 12px Arial;
	color: #000000;
	text-decoration: none;
}

#header #head-info ul li a:hover {
	text-decoration: underline;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 4px;
	left: 205px;
	width: 365px;
	height: 120px;	
}

#header ul.menu li {
	float: left;
	height: 120px;
}

#header ul.menu li a {
	float: left;
	color: #ffffff;
	padding: 95px 10px 0 10px;
	height: 25px;
	font: normal 17px Arial;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
	border-right: 2px solid #343434;
}

#header ul.menu li a:hover {
	color: #ffffff;
	background: url("images/menu_hover.gif");
	text-decoration: none;
}


/* Main */

#main {
	width: 1014px;
	float: left;
	background: url("images/main.gif") repeat-y;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
}

	/* Main - Content */
	
	#main #content {
		float: left;
		width: 580px;
		padding-top: 40px;
		background: url("images/content.gif") no-repeat;
	}
	
	#main #content .post {
		font-size: 14px;
		color: #929292;
		float: left;
		margin-left: 50px;
		margin-bottom: 20px;
		width: 500px;
	}
	
	#main #content .post .date {
		width: 35px;
		text-align: center;
		height: 47px;
		margin-bottom: 10px;
		text-transform: lowercase;
		color: #444444;
		font-size: 17px;
		font-weight: bold;
		background: #bab6a3;
	}
	
	#main #content .post .date span {
		color: #fff0aa;
		font-size: 22px;
		font-weight: normal;
		background: #57544a;
		display: block;
	}
	
	#main #content .post h2 {
		color: #fff0aa;
		padding: 5px 0;
		font: normal 20px Arial;
	}
	
	#main #content .post h2 a {
		color: #fff0aa;
		font-weight: bold;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .about {
		color: #929292;
		margin: 0;
	}
	
	#main #content .post .about a {
		color: #929292;
		text-decoration: none;
	}
	
	#main #content .post .about a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		margin: 0;
		padding: 10px 0;
		line-height: 18px;
	}
	
	#main #content .post .entry a {
		color: #fff0aa;
		text-decoration: none;
	}
	
	#main #fff0aa .post .entry a:hover {
		color: #4d5854;
		text-decoration: underline;
	}
	
	#main #content .post .entry .picture {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	#main #content .post .entry .more-link {
		font: bold 14px/20px Arial;
		color: #fff0aa;
		float: right;
	}
	
	#main #content .post .entry .more-link a {
		color: #fff0aa;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		color: #fff0aa;
		text-decoration: underline;
	}
	
	#main #content .post .info {
		font: bold 13px Arial;
		color: #fff0aa;
		padding-bottom: 20px;
		border-bottom: 1px solid #484641;
	}
	
	#main #content .post .info a {
		color: #fff0aa;
	}
	
	#main #content .post .info a:hover {
		text-decoration: underline;
	}
		
	#main #content .post .title h3 {
		height: 36px;
		color: #fff0aa;
		font: bold 16px/36px Arial;
		margin-top: 15px;
	}
	
	#main #content .post .comments {
		margin: 0;
		border-bottom: 1px solid #484641;
	}
	
	#main #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #121212;
	}
	
	#main #content .post .comments ol li cite {
		color: #fff0aa;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #fff0aa;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}
	
	/* Main - Sidebar */
	
	#main #sidebar {
		float: left;
		width: 370px;
		margin: -150px 0 0 10px;
	}
	
	#main #sidebar .left {
		float: left;
		width: 180px;
	}
	
	#main #sidebar .right {
		float: right;
		width: 180px;
	}
	
	#main #sidebar .box {
		width: 162px;
		background: url("images/sidebar_bg.gif") repeat-y;
		margin-bottom: 30px;
		position: relative;
	}
	
	#main #sidebar .box .bg-top {
		background: url("images/sidebar_top.gif") no-repeat;
		width: 162px;
		height: 10px;
		margin-top: -10px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	#main #sidebar .box .bg-bottom {
		background: url("images/sidebar_bottom.gif") no-repeat;
		width: 162px;
		height: 10px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	#main #sidebar .box h3 {
		padding: 5px 0 0 15px;
		font: normal 18px/25px Arial;
		color: #fff0aa;
	}
	
	#main #sidebar .box ul {
		list-style-type: none;
		margin: 0;
		padding: 10px 0 20px 30px;
	}
	
	#main #sidebar .box ul li {
		color: #000000;
		height: 16px;
		display: block;
	}
	
	#main #sidebar .box ul li a {
		height: 16px;
		color: #000000;
		font: bold 12px/16px Arial;
		text-decoration: none;
	}
	
	#main #sidebar .box ul li a:hover {
		color: #fff0aa;
		text-decoration: none;
	}


/* Footer */

#footer {
	width: 680px;
	height: 74px;
	padding: 60px 0 0 45px;
	clear: both;
	color: #7d7d7d;
	font: bold 11px/74px Arial;
}

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

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