/* @override http://mura:8500/mura/default/includes/themes/merced/css/site.css */

/*	Theme: Merced */

/* @group GLOBALS
===================================== */

html,body {
	background-image: url(../images/bg-dot.png);
	background-position: bottom left;
	height: 100%;
	background-attachment:fixed;
	}
body{
	background-image: url(../images/bg-page.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	color: #434343;
	}

	
* { -moz-outline: 0; }

hr {
	clear: both;
	height: 0;
	margin: 2em 0;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	}

a {
	text-decoration: none;
	color: #007f9a;
	}

a:hover {
	color: #52C4D2;
	text-decoration: underline;
	}


/* @group Globals - Tables
===================================== */

.content table {
	width: 100%;
	margin-top: 30px;
	}

th {
	border: 1px solid #777;
	color: #333;
	background: #A5C03C;
	}

td {
	padding: 10px;
	border: 1px solid #d6d6d6;
	}

tr.alt td { background: #eee; }  /*Move*/ 

/* @end Globals - Tables
-------------------------------- */


/* @group Globals - Forms
===================================== */

#primary form {
	padding: 2em;
	background: #DEF1A8;
	overflow: hidden;
	max-width: 504px; /*width of #primary in three column layout*/
	border: 1px solid #DEF1A8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	}

#primary #svSearchResults form {
	max-width: 100%;
}

#primary fieldset {
	border: none;
	padding: 0;
	}


#primary legend {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #A5C03C;
	}

#primary label {
	padding-top: .5em;
	line-height: 1;
	}

.submit, .buttons input {
	float: right;
	height: 2em;
	line-height: 2.1em;
	border: none;
	padding: 0 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #007f9a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	}

/* @group Globals - Forms - Search
===================================== */

#searchForm {
	
	margin: 0;
	padding: 0;
	}

#searchForm fieldset {
	padding: 0;
	border: 0;
	}

#searchForm input.text {
	width: 160px;
	font-style: italic;
	padding: 1px;
	}

#searchForm .submit {
	}

/* @end Globals - Forms - Search
-------------------------------- */


/* @group Globals - Forms - Login
===================================== */

/* @group Globals - Forms - Login
===================================== */

#login {
	padding-bottom: 1em !important;
	}

#login ol {
	padding-top: 0;
	}

#svLoginContainer input.text {
	width: 99%;
	}

#svLoginContainer p.required {
	float: none;
	clear: both;
	}

#sendLogin fieldset {
	margin-top: -.5em;
	padding-top: .25em;
	}

/* @end Globals - Forms - Login
-------------------------------- */

.sidebar #login {
	padding: 0;
	}

/* @end Globals - Forms - Login
-------------------------------- */


/* @group Globals - Forms - Comments
===================================== */

#svComments {
	margin-top: 3em;
	padding-top: 2em;
	}
#svComments h2{
	border-bottom: 4px dotted #E6E6E6;	
}
#svComments dl {
	padding:10px 0px;
	border-bottom: 4px dotted #E6E6E6;
	}
#svComments .dateTime, #svComments .from{
	color: #777;
	margin:5px 0px;
}
dd.comment{
	margin-left:10px;
}
dd.comment p{
line-height: 1.5em;
}
#thanks{
	border:4px solid #A5C03C;
	background-color:#DEF1A8;
	margin:10px 0;
	padding:10px;
	font-size:24px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
form#postcomment{
margin:20px auto;
}

/* @end Globals - Forms - Comments
-------------------------------- */

/* @end Globals - Forms
-------------------------------- */

/* @end GLOBALS
-------------------------------- */



/* @group HELPER CLASSES
===================================== */

.clearfix:after {
	content: " "; /* Avoid extra space */
	}

/* @end HELPER CLASSES
-------------------------------- */



/* @group LAYOUT
===================================== */
#container {
	background-image: url(../images/bg-container.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 17px 0px 0px 0px;
	width: 1000px;
}

#content {
		clear: both;
		min-height: 404px;
		padding-bottom:20px;
	}

#homepage #content {
	margin-top: 0;
	}

#primary {
	float: left;
	width: 100%;
	color: #232323;
	}

