/*  
Theme Name: Mimbo
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.2
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
/*	background: #840d0f url("images/sailus-bg.jpg") no-repeat center top;*/
/*	background: #000000 url("images/site-bg.jpg");*/
/*	background: #000000 url("images/site-bg.jpg");*/
	color:#666666;
	/*padding: 13px 0 25px 0;*/
	}

/*body, select, input, textarea {*/
body {
/*	font: 100% Arial, Verdana, Sans-Serif;*/
/*	font-family:"Trebuchet MS";*/
/*	font-family: Verdana, Arial, sans-serif; font-size: 62.5%;*/
	font: 13px arial,sans-serif;
/*	font-size:1.1em;*/
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #731616;
	line-height:130%;
	text-decoration:none
	}

a:hover, a:active {
	color:#333;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

img, a:link img, a:visited img {
	border:0
	}
	
		

/* Structure */

#page {
	width:980px;
	margin:0 auto;
	line-height: 150%;
	/*font-size:0.7em;*/
	font-size: 1.1em;
	background:#FFF;
/*	padding: 10px 25px 35px 25px;*/
	padding:10px;
	padding-top:0px;
	margin-top:0px;
	}

#branding {
	width:100%;
	height:100px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

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

#leftcol {
	width:310px;
	border-right:1px dotted #b6b6b6;
	padding-right:5px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	

#rightcol .clearfloat {
}
	
#rightcol {
	width:280px;
	padding-left:18px;
	margin-top: -2px;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#f2f2f2;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #eee;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#eee;
	text-decoration:none;
	color: #a40000;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h1 {
	font-size:24px;
	padding-bottom:8px;
	border-bottom:1px solid #333;
	margin: 20px 0;
	color:#731616;
	}
h1.index { 
	border-bottom:none;
}	

.head { 
	font-size:18px;
        font-weight:bold;
        letter-spacing:-0.02em;
        background: url(/wp-content/themes/mimbo2.2/images/logo.png) no-repeat center;
        text-indent:-9999px;
        height:80px;
        text-align:center;
        width:250px;
	float:left;
        padding-top:0px;
        margin-top:0px;
}

h2 {
	font-size:18px;
	padding-bottom:8px;
	margin: 20px 0;
	color:#731616;
	}

h3, #sidebar h2 {
	font-size: 12px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#5f5f5f;
	}

.pagetitle {
	font-size:18px;
	font-family:arial;
	color:#A51E24;
	font-weight:bold;
	background-color:#eee;
	padding:5px;
	border-bottom:1px solid #ccc;
}

#sidebar h3, #sidebar h2 {
/*	border-top:5px solid #BBB;*/
	border-bottom:1px solid #BBB;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	font-size: 12px;
	}

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:15px;
	margin-bottom:1px;
	padding-bottom:0px;
	}
	
	
	
/* Content */

#content {
	width:630px;
	float:left
	}
.widecolumn {
	width:850px;
}	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	display:none;
	}

.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	}

.feature:hover {
	background:#e9e9e9;
	}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			
#leadpic {
/*	float:left;*/
	margin: 0 18px 8px 0;
	}

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:16px Arial;
	font-weight:bold;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color:#731616;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
/*	border-bottom:1px dotted #b6b6b6;*/
	padding-bottom:30px;
	padding-top:12px;
	background:url(images/swirl-line.jpg) no-repeat center bottom;
/*	padding:12px 0;*/
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#eee;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #a40000;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-top:0px;
	padding-bottom:28px;
	font-size:1.0em;
	text-align:justify;
	}
.entry p {
	  font-size:1.1em;	  
}

h3 a:link, h3 a:visited {
	color:#5f5f5f;
	}

h3 {
	font-size:12px;
}

/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
/*	padding:16px 5px 0 0; */
	}
#searchform .button {
	color:#fff;
}
.button {
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none;
	}

.button:hover {
	background:#777;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist li.tweetback {
	background-color: #94E4E8;
}

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	list-style:none;
	padding: 8px 15px 10px 15px;
	background:#fff;
	font-size:1.1em;
	border: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentlist small {
	background:#fff;
	}

.commentlist cite {
	font-size: 1.1em;
	font-style: normal;
	font-weight:bold;
	color:#1D64AD;
	}	

.commentlist cite a {
	color:#1D64AD;
	text-decoration:underline;

}

.commentlist .children li  { 
	list-style:none;
}

.commentlist .children { 
	margin-top:5px;
	font-size:11px;
}

.commentlist .children .comment-author, .commentlist .children .commentmetadata a {
	font-size:11px;
}


