/* 
Theme Name: BakeYourDay
Theme URL: http://www.wpsouschef.com
Description: A delicious theme optimized for foodblogs
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 2.0
*/
/*---------CSS RESET---------*/
html, body, div, h1, h2, h3, p, ul, ol, li, form, fieldset, input, textarea, p, blockquote {  
	margin: 0;  
	padding: 0;  
	font-size: 100%;  }  
ul {list-style: none;}  
img, fieldset, a  {
	border: 0;
	outline-style: none }  
h1, h2, h3, h4, h5  {
	font-weight: normal;
	margin: 0;
	padding: 0 }  
em {font-style: italic;}  
strong {font-weight: bold;}
/*---------ACCENT COLORS---------*/
/* Main Heading: #FB7394 */
/* Sub Heading: #103D53 */
/* Hover Alt: #F7B600 */

@font-face {
    font-family: 'MuseoSans300';
    src: url('museosans-300-webfont.eot');
    src: url('museosans-300-webfont.eot?iefix') format('eot'),
         url('museosans-300-webfont.woff') format('woff'),
         url('museosans-300-webfont.ttf') format('truetype'),
         url('museosans-300-webfont.svg#webfontM2I1vRtZ') format('svg');
    font-weight: normal;
    font-style: normal;

}
body                          {
	color: #837b70;
	background-color: #103d53 }
h1, h2, h4   {
	color: #FAD144 }
h2  { }
h3  {
	color: #FAD144 }
h4 {
	color: #FAD144 }
a:link, a:visited, a:active       {
	color: #103d53;
	text-decoration: none }
a:hover, .commentmeta a:hover              {
	color: #fad144;
	text-decoration: underline }
#footer, #footer a:link, #footer a:visited, #footer a:active                  {
	color: #fff }
#footer a:hover                  {
	color: #fad144;
	text-decoration: underline }
.date     {
	color: #103D53 }
h2, a.h2, h2 a:link, h2 a:visited, h2 a:active    {
	color: #fad144;
	text-decoration: none }
h2 a:hover                {
	color: #F7B600;
	text-decoration: none }
.postmeta, .postmeta a    {
	color: #a19a91;
	text-decoration: none }
.postmeta strong a   {
	color: #103D53 }
.postmeta a:hover {
	text-decoration: underline }
.post .recipe h2    {
	color: #FAD144 }
.post .recipe h3     {
	color: #103D53;
	border-bottom: 1px solid #e5e3df }
.commentmeta strong a, .commentmeta strong  {
	color: #103D53;
	font-weight: bold }
a.twitterwidget    {
	color: #103D53 !important }
.readmore {
	margin: 20px 0;
	display: block;
}
.readmore a.more-link   {
	color: #fff;
	font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	font-size: 18px;
	line-height: 18px;
	background-color: #fad144;
	text-transform: lowercase;
	padding: 5px 12px;
	border-style: none;    }
.readmore a.more-link:hover   {
	text-decoration: none;
	background-color: #F7B600 }
#submit, .submitbutton     {
	background-color: #103D53 }
#submit:hover, .submitbutton:hover            {
	background-color: #F7B600 }
#wp_page_numbers li a:hover   {
	color: #fff;
	background-color: #F7B600 }
#wp_page_numbers li.active_page a   {
	color: #fff;
	background-color: #fad144 }
.post blockquote    {
	color: #a19a91;
	border-left: 3px solid #a19a91 }
.searchentry .date, .archivepost .date  {
	background-color: transparent }
.relatedposts h3, h4#comments, h4#respond {
	color: #103d53 }
/*---------STRUCTURE---------*/
body   {
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	line-height: 17px;
	margin: 0;
	padding: 0 }
a  {
	text-decoration: none }
p   {
	margin-bottom: 15px }
h1,h2,h3,h4,h5         {
	font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	font-weight: normal }
h1      {
	font-size: 24px;
	line-height: 24px }
h2   {
	font-size: 24px;
	line-height: 24px;
	margin-top: 0 }
h3       {
	color: #a19a91;
	font-size: 18px;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 5px; }
h4    {
	font-size: 18px;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 5px }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
#wrapper              {
	background-color: #fff;
	margin: 5px auto 10px;
	padding: 30px;
	width: 940px;
	overflow: hidden;
	border: solid 1px #e5e3df;      }
hr {
	height: 1px;
	border-top: 1px solid #e5e3df;
	border-right: none;
	border-bottom: none;
	border-left: none }
/*----HEADER----*/
#header        {
	border-bottom: 1px solid #e7e8e9;
	margin-bottom: 40px;
	 }
#header .logo {
	float: left;
	margin-bottom: -15px;
}
#header .social {
	float: right;
	background: url(images/followme.png) no-repeat;
	padding-left: 125px;
	height: 47px;
	margin-top: 15px;
}
#header .social a {
	margin: 3px 0 0 4px;
	display: inline-block;
}
#header .social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
#topbar                   {
	color: #3f6375;
	padding: 0;
	width: 1000px;
	margin: 5px auto -4px;
	height: 30px;
	text-transform: lowercase;
	font: 12px/32px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
}
.nav                   {
	color: #ffffff;
	font: 12px/35px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	line-height: 35px;
	text-align: left;
	height: 35px; }
.nav ul   {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: auto; }
.nav ul li      {
	margin: 0px 0 0 12px;
	padding: 0px;
	height: 35px;
	float: left }
.nav ul li a      {
	color: #ffffff;
	text-decoration: none;
	padding-left: 11px;
	float: left }
.nav ul li a:hover, .nav ul li:hover > a  {
	color: #f9d043 }
.nav li ul a:hover, .nav ul li li:hover > a {
	color: #ffffff; }
.nav li ul       {
	background-color: #0f3c52;
	text-transform: lowercase;
	letter-spacing: normal;
	margin-top: 35px;
	padding: 0;
	position: absolute;
	z-index: 9999;
	left: -999em;
	width: 160px; }
.nav li ul li  {
	margin: 0;
	height: auto;
	padding: 0 }
.nav li:hover ul {
	left: auto }
.nav li ul li a   {
	color: #ffffff;
	margin: 0;
	padding: 0;
	padding: 4px 10px;
	line-height: 20px;
	width: 140px; }
.nav ul li li:hover > a, .nav ul li li a:hover   {
	color: #FFFFFF;
	background-color: #275064 }
.nav li li ul  {
	visibility: hidden;
	margin: 0 0 0 160px;
	background-color: #FFFFFF;}
.nav li li ul a  {
	border-bottom: 1px solid #a23a83;  }
.nav ul li li li:hover > a, .nav ul li li lia:hover {
	color: #f9d043; }
.nav li li:hover ul {
	visibility: visible }
.nav ul ul li:last-child > a  {
	border-bottom: none }
.nav ul ul ul li:first-child > a { }

#searchform  {
	float: left;
	width: 270px;
	 }
.searchinput  {
	color: #3f6375;
	font: 11px/23px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	padding: 0px 4px 0px 21px;
	margin: -2px 0 0 0;
	width: 150px;
	height: 23px;
	vertical-align: middle;
	border: 1px solid #3f6375;
	background: url(images/search.png) no-repeat 3px 3px transparent;
}
.searchinput:focus {
	color: #879da8;	
}
.searchsubmit  {
	color: #ffffff;
	background-color: transparent;
	text-transform: lowercase;
	cursor: pointer;
	border: none;
	font: 12px/25px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	}
.searchsubmit:hover {
	color: #f9d043;
}

/*----CONTENT----*/
#content      {
	padding-right: 19px;
	width: 560px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #e5e3df }
h2.pagetitle {
	margin-top: 8px;
	margin-bottom: 10px }
/*----POST STYLES----*/
.post  {
	margin-top: 10px;
	margin-bottom: 40px }
.post h2    {
	margin-top: 6px;
	margin-bottom: 3px }
.post .date   {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	display: inline }
.edit {
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	display: inline }
.edit a {
	color: #a19a91 }
.postmeta   {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 10px }
.postmeta .cats {
	text-transform: lowercase }
.postmeta p {
	margin: 0;
	padding: 0 }
.postmeta a:hover, .edit a:hover {
	text-decoration: underline }
.metabottom     {
	text-transform: lowercase;
	border-top: 1px solid #e5e3df }
.metabottom .left  {
	line-height: 20px;
	width: 50%;
	float: left }
.metabottom .right  {
	line-height: 20px;
	text-align: right;
	width: 50%;
	float: right }
.metabottom, .metabottom a {
	color: #a19a91 }
.minicon, .WP-PrintIcon  {
	margin-top: -1px;
	vertical-align: middle }
.addthis_toolbox {
	text-align: left;
	display: inline }
.addthis_toolbox img {
	margin-right: 0;
	padding: 0;
	border-style: none }
.post ul {
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 15px }
.post ol {
	list-style-type: decimal;
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 20px }
.post li {
	margin-bottom: 5px }
.post blockquote  {
	color: #837b70;
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px }
.post .recipe    {
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	background-color: #f2f1ef;
	margin-top: 5px;
	margin-bottom: 12px;
	padding: 15px 30px 10px;
	border-style: none }
.post .recipe em {
	font-size: 11.5px;
	color: #837b70;
	font-size: 11px }
.post .recipe h2     {
	font-size: 20px;
	line-height: 20px;
	margin: 10px 0 3px;
	text-shadow: 1px 1px 1px #fff     }
.post .recipe h3       {
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	display: block;
	margin: 15px 0 0;
	padding: 0 0 3px }
.post .recipe p   {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0 }
.post .hrecipe .photo  {
	float: right;
	margin: 10px 0 0 15px; }
.post .hhrecipe .recipemeta, .post .recipe .summary  { }
.post .hrecipe .source p, .post .hrecipe .nutrition p {
	color: #a19a91;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 10px }
.post .time   {
	color: #a19a91;
	font-size: 11px;
	margin:0 0 10px 0 }
.post .time p   {
	display: inline-block;
	margin: 0;
	margin-right: 15px; }
.printbutton {
	width: 110px;
	text-align: center;
	clear: right;
	float: right }
.printbutton a {
	color: #a19a91;
	text-transform: lowercase;
	display: inline-block;
	float: left;
	line-height: 24px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	margin-left: 4px;
}
.printbutton a:hover {
	color: #837b70;
}
.printbutton img {
	float: left;
	vertical-align: middle;
}
.post img {
	max-width: 560px }
img.alignleft, .alignleft {
	margin-right: 10px;
	float: left }
img.alignright, .alignright {
	margin-left: 10px;
	float: right }
img.aligncenter, .aligncenter  {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
/*HOMEPAGE STYLES*/
.teaserpost {
	margin-bottom: 50px;
	overflow: hidden;
	display: table; }
.teaserpost .postthumb  {
	margin-right: 20px;
	width: 220px;
	float: left }
.teaserpost .postthumb img {
	width: 220px;
	height: 220px;
}
.teaserpost .postcontent {
	width: 320px;
	height: 220px;
	float: right;
	display: table; }
.teaserpost .vcenter {
	display: table-cell;
	vertical-align: middle;
}
.teaserpost h2.posttitle {

}
.teaserpost p {
	margin-bottom: 8px;
}
.teaserpost .readmore a.more-link   {
	font-size: 15px;
	line-height: 15px;
	padding: 4px 10px;    }

/*----ARCHIVES/SEARCH----*/
h2.archivetitle  {
	margin-top: 8px;
	margin-bottom: 15px }
.archives, .relatedposts  {
	margin-top: 5px;
	margin-right: -25px;
	margin-bottom: 15px;
	width: 580px;
	clear: left }
.archivepost  {
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	margin-right: 12px;
	width: 130px;
	float: left }
.archivepost .date  {
	color: #a19a91;
	font-size: 10px;
	text-align: center;
	margin-top: 2px }
.archivepost .title  {
	text-align: center;
	display: block }
.searchentry  {
	padding-top: 1px;
	padding-bottom: 0;
	min-height: 100px;
	clear: both;
	overflow: hidden }
.searchimg   {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 130px;
	float: left }
.searchentry .spacer {
	height: 20px }
.searchentry h2  {
	font-size: 16px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 3px }
.searchentry p  {
	font-size: 11.5px;
	line-height: 16.5px;
	display: inline;
	margin-bottom: 10px }
.searchentry .morelink  {
	margin-top: 8px }
.searchentry a:hover {
	text-decoration: none }
.searchentry .date {
	color: #a19a91;
	font-size: 10px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	text-align: center;
	letter-spacing: normal;
	margin-top: 2px;
	margin-left: 10px }
.archiveslist {
	color: #e5e3df;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px }
.archiveslist li {
	margin-left: 15px }
.archiveslist em {
	color: #a19a91;
	font-size: 10.5px }
.relatedposts  {
	margin-top: 35px;
	margin-right: -20px;
	width: 580px;
	overflow: hidden }
.relatedposts h3 {
	margin-bottom: 10px;
	border-bottom: medium none }
.relatedposts ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden }
.relatedposts li {
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	margin-right: 12px;
	width: 130px;
	float: left }
.relatedposts a:hover {
	text-decoration: none }
.subcategories {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e3df }
.subcategories ul li ul {
	color: #e5e3df;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden }
.subcategories ul li ul li {
	margin-right: 10px;
	margin-left: 15px;
	float: left }
.subcategories a:link, .subcategories a:visited, .subcategories a:active {
	color: #a19a91 }
.subcategories a:hover {
	color: #a19a91;
	text-decoration: underline }
/*----SIDEBAR----*/
#sidebar  {
	margin-left: -1px;
	padding-left: 20px;
	width: 340px;
	float: left;
	border-left: 1px solid #e5e3df }
#topsidebar  {
	margin-top: 8px;
	margin-bottom: 20px }
#topsidebar-ad   {
	text-align: center; }
#topsidebar-ad .textwidget   {
	text-align: center;
	background-color: #f8f7f7;
	padding: 20px; }
#topsidebar-ad #blogherads {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	width: 300px }
#blogherads li {
	margin-left: 15px }
#leftsidebar {
	margin-right: 20px;
	width: 160px;
	float: left }
#rightsidebar   {
	width: 160px;
	float: left }
.widget {
	font-size: 11.5px;
	line-height: 18px;
	margin-bottom: 30px;
	color: #837b70 }
h3.widgettitle      {
	color: #103D53;
	margin: 0 0 10px;
	border-bottom: none;
	text-transform: lowercase; }
.widget ul {
	line-height: 15px;
	margin-left: 15px }
.widget ul li   {
	color: #bdb8b0;
	list-style-type: disc;
	margin-bottom: 6px }
.widget a:link, .widget a:visited, .widget a:active {
	color: #837b70 }
.widget a:hover {
	color: #a19a91 }
.widget_search h3.widgettitle  {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: medium none }
#sidebar .searchinput  {
	font-size: 11px;
	margin: 0;
	padding: 2px;
	width: 130px;
	color: #837b70;
	border: solid 1px #e7e8e9 }
#sidebar .searchsubmit {
	font-size: 10px;
	background-color: transparent;
	text-transform: uppercase;
	cursor: pointer;
	display: inline;
	margin: 0;
	padding: 0;
	width: 18px;
	border-style: none;
	color: #837b70 }
#sidebar .searchsubmit:hover {
	color: #bdb8b0 }
.socialicon {
	margin-bottom: 3px;
	vertical-align: middle }
.archivepost a:hover {
	text-decoration: none }
#text-20 {
	margin-bottom: 10px;
}
#text-20 a {
	color: #bdb8b1;
}
.emailform {
	background-color: #f9d043;
	padding: 10px;
}
.emailform p {
	margin: 0 0 5px;
	font-size: 11.5px;
	color: #827a6f;
}
.emailform p strong {
	font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
	margin-right: 5px;
}
.emailinput {
	background-color: #ffffff;
	border: none;
	padding: 4px 7px;
	height: 20px;
	color: #bdb8b1;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: italic;
	vertical-align: middle;
	width: 265px;
}
.emailinput:focus {
	color: #827a6f;
}
.emailsubmit {
	background-color: #0f3c52;
	font-family: MuseoSans300, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Geneva, sans-serif;
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	text-transform: lowercase;
	padding: 0px 5px 4px 8px;
	margin: 0 0 0 -5px;
	height: 28px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	float: right;
}
.featured-item {
	display: block;
	width: 160px;
	height: 160px;
	margin: 10px 0;
}
.featured-item img {
	width: 160px;
	height: 160px;
}
/*----FOOTER----*/
#footer {
	font-size: 10px;
	text-align: center;
	margin: 0 auto 20px;
	width: 960px }
#footer a {
	text-decoration: underline }
/*----COMMENTS----*/
#comments  {
	margin-bottom: 10px }
#respond  {
	margin-bottom: 10px }
#commentlist  {
	list-style-type: none;
	margin-bottom: 30px;
	border-top: 1px dotted #e5e3df }
#commentlist li  {
	font-size: 11.5px;
	line-height: 17px;
	margin: 0;
	padding: 13px 10px 13px 55px;
	border-bottom: 1px dotted #e5e3df }
#commentlist li.bypostauthor  {
	background-color: #f2f1ef }
#commentlist li p  {
	margin: 2px 40px 2px 0;
	padding: 0 }
.commentmeta {
	font-size: 10px }
.commentmeta, .commentmeta a  {
	color: #a19a91;
	margin: 0 0 7px;
	padding: 0 }
.commentmeta strong { }
.commentmeta strong a   {
	font-weight: bold;
	text-decoration: underline }
.commentmeta a:hover  {
	text-decoration: underline }
a.commentnumber {
	color: #f8f7f7;
	font: bold 30px Arial, sans-serif, Helvetica;
	float: right }
.bypostauthor .commentnumber {
	color: #f8f7f7;
	font: bold 30px Arial, sans-serif, Helvetica;
	float: right }
.avatar {
	margin-top: 4px;
	margin-bottom: 7px;
	margin-left: -50px;
	float: left }
#commentform {
	width: 560px }
.wp-smiley {
	vertical-align: middle }
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li  {
	font-size: 11.5px;
	line-height: 17px;
	background-color: #f2f1ef;
	margin: 10px 0 0;
	padding: 13px 10px 13px 55px;
	border-bottom: none }
#cancel_reply, #cancel_reply a {
	color: #a19a91;
	font-size: 11px;
	font-weight: bold }
.thdrpy, .thdrpy a {
	color: #a19a91;
	font-size: 11px }
.navigation {
	overflow: hidden;
	font-size: 11px;
	margin-bottom: 10px;
}
/*----FORMS----*/
#submit, .submitbutton    {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	cursor: pointer;
	padding: 4px 8px;
	border-style: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px    }
.commentinput, .styledinput, .captchainput   {
	color: #3d3329;
	font-size: 11.5px;
	font-weight: normal;
	background-color: #f2f1ef;
	padding: 5px 8px;
	border: solid 1px #f2f1ef;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px   }
.commentinput:focus, .styledinput:focus, .captchainput:focus {
	border-color: #d7d5d0 }

#searchform2 .searchsubmit {
	color: #827a6f;
}
.label {
	font-size: 11.5px;
	margin-bottom: 2px }
.wpcf7 p {
	margin: 0;
	padding: 0 }
.wpcf7 .styledinput {
	margin-bottom: 7px }
.captchainput {
	margin-bottom: 10px;
	width: 50px }
/*----PAGE NUMBERS----*/
#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	word-spacing: 0;
	letter-spacing: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none }
#wp_page_numbers  {
	font-size: 10px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 15px }
#wp_page_numbers ul {
	text-align: center;
	width: 100% }
#wp_page_numbers li {
	display: inline }
#wp_page_numbers a {
	color: #a19a91;
	padding: 3px 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff }
#wp_page_numbers li.space {
	color: #a19a91;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	font-style: italic }
#wp_page_numbers li.active_page a:hover {
	color: #fff }
#wp_page_numbers li.page_info {
	color: #a19a91;
	text-transform: lowercase;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px }
