/* @override http://www.bagofbees.co.uk/blog/wp-content/themes/bob/style.css */

/*
Theme Name: BoB
Theme URI: http://www.bagofbees.co.uk
Description: Wordpress theme for Bag Of Bes Tees
Version: 1.0 (WP2.8+)
Author: Barrie Holden
Author URI: http://magicmarkerdesign.com
Tags: Magic Marker Design, Bag Of Bees, clean, simple, blog
*/

/* Colour Key: Yellow: #FFD53A */

/* BASE */

html {
	width: 100%;
	height: 100%;
}

#wrap {
	height: 100%;
}

body > #wrap {height: auto; min-height: 100%;}

body {
	width: 100%;
	font-size: 62.5%;
	background-color: #F6F6F6;
}

* {
	font-size: 1em;
	color: #333333;
	padding: 0;
	margin: 0;
	font-family: "Courier New", Courier, mono;
	list-style: none;
}

a {
	text-decoration: none;
	color: #1B1716;
}
a img {
	border: 0;
}
h1, h2, h3, h4, #blogTitle {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}
#blogTitle img {
	padding: 20px 0 0 0;
}
h1 {
	font-size: 3.4em;
}
h2  {
	font-size: 3.4em;
}
h3 {
	font-size: 1.8em;
	margin: 0 0 8px 0;
}
h4 {
	font-size: 1.4em;
}
p {
	font-weight: normal;
	font-size: 1.1em;
	padding: 0 0 0px 0;
}
.postCopy p {
	padding: 0 0 12px 0;
}
.postCopy p a, ul li a {
	background-color: #FFD53A;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	padding: 0 3px 0 3px;
}
	p a:hover, ul li a:hover {
	text-decoration: line-through;
}

/* LAYOUT */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#main {
	margin: 20px auto ;
	width: 960px;
	}
#loaderContainer {
	width: 700px;
	min-height: 900px;
	float: left;
	margin: 65px 0 0 0;
	background: url(style/images/bagofbees_pageloader.gif) no-repeat;
}
#ContentContainer {
	width: 700px;
	float: left;
}
#header {
	width: 960px;
	height: 175px;
	margin: 0;
	border-bottom: 1px solid #999;
	float: left;
	z-index: 1;
	}
h1#logo {
	width:  80px;
	position: relative;
	height:  128px;
	margin: 38px 0 0 10px;
	float: left;
	z-index: 2;
	}
	h1#logo a {
		height:  128px;
		display: block;
		background: url(style/images/bagofbees_mainlogo.gif) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
		
#contactLink {
	width: 130px;
	height:  32px;
	position: relative;
	top: 0;
	float: right;
	background: url(style/images/bagofbees_contacttoptab.jpg) no-repeat 92px -10px;
	}
	#contactLink:hover {
		background-position: 92px 0;
		cursor: pointer;
	}
#previewLink {
	width: 170px;
	height:  40px;
	position: relative;
	margin:110px 0 0 0;
	float: right;
	clear: right;
	background: url(style/images/bagofbees_blogbuttbackground.png) no-repeat 125px 0;
	overflow: hidden;
	z-index: 3;
	}
	#previewLink:hover {
		background-position: 125px -40px;
	}
	#contactLink a {
		width: 130px;
		height: 32px;
		margin: 3px 0 0 2px;
		display: block;
	}
	#previewLink a {
		margin: 10px 0 0 8px;
		width: 130px;
		height: 40px;
		display: block;
	}
	#previewLink a, #contactLink a {
		font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		display: block;
		}

/* MAIN MENU */
#MainMenu {
	width: 586px;
	height: 26px;
	float: right;
	clear: right;
	padding: 110px 0 0 0;
}
ul#navigation li a {
	padding: 0;
}
#navigation li {
	float: left;
	padding-right: 10px;
}
#navigation a * {
	display: none;
}
#navigation a,
#navigation a .hover {
	height: 26px;
	position: relative;
	display: block;
	background: url(style/images/bagofbees_sprite_topnav.jpg) 0 0 no-repeat;
}

/* NAV ITEMS */
#navigation a.shirtShop {
	background-position: 0 0;
	width: 86px;
}
	#navigation .highlight a.shirtShop:hover,
	#navigation a.shirtShop .hover {
		background-position: 0 -26px;
		width: 86px;
		cursor: pointer;
	}
	#navigation a.shirtShopSelected {
		background-position: 0 -52px;
		width: 86px; 
	}
	#navigation a.shirtShopSelected .hover {
		background-position: 0 -52px;
	}