.commentmeta span {
font: bold 0.83em Helvetica, Arial, Helvetica, sans-serif;
color: #b6b6b6;
display: inline-block;
margin: 0
0 0 3px;
vertical-align: top
}
.reply
a {
float: right;
font: bold 0.92em Helvetica, Arial, Helvetica, sans-serif;
color: #8999c3;
background: transparent url(sprite-arrows.gif) no-repeat scroll 100% -198px;
padding: 0 16px 0 0;
text-decoration: none;
margin-bottom:20px;
}
#respond
p.desc {
font: 1.00em Helvetica, Arial, Helvetica, sans-serif;
color: #484747;
line-height: 18px;
margin: 0
0 25px
}
#respond
label {
font: bold 1.00em Helvetica, Arial, Helvetica, sans-serif;
color: #838383;
display: block;
margin: 0
0 3px
}

.comment-author {
/*font: bold 1.50em Helvetica, Arial, Helvetica, sans-serif;*/
color: #3151a2;
text-decoration: none;
margin: 3px
3px 0 0;
display: inline
}

.commentlist li .comment-text
.commentmeta {
margin: 0 0 0 61px;
}

.commentmetadata { 
	margin: 0 0 0 61px;
}
.comment-author { 
	  margin: 0 0 0 14px;
}

.comment  { 
padding-bottom:20px;
}
.comment-author
a {
color: #3151a2
}
.comment-author span
a {
color: #99a7cb
}

.commentlist li .comment-author img.avatar {
width: 38px;
height: auto;
float: left;
padding: 3px;
background: #FFF;
border-bottom: 1px solid #d7d7d7;
border-left: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2
}


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	padding-top:15px;
/*	color:#FFF;*/
	}

#footer a {
	color:#acabab;
	}

