@charset "utf-8";
/* Member area */

#caption ul#member-nav {
	margin: 45px 0px 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	font: 1.2em Arial, Helvetica, sans-serif;
}
#col #vcard {
	margin: 0px 0px 50px;
	padding: 0px;
	list-style: none;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #777;
}
#col #vcard li {
	margin-bottom: 4px;
}
#col #vcard strong {
	color: #444;
}

#col #vcard a {
	color: #155199;
	text-decoration: none;
	border-bottom: 1px dotted #E7E0CC;
}


ul#member-nav li {
	float: left;
	border-right: 1px solid #CBBE83;
	margin-right: 0px;
	margin-left: 0px;
	border-left: 1px solid #FFFFFF;
}
ul#member-nav li.end{border-right:none;}
ul#member-nav li.first{border-left:none;}
ul#member-nav li a {
	float: left;
	display: block;
	padding: 2px 20px;
	color: #821a11;
	text-decoration: none;
	font-weight: bold;
}
ul#member-nav li.first a{padding-left:0px;}

#col #backyard {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#backyard li {
	margin: 2px 0 6px 0;
  	padding: 0;
  	font-weight: bold;
  	line-height: 16px; /* height of icon */
  	background-repeat: no-repeat;
  	background-position: 0 50%;
}
#backyard li a {
	display: block;
	padding: 8px 0px 8px 25px;
	font-size: 11px;
	font-weight: lighter;
	color: #155199;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
#home{background: url(../assets/house.png) no-repeat;}
#recipe_box{background: url(../assets/box.png) no-repeat;}
#my_videos{background: url(../assets/film.png) no-repeat;}
#buddies{background: url(../assets/group.png) no-repeat;}

ul.icons{
	margin: 0;
  	padding: 0;
  	list-style: none;
}
ul.icons li{
	margin: 2px 0 6px 0;
  	padding: 0;
  	font-weight: bold;
  	line-height: 16px; /* height of icon */
  	background-repeat: no-repeat;
  	background-position: 0 50%;
}
ul.icons li.none{
	color: #BF6522;
}
ul.icons li a {
	padding-left: 20px;
	font-size: 11px;
	font-weight: lighter;
	color: #155199;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
ul.icons li a:hover {
	padding-left: 20px;
	font-size: 11px;
	font-weight: lighter;
	text-decoration: underline;
}
.approved{
	background: url(../assets/tick.png) no-repeat;
}
.pending{
	background: url(../assets/flag_orange.png) no-repeat;
}
.recipes{
	background: url(../assets/page_white_text_width.png) no-repeat;
}
.video_entry{
	background: url(../assets/film.png) no-repeat;
}
#profile_img {
	float: left;
	width: 110px;
}
#profile_img p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#profile_img p strong {
	color: #821A11;
}
#entries {
	float: right;
	width: 475px;
}
#entries .hawt img{
	float: left;
	margin-right: 15px;
}
#entries h4, #entries h2 {
	margin-top: 0px;
}
#entries p.entry_title {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
p.entry_title span.date{
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #BF6522;
}

#entries img#recipe_pic{
	float: left;
	margin-right: 10px;
	padding:1px;
	border: 1px solid #e7e0cc;
}

#profile_img img {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
p#buddy_total {
	float: left;
	width: 300px;
	margin-bottom: 20px;
}
p#buddy_total span {
	float: left;
	width: 75px;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
p#buddy_total span a {
	font: 0.5em Arial, Helvetica, sans-serif;
}
#col  ul.follow {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.follow li {
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
#content ul.buddies {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
	list-style: none;
	clear: both;
}
.buddies li {
	border-bottom: 1px dotted #E7E0CC;
	padding-bottom: 90px;
	margin-bottom: 20px;
}
.buddies  a  {
	color: #2D7AAE;
	text-decoration: none;
	font: lighter 1.8em Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
}
.buddies img {
	float: left;
	margin-right: 15px;
}
.buddies span {
	display: block;
	margin-top: 25px;
	float: left;
}
#content #favorites {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#favorites li {
	display: block;
	height: 20px;
	vertical-align: middle;
	color: #999999;
}
#favorites li a {
	color: #155199;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#favorites li img {
	vertical-align: middle;
	margin-top: -1px;
}
#favorites li a[title="remove"] {
	border-bottom:none;
}