#navigation a.blog {
	background-position: -86px 0;
	width: 48px;
}
	#navigation .highlight a.blog:hover,
	#navigation a.blog .hover {
		background-position: -86px -26px;
	}
	#navigation a.blogSelected {
		background-position: -86px -52px;
		width: 48px; 
	}
	#navigation a.blogSelected .hover {
		background-position: -86px -52px;
	}
#navigation a.about {
	background-position: -134px 0;
	width: 88px;
}
	#navigation .highlight a.about:hover,
	#navigation a.about .hover {
		background-position: -134px -26px;
		cursor: pointer;
	}
	#navigation a.aboutSelected {
		background-position: -134px -52px;
		width: 88px; 
	}
	#navigation a.aboutSelected .hover {
		background-position: -134px -52px;
	}
#navigation a.terms {
	background-position: -222px 0;
	width: 131px;
}
	#navigation .highlight a.terms:hover,
	#navigation a.terms .hover {
		background-position: -222px -26px;
		cursor: pointer;
	}
	#navigation a.termsSelected {
		background-position: -222px -52px;
		width: 131px; 
	}
	#navigation a.termsSelected .hover {
		background-position: -222px -52px;
	}
#navigation a.cart {
	background-position: -353px 0;
	width: 110px;
}
	#navigation .highlight a.cart:hover,
	#navigation a.cart .hover {
		background-position: -353px -26px;
		cursor: pointer;
	}
#navigation a.vvrsv {
	background-position: -463px 0;
	width: 63px;
}
	#navigation .highlight a.vvrsv:hover,
	#navigation a.vvrsv .hover {
		background-position: -463px -26px;
		cursor: pointer;
	}
/* CONTACT PANEL */
#contactPanel {
	width: 960px;
	background-color: #1e1e1e;
	height: 0px;
	margin: -20px 0 0 0;
	position: relative;
}
.contactPanelContent {
	color: #F6F6F6;
	text-align: left;
	width: 700px;
	height: 280px;
	margin: 0 0 0 250px;
	padding: 20px 0 0 0;
	display:none; 
}
.contactPanelContent h2 {
	color: #F6F6F6;
	font-size: 3em;	
}
.contactPanelContent p {
	color: #F6F6F6;
	width: 540px;
	margin: 10px 0 0 0;	
}
#closeTopPanel {
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	left: 923px;
	background: url(style/images/bagofbees_closepanelbutt.jpg);
	cursor: pointer;
}
#closeTopPanel:hover {
	background-position: 0 -27px;
}
.contactPanelContent a.close {
		width: 27px;
		height: 27px;
		display: block;
		cursor: pointer;
	}
