/* CSS Document */
body { font: 12px  Verdana, Helvetica, Arial, sans-serif; color: #000000; -webkit-print-color-adjust: exact; }
form  {margin-bottom: 0px;}
img, a {border:none;}

.contentContainer  {
	width: 758px;
	border: 1px solid #e5e03e;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	margin: 16px 20px;
	padding-bottom: 40px;
	box-shadow: 0px 0px 18px #D7D7D7;
	float: left;
    background-color: white;
}

.contentContainer.contentPadding  {
	width: 738px;
	padding: 10px 10px 40px 10px;
	font-size:14px;
}

.recipesImage {
	margin: 10px auto;
	display: block;	
}

.searchRecipes  {
	background: #015092;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 14px;
	margin: 10px 27px;
	color: white;
}

.searchRecipes a {
	font-size: 12px;
	font-style: italic;
	color: #ffecd1;	
	margin-left: 26px;
	color: #f5e257;
    text-decoration: underline;
}

.searchRecipes a:hover {
	font-style: italic;
	color: #f2da38;	
}

.searchRecipesWide  {
	background: #015092;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 14px;
	margin: 8px;
	color: white;
}

.searchRecipesWide a {
	font-size: 12px;
	font-style: italic;
	color: #f5e257;
	margin-left: 26px;
    text-decoration: underline;
}

.searchRecipesWide a:hover {
	font-style: italic;
	color: #f2da38;	
}


.searchButton {
	background: #f2da38;
	border: 0px;
	font-size: 14px;
	color: #000;
	width: 80px;
	padding: 2px 8px;
	text-transform:uppercase;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline;
	cursor:pointer;
}

.searchButton:hover {
	background: #f2eab2;
}

.searchField  {
	background: #fff;
	border: 0px;
	font-size: 14px;
	color: #000;
	padding: 2px 8px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	display: inline;
	margin-left: 12px;
}

.categoryHeader  {
	background: #f4de4a;
	text-transform:uppercase;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 5px 14px;
	margin: 10px 27px;
	color: #015092;
}

.categoryContainer  {
    margin-left: 19px;
	float: left;
}

.categoryContainer a {
	font-size: 14px;
	width: 160px;
    margin: 6px 10px 5px 10px;
	float: left;
	color: #61ac36;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.categoryContainer a:hover {
	color: #12407b;
}

.categoryContainer img {
	width: 160px;
	height: 160px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-bottom: 8px;
    display: block;
}

#advancedSearch{
	cursor:pointer;
}

.advancedSearch {
	display:none;
	width:96%;
	padding: 3px 2%;
	margin: 10px 27px;	
	float:left;
}

.resultsContainer  {
	margin: 18px 20px;
}

.noResults{
	padding: 15px 0px 0px 8px;
	font-size: 12px;
}

.searchNav  {
	margin: 20px 28px;	
}

.Subheading  {
	font-size: 16px;
	font-weight: bold;
	color: #12407b;
	text-transform: uppercase;
	float: left;
}

.searchAlpha  {
	float: right;
	color: #eb1c24;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	
}

.searchAlpha a {
	color: #eb1c24;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.searchAlpha a:hover {
	text-decoration:underline;
}

.viewing  {
	font-size: 12px;
	color: #12407b;
	float: left;
	margin-top: 18px;
	clear: both;
}

.paging {
	font-size: 12px;
	color: #12407b;
	float: right;
	margin-top: 18px;
}

.paging a {
	font-size: 12px;
	margin-top: 18px;
	color: #61ac36;
	margin-left: 4px;
}

.paging a[disabled] {
	color: #12407b;
}

.resultsContainer a {
	font-size: 14px;
	width: 133px;
	margin: 5px;
	float: left;
	color: #61ac36;
	text-transform: uppercase;
	text-align: center;
	margin-top: 6px;
	text-decoration: none;
}

.resultsContainer a:hover {
	color: #12407b;
}

.resultsContainer img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	margin-bottom: 8px;
    display: block;
}

.advancedCategories  {
	font-size: 13px;
	color:	#12407b;
	width: 100%;
}