.twoColSL #primary {
	float: right;
	width: 675px;
	}

.twoColSR #primary {
	float: left;
	width: 675px;
	}

.threeCol #primary {
	width: 475px;
	}

.content,
.sidebar {
	min-height: 100px; /*Fixes odd no-content disappearing bug.*/
	}

#left {
	float: left;
	width: 180px;
	margin-right: 20px;
 	}

#right {
	float: right;
	width: 180px;
	margin-left: 20px;
	}

.threeColSR {
	width: 180px;
	}

.sidebar {}
#left.sidebar {}
#right.sidebar {}


/* @group Layout - Header
===================================== */
#header {
	float: left;
	position: relative;
	}

#logo{
	display: block;
	float: left;
	width: 316px;
	height: 73px;
	margin: 0 0 20px;
	text-indent: -9999px;
	background: url(../images/eatingwithangela.png) no-repeat;
	font-size:16px;
	}

#header .navUtility {
	position: absolute;
	top: 32%;
	right: 225px;
	}

/* @end Layout - Header
-------------------------------- */


/* @group Layout - Right
===================================== */

#right {
	/*background: #f2f2f2;*/
	}

/* @end Layout - Right
-------------------------------- */


/* @group Layout - Footer
===================================== */
#footer {
	background-color: #52C4D2;
	padding: 20px;
	margin: 0 auto;
	padding: 0 20px;
	width: 875px;	
	clear: both;
	min-height:200px;
	}
#footerCol1, #footerCol2 {
	float: left;
	text-align: left;
	width: 427px;
	}
#footerCol1 {
	width: 427px;
	margin-right: 20px;
	}

#footer h3{
	font-size:16px;
	text-shadow: #FFF 0px 0px 10px;
	color:#C50855;
}

#footer p {
	/*float: right;*/
	font-size: .9em;
	color: #999;
	}
#footer a:hover{
	color:#FFF;
}

.ttDate, .commentDate{
color:#FAFEE4;	
}

#footer dd{
margin-left:10px;
line-height:1.5em;
}

#footer dd span{
margin-left:-10px;
}

#copyright{	
padding-top: 20px; clear: both; text-align: center; font-size: 10px; color: #777;
}

#footerWrapper{
	background-image: url(../images/cap-bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0px auto 20px auto;
	padding: 0px 0px 17px 0px;
}
/* @end Layout - Footer
-------------------------------- */

/* @end LAYOUT
-------------------------------- */



/* @group NAVIGATION/UI
===================================== */

/* @group Nav - Sequential
===================================== */
.navSequential li {
display: block;
width: 318px;
padding: 5px !important;
text-align: center;
background-color:#F7D6E5;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
ul.navSequential li.newer {
float: right;
}
/*
margin-right: 5px;
margin-left: 5px;

*/
ul.navSequential li.older {
float: left;
}
ul.navSequential {
margin-top: 2em !important;
display: block;
float: left;
width: 100%;
}

ul.navSequential li a, ul.navSequential li a:hover{
display: block;
padding-top:25px;
background-position: top center;
background-repeat: no-repeat;
}

ul.navSequential li.newer a{
background-image: url(../images/newer.png);
}

ul.navSequential li.older a{
background-image: url(../images/older.png);
}

ul.navSequential li a:hover{
text-decoration:none;
background-color:transparent;
}

/* @end Nav - Sequential
-------------------------------- */


/* @group Nav - Breadcrumb
===================================== */

#crumbList {
	margin: 0 0 20px 0;
	}

#crumbList li {
	font-size: 12px;
	color: #CCC;
	}

#crumbList li a:hover {
	text-decoration: underline;
	}
/* When there's no crumbs, like on the home page... */
#homepage #content{
	padding-top:32px;
	}

/* @end Nav - Breadcrumb
-------------------------------- */

/* @group Nav - Utility
===================================== */

.navUtility {
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.navUtility li {
	display: inline;
	margin: 0 .5em 0 -0.5em;
	padding: 0 10px;
	list-style: none;
	font-size: 1em !important;
	}

#footer .navUtility {
	float: left;
	}

