/*  
Theme Name: Grape People
Theme URI: http://wordpress.org/
Description: Grape People theme.
Version: 1.0
Author: Dmitry Yakimenko
Author URI: http://detunized.net/
*/

body {
	background: #FF9707;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#page {
	background: #ffffff;
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	font-size: 11px;
}

#top-bar {
	background: url(images/header.jpg);
	height: 120px;
	margin: 0px;
}

#columns {
	background: url(images/columns_background.gif) repeat-y;
	margin-top: 10px;
	height: 100%;
}

#left-bar {
	width: 190px;
	float: left;
	position: relative;
	border-right: 5px solid #ffffff;
}

.page_item {
	background: url(images/menu_li_bg.gif);
	height: 28px;
	border-bottom: 1px solid #ffffff;
}

.current_page_item {
	background: url(images/menu_li_ac.gif);
}

#menu {
	margin-bottom: 5px;
}

#menu ul {
	list-style: none outside;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	
}

#menu ul li ul {
	display: none;
	border: 1px solid #ffffff;
	position: relative;
	left: 100px;
	top: -20px;
}

#menu ul li:hover ul {
	display: block;
}

#menu a {
	display: block;
	padding: 5px 0px 7px 36px;
	text-decoration: none;
	color: #2c618a;
}

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

.box {
	background: #f7f7f7 url(images/box_head.gif) repeat-x;
	padding: 12px 0px 20px 10px;
	margin: 0px 0px 5px 0px;
}

.box h1 {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.box ul {
	list-style: none outside;
	padding: 0px;
}

.box ul li {
	margin-bottom: 5px;
}

#right-bar {
	width: 190px;
	float: right;
	position: relative;
}

#content {
	margin: 0px 195px 0px 195px;
}

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

#bottom-bar {
	height: 8px;
	font-size: 10px;
	padding: 10px;
	color: #b1b1b1;
	/*border-top: 1px solid #cfcfcf;*/
}

#copyright {
	float: left;
}

#admin {
	float: right;
}

.post {
	background: #f7f7f7 url(images/post_header.gif) repeat-x;
	padding: 12px 10px 10px 10px;
}

.post h1 {
	margin: 0px 0px 20px 0px;
	font-size: 16px;
}

.post h2 {
	font-size: 12px;
}

.post h3 {
	font-size: 11px;
	margin: 10px 0px 5px 0px;
}

