/*
Theme Name: Blue Jean Gourmet
Theme URI:
Description: Theme for the Blue Jean Gourmet
Version: 1.0
Author: Stratos Geroulis / Zane Hasouris

*/

/* Colors:
*  back: #e1e0d0
*  text: #4d4d4d
*  title: #73551f
*  date: #888888
*  link: #1096e4
*  divider line: #5e3800
*  sidebar header: #755721
*  sidebar color: #3a3a3a
*/

body {
	background: url(images/body_back.png) repeat;
	font-family: georgia;
	font-size: 12px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 1.5em;
}

body, div, p, ul, li, img, input, form, span {
	margin: 0;
	padding: 0;
	border: none;
	/* overflow: hidden; */
}

a {
	color: #4d4d4d;/*1096e4;*/
	font-weight:bold;
	font-size:inherit;
	text-decoration: none;
}

a:hover {
	color: #20a6f4;
}

/* Header */

#header {
	background: url(images/head_back.jpg) repeat-x;	
	height: 146px;
}

#header-container {
	width: 850px;
	margin: 0 auto;
	height: 146px;
}

#header-logo {
	position: relative;
	left: -240px;
	float: left;
	width: 100px;
	z-index: 10;
}

#header-moto {
	font-size: 24px;
	font-family: "Bell MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: relative;
	top: 73px;
	left: 50px;
	float: left;
	z-index: 100;
}

#header-menu {
	position: relative;
	top: -10px;
	right: 0px;
	color: #ffffff;
	float: right;
	width: 450px;
	z-index: 100;
}

#header-menu ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin-left: 5px;
}

#header-menu a {
	color: #ffffff;
	font-weight: normal;
}

#header-menu a:hover {
	text-decoration: underline;
}

#header-menu form {
	display: block;
	height: 20px;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

#search-box {
	margin: 0;
	padding: 0px;
	color: #616161;
	height: 20px;
	vertical-align: middle;
	display: block;
	float: left;
}

#search-submit {
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: 20px;
	vertical-align: middle;
}

#main-menu {
	background: url(images/menu_back.jpg) repeat-x;
	height: 56px;
	color: #ffffff;
}

#main-menu a {
	color: #ffffff;
}

#menu-container {
	width: 850px;
	margin: 0 auto;
}

#menu-container ul {
	float: right;
}

#menu-container ul li {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	list-style-type: none;
	background: url(images/bullet.png) no-repeat;
	background-position: right center;
	text-transform: lowercase;
	font-size: 10px;
}

#menu-container ul li:last-child {
	background: none;	
}

#menu-container ul li a {
	display: block;
	width: 100px;
	height: 30px;
	float: left;
	margin: 0px 10px;
	padding: 5px 0px;
	text-align: center;
}

#menu-container ul li a.cur-page {
	background: url(images/menu_highlight.png) no-repeat;
}

#menu-container ul li a:hover {
	background: url(images/menu_highlight.png) no-repeat;
}

/* Main content */

#main-content {
	width: 998px;
	background: url(images/main_back.jpg) repeat-y;
	margin: 0 auto;
	padding: 15px 55px;
}

#left-content {
	float: left;
	width: 600px;
	font-size: 14px;
}

#featured-welcome {
	position: relative;
	top: 50px;
	left: 50px;
	color: #ffffff;
	font-family: "Bell MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 46px;
	font-style: italic;
}

#featured-article {
	margin-bottom: 20px;
	padding-bottom: 10px;

	height: 500px;
	overflow: hidden;
}
div.hr{
	border-bottom: 1px double #5e3800;
	margin-top:10px;
	margin-bottom:10px;
}
#featured-article p{
	font-family:Georgia;
	font-szie:14px;
	color:#4d4d4d; 
	line-height:24px;
	font-weight:normal;
}

#featured-title {
	color: #73551f;
	font-size: 26px;
	margin-top: 15px;
}

#featured-title a {
	color: #73551f;
}

#featured-meta {
	color: #888888;
	font-style: italic;
	margin-bottom: 10px;
}

#archive-box {
	background: url(images/divider.jpg) repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

#archive-header {
	margin-bottom: 10px;
	background: url(images/divider.jpg) repeat-x;
	background-position: bottom;
	color: #4d4d4d;
}

#archive-header-left {
	font-size: 12px;
	float: left;
}

#archive-header-right {
	font-size: 10px;
	float: right;
}

#archive-header-right a {
	color: #4d4d4d;
	text-decoration: underline;
}

#archive-header-right a:hover {
	text-decoration: none;
}

.archive-article {
	width: 175px;
	float: left;
	padding: 0 10px;
	font-size: 11px;
	overflow: hidden;
	height: 300px;
}
div.archive-article p{
	font-family:Georgia;
	font-size:11px;
	color:#4d4d4d;
	line-height:15px;font-weight:normal;
}
#archive-article1 {
	border-right: 1px solid #5e3800;
}

#archive-article2 {
	border-right: 1px solid #5e3800;
}

p.archive-title {
	color: #73551f;
	font-size: 14px;
	margin-top: 5px;
}

p.archive-title a {
	color: #73551f;
	font-weight:bold;
	text-transform:uppercase;	
}

p.archive-meta {
	color: #888888;
	font-style: italic;
	margin-bottom: 12px;
}

#single-article {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px double #5e3800;
}
#single-article p, div.list-article p{
	font-family:Georgia;
	font-size:14px;
	color:#4d4d4d;
	font-weight:normal;
	line-height:24px;
	margin-bottom:15px;
}
#single-title {
	color: #73551f;
	font-size: 26px;
}

#single-title a, p.list-article-title a {
	font-weight:bold;
	text-transform:capitalize;
	color: #73551f;
}

#single-meta {
	color: #888888;
	font-style: italic;
	margin: 10px 0 30px 0;
}

#comment-submit {
	border: 1px solid #5e3800;
	margin: 10px;
}

div.list-article {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

p.list-article-title {
	color: #73551f;
	font-size: 14px;
}

p.list-article-title a {
	color: #73551f;
}

p.list-article-meta {
	color: #888888;
	font-style: italic;
	margin: 10px 0 30px 0;
}

#commentform input {
	border: 1px solid #5e3800;
}

#commentlist {
	margin: 20px 0;
}

#commentlist li {
	margin: 10px 0;
}

div.sidebar-content p{
	font-weight:normal;
}
#sidebar {
	float: left;
	width: 225px;
	color: #3a3a3a;
	background: url(images/sidebar-fork.png) no-repeat;
	background-position: top right;
	margin-left: 50px;
}

#sidebar .sidebar-title {
	font-size: 18px;
	color: #755721;
	font-weight: normal;
}

#sidebar .sidebar-li {
	list-style-type: none;
	display: inline;
}

#sidebar .sidebar-li ul li {
	list-style-type: disc;
	margin: 5px 20px;	
}

#sidebar .sidebar-divider {
	background: url(images/sidebar_divider.png) no-repeat;
	background-position: bottom center;
	width: 270px;
	height: 3px;
	margin: 20px 0;
	clear: both;
}

