/* @override http://www.beercityrecords.com/wp-content/themes/beercityrecords_theme_v2/css/layout.css */

/*Global styles to be reused*/
html {
text-align: center;
}
body {
text-align: left;

}
.hide {
	display: none;
	overflow: hidden;
}
.clear {
	clear: both;
}
.obscure {
	position: absolute;
	float: left;
	left:-9999px;
}
/*Standard styles for layout*/
#headerWrapper,
#contentWrapper,
#footerWrapper {
	width: 100%;
}
/*center layout*/

div#contentWrapperInner,
div#footer,
div#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
div#header{
	/*height: 150px;*/
	text-align: center;
}
#footer{
	padding-top: 20px;
	padding-bottom: 20px;
}
#navigationWrapper{
	clear: both;
	width: 960px;
	height: 38px;
}
#navigation, #navigation ul{
	padding: 0px;
	margin: 0px;
	width: 960px;
	list-style: none;
	line-height: 38px;
	text-align: left;
}
#navigation a{
	line-height: 38px;
	height: 38px;
	display: block;
	width: 120px;
	text-align: center;
}
#navigation li{
	float: left;
	/*line-height: 38px;*/
	height: 38px;
	display: block;
	width: 120px;
	text-align: left;
}
/*#navigation li li{
	display: none;
}*/
#navigation li ul{
	position: absolute;
	width: 120px;
	left:-9999px;
}
#navigation li:hover ul,
#navigation li.sfhover ul{
	left: auto;
}
#branding{
height: 150px;
}
#branding img{
padding-top: 35px;
}
#sidebar,
#mainContent{
	padding-top: 20px;
	margin-bottom: 20px;
}
#secondaryContent ul#sidebarFrontPage{
	padding-top: 20px;
	margin-bottom:  10px;
}

div#adminPanel p a{
	padding: 5px;
	margin-bottom: 10px;
}
div#sidebar ul li.widget{
	margin-bottom: 14px;
}
#sidebar li#recent_posts li,
#sidebar ul.xoxo.blogroll li{
	padding-top: 4px;
	padding-bottom: 4px;
}
#sidebar ul.xoxo.blogroll{
	margin-bottom: 14px;
}

#sidebar li#subscribe li.rssFeed,
#sidebar li#subscribe li#feedUpdates{
 padding-left: 20px;
 display: block;
 height: 16px;
}
#sidebar li#subscribe li{
	margin-bottom: 5px;
}
div#posts hr{
	margin-top: 20px;
	margin-bottom: 20px
}
div#newsFrontPage hr,
div#blogFrontPage hr{
	margin-top: 10px;
	margin-bottom: 10px	
}
/*footer links */
div#links li.linkcat{
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 20px;
}
hr{
	display: block;
	height: 1px;
	width: 100%;
	border: none;
}
p.readMore{
	text-align: right;
	margin-bottom: 0px!important;
}
div#posts div.artistThumbnail,
div#posts div.videoThumbnail{
	float: left;
	margin-right: 10px;
	width: 340px;
	margin-bottom: 20px;
}
* html div#posts div.artistThumbnail,
* html div#posts div.videoThumbnail{
	margin-right: 5px!important;
}
div#posts div.artistThumbnail img{
	width: 320px;
	height: 174px;
}
div#posts h4{
	clear: both;
}
h4.bandName{
	margin-bottom: 10px;
}
div#posts div.artistLargePhoto{
	height: 370px!important;
	width: 680px!important;
	margin-bottom: 10px;
}
div.featuredMp3Player{
	margin-bottom: 20px;
	float: left;
	width: 350px;
}
ul#relatedLinks{
	margin-bottom: 20px;
}
/*releases on band pages*/
ul#releases li.release{
	float: left;
	margin-bottom: 10px;
}
ul#releases li.release.odd{
 padding-right: 10px;
}
/*home page templates*/
div#eCard{
	margin-bottom: 20px;
}
div#featuredReleasesWrapper{
	margin-bottom: 20px;
}
ul#featuredReleases li{
	float: left;
	margin-right: 10px;
	width: 130px;
}
/* html ul#featuredReleases li{
	margin-right: 5px;
}*/
ul#featuredReleases li li{
	float: none;
	text-align: center;
}
ul#featuredReleases li li.bandName{
	font-weight: bold;
}
ul#featuredReleases li li.buyAlbum a:link,
ul#featuredReleases li li.buyAlbum a:visited{
	font-size: .8em;
}
ul#featuredReleases li li.albumInfo{
	font-size: .8em;
	margin-bottom: 5px;
}
ul#featuredReleases li img{
	width: 128px;
	height: 128px;
}
div#previousPostsLink{
	float: left;
}
div#nextPostsLink{
	float: right;
}
div#posts div.post{
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: 1%;
}
div#posts div.releaseListing div.releaseItem{
	width: 233px;
	height: 120px;
	float:left;
}
div#posts div.releaseListing div.albumCover{
	width: 82px;
	height: 82px;
	float: left;
	margin-right: 10px;
}
div#posts div.releaseListing div.releaseDetails{
	float:left;
	width: 131px;
	margin-right: 10px;
}
div#posts div.releaseListing div.format{
	margin-bottom: 10px;
}
div#posts div.releaseListing object{
	width: 131px!important;
	height: 24px!important;
}
div#beerCityContactInfo{
	margin-bottom: 20px;
}