.column {
	display: block;
	float: left;
	width: 45%;
	margin-right: 5%;		
}/* TOP CONTACT FORM */
#contactForm label {
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	color: #F6F6F6;
	clear: both;
	margin-bottom: 5px;
	margin-top: 15px;
}
#contactForm .input {
	background-image: url(style/images/bagofbees_contactpanelinput.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 265px;
	background-color: #F6F6F6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1e1e1e;
	padding: 5px 0 0 15px;
	margin: 0;
	outline: none;
	text-shadow: none;
}
#contactForm textarea {
	width: 280px;
	height: 80px;
	padding: 6px 10px 5px 5px;	
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #1e1e1e;
}
input.sendcontactbtn {
	background-color: #FFD53A;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0px;
	margin: 10px 0 0 0;
	width: 68px;
	height: 20px;
	display: block;
	padding: 0 0 0 8px;
	background-image: url(style/images/bagofbees_sendcontactbutt_sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
	.sendcontactbtn:hover {
		background-position: 0 -20px;
		cursor: pointer;
	}
#successContact {
	width: 600px;
	height: 96px;
	margin: 40px 0 0 -106px;
	padding: 10px 0 0 106px;
	background: url(style/images/bagofbees_successcontact.jpg) no-repeat 0 0;
	color: #FFFFFF;
	font: bold 3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#bademailContact, #badserverContact {
	height: 19px;
	margin: 5px 0 0 0;
	padding: 5px 0 0 28px;
	background: url(style/images/bagofbees_failcontact.jpg) no-repeat 0 0;
	color: #FF3333;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* SIDE MENU */
#colLeft {
	width: 230px;
	float: left;
	clear: both;
	margin: 74px 20px 0 0;
	}
#colLeft ul#socialLinks {
	margin: 0 0 12px 10px;
	padding: 0 0 12px 0;
	border-bottom: 3px solid #FFFFFF;
}
#colLeft ul#socialLinks li {
	margin: 0 0 5px 0;
}
#colLeft ul#socialLinks li p {
	margin: 0 0 12px 0;
}
#colLeft ul#socialLinks li a {
	height: 18px;
	display: block;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	padding: 2px 0 0 30px;
	background: url(style/images/bagofbees_sociable_sprite.jpg) no-repeat 0 0;
	}
	#colLeft ul#socialLinks li a:hover {
		color: #F6F6F6;
	}
	#colLeft ul#socialLinks li a.facebook {
		width: 76px;
		background-position: 0 0;
		}
		#colLeft ul#socialLinks li a.facebook:hover {
			background-position: 0 -20px;
		}
	#colLeft ul#socialLinks li a.flickr {
		width: 50px;
		background-position: -106px 0;
		}
		#colLeft ul#socialLinks li a.flickr:hover {
			background-position: -106px -20px;
		}
	#colLeft ul#socialLinks li a.twitter {
		width: 57px;
		background-position: -186px 0;
		}
		#colLeft ul#socialLinks li a.twitter:hover {
			background-position: -186px -20px;
		}
	#colLeft ul#socialLinks li a.rss {
		width: 43px;
		background-position: -273px 0;
		}
		#colLeft ul#socialLinks li a.rss:hover {
			background-position: -273px -20px;
		}
	#colLeft ul#socialLinks li a.addthis_button {
		width: 71px;
		background-position: -346px 0;
		}
		#colLeft ul#socialLinks li a.addthis_button:hover {
			background-position: -346px -20px;
		}
#newsletter {
	margin: 16px 0 0 10px;
	padding: 0 0 30px 0;
	border-bottom: 3px solid #FFFFFF;
}
#successNewsletter {
	height: 22px;
	margin: 15px 0 0 0;
	padding: 2px 0 0 30px;
	background: url(style/images/bagofbees_successfail.jpg) no-repeat 0 0;
	color: #999999;
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#bademailNewsletter, #badserverNewsletter {
	height: 19px;
	margin: 10px 0 0 5px;
	padding: 5px 0 0 28px;
	background: url(style/images/bagofbees_successfail.jpg) no-repeat 0 -24px;
	color: #FF3333;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
form#newsletterSignup {
	padding: 10px 0 0 0;
}
input#emailinput.textBoxNewsletter {
	background-image: url(style/images/bagofbees_textboxinput_newsletter.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 110px;
	background-color: #AFAFAF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #FFFFFF;
	padding: 5px 15px 0 15px;
	margin: 1px 5px 0 0;
	outline: none;
	text-shadow: #333 0 1px 0;
	float: left;
}
input#submitinput.sendbtnNewsletter {
	background-color: #F6F6F6;
	color: #787878;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0px;
	margin: 0 0 0 0;
	width: 67px;
	height: 29px;
	display: block;
	padding: 2px 0 0 11px;
	background-image: url(style/images/bagofbees_newsletterjoin_butt.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
	text-shadow: #FFF 0 1px 0;
	}
	input#submitinput.sendbtnNewsletter:hover {
		background-position: 0 -29px;
		color: #333;
	}
a.unsubscribe {
	color: #999;
	font-size: 1.1em;
	padding: 4px 0 0 17px;
	float: left;
	text-align: left;
	clear: both;
	}
	a.unsubscribe:hover {
		color: #333;
	}
