/*
Theme Name: Food Blog Template
Description:Food Blog Template is a minimal theme, best for recipes and food blog brought to you free by <a href="http://jump2top.com/themes" target="_blank">Free Blog Themes and Blog Templates</a>
Author: Free Blog Themes and Blog Templates
Author URI: http://jump2top.com/themes
Version: 1.0
Tags: red, white, gray, 2-columns, right sidebar, widget ready, fixed width, seo friendly, with image

*/
* {
	margin:0;
	padding:0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, blockquote{
	margin:0;
	padding:0;
}
body {
	background: url(images/background.gif) repeat-x #ffffff;
	color: #555555;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	width:1000px;
	text-align:left;
	background:url(images/background_header.jpg) top right no-repeat;
	padding:20px 0 0 0;
}
#container {

}
#header {
	height:229px;
	margin-bottom:15px;
}
#title {
	height:194px;
	padding-left:10px;
}
#pagenav {
	height:70px;
	font-size:9pt;
	font-weight: bold;
	height:35px;
	line-height:35px;
}
#pagenav ul li {
	list-style: none;
	display:inline;
}
#pagenav li a {
	color: #ffffff;
	text-decoration: none;
	margin-right:10px;
	padding: 0px 15px;
}
#pagenav li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #81050c;
	height: 34px;
	display: inline-block;
	padding: 0px 15px;
}
#main {
	padding: 15px;
}
#sidebar {
	float: right;
	width: 238px;
	color:#434aa5;
	padding: 10px 10px;
	border:solid 1px #ebebeb;
	background-color:#fbfbfb;
}
#content {
	float: left;
	width: 700px;
	margin-right: 10px;
	padding: 10px 0px;
}
#footer {
	color: #999;
	text-align: center;
	width:900px;
	margin:15px 0px;
}
.prepost {

}
.post {
	padding: 0px 0px 20px 0px;
}
.sform {
	border: 1px solid #464646;
	padding: 5px;
	margin-bottom: 10px;
	width:188px;
}
.widget {
		padding: 0px 10px 15px 10px;
		margin-bottom:15px;
}

/* default */
p, #content h1, h2, h3, h4, h5, h6, ol, ul, .post {
	padding-bottom:10px;
}
.clear {
	clear:both;
	height:1px;
}
img {
	border:0px;
}

