/*
 Theme Name:   Tempera Child
 Template:     tempera
*/

@import url("../tempera/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#cryout_ajax_more_trigger {
	display: none !important;
}
#main{
	margin-top: 0px !important;
}
body{
	background-color: rgba(160, 83, 118, .5) !important;
}
/*recipe CSS*/
.zlrecipe-container-border{
	clear: both;	
}
#zlrecipe-title{
	text-transform: uppercase;
}
#zlrecipe-container .bold, #zlrecipe-container .strong{
	color: #61928C;
}
#zlrecipe-container {
	background-color: #f7f5e7; 
}
#zlrecipe-container .heading-one, #zlrecipe-container .h-1 {
	font-size:1.75em !important;	
}
#zlrecipe-container .heading-one, #zlrecipe-container .h-2 {
	font-size:1.5em !important;
}
#zlrecipe-container .heading-one, #zlrecipe-container .h-3 {
	font-size:1.25em !important;	
}
#zlrecipe-container .heading-one, #zlrecipe-container .h-4 {
	font-size:1em !important;	
}
#zlrecipe-container {
	border:2px dashed #61928C;
	border-radius:5px;
}
#zlrecipe-container .border-bottom, #zlrecipe-container .b-b {
    border-bottom: 1px solid #61928C !important;
}
#zlrecipe-container #zlrecipe-title{	
	font-size:1.75em;
}
#zlrecipe-container p {
    line-height: 1.2em !important;
    margin: 0.5em 0 !important;
}
#zlrecipe-container ul {
	margin: 0px !important;
}
#zlrecipe-container .zlrecipe-print-link {
    margin-top: 8px !important;
    padding-left: 0.5em;
}
#zlrecipe-container .zlrecipe-print-link .butn-link {
	background-image:none !important;
	padding:0px !important;
}
.ingredient-label{
	
}

/*end recipe CSS*/
#site-title{
	line-height: 50px !important;
}
#site-description{
	margin-left:20px;
}
#header-container{
	padding-left: 20px;
}
.spacerBox2{
	clear: both;
	width: 100%;
	height: 1px;
}
.synved-social-container{
	float: left;
	width: 50%;
}
.widgetDiv a{
	font-size: 10px !important;
	line-height: 10px !important;
}
.addTitles h2{
	float: left;
	width: 100%;
	color: #639e43 !important;
}
.addBox2{
	width: 405px;
	max-height: 400px;
	overflow: hidden;
	float: left;
	margin: 20px 0px;
}
.addBox2Right{
	float: left;
	width: 265px;
	clear: right;
	padding: 0px 10px;
}
.addBox2Left{
	width: 120px;
	float: left;
}
.spacerBox{
	clear: both;
	float: left;
	width: 100%;
	height: 1px;
}
.column-header-image{
	font-size: 22px!important;
	text-align: center;
}
.left-floated-featured-image{
	float: left;
	margin: 10px 20px 20px 0px;
	box-shadow: 8px 8px 20px #888888;
	height: 270px;
	width: 360px;
}
.new-entry-meta{
	float:left;
	/*width:470px;*/
	width: 52%;
	margin: 10px 0px 0px 0px;
}
.post-entry-content{
	wordwrap: break-word;
}
.blog-yumprint-recipe {
	clear:both;
	margin-top:10px;
}

.column-header-image{
	height: 57px;
	overflow: hidden;
}
#front-columns{
	padding-top: 30px;
}
.nivo-caption{
	right: 20px;
	bottom: 20px;
	height: 41%;
	width: 50%;
}
.copyright-text{
	display: block;
	float: right;
	text-align: right;
	padding: 5px 20px 5px;	
	text-transform: uppercase;
	font-size: 11px;
}

img.alignright {
	max-width:50% !important;
}
img.alignleft {
	max-width:50% !important;
}
img.aligncenter {
	max-width:50% !important;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}