/*
Theme Name: Back2Business vending
Theme URI: http://www.back2businessvending.co.uk/blog/
Description: Blog theme to match primary site design for Back 2 Business Vending Ltd.
Version: 1.0
Author: Andy bryant
Author URI: http://lessfussdesign.com/
Tags: yellow, gold, two columns, fluid
*/

/* Fetch main CSS */
@import url(/css/screen.css);

/*Headings*/
h2.noBorder{font-size:1.3em !important;}
h3#comments, h3#respond, h3#wp_meta{font-size:1.1em;}

#wp_blogNav h2{
	font-weight:bold;
	font-size:1.0em;
	padding:15px 10px 10px 10px;
	}

/*paragraphs & lists*/
p.strapline{
	font-size:1.0em;
	position:absolute;
	top:15px;
	right:0;
	text-align:right;
	}

div.wp_subscribe p{
	padding:6px 4px 6px 72px;
	text-align:left;
	}

div#wp_blogNav p{padding-top:12px;}

div#wp_blogNav ul{
	border-bottom:1px solid #eca525;
	}
ul.blogNavWrap{border-bottom:0 !important;}

ol.commentlist li{
	border-bottom:1px solid #ccc;}

ol.commentlist li p{
	font-size:1.0em;}

/*anchors*/
a.more-link, input.wp_commentSubmit{
	display:block;
	width:100px;
	background:#fff url(/images/ws_buttonBg.gif) top left no-repeat !important;
	padding:4px 4px 4px 22px !important;
	margin:5px 0;
	font-weight:bold !important;
	font-size:0.85em;
	color:#000;
	cursor:pointer;
	border:1px solid #eca525 !important;
	}

input.wp_commentSubmit{width:160px;}

a.more-link:hover, a.more-link:active, a.more-link:focus, input.wp_commentSubmit:hover, input.wp_commentSubmit:active, input.wp_commentSubmit:focus{
	background:url(/images/ws_buttonBg_over.gif) top left no-repeat !important;
	border:1px solid #f90 !important;
	}

#wp_blogNav ul.blogLink li a, li.cat-item a{
	display:block;
	border-bottom:0 !important;
	border-top:1px solid #eca525;
	padding:5px !important;
	font-size:0.85em;
	}

#wp_blogNav ul.blogLink li a:hover, #wp_blogNav ul.blogLink li a:active, #wp_blogNav ul.blogLink li a:focus, li.cat-item a:hover, li.cat-item a:active, li.cat-item a:focus{
	background:#eca525 !important;
	color:#fff;
	}



/*images*/
img.alignright{float:right;}

/**Structure**/
div#wp_sidebar{
	background:none;
	padding-top:5px;
	width:220px;
	}

div#main{margin-left:230px;}

div.wp_subscribe{
	background:#fbf0c5 url(/blog/wp-content/themes/B2Bvending/images/subscribe_bg.gif) top left no-repeat;
	}

div.curvesBottom{
	background:url(/blog/wp-content/themes/B2Bvending/images/subscribe_footer_bg.gif) bottom left no-repeat;
	height:10px;
	}

div#wp_blogNav{
	margin-top:15px;
	background:#fbf0c5 url(/blog/wp-content/themes/B2Bvending/images/curvesTop.gif) top left no-repeat;
	}

div.entry{margin-bottom:20px;}

/**comment form**/
form#commentform{
	margin-left:15px;
	margin-bottom:10px;
	}

form#commentform label{
	font-size:0.85em;
	display:block;
	}

form#commentform input, form#commentform textarea{
	display:block;
	margin-bottom:10px;
	}

.mandatory{color:#f30;}