/*
Theme Name: Baking Obsession
Theme URI: 
Description: Baking Obsession Theme
Author: Vlad Kuznetsov
Author URI: http://www.bakingobsession.com


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	font: 65%, Verdana, arial;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

body a, body a:visited {
	color: #777;
	text-decoration: none;
}

body a:hover {
/*	text-decoration: underline;*/
	background-color:#cbcbcb;
	text-decoration: none;
}
p img { padding:5px; border: solid 1px #888; }


#wrapper
{
/*
	width:490px;
	padding-left:20px;
	padding-top:0px;
	float:left;
	margin-top:0px;
	background-color:#fcfcfc;
*/
	width:1116px;
	background-color:#fff;border:solid 0px red;border-bottom:none;

	background-image:url(images/bo_left_edge2.jpg);
	background-repeat:repeat-y;

	padding-bottom:0px;
	clear:both;
	overflow:hidden;
	padding-top:0px;
	margin:auto;
}

#wrapper_footer {
	width:1116px;
	overflow:hidden;
	background-image:url(images/bo_lower_corner4.gif);
	background-repeat:no-repeat;
	margin:auto;
	height:116px;
	background-color:#fcfcfc;
}

.randompost
{
	border:solid 0px #cfcfcf;
	padding:10px;
	margin-bottom:20px;
}

#randpost p
{
	background-color:#fff;
	border:solid 1px #444;
	width:140px;
	height:138px;
}

#subwrapper {
	float:left;

}

#content_wrapper {
	float:left;
	width:870px;
	/*background-image:url(images/bo_lower_corner3.gif);
	background-position: bottom left; 
	background-repeat:no-repeat;*/
	background-color:#fcfcfc;
}
#content_left {
	height:415px;
	width:122px;
	float:left;
	background-image: url(images/bo_head_l.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#content_right {
	height:415px;
	width:117px;
	float:left;
	background-image: url(images/bo_head_r.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#fff;
}

#content
{
	width:510px;
	padding-left:20px;
	padding-top:20px;
	float:left;
	margin-top:0px;
	background-color:#fcfcfc;
/*	background-image:url(images/bo_left_edge.jpg);
	background-repeat:repeat-y;*/
}



.menudiv
{
	padding-left:0px;
	width:870px;
	float:left;
	clear:right;
	background-color:#efefef;
	border-bottom:solid 0px #fff;
	cursor:pointer;
	margin-bottom:0px;
	border-bottom: solid 3px #cbcbcb;
}

.menudiv img 
{
	/*border-top: solid 6px #eeeedb;*/

}

#page
{
	height:100%;clear:both;
}

#header {
	height:211px;
	width:1118px;
	margin:auto;
}

#header_topright {
	height:211px;
	float:left;
	width:117px;
	background-image: url(images/bo_head_tr.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#header_topcenter {
	height:211px;
	float:left;
	width:870px;
	background-image: url(images/bo_head_tc.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#header_topleft {
	height:211px;
	width:122px;
	float:left;
	background-image: url(images/bo_head_tl.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/*
#page {
	width: 950px;
	margin: 0px auto;
	background: #FFF url('images/page_background.jpg') top center repeat-y;
	padding: 0 10px 0 10px;
}

#header {
	width: 100%;
	background: #000;

	height: 100%;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	
}

#header h1 a {
	color: #fff;
}

.description {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#header #header_right {
	float:right;
	width: 390px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 480px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 20px;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 500px;
	line-height: 1.6em;
	padding-left: 20px;
	padding-top: 20px;
}

#sidebar {
	float: right;
	width: 410px;
	margin-left: 0px;
	padding-top: 20px;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	background: #FFF url('images/header_footer_img.jpg') top center repeat-y;
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 480px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 390px;
	margin-left: 0px;
}


*/
/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 3.0em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 18pt;
	text-decoration: none;
	color: #333;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-family:Microsoft Sans Serif;
	font-weight:normal;
	}
.post h2 a:hover, img a:hover
{
	background-color:#fcfcfc;
	text-decoration:none;

}
.post {
	font-size: 1.2em;
	margin-bottom: 30px;
	text-align: left;
	line-height:150%;

}

.post p {
	padding: 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
}

.post li {
	padding: 2px 0 2px 0;
}

.entry {
	margin-bottom: 10px;
	text-align: justify;
}

.entrytext .postmetadata {
	margin-top: 20px;
	text-align: justify;
}

.postmetadata {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: right;
}

.postmetadata alt {
	border-top: 1px dashed #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

.navigation {
	display:block;
	margin-bottom: 30px;
}

#nav {
    list-style-type : none;
    text-align : center;
   	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 3.15em;
	height : 40px;
}

#nav a {
   margin: 0px;
   width : 94px;
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : block;
   padding: 0 0 10px 0;
}

#nav a:hover {
	background: #cbcbcb;
	text-decoration:none;
}

