/*  
Theme Name: Orange Vine Theme
Theme URI: wptemplates.org 
Description: very nice decorated theme 
Version: 1.0
Author: wptemplates.org 
Author URI: wptemplates.org 
*/



/* General */

body {
	margin: 0;
	background: url("images/body_bg.jpg");
	font-family: Arial;
}

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

.clear {
	clear: both;
}

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

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

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

img {
	border: 0;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1005px;
	min-height: 720px;
	background: url("images/page.jpg") repeat-y;
}


/* Main */

#main {
	width: 685px;
	float: left;
	background: url("images/main.jpg") no-repeat;
}

	/* Main - Content */
	
	#main #content {
		float: left;
		width: 630px;
		margin-top: 330px;
		margin-left: 45px;
	}
	
	#main #content .post {
		margin: 0;
		font-size: 13px;
		color: #dcdcdc;
		float: left;
		margin-bottom: 20px;
		width: 630px;
	}
	
	#main #content .post .title {
		padding-bottom: 40px;
		font: normal 17px Arial;
		color: #ffffff;
	}
	
	#main #content .post .title h2 {
		padding: 20px 0;
		margin-bottom: 5px;
		color: #e2812c;
		font: bold 27px Arial;
		border-bottom: 3px dotted #ffffff;
	}
	
	#main #content .post .title h2 a {
		color: #e2812c;
		font-weight: bold;
		text-decoration: none;
	}
	
	#main #content .post .title h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		line-height: 18px;
		color: #dcdcdc;
		font-size: 13px;
	}
	
	#main #content .post .entry a {
		color: #e3822c;
		text-decoration: none;
	}
	
	#main #content .post .entry a:hover {
		color: #e3822c;
		text-decoration: underline;
	}
	
	#main #content .post .entry .picture {
		margin: 0 5px 5px 0;
		float: left;
	}
	
	#main #content .post .entry .more-link {
		font: bold 14px/22px Arial;
		color: #e3822c;
		float: right;
		padding: 3px 0;
	}
	
	#main #content .post .entry .more-link a {
		color: #e3822c;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		color: #e3822c;
		text-decoration: underline;
	}
	
	#main #content .post .info {
		clear: right;
		font: normal 13px Arial;
		color: #ffffff;
		margin-top: 5px;
		padding-top: 15px;
		border-top: 2px dotted #ffffff;
	}
	
	#main #content .post .info a {
		color: #ffffff;
	}
	
	#main #content .post .info a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .info .comms {
		color: #e3822c;
	}
	
	#main #content .post .info .comms a {
		color: #e3822c;
	}
	
	#main #content .post .info .comms a:hover {
		text-decoration: underline;
	}
	
	#main #content .post h3 {
		height: 30px;
		color: #e3822c;
		font: bold 16px/30px Arial;
		margin-top: 15px;
	}
	
	#main #content .post .comments {
		margin: 0;
	}
	
	#main #content .post .comments ol {
		margin: 0px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #273e30;
	}
	
	#main #content .post .comments ol li cite {
		color: #e3822c;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #e3822c;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}

	/* Main - Footer */
	
	#main #footer {
		float: left;
		margin-top: 40px;
		margin-bottom: 5px;
		margin-left: 60px;
		width: 630px;
		height: 40px;
		color: #e3822c;
		text-align: left;
		font: normal 12px/20px Arial;
	}
	
	#main #footer a {
		color: #dcdcdc;
		text-decoration: none;
	}
	
	#main #footer a:hover {
		text-decoration: underline;
	}


/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
	background: url("images/sidebar.jpg") no-repeat;
}

#sidebar .left {
	float: left;
	width: 145px;
}

#sidebar .right {
	float: right;
	width: 145px;
	margin-right: 30px;
}

	/* Sidebar - Header */
	
	#sidebar #header {
		width: 320px;
		height: 280px;
		position: relative;
	}
	
	#sidebar #header h1 {
		margin-top: 3px;
		color: #ffffff;
		font: normal 20px Arial;
		text-align: center;
	}
	
	#sidebar #header h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#sidebar #header .description {
		margin-top: 3px;
		color: #ffffff;
		font: bold 15px Arial;
		text-align: center;
		text-transform: lowercase;
	}
	
	/* Sidebar - Header - Search */
	
	#sidebar #header #searchform {
		position: absolute;
		top: 134px;
		left: 38px;
		margin: 0;
		padding: 0px;
		width: 224px;
		height: 24px;
	}
	
	#sidebar #header #s {
		width: 216px;
		height: 16px;
		padding: 4px;
		border: none;
		background: transparent;
	}

	#sidebar #header #searchsubmit {
		visibility: hidden;
		width: 1px;
	}
	
	/* Sidebar - Header - Menu */
	
	#sidebar #header ul.menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: absolute;
		top: 176px;
		left: 0px;
		height: 36px;
	}
	
	#sidebar #header ul.menu li {
		float: left;
		height: 36px;
		border-right: 2px solid #894a00;
	}
	
	#sidebar #header ul.menu li a {
		color: #000000;
		padding: 0 10px;
		margin: 0 1px;
		height: 36px;
		display: block;
		font: normal 16px/36px Arial;
		text-decoration: none;
		text-transform: lowercase;
	}
	
	#sidebar #header ul.menu li a:hover {
		color: #000000;
		background: #894a00;
	}
	
	/* Sidebar - Box */
	
	#sidebar .box {
		width: 145px;
		margin-bottom: 40px;
	}
	
	#sidebar .box h3 {
		margin-left: 15px;
		font: normal 20px/30px Arial;
		color: #2b2825;
	}
	
	#sidebar .box ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-left: 25px;
		width: 120px;
	}
	
	#sidebar .box ul li {
		color: #ffffff;
		height: 17px;
		display: block;
	}
	
	#sidebar .box ul li a {
		padding-left: 4px;
		color: #ffffff;
		font: normal 13px/17px Arial;
		text-decoration: none;
		display: block;
	}
	
	#sidebar .box ul li a:hover {
		background: #f08200;
	}