.ingredients, .recipe-box{ 
margin: 12px 0 0 0;
padding:20px;
background: #eee;
 line-height:160%;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius:10px;
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom-left-radius: 10px 10px;
-moz-box-shadow: 4px 4px 4px #ccc;
-webkit-box-shadow: 4px 4px 4px #ccc;
box-shadow: 4px 4px 4px #ccc;
}
			  			  
						  .ingredients p			{ padding:0px 0 0px 0; margin:0; background: url(http://www.sailusfood.com/wp-content/themes/default/images/link-line.gif) repeat-x top left; line-height:160%; }

						  .ingredients p.spacer 	{ color: white; line-height:150%;}
						  .ingredients p a		{ background: url(http://www.sailusfood.com/wp-content/themes/default/images/link-line.gif) repeat-x bottom left; }

						  .ingredients .title		{ color:#731616; font-weight:bold; }
						  .ingredients .source	{ color: #aaaaaa; font-style: italic;}
						  .ingredients .time	{ color: #aaaaaa; font-style: italic;}
						  .ingredients div p		{ padding-left:10px; }

						  .note {

						  /*border:1px dashed #d6c6a2;
						  background-color:#fffbf2;
						  padding:5px;
						  margin:3px;
						  font-size:11px;*/
						  font-size: 11px; margin: 10px 15px; padding-top: 4px; width:420px; line-height:15px;
						  background: url(http://www.sailusfood.com/wp-content/themes/default/images/notestop.gif) no-repeat top left;
						  }
						  .note p	{ margin:0; padding:0 6px 3px 6px; background: #fffbf2 url(http://www.sailusfood.com/wp-content/themes/mimbo2.2/images/notesbottom.gif) no-repeat bottom left; }
						  .note .title             { color:#930e0e; font-size: 13px; font-weight:bold; }


						   ol.steps {
	margin: 20px 0;
	background: #eee;
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
	border: 1px solid #ccc;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius:10px;
border-top-left-radius: 10px 10px;
border-top-right-radius: 10px 10px;
border-bottom-right-radius: 10px 10px;
border-bottom-left-radius: 10px 10px;
-moz-box-shadow: 4px 4px 4px #eee;
-webkit-box-shadow: 4px 4px 4px #eee;
box-shadow: 4px 4px 4px #eee;
}
ol.steps li {
	margin: 0;
	padding: 15px 15px;
	font-size: 14px;
       /*--The bevel look is styled with various colors in the border properties below--*/
	border: 1px solid #ccc;
	background: trasparent;
}

						  li.step { 
						color:#fffbf2;
                                                  font-weight:bold;
                                                  padding:10px;
                                                  margin-bottom:15px;
                                                  line-height:150%;
                                                  width:50px;
                                                  height:50px;
                                                  background: url(http://www.sailusfood.com/wp-content/themes/mimbo2.2/images/circle.jpg) no-repeat left;
                                                  text-align:center;

						  }

						  span.step {
						  color:#fffbf2;
						  font-weight:bold;
						  padding:10px;
						  margin-bottom:15px;
						  line-height:150%;
						  width:50px;
						  height:50px;
						  background: url(http://www.sailusfood.com/wp-content/themes/mimbo2.2/images/circle.jpg) no-repeat center;
						  text-align:center;
						  }
						  

#footerbox {
          padding:15px;
	   
	  background:#f2f2f2;
	  border-bottom:1px dotted #b6b6b6;
	  border-top:1px dotted #b6b6b6;		  
	margin-top:15px;	 
	height:350px;
	font-size:1em;
}
#footercolumns .block {float:left; width:30%; margin:0 0 0 2.5%}
#footercolumns .first, * html #footercolumns .first{clear:both; margin:0}

.box { 
  background: #A90F11; 
  color:#ffffff;
  }
  .boxtop { 
    background: url(images/ne.gif) no-repeat top right; 
    }
    .boxtop div { 
      height: 10px; 
        background: url(images/nw.gif) no-repeat top left; 
	}
	.boxbottom { 
	  background: url(images/se.gif) no-repeat bottom right; 
	  }
	  .boxbottom div { 
	    height: 10px; 
	      background: url(images/sw.gif) no-repeat bottom left; 
	      }
	      .boxcontent {
	        padding: 0px 10px 0px 10px;
		}

#addthis {
margin:10px;
float:right;
}

#wrapbox {
border:1px solid #ccc;
border-left:10px solid #ccc;
padding:5px;
margin:5px;
}

#hc {
border:1px solid #ccc;
background-color:#D2C9CC;
padding:5px;
}
.index-entry {
height:50px;
vertical-align:middle;
line-height:50px;
background-color:#eee;
padding:4px;
margin:2px;
}
.post-thumb {
	padding:5px;
	border:1px solid #ccc;
	background-color:#eee;
	margin-right:5px;
}
#lead .title {
	font-size:16px;
	font-family:arial;
}
#gallery {
	margin:auto;
	text-align:center;
	width:800px;
	
}

/*
	div.wp-pagenavi {
		padding: 3px;
		margin: 3px;
		text-align:center;
	}
	
	div.wp-pagenavi a {
		border: 1px solid #dedfde;
		margin-right:3px;
		padding:2px 6px;

		background-position:bottom;
		text-decoration: none;

		color: #0061de;		
	}
	div.wp-pagenavi a:hover, div.meneame a:active {
		border: 1px solid #000;
		background-image:none;
		background-color:#0061de;
		color: #fff;
	}
	div.wp-pagenavi span.current {
		margin-right:3px;
		padding:2px 6px;
		
		font-weight: bold;
		color: #ff0084;
	}
	div.wp-pagenavi span.disabled {
		margin-right:3px;
		padding:2px 6px;
	
		color: #adaaad;
	}
*/
.quotec {
	padding:4px;
	padding-right:2px;
	padding-left:20px;
	margin:0px;
	width:860px;
	background:#fff url("images/0179_daisy.png") no-repeat left;
	border-bottom:1px solid #eee;
	color:#ccc;
}
.quote {	
	font-family: Cambria, serif;
font-size: 14px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
	color:#36393D;
}

.beta-search {
        clear:both;
        border-bottom:1px solid #00DC00;
        border-top:1px solid #CFFFDB;
        padding:5px;
        margin-top:5px;
        margin-bottom:5px;
        background:#Fff url('http://search.sailusfood.com/templates/generic/images/turtle-search-header.jpg') no-repeat left top;
        text-align:center;
        height:20px;
}
.beta-search form {
        float:left;
        width:500px;
}
.beta-search input.search { 
	width:200px;
}
.beta-search .button {
        background-color:#005900;
        padding:3px;
}
.beta-search .xpowered {
float:right;
position:relative;
top:5px;
}
.carcontainer { 
	margin:auto;
}
.carcontainer ol li { 
	float:left;
	list-style:none;
	padding:3px;
	width:120px;
}
.carcontainer .all { 
	margin-top:0px;
	padding-top:0px;
	width:120px;
}
#my-carousel-label { 
	font-size:16px;
	margin-bottom:5px;
	border-color:#ccc;
}
.advert { 
	text-align:center;
	margin:auto;
}

.recipe-list { 
	text-align:center;
	margin:auto;
}

div.recipe-row {
 	float: left;
	border-bottom:1px solid #ccc;
	width:250px;
	margin-bottom:5px;
}
  
div.recipe-row p {
   text-align: center;
   }
.clearfix { 
clear:both;
}
.hide { 
display:none;
}
#sidebar .fb { 
	margin-bottom:30px;
	text-align:center;
}
.content-ad { 
clear:both;
margin-bottom:20px;
}
.content-ad .ad-lhs { 
float:left;
margin-right:10px;
}
.content-ad .ad-rhs { 
 /*float:left;*/
	text-align:center;
}
.clrfix {
	clear:both;
}
#archiveform { 
	width:300px;
	float:left;
}
.trending { 
	font-size:11px;
}
.trending ul li { 
	display:inline;
	margin-left:20px;
	list-style:none;
}
.trending a { 
	text-decoration:underline;
}
.trending ul { 
	margin:0px;
	display:inline;
}
.alignright { 
	text-align:right;
}
/*Main Navbar */

.home_item a,.page_item a {
line-height:20px;
}

#nav {
	/*background:#eee;*/
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
/*	border:1px solid #1F074C;*/
	height:20px;
	line-height:20px;
	margin-top:5px;
	padding-bottom:20px;
	border-top:1px solid #eee;
	padding-top:5px;
	}

.page-item {
	padding:4px;
	font-weight:bold;
}
.search_item {
}
#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	float: left;
	list-style:none;
	border-right:1px solid #ccc;
	padding-right:10px;
	padding-left:10px;
	height:20px;
	}

/*
#nav, #nav ul {
	list-style: none;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	/*color: #fff;*/
	color:#1d1d1d;
	padding:4px;
	padding-left:7px;
	padding-right:7px;
	}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	text-decoration:none
