@charset "UTF-8";
/* CSS Document */

b, strong {
	font-weight: bold;
}
i, em {
	font-style:italic;
}
		
h2 {
	font-size:2em;
	line-height:1.1em;
	font-weight:normal;
	color:#870f17;
	padding: 0 0 10px;
	border-bottom: 1px solid #e5be47;
	margin:0 0 15px;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
}
h3.small {
	font-size:1em;
	font-weight:bold;
}
h3.line {
	font-size:1em;
	font-weight:bold;
	border-bottom:1px solid #e5be47;
	margin-bottom:1px;
	text-transform:uppercase;
}
h3.red-line {
	font-size:1em;
	font-weight:bold;
	border-bottom:1px solid #e5be47;
	margin-bottom:1px;
	text-transform:uppercase;
	color:#870f17;
}
h3.light-line {
	font-size:1em;
	font-weight:bold;
	border-bottom:1px solid #f1dd97;
	margin-bottom:1px;
}

hr {
	border:none;
	border-top: 1px solid #f1dd97;
	height: 1px;
	margin-bottom:10px;
}


.featured {
	text-transform: uppercase;
	font-size:.9em;
}

ul {
	margin: 0 0 10px;
}

ul li {
	padding: 0 0 1px 15px;
	background: url(../images/bullet.gif) no-repeat 7px 8px;	
}

ol {
	list-style-type:decimal;
	margin: 0 0 10px 25px;
}
ol li {
	padding: 0 0 5px 0;
}

ul.arrows {
	list-style:none;
}
ul.arrows li {
	padding: 0 0 1px 10px;
	background: url(../images/bullet-arrow.gif) no-repeat 0px 4px;
}


ul.arrows-light {
	list-style:none;
}
ul.arrows-light li {
	padding: 0 0 1px 10px;
	background: url(../images/bullet-arrow-light.gif) no-repeat 0px 5px;
}




.yellow-area .arrows a:link, .yellow-area .arrows a:visited {
	color:#333;
}
.yellow-area .arrows a:hover {
	color:#333;
}
/* Links */	
a:link {
	color:#0e2a84;
	text-decoration: underline;
}
a:visited {
	color:#0e2a84;
	text-decoration: underline;
}
a:hover {
	color:#0e2a84;
	text-decoration: none;
}
a:active {
	color:#0e2a84;
	text-decoration: underline;
}
a.graylink {
	color:#333;
}
a.graylink:hover {
	color:#333;
	text-decoration:none;
}

a.sm-icon-link {
	padding:0 0 0 17px;
	background:url(../images/ico-sun-moon.gif) no-repeat 0px 0px;
	font-size: .9em;
}

.advertise {
	text-align:right;
	color:#999;
	font-size:.9em;
}
.small {
	font-size:.8em;
}
.gray {
	color:#999;
}

.marbot1 {
	margin-bottom:1px;
}

/*Pairing notes tips*/
a.tip, a.tip2 {
	position:relative;
	z-index:999;
	}
a.tip span, a.tip2 span {
	display:none;
	padding:5px;
	width:250px;
	position:absolute;
	top:12px;
	left:0;
	}
a.tip:hover span, a.tip2:hover span{
	display:inline;
	position:absolute;
	background:#870f17;
	color:#fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	opacity: 0.95; 
	font-weight:normal;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	}

a.tip2 span {
top: 11px;	
width: 200px;
}

/*Images*/
img {
border:none;
}
img.left{
float:left;
clear:both;
margin:0 10px 10px 0;
}
img.right {
float:right;
clear:both;
margin:0 0 10px 10px;
}
.clear {
clear:both;
}
div.space {
	height:10px;
}
.print-only {display:none;}

.tagcloud span {
	padding:0 10px 0 0;
	line-height:1.8em;
}
.tagcloud span .s1 {
	font-size:1em;
}
.tagcloud span .s2 {
	font-size:1.2em;
}
.tagcloud span .s3 {
	font-size:1.4em;
}
.tagcloud span .s4 {
	font-size:1.6em;
}
.tagcloud span .s5 {
	font-size:1.8em;
}
.c-fb, .c-t { position:relative; top:-4px; margin:0 5px 0 0; }
.c-fb { line-height:16px; display:inline-block; padding:0 0 0 20px; background:url(../images/facebook_button.gif) no-repeat top left; }
.c-t { line-height:16px; display:inline-block; padding:0 0 0 20px; background:url(../images/twitter_button.gif) no-repeat top left; }
.featured-recipe {display:block; height:125px; width:288px; position:relative; border:1px solid #9a9899; text-decoration:none!important}
.featured-recipe span {display:block; position:absolute; bottom:0; background:#851114; color:#fff; font-weight:bold; padding:3px; width:282px;}
.featured-recipe a { text-decoration:none; }