#nav li {
	float: right; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}
 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 0px 0px 10px 0;
	padding: 0px 10px 5px 10px;
padding-left:30px;
padding-bottom:0;
margin-bottom:0;
	/*background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;*/
}


code{
	font:1.2em 'Courier New',Courier,Fixed;
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

a img {
	border: 0;
}


/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
}
#sidebar
{
	width:300px;
	height:100%;
	float:right;
	border-left:solid 0px #eee;
	font-family:verdana;
	font-size:7pt;
	padding-top:20px;
	padding-right:15px;
}
#sidebar .sidebar_left ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #EDE0B3;
	font-size: 1.5em;
}

#sidebar .sidebar_right ul h2 {
	padding-bottom: 10px;
	border-bottom: dashed 1px #D3C69B;
	font-size: 1.5em;
}

#sidebar ul li {
	list-style:none;
	line-height:1.6em;
	font-size: 1.1em;
	padding-top:3px;
	padding-bottom:3px;
}

#sidebar ul li:first-letter {
	color:#888;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li {
	border-bottom: dashed 1px #EDE0B3;
}

#sidebar .sidebar_right ul ul li {
	border-bottom: dashed 1px #D3C69B;
	font-size: 1.0em;
}

#sidebar a:hover {
	text-decoration: /*underline;*/ none;
}

#sidebar .sidebar_left {
/*	width: 185px;
	float: left;
	padding: 0 10px 0 10px;
*/
	width:00px;border:solid 0px #eeeef0;padding:0px;float:left;padding-top:20px;
}

#sidebar .sidebar_right {
/*	width: 185px;
	float: right;
	padding: 0 10px 0 10px;*/
	width:270px;border:solid 0px #eeeef0;padding:0px;float:right;padding-top:0px;
}

/*--------------Comments--------------*/

#comments {
	font-size: 1.6em;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom:20px;
}

#respond {
	font-size: 1.6em;
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	font-size: 1.2em;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	background-color:#f5f5f5;
}

ol.commentlist li.alt p, ol.commentlist li p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:1.6em;
}

#comment_title {
	margin-bottom: 5px;
}

#comment_title span {
	font-weight:bold;
	font-size:1.2em;
	
}

#comment_title span a {
	color:#000;
}
#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:99%;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 300px;
	border:0px;
	color: #777;
	padding:10px;
	background: url(images/search.jpg) top left no-repeat;
}
#q input {
	color: #777;
	padding:10px;
	background: url(images/search.jpg) top left no-repeat;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 180px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: right;
	margin-left: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}




/* ----------------------- Awards -------------------*/

div.award_subframe  {
min-height: 1px;
}
 
.award_subframe
{
	border:solid 1px #888;
	width:205px;
	float:left;
	padding:10px;
	text-align:center;
	margin:7px;
	height:250px;
	line-height:250px;
	vertical-align:middle;
}

.award_title
{
	background-color:#eee;
	margin-bottom:10px;
	width:100%;
	float:left;
	padding:3px;
}

.award_title a
{
	color:black;
}

.award_frame
{
	overflow:hidden;
	padding:0px;
	border:solid 1px #eee;
	text-align:center;
	margin-bottom:50px;
	margin-top:3em;
}

.award_recipe_title
{
	background-color:#eee;
	text-align:center;
	width:100%;
	float:left;
	padding:3px;
	margin-top:10px;

}

.award_title a
{
	font-size:1em;
	font-weight:bold;
	padding-right:10px;
}

.award_subframe a, .award_subframe a img
{
	vertical-align:middle;
	border:solid 1px #fff;
}

p.award_text
{
padding:20px;
}

p.award_text img 
{
margin:0px;
padding:0px;
}

.gal_image
{
	width:140px;
	height:138px;
	background-color:#ffffff;
	cursor:pointer;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center center;
	white-space:nowrap;
	border-collapse:collapse;
	padding-left:2px;
	overflow:hidden;
}

a.special_a:hover
{
	background-color:#fcfcfc;
}

a.special_b:hover
{
	background-color:#efefef;
}