/*	color:#fff;*/
	font-weight:normal;
	}	
*/	
	
/* Dropdown Menus */		
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #a9a9a9;
	}

#nav li li {
	width: 172px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	background: #777;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	}

#nav li li a:hover, #nav li li a:active {
	background:#000;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

a.main:hover
{	background:none;
	}
	
#page-dock { 
	background-color:#3888ff;
	border-top:4px solid #eee;
	position:fixed;
	width:100%;
	height:30px;
	z-index:999999;
	bottom:0;
	left:0px;
	color:#fff;
	line-height:30px;
}
.feedburner { 
	margin-right:10px;
}
#page-dock .content {
	padding-left:10px;
}
#page-dock .content h1 { 
	font-size:12px;
	float:left;
	width:500px;
	font-weight:normal;
}

#page-dock .social { 
	float:right;
	padding-right:10px;
}

.leader { 
	float:right;
}
		
.info { 
	padding:10px;
	width:780px;
	margin:auto;
	border:2px solid #efa328;
	background:#fdfcf2;
	text-align:center;
}
.info h1 {
	text-decoration:none;
	border-bottom:0px;
	margin:0px;
	padding:0px;
}
.home-sidebar-ad { 
	text-align:center;
}
.unihd {
        width:100%;
        padding:10px;
        background:#111;
        color:#F29F05;
        moz-box-shadow: 2px 2px 2px #ccc;
        -webkit-box-shadow: 2px 2px 2px #ccc;
        box-shadow: 2px 2px 2px #ccc;
        margin-bottom:20px;
	margin-top:0px;
}
.unihd ul {
        display:inline;
        padding-left:10px;
}
.unihd ul li {
        list-style:none;
        display:inline;
	margin-right:20px;
}
.unihd ul li a {
        color:#fff;
}
.social-icons { 
	margin-top:10px;
	margin-bottom:10px;
}
#nav .browse-recipes-block { 
	display:none;
}
#nav .browse-menu-item-active .browse-recipes-block { 
	display:block;
}
#nav .browse-recipes-block { 
	position:relative;
	z-index:1000;
	left:0;
	margin-top:0px;
	padding:0px;
	-webkit-border-radius:10px;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
    moz-box-shadow: 4px 4px 4px #111;
    -webkit-box-shadow: 4px 4px 4px #111;
    box-shadow: 4px 4px 4px #111;
}
ul#menu-browse-recipes { 
	position:absolute;
}
ul#menu-browse-recipes li { 
	list-style-type:none;
	width:200px;
	background:#000;
	display:list-item;
	float:none;
	border:1px solid #36393D;
	border-top:0px;
	padding:4px;
	border-left:5px solid #000;
	height:20px;
	top:20px;
	float:left;
}

ul#menu-browse-recipes li:hover {
	border-left:5px solid #4096EE;
}
ul#menu-browse-recipes li a { 
	color:#fff;
}

.arrow-down {
        width: 0;
        height: 0;
	position:relative;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
}