/*text */
#title h1 {
	font-size:24pt;
	font-weight: normal;
	padding: 60px 0 0 0;
	margin-bottom:0px;
}
#title h1 a {
	color: #138ad0;
	text-decoration: none;
}
.description {
	font-size:10pt;
	color: #707070;
}
#footer a {
	color: #434aa5;
	text-decoration: none;
}
#footer a:hover{
	text-decoration:underline;
	color:#000;
}
#content ul li, #content ol li {
	margin-left: 25px;
}
#content h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #434aa5;
	font-family:Georgia, "Times New Roman", Times, serif
}
#content h1 a {
	color: #434aa5;
	text-decoration: none;
}
#content h1 a:hover{
	color:#000;
}
h2 {
	font-size: 14pt;
	color: #707070;
}
#sidebar h2 {
	color: #707070;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #d9d9d9;
	margin:10px 0 10px 0;
	padding:0 0 5px 0;
}
#sidebar h2 a {
	color: #138ad0;
	text-decoration: none;
}
#content h2 a {
	color: #333;
	text-decoration: none;
}
#content h2 a:hover{
	color:#2a2c65;
}
h3, h4 {
	font-size: 11pt;
	color: #333;
}
#sidebar ul {
	padding-bottom:0px;
}
#sidebar ul li {
	list-style:none;
}
#sidebar ul li ul li {
	margin-left: 15px;
	list-style-image: url(images/list.jpg);
}
#sidebar ul li ul li ul li {	
	margin-left: 15px;
	list-style-image: url(images/list.jpg);
}
ul li ul li {
	margin-left: 10px;
}
ul li ul li ul li {	
	margin-left: 10px;
}
#sidebar a {
	color: #434aa5;
	text-decoration: none;
}
#sidebar a:hover{
	text-decoration:underline;
	color:#000;
}
blockquote {
	margin: 15px;
	font-size: 10pt;
	font-style: italic;
}
.postmetadata {
	padding: 10px 0px;
	color: #999;
	border-top: 1px solid #d9d9d9;
	margin-top:10px;
}
.postmetadata a {
	color: #434aa5;
	text-decoration: none;
}
.postmetadata a:hover{
	color:#000;
	text-decoration:underline;
}
a {
	color:#434AA5;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
.searchform {
	padding-bottom: 10px;
}
/* calendar */
#today, caption {
	font-weight: bold;
}
#today {
	color: #464646;
}
th {
	padding: 2px;
}
td a {
	text-decoration: underline;
}
#calendar_wrap {
	padding-bottom:10px;
}
/* form */
#author, #email, #url, #comment, textarea, .s {
	border: 1px solid #d9d9d9;
	padding: 5px;
	font-size: 8pt;
	background:transparent;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#submit {
	background-color: #f4f4f4;
	color: #2a2c65;
	border:1px solid #c1c1c1; 
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.searchsubmit {
}
#commentform a {
	color: #666666;
	text-decoration: none;
}
#comments {
	margin: 10px 0px;
}
.comment {
	padding: 10px;
}
#date {
	padding-bottom: 10px;
}
#date a {
	text-decoration: none;
}
#date a:hover{
	text-decoration:underline;
}
.alt strong {
	font-size: 9pt;
}
.alt a {
	text-decoration: none;
}
.alt a:hover{
	text-decoration:underline;
}
/* wp default */
.center {
	text-align:center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



/*Start Navigation Css*/
#logo{
	width:259px;
/*	float:left;*/
	padding:7px 0 0 60px;
	text-align:left;
}
#navigation{
	height:40px;
	/*float:right;*/
	background-image:url(images/nav-bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}
#nav{
	width:626px;
	height:40px;
	background-image:url(images/navigation.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 0 55px;
}
#call{
	width:600px;
	text-align:right;
	padding:5px 81px 0 0;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#3f42a0;
	clear:both;
}
/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want!
All you have to do is ensure the script has the correct CSS property name
(like 'visibility' or 'display') that changes to show/hide menus.

If you want to extend this layout, one good resource for UL/LI formatting is:
    http://www.alistapart.com/articles/taminglists/
Alternatively, you can use any other CSS dropdown layout instead. More here:
    http://www.alvit.de/css-showcase/
Consult your favourite CSS reference for customising fonts/borders/etc.

Otherwise, you can just change the #RGB border/background colours where
suitable to customise for your site -- easy :).

*/



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
	margin: 0px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1em;
	margin-top: 26px;
	width: 160px;
	text-align: left;
	font:bold 12px Arial;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	 left: 160px;
	background-image: none;
	
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
	margin-right: -1px;
	float: left;
	display: block;
	position: relative;
	padding:0;
	
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul{
	margin:20px 0 0 0;
	padding:0;
}
.menulist ul li {
	float:none;
	margin-bottom: -1px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	
}
.menulist ul li a {
	color:#fff;
	padding:3px;
	background-color: #6062bc;
	background-image: none;
	padding-top:6px;
	padding-right:15px;
	padding-bottom:6px;
	padding-left:16px;
	font-size:11px;
}
.menulist ul li a:hover {
	background-image:none;
	background-image:url(images/nav-hover.jpg);
	background-position:center bottom;
	background-repeat:repeat-x;
	color: #fff;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
/* Links inside the menu */
.menulist a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top:9px;
	padding-bottom:10px;
	padding-right:17px;
	padding-left:17px;
	margin:0 1px 0 1px;
	background-image:url(images/nav-line.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}

.home a{
	background-image:none;
	clear:both;
}

.menulist ul ul {
	margin-top:0px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover{
	color:#fff;
	background-image: url(images/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}
.menulist a.highlighted {
	color: #fff;
	background-image: url(images/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}

.menulist a.active {
	color: #fff;
	background-image: url(images/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: right center;
}
/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */


