/*
Theme Name: Bakerella
Theme URI: http://www.bakerella.com	
Description: Custom Theme Designed for Bakerella
Version: 1.0
Author: Heather L. Sanders, OMSH
Author URI: http://www.ohmystinkinheck.com
Tags: 
*/
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
.radioboxes label {
	display:inline !important;
	float:left;
	margin:1px 0 0 18px !important;
}
.post .content ul {
	list-style:none;
	padding:0 0 21px 22px;
	margin:0;
}
.post .content ul li {
	background:url(images/bullet-2.gif) no-repeat 0 5px;
	padding:0 0 0 15px;
}

.top-menu li a,
.footer-menu li a,
.post strong.date{
       text-transform: uppercase;
}


ul.post-links {
	list-style:none !important;
	padding: 0 0 0 !important;
	margin:10px 0 0 !important;
	width:100% !important;
	overflow:hidden !important;
}
ul.post-links li {
	float:left !important;
	background:url(images/sep.gif) no-repeat 0 60% !important;
	padding:0 12px 0 13px !important;
	margin:0 13px 0 -13px !important;
}
ul.post-links li.gray a {color:#999 !important;}
strong.recent-heading{
	color:#FEB5BD;
}
.comment-form label {
    float:left;
    width:89px;
    padding:0 11px 0 0;
    color:#797979;
    font-size:14px;
    text-align:right;
    margin:0;
    line-height:16px;
}
.comment-form .txt {
    float:left;
    background:#f5f5f5;
    border:1px solid #bbb;
    padding:2px 2px 3px;
    width:191px;
    line-height:14px;
    font-size:12px;
    height:15px;
    margin:0;
}
.links ul.tabset li a{
	text-transform: uppercase;
}
ul.top-menu .active a {
	text-decoration: none;
}
.body .post .content a{
	color: #CC6666;
}

a.page-numbers,
span.current{
	margin-right: 5px;
}

span.current {
	color: #FF9999;
	text-decoration:none;
}
/* mediaboxAdvanced - white theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff !important;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	/*background: transparent url(images/80.png) repeat;*/
	opacity: 0.7;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.40);
}

#mbCenter.mbLoading {
	background: #fff url(images/WhiteLoading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #333;
}

#mbImage a:hover, #mbImage a:active {
	color: #000;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle {
	display: inline;
	color: #000;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #333;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #333;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 83px;
	background: transparent url(images/WhitePrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 54px;
	background: transparent url(images/WhiteNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 65px;
	background: transparent url(images/WhiteClose.gif) no-repeat center;
}

/*	Styles for flash version alert	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #700;
	font-weight: bold;
	text-decoration: underline;
}
#mbCenter{
	margin-top: 50px !important;
	top: 50px !important;
}
.comment-pages li {
	color: #FF9999;
}
.labels {
	width:100% !important;
	overflow:hidden !important;
	font-size:9px !important;
	color:#999 !important;
}
.labels a {color:#999 !important;}
.labels span {float:left !important;}
.labels ul li{
	float:left !important;
	list-style:none !important;
	padding:0 0 0 3px !important;
	margin:0 !important;
	background: none !important;
}
.pager_text {
	color:#999999 !important;
}
.body h2{
	margin-bottom: 10px;
}
.body h2.pop-stars{
	margin-bottom: 8px;
}
.pop_stars_page{
	padding-top: 0px !important;
}
.pop_stars_page img{
	margin-bottom: 25px;
}
.body div.category_description{
	margin-top: 25px;
	margin-bottom: 25px;
}
.hide-title{
	display: none;
}
.search_results_page .comment-pages{
	padding-top: 9px;
	padding-bottom: 34px;
}
.centered-ad .inner .textwidget {
	margin:0 !important;
	overflow:hidden;
}
/**/
.archive-years{
	width: 300px !important;
	padding-bottom: 0 !important;
}
.archive-most-recent{
	padding-top: 0 !important;
}


/* Images in h5 */
a img {
border: none;
}

h5 {
margin: 10px;
padding: 0;
line-height: 1.3em;
font-size: 0.85em;
font-weight: normal;
text-align: center;
}

h5 img {
padding: 5px;
background-color: white;
border: 1px solid silver;
}

h5.right, h5.alignright {
margin: 2px 0 2px 10px;
text-align: center;
font-weight: normal;
float: right;
}

h5.left, h5.alignleft {
margin: 2px 10px 2px 0;
text-align: center;
font-weight: normal;
float: left;
}

h5.center {
text-align: center;
font-weight: normal;
}

h5.center img {
margin: 0 auto;
}

h5 a {
text-decoration: none !important;
color: #696969;
}

h5.noborder img {
border: none;
}

.social {
 color: #663333;
 font-size: 11px;
 font-weight: bold;
 line-height: 13px;
 background: url("../images/bg-caregories-bottom.gif") no-repeat scroll 0 100% #E6E7E8;
 padding:2px 0 18px;
 height:1%;
 width: 271px;
}
.textwidget .caregories.subscribe a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("images/social-icons-sprite.png") 0 0 no-repeat;
	overflow: hidden;
	margin: 15px 15px 0 0;
}
.textwidget .caregories.subscribe a.last {
	margin-right: 0;
}


/* FV RECIPE SEO */

.hrecipe {
	background: #FFF2F2;	
	padding: 10px;
	margin: 10px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
}
#rcp_head {
	min-height: 100px;	
}
#rcp_tabs {
	float: left;
	width: 330px;
}
#rcp_tabs div {
	margin: 5px 0;
}
.rcp_thumb {
	float: right;
	width: 120px;
	text-align: right;
}
.body .post .content a.print-button {
	width: 100px;
	float: right;
	display: block;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	background: #FEB5BD;
	color: #663333;
	line-height: 20px;
	text-transform: capitalize;
}

.body .post .content a.print-button:hover {
  text-decoration: none;
}

.rcp_thumb .photo {
	float: right;
	margin: 10px 0 0 0;
}
.times, .servings {
	display: inline-block;
	width: 80px;
	font-weight: bold;	
}
.post .content #rcp_details ul  {
	margin: 0;
	padding: 0;
}
.post .content #rcp_details ul li {
	list-style: none;
	background: none;
	padding: 0;
}
.post .content #rcp_details ul li span {
	display: inline-block;
}
.instructions ol {
	padding: 0 0 0 20px;	
}
h3.main-h3 {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}

#sponsor-image {
  float: left;
  margin: 0 15px 15px 0;
}

#sponsor-description {
  padding-top: 10%;
  color: #888888;
}
.clear {
	clear: both;	
}
#left-ad img {
	max-width: 300px;	
}
#right-ad img {
	max-width: 165px;
}
.site-info {
	float: left;
	width: 350px;
}
.site-generator {
	float: right;
	width: 600px;
	text-align: right;
}