.advancedRow  {
	padding: 2px 0px;	
}

.recipeViewTop{
	width:100%;
	float:left;
	margin:10px 0 20px 0;
	font-size: 13px;
}

.backtoSearch{
	display:block;
	float:left;
	font-size:12px;
}

.printRecipe{
	display:block;
	float:right;
	font-size:12px;
}

.printRecipe img, .backtoSearch img{
	display:inline-block;
	padding-right: 10px;
	margin-bottom: -2px;
}

.printRecipe span, .backtoSearch span{
	display:inline-block;
	text-decoration:underline;
	color:#286d00;
}

img.recipeImage{
	float:left;
	width:auto;
	height:auto;
	max-width:46%;
	padding:0;
	margin:0;
	border-radius:7px;
}

.recipeInfo{
	float:right;
	width:46%;
}

.recipeInfo h1{
	color:#015092;
	font-size:26px;
	display:block;
	border-bottom:1px solid #c1e4f7;
	padding-bottom:5px;
	margin:10px 0 5px 0;
}

.recipeViewBottom{
	width:100%;
	float:left;
	margin: 20px 0 10px 0;
}

.recipeViewLeft{
	width:46%;
	float:left;
}

.recipeViewQuickFacts{
	width:100%;
	float:left;
	margin-bottom:30px;
}

.recipeViewQuickFacts h2{
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	background:#015092;
	color:#ffffff;
	font-size:18px;
	padding: 5px 10px;
	display:block;
	margin:0;
	font-weight:normal;
}

.recipeViewStepVideo {
    text-align: center;
}

.recipeViewStepVideo span {
    padding: 2px 5px;
    margin: 0 0 5px;
    background: #61ac36;
    border-radius: 7px;
    -moz-border-radius: 7px;
    box-shadow: 0 2px #286d00;
    color: white;
    line-height: 27px;
}

.recipeViewStepVideo a {
    color: white;
    text-decoration: none;
}

.videoOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.5)
}

.recipeViewQuickFactsBox{
	background:#fcf6cd;
	width:96%;
	padding: 2%;
	margin:0;
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
}

.recipeViewQuickFactsBox span{
	padding: 2px 5px;
	margin: 0 0 5px;
	background:#f4de4a;
	border-radius: 7px;
	-moz-border-radius: 7px;
	color: #015092;
	line-height:27px;
}

.recipeViewIngredients{
	width:100%;
	float:left;
	margin-bottom:30px;
}

.recipeViewIngredients ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

.recipeViewIngredients ul li{
	border-bottom:1px solid #ffd494;
	padding: 7px 10px;
}

.recipeViewIngredients h2, .recipeViewDirections h2{
	border-radius: 7px;
	-moz-border-radius: 7px;
	background:#015092;
	color:#ffffff;
	font-size:18px;
	padding: 5px 10px;
	display:block;
	margin: 0 0 5px 0;
	font-weight:normal;
}

.recipeViewIngredients h3{
	font-size:14px;
	padding: 0px 10px;
}

.recipeViewIngredients .subRecipe{
	color: #015092;
	text-transform: uppercase;
	text-decoration: none;
}

.recipeViewIngredients a:hover{
	color: #12407b;
}

.recipeViewRight{
	width:46%;
	float:right;
}

.recipeViewDirections{
	width:100%;
	float:left;
	margin-bottom:30px;
}

.recipeViewDirections ol{
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
	width:90%;
	margin: 0 5%;
}

.recipeViewDirections ol li{
	position: relative;
	padding: 10px 0 10px 15px;
	list-style: none;
	margin-left: 20px;
}

.recipeViewDirections ol > li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	margin-top:2px;
	margin-right: 8px;
	color: white;
	background: #286d00;
	text-align: center;
	line-height:20px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	font-style:normal;
}

#twitter-widget-0{
	width:90px!important;
}

a.addthis_button_pinterest_pinit iframe{
	width:50px!important;
}

.bgGrad {
    background: url(../images/bggrad.png) repeat-x bottom;
}