#footer .navUtility li {
	padding: 0 5px;
	border-left: 1px solid #cfcfcf;
	}

#header .navUtility li {
	border-left: 1px solid #959595;
	}

#footer .navUtility li a {
	font-size: .9em !important;
	color: #999;
	}

/* @end Nav - Primary
-------------------------------- */

/* @group Nav - Primary
===================================== */
#navPrimary {
	border: 1px solid #8E0438;
	border-left: none;
	border-right: none;
	font-weight: normal;
	font-size:16px;
	height: 30px;
	list-style: none;
	margin:15px 0 0 0;
	width:539px;
	text-align:center;
	}

#navPrimary li {
	margin: 0;
	padding: 0;
	list-style: none;
	display:inline;
	}

#navPrimary a {
	margin: 0 15px;
	padding: 0 15px;
	line-height: 30px;
	color: #007F9A;
	text-decoration: none;
	}

#navPrimary li a:hover, #navPrimary li.current a{
	}

#navPrimary li:hover a, #navPrimary li li:hover a:hover, #navPrimary li.sfhover a:hover {
	color: #52C4D2;
	}

#navWrapper {
	padding:2px 0px 0px 20px;
	float: left;
	width:539px;
}
	
	
#navWrapper form{
	text-align:right;
}

#navWrapper fieldset{
	margin:0;
}
#txtKeywords {margin-right:.5em;}

/* @end Nav - Primary
-------------------------------- */





/* @group Nav - Secondary
===================================== */

.navSecondary {
	margin: 0 0 4em;
	padding: 0;
	list-style: none;
	height: auto;
	}

.navSecondary li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #d6d6d6;
	line-height: 1.2;
	}

.navSecondary .last {
	border: 0;
	padding-bottom: 0;
	}

.navSecondary li ul {
	margin: .5em 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

.navSecondary li {
	margin-bottom: .5em;
	}

.navSecondary li a {
	display: block;
	}
.navSecondary li a:hover {
	}

.navSecondary li.current a {
	font-weight: bold;
	color: #ff3405;
	}


/* @group Nav - Secondary - Second Level
===================================== */

.navSecondary li.current ul {
	}

.navSecondary li li {
	margin: 0 0 .5em 1em;
	padding: 0;
	border-bottom: none;
	list-style: none;
	line-height: 1.2em;
	}

.navSecondary li.current li a {
	font-weight: normal;
	color: #434343;
	}

/* @end Nav - Secondary - Second Level
-------------------------------- */

/* @end Nav - Secondary
-------------------------------- */


/* @group Nav - More Results
===================================== */

.svIndex dl.moreResults {
	border:none;
	color:#C50855;
}

/*.moreResults dt {
	float: left;
	margin-right: .5em;
	}*/

.moreResults ul {
	/*float: right;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.moreResults li {
	display: inline;
	padding: 0 .25em;
	list-style: none;
	border-right: 1px solid #E6E6E6;
	color:#CCC;
	}
	
.moreResults li.resultsFound {
	padding-right: .5em;
}
	
.moreResults li.navNext {
	border-right: 0;
	}
	
.moreResults li.navPrev {
	border-right: 0;
	}

.moreResults li a {
	padding: 0;
	}

/* @end Nav - More Results
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */



/* @group MODULES
===================================== */

/* @group Galleries
===================================== */
/*Optimized Grid for 80px Thumbnails*/

#svGallery {
	border-top: 2px solid #e6e6e6;
	padding-top: 1.8em;
}

.oneCol #svGallery li {
	width: 9%;
	}
	
.twoColSR #svGallery li, .twoColSL #svGallery li {
	width: 11%;
	}

.threeCol #svGallery li {
	width: 18%;
	}


/* @end
-------------------------------- */

/* @group Calendar
===================================== */

.svCalendar table {
	margin-top: 0;
	}

.svCalendar th,.svCalendar th a{
	background: #C50855;
	vertical-align: middle;
	color:#FFF;
	}

 .svCalendar th a:hover {
	background: #52C4D2;
	color:#FFF !important;
	}

.svCalendar th a:hover {
	color: #007f9a;
	}


