/*
Theme Name: BMCo Shop Online
Theme URI: http://www.britishmuseumshoponline.org
Description: Theme that approximates the look and feel of the British museum online shop.
Version: 1.0
Author: Dan Neame
Author URI: http://dan.nea.me/
Tags: wizard

*/
/* import bmui css, includes reset */
@import url( 'http://www.britishmuseumshoponline.org/content/ebiz/britishmuseumonlineshop/resources/css/bmui/screen.css' );
@import url( 'http://www.britishmuseumshoponline.org/content/ebiz/britishmuseumonlineshop/resources/css/bmui/theme-regular.css' );

/* 101130: temp styles to override new black header/footer */
#main-nav { bottom:21px; }

#main-nav li a {
	padding-bottom:10px;
	font-size:1px;
	text-indent:-5000px;
}

#sub-nav ul { margin:0 0 0 127px; }

#sub-nav li { padding:0 12px; }

#footer-links { padding:0 7px; }

#footer-copyright { float:left; padding:7px; }

#footer a img { padding:0 7px; }

#footer #footer-venda { clear:both; padding-right:100px; }
/* end */

/* custom styles for the blog follow */

/* top level shiz */
#blogpage #listing-context {
	float: left;
	overflow: hidden;
	font-size: 14px;
}
#blogpage #listing-sidebar {
	float: right;
	margin-top: 0;
	width: 175px;
}
#blogpage #listing-context , #blogpage #listing-sidebar {
	padding-top: 10px;
}
.navigation {
	margin-bottom: 10px;
}
.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}

/* entries and titles */
.entry {
	padding: 10px 0;
}
.entry .alignright {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
}
.entry .alignleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
}
.entry > p {
	padding: 5px 0;
}
.post {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #7db9db;
}
a.productlink {
	display: block;
	float: right;
	width: 150px;
	height: 22px;
	padding-top: 5px;
	background: #036;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
a.productlink:hover {
	text-decoration: none;
}
.post > h2 , .post > h3 , .pagetitle {
	font-weight: bold;
	font-size: 18px;
}
.post > h3 , .post > h3 > a {
	display: block;
	width: 100%;
}
.post > small {
	font-style: italic;
}
#blogpage small {
	font-size: 10px;
	line-height: 12px;
}
.pagetitle , .post {
	margin-bottom: 10px;
}
.postmetadata {
	font-style: italic;
	margin-top: 10px;
}

/* sidebar */
#sidebar-emailsignup {
	background: url( 'images/bg-joinbookclub.gif' ) top left no-repeat;
	height: 30px;
	padding: 105px 7px 0;
	overflow: hidden;
}
#sidebar-emailsignup > form > input {
	border: 1px solid #CCCCCC;
	font-size: 10px;
	height: 12px;
	margin: 0;
	padding: 3px;
	width: 134px;
	margin-right: -1px;
	float: left;
}
#emailsignup-submit {
	background:transparent url(//www.britishmuseumshoponline.org/content/ebiz/britishmuseumonlineshop/resources/img/css/sprites.gif) no-repeat scroll -184px -36px;
	border: 1px solid #CCC;
	height: 20px;
	text-indent: -5000px;
	width: 20px;
	float: left;
}
#listing-sidebar h2 {
	margin-top: 10px;
}
#listing-menu-blog {
	clear: both;
	margin: 20px 0 60px 0;
}
#listing-menu-blog li a {
	display: block;
	width: 167px;
	padding: 1px 4px;
}
#listing-menu-blog li a:hover {
	text-decoration: none;
}
#listing-menu-blog li a:hover , #listing-menu-blog li a.current {
	background: #ddd;
}
#listing-emailsignup {
	display: none; /* should NOT be in the template, but is showing on UAT right now...? */
}

#listing-customerservices {
	margin-bottom: 40px;
}

/* recommended products */
#blog-recommended-products {
	width: 190px;
	margin-top: 10px;
}
#blog-recommended-products > li {
	float: left;
	height: 135px;
	margin: 0 15px 15px 0;
	overflow: hidden;
	width: 80px;
}
#blog-recommended-products > li > h4 , #blog-recommended-products > li > p {
	text-align: left;
}


/* comments */
.commentlist , #commentform {
	width: 600px;
}
#commentform {
	margin-top: 10px;
}
#commentform > p {
	clear: both;
	margin-bottom: 5px;
}
#commentform > p > input {
	float: right;
	width: 370px;
}
#commentform > p > input#submit {
	width: 120px;
	height: auto;
}
#commentform > p > label {
	float: left;
	width: 200px;
}
#commentform > p > input ,#commentform > p > label {
	height: 15px;
	padding: 2px;
}
#respond , h3#comments , .commentlist {
	margin-left: 50px;
}
.commentlist > li {
	padding: 10px 0;
	clear: both;
	border-top: 1px solid #7db9db;
}
.commentlist > .even {
	background: #d8eaf4;
}
.comment-meta {
	display: none;
}
.comment-author {
	font-weight: bold;
	padding: 10px;
}
.comment-author > img {
	display: none;
}
.commentlist > li > div > p {
	margin-left: 45px;
	padding-bottom: 10px;
	width: 510px;
}
#respond > form > p > textarea {
	width: 600px;
}

