/*
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:8px 0 0 !important;
	margin: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:#CC6666;
	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;
}