.svCalendar tr.dayofweek td {
	background: #A5C03C;
	color: #DEF1A8;
	}

.svCalendar th,
.svCalendar td {
	border: 1px solid #fff;
	}

.svCalendar td {
	background: #DEF1A8;
	color:#A5C03C;
	}

.svCalendar td a{
	text-shadow:#FFF 0px 0px 4px;
	text-decoration: none;
}

/* @end Calendar
-------------------------------- */

/* @group Dragable Feeds */

#svRSSFeeds form {
	background: transparent;
	}

li.boxItemHeader { /* Link of items inside dragable boxes */
	color: #007f9a;
	padding-left: 10px;
	background: url(../images/pointer_red_sm.gif) no-repeat left .25em;
	}

a.boxItemHeader { /* Link of items inside dragable boxes */
	color: #007f9a;
	}

#svAddNewFeed {
	padding: 0 !important;
	background: transparent !important;
	}

#svAddNewFeed button { /* !important used to override dragable_feeds.css */
	background: #007f9a !important;
	font-size: 11px !important;
	}

/* @end */



/* @group Features
===================================== */

#features {
	overflow: hidden;
	}

#features dl {
	float: left;
	clear: none;
	width: 213px;
	margin: 0 16px 0 0;
	}

#features dt {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	}

#features dt a {
	color: #232323;
	}

#features dt a:hover {
	text-decoration: none;
	}

#features dd {
	font-size: 1.1em;
	}

#features dd p {
	margin: -3px 0 8px;
	line-height: 15px;
	}

#features dd a {
	font-weight: bold;
	}

#features dd.image {
	float: none;
	margin: 0 0 1.7em;
	}

#features dd.image img {
	/* recommended size: */
	/*width: 213px;*/
	/*height: 120px;*/
	}


/* @end Features
-------------------------------- */


/* @group Indexes
===================================== */

.svIndex dl {
	border-bottom: 4px dotted #E6E6E6;
	}

.sidebar .svIndex dl {
	margin: .5em 0;
	padding: .5em 0 .5em;
	}

.svIndex dl.hasImage {
		padding-left: 90px;
		position: relative;
		min-height: 90px;
		}

.sidebar .svIndex dl.hasImage {
	min-height: 0;
	padding-left: 0;
	}

.svIndex dl.hasImage .image {
		float: none;
		}

.sidebar .svIndex dl.hasImage .image {
	display: none;
	}

.content .svIndex {
border:none;
padding-top:0;
}
.content .svIndex dt {
	margin-bottom: 0;
	}

.svIndex dt.releaseDate, p.releaseDate {
	text-transform: uppercase;
	color: #777;
	margin-bottom: .5em;
	font-size: 1em !important;
	}
	p.releaseDate {margin:-5px 0 10px 0;}

.svIndex dd {
	line-height: 1.2;
	}

.svIndex dd.image {
	position: absolute;
	top: 0;
	left: 0;
	}

.content .svIndex  dd.tags, .content .svIndex dd.credits{
	padding-bottom:10px;
	color:#777;
	}
	
#svTagCloud ol {
	text-align:center;	
	}
/* @group Ratings */

.content .svIndex dd.credits,
.content .svIndex  dd.comments,
.content .svIndex  dd.rating,
.content .svIndex  dd.tags{
	line-height: 20px; /* acommodate height of stars */
	}

div.stars a {
	width: 14px;
	height: 13px;
	background: transparent url(../images/rater/stars.png) no-repeat;
}

.zero { background-image: url(../images/rater/star_zero.png); }
.one { background-image: url(../images/rater/star_one.png); }
.onehalf { background-image: url(../images/rater/star_onehalf.png); }
.two { background-image: url(../images/rater/star_two.png); }
.twohalf { background-image: url(../images/rater/star_twohalf.png); }
.three { background-image: url(../images/rater/star_three.png); }
.threehalf { background-image: url(../images/rater/star_threehalf.png); }
.four { background-image: url(../images/rater/star_four.png); }
.fourhalf { background-image: url(../images/rater/star_fourhalf.png); }
.five { background-image: url(../images/rater/star_five.png); }