#colRight {
	width: 700px;
	float: left;
	margin: 48px 0 0 0;
}
/* TWITTER FEED BOX */
#tweet {
	width: 218px;
	float: left;
	clear: both;
	margin: 0 15px 0 12px;
	overflow: hidden;
	font-size: 1.1em;
}
#colLeft h3#twitter {
	padding: 20px 0 0 12px;
	clear: both;
}
#tweet ul li {
	margin: 12px 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #CCCCCC;
}
#tweet ul li span.twitterPrefix {
}
#tweet ul li span.twitterStatus {
	float: left;
	margin-bottom: 8px;
}
#tweet ul li span.twitterTime {
	margin: 12px 0 0 0;
	clear: left;
	color: #999999;
}
#twitterFollow {
	padding: 0 0 0 12px;
	margin: 12px 0 0 12px;
	width: 120px;
	height: 16px;
	background: url(style/images/bagofbees_followbutton.jpg) no-repeat 0 0;
	clear: left;
}
	#twitterFollow:hover {
		background-position: 0 -16px;
	}
#twitterFollow a {
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 1px 0 0 7px;
	display: block;
	color: #fff;
}

/* POST BOXES */
.postContainer {
	width: 700px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0 0 40px 0;
	border-bottom: 3px solid #FFFFFF;
	float: left;
}
.postCopy{
	width: 220px;
	margin: 0 20px 0 0;
	float: left;
}
.postImage {
	max-width: 460px;
	float: left;
}
.postImage p  {
	opacity: 1;
	-webkit-transition: opacity 0.25s linear;
	margin: 0 0 20px 0;
}
.postImage img:hover {
	opacity: 0.75;
}
a.backToTopPost {
	width: 140px;
	display: block;
	line-height: 11px;
	color: #999999;
	font-size: 1.1em;
	text-decoration: none;
	padding: 4px 0 0 20px;
	background: url(style/images/bagofbees_backtotop_post.jpg) no-repeat 0 0;
}
a.backToTopPost:hover {
	background-position: 0 -15px;
	color: #333;
}
/* MISC ITEMS */
input.sendbtn {
	background-color: #FFD53A;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0px;
	margin: 10px 0 0 0;
	width: 68px;
	height: 20px;
	display: block;
	padding: 0 0 0 8px;
	background-image: url(style/images/bagofbees_sendbutt_sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
	clear: left;
}
	.sendbtn:hover {
		background-position: 0 -20px;
		cursor: pointer;
	}
.textBox {
	background-image: url(style/images/bagofbees_textboxinput.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 152px;
	background-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #FFF;
	padding: 4px 14px 0 14px;
	margin: 10px 0 0 0;
	outline: none;
	text-shadow: #545454 0 -1px 0;
}
#success {
	height: 53px;
	margin: 15px 0 0 0;
	padding: 25px 0 0 85px;
	background: url(style/images/bagofbees_success_sizing.jpg) no-repeat 0 0;
	color: #999999;
	font: bold 3.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#bademail, #badserver {
	height: 19px;
	margin: 0 0 0 10px;
	padding: 5px 0 0 28px;
	background: url(style/images/bagofbees_successfail.jpg) no-repeat 0 -24px;
	color: #FF3333;
	font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}	
#toTopLink {
	width: 62px;
	height: 22px;
	background: url(style/images/bagofbees_backtotopbutt.jpg) no-repeat 0 0px;
	position: relative;
	}
	#toTopLink:hover {
		background-position: 0 -22px;
		color: #333;
	}
	a.backToTop {
		width: ;
		height: ;
		display: block;
	}
	.backToTop {
		font: bold 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: white;
		text-shadow: #332E2E 0 -1px 0;
		padding: 2px 0 0 24px;
		display: block;
		}
		.backToTop:hover {
			color: #333;
			text-shadow: none;
		}
#scriptCredit {
	color: #666;
	font: 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: auto;
	position: absolute;
	top: 16px;
	left: 774px;
}
#scriptCredit a {
	color: #FFD53A;
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	#scriptCredit a:hover {
		color: #F6F6F6;
		border-bottom: 1px solid #FFD53A;
	}		
		
#lostTitle {
	width: 700px;
	height: 300px;
	display: block;
	background: url(style/images/bagofbees_404pic.jpg) no-repeat 300px 0;	
	padding: 0px 0 0 0;
}
#lostTitle h2, #lostTitle p {
	width: 280px;
}

/* FOOTER */
#paginationBar {
	position: relative;
	left: 250px;
	width: 700px;
	margin: 0 0 30px 0;
}
#footer {
	position: relative;
	padding: 15px 0 20px 0;
	clear: both;
}
#FooterContainer {
	width: 960px;
	padding: 0;
	margin: auto;
}
#FooterContainer p {
	width: 960px;
	border-top: 1px solid #ccc;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}