/*  
Theme Name: Grapes of vine
Theme URI: http://wptemplates.org
Description: 
Version: 1.0
Author: mikozv
Author URI: http://wptemplates.org
*/


/* General */

body {
	margin: 0;
	background: #9da27b url("images/background.gif") repeat-x;
	font-family: Arial;
}

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

img {
	border: 0;
}



/* Page */

#page {
	margin: 0;
	width: 100%;
}


/* Header */

#header {
	margin: 0;
	width: 1061px;
	height: 295px;
	background: url("images/header.jpg") repeat-x;
	position: relative;
}

#header .left {
	width: 245px;
	height: 295px;
	background: url("images/header_left.jpg") no-repeat;
	float: left;
}

#header .right {
	width: 235px;
	height: 295px;
	background: url("images/header_right.gif") no-repeat;
	float: right;
}

#header .headtitle {
	position: absolute;
	top: 110px;
	left: 290px;
}

#header h1 {
	color: #FFFFFF;
	font: italic 15px Arial;
	float: left;
}

#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#header .description {
	color: #77afdb;
	font: bold 16px Arial;
	color: #dbdbdb;
	float: left;
	margin-left: 10px;
	text-transform: lowercase;
}

#header ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 155px;
	left: 206px;
	height: 25px;
	border-bottom: 1px solid #575949;
	width: 550px;
}

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

#header ul.menu li a {
	padding: 0 3px;
	float: left;
	color: #FFFFFF;
	margin-left: 15px;
	font: bold 15px/25px Arial;
	text-decoration: none;
}

#header ul.menu li a:hover {
	color: #36372c;
	background: #ddded6;
}


#header .search {
	position: absolute;
	top: 190px;
	left: 236px;
	height: 20px;
	width: 330px;
	padding-left: 25px;
	background: url("images/search.jpg") no-repeat;
}

#header .search {
	position: absolute;
	top: 250px;
	left: 236px;
	height: 20px;
	width: 330px;
	padding-left: 25px;
	background: url("images/search.jpg") no-repeat;
}

#header .search #searchform {
	float: left;
}

#header .search #s {
	width: 150px;
	background: url("images/search_bg.gif") repeat-x;
	border: 0;
	height: 19px;
}

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

#header .search .pic {
	float: left;
	width: 20px;
	height: 19px;
}

#header .grapes {
	background: url("images/grapes.jpg") no-repeat;
	width: 385px;
	height: 263px;
	position: absolute;
	top: 99px;
	left: 490px;
	/*float: right;
	margin: 99px -50px 0 0;*/
}



/* Main */

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

	/* Main - Sidebar */
	
	#main #sidebar {
		float: left;
		width: 196px;
		padding-top: 60px;
		background: url("images/sidebar.gif") no-repeat;
	}
	
	#main #sidebar .box {
		float: right;
		clear: both;
		width: 100px;
		margin: 5px 0;
		margin-right: 10px;
		border-bottom: 1px solid #5b5f47;
	}
	
	#main #sidebar .box h3 {
		font: bold 13px Arial;
		color: #6b1313;
		height: 24px;
		padding: 0;
		margin: 0;
	}
	
	#main #sidebar .box ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#main #sidebar .box ul li a {
		color: #000000;
		font: bold 11px/18px Arial;
		text-decoration: none;
		display: block;
	}
	
	#main #sidebar .box ul li a:hover {
		text-decoration: none;
		color: #fdfdfd;
	}



	/* Main - Content */
	
	#main #content {
		float: left;
		width: 670px;
	}
	
	#main #content .post {
		background: url("images/entry_bg.gif") repeat-y 0 8px;
		font-size: 11px;
		color: #666666;
		float: left;
		margin-left: 10px;
		width: 670px;
		margin-top: 20px;
	}
	
	#main #content .post .date {
		border-bottom: 1px solid #5b5f47;
		width: 160px;
		height: 25px;
		color: #444444;
		font-size: 18px;
		font-weight: normal;
		padding-left: 30px;
		margin-bottom: 20px;
		text-transform: lowercase;
	}
	
	#main #content .post .date span {
		color: #000000;
		font-size: 22px;
	}
	

	#main #content .post h2 {
		height: 30px;
		margin: 0 30px;
		color: #000000;
		font: bold 18px/30px Arial;
	}
	
	#main #content .post h2 a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		margin: 0 30px;
		color: #474747;
		font-size: 13px;
	}
	
	#main #content .post .entry a {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	#main #content .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry .picture {
		margin: 0 5px 5px 0;
		float: left;
	}
	

	#main #content .post .entry p.about {
		font: normal 13px Arial;
		color: #474747;
	}

	#main #content .post .entry p.about a {
		color: #474747;
		font-weight: normal;
		text-decoration: none;
	}
	
	#main #content .post .entry p.about a:hover {
		color: #474747;
		text-decoration: underline;
	}
	
	#main #content .post .entry p.about .com {
		color: #000000;
		font-weight: bold;
	}
	
	#main #content .post .entry a.more-link {
		float: right;
	}
	

	#main #content .post .title h3 {
		height: 36px;
		margin: 0 30px;
		color: #474747;
		font: bold 15px/36px Arial;
	}
	
	#main #content .post .comments {
		margin: 0 30px;
	}
	
	#main #content .post .comments ol {
		margin: 0 0 10px 0;
		padding-left: 30px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #d9dad1;
	}
	
	#main #content .post .comments ol li cite {
		color: #6b1313;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #6b1313;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0 30px;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		text-decoration: underline;
	}


/* Footer */

#footer {
	height: 100px;
	background: url("images/footer.gif") no-repeat;
	width: 1061px;
	float: left;
}

#footer p {
	margin-top: 0;
	font-size: 11px;
	font-weight: bold;
	padding-top: 55px;
	margin-right: 200px;
	text-align: right;
	color: #1d1d1d;
}

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

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





#sidebar .sbar140 {
float: right;
clear: both;
width: 165px;
margin: 5px 0;
margin-right: 10px;
}

#sidebar .sbar140 ul {
list-style-type: none;
margin: 0 ;
padding-left:5px;
}

#sidebar .sbar140 ul li {
list-style-type: none;
padding: 0;
}

#sidebar .sbar140 ul li ul {
list-style-type: square;
margin: 0;
padding: 0;
}

#sidebar .sbar140 ul li ul li {
list-style-type:none;
padding-left:10px;
margin:0;
}

#sidebar .sbar140 ul li ul li a {
		color: #000000;
		font: bold 11px/18px Arial;
		text-decoration: none;
		display: block;
}

#sidebar .sbar140 ul li ul li a:hover {
text-decoration: none;
		color: #fdfdfd;}

#sidebar .sbar140 h2 {
font: bold 13px Arial;
color: #6b1313;
height: 10px;
padding: 5px;
margin: 7px;

}
.over{
	background-color: #EEEFF0;
}