/* @end */

/* @group Slideshow
===================================== */
.svSlides dl {
	border: 0;
	margin: 0;
	}
	
.svSlides dl.hasImage { /* Optimized for 180px wide images. Edit image size in "site settings." Adjust here as necessary*/
	position: relative;
	padding-left: 316px;
	min-height: 344px;
	}
	
#homepage .summary{ clear:both;}

#homepage .pageTitle{ font-size: 16px;} 
	
#homepage .svSlideshow {
	position: relative;
	width: 665px;
	overflow: hidden;
	margin: 0 0 2.2em 0;
	border: 0;
	}


#homepage .svSlides dl {
	/*width: 440px;*/
	height: 200px;
	padding-bottom: 0;
	margin-right: 0;
	border: 0;
	font-size: 1em;
	background: transparent !important; /*for IE 6/7*/
	}

#homepage .svSlides dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	}

#homepage .svSlides dt.releaseDate {
	color: #CCC;
	font-size: 10px !important;
	font-weight: normal;
	padding-top:18px;
}


#homepage .svSlides dd.image { /* Optimized for 180px wide "medium" images - edit image size in "site settings." Adjust here as necessary */
	position: absolute;
	display: block;
background-image: url(../images/photos.png);
background-repeat:no-repeat;
width:296px;
height:344px;
	float: none;
	padding: 0;
	}

#homepage .svSlides dd.image img {
	display: block;
	margin:35px 35px 0px 36px;
	width:225px;
	height:225px;
	}

#homepage .svSlides .readMore {
	float: right;
	}

#homepage .svSlides .readMore a {
/*Image Instead */
	}

.svPager {
	text-align: center;
	line-height: 2;
	}

#homepage ol.svPager {
	position: relative;
	z-index: 2;
	width: 296px;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	}

ol.svPager li {

	}

ol.svPager a {
	color: #fff;
	background: #007F99;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

ol.svPager li.activeLI a,
ol.svPager a:hover {
	background: #8E0438;
		text-decoration: none;
	}



/* @end Slideshow
-------------------------------- */

/* @end Indexes
-------------------------------- */


/* @group Session Tools
===================================== */

#svSessionTools p#welcome {
	font-weight: bold;
	color: #ff3405;
	}

/* @end Session Tools
-------------------------------- */


/* @group User Tools - Categories
===================================== */

#svCategories li {
	margin: 0;
	padding: 0;
	}

#svCategories li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Categories
-------------------------------- */


/* @group User Tools - Favorites
===================================== */

#favoriteList li {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}

#favoriteList li a {
	margin: 0;
	padding: 0;
	}

/* @end User Tools - Favorites
-------------------------------- */

/* @end MODULES
-------------------------------- */


/* @Custom 
-------------------------------- */
#innerWrapper {
margin: 30px auto 0px auto;
padding: 0 20px;
width: 875px;	
}
#innerWrapper {
background-color:#FFF;
text-align: left;
}


#recipe-data{
float:left;
clear:left;
}
#recipe-data h3{font-size:16px;}
#recipe-data div.box{
margin:0 20px 20px 0;
padding:10px;
background-color:#DEF1A8;
border: 1px solid #DEF1A8;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
color:#777;
width:158px;
}
#recipe-meta-image{
width:264px;
height:318px;
padding: 0;
float:left;
margin:0 20px 20px 0px;
}
#recipe-meta-image a#svAsset{/*Make the entire image clickable*/
background-image: url(../images/photo.png) !important;
background-repeat:no-repeat;
width:224px;
height:278px;
margin:0px;
padding:20px;
}

#recipe-meta-image img{
border:1px solid #E6E6E6;	
}

#recipe-content{
float:left;
width:475px;
}
#recipe-data h4{
color:#A5C03C;
margin-top:1em;
}

#recipe-ingredients ul, #recipe-ingredients ul li.label ul{
font-style:italic;
list-style-type:none;
margin:1em 0 2em 1em;
font-weight:normal;
}

#recipe-ingredients ul li.label{
font-weight:bold;
font-style:normal;
}

/* @end Custom 
-------------------------------- */

/* EOF */