/*   
Theme Name: Lower 40 Records
Theme URI: http://www.lower40records.com/
Description: Based on original website design by some dude we used to know. 
Author: Alejandro A. Leal
Author URI: http://a2lv.com
Version: 1.0b
.
Not released. Copyright Lower 40 Records
.
*/


body {
	color:#CCCCCC;
}

body#splash {
	background-color:#383838;
	width:760px;
	margin:0 auto;
}

body#album {
	background:#FFFFFF;
}

a {	
	color:#D4B109;
	text-decoration:none;
}

a:hover {
	color:#DFEFE2;
	text-decoration:underline;
}

ul, li {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:300;
}

p, li {
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

a img {
	border:none;
}

#wrapper {
	margin:0 auto;
	display:block;
	width:900px;
	height:auto;
	background:#FFFFFF;
}

#header {
	background:url('http://lower40records.com/images/logoSmall.gif') no-repeat;
	display:block;
	width:900px;
	height:158px;
}

.header-logo {
	display:block;
	padding:0 0 0 315px;
	width:290;
	height:150px;
}

.header-logo a img  {
	border:none;
}


/* menu navigation */

#nav-bar{
	background:url('http://lower40records.com/images/navBg.gif') no-repeat;
	width:900px;
	height:56px;
	display:block;
}

#left-menu {
	float:left;
	padding:5px 0 0 50px;
}

#right-menu {
	float:right;
	padding:5px 55px 0 0;
}

#nav-bar ul li {
	display:inline;
}

#nav-bar ul li img {
	border:none;
}

#nav-bar ul li:after {
	content: url('http://lower40records.com/images/nav_div.gif');
}

#right-menu li:last-child:after,#left-menu li:last-child:after {
	content:"";
}

/* buttons */

a#Recent-news {
	background:url('./images/recent_news_off.png')  no-repeat;
	display:inline-block;
	width:100px;
	height:30px;
}

a#Recent-news:hover {
	background:url('./images/recent_news_on.png') no-repeat;
	display:inline-block;
	width:100px;
	height:30px;
}

a#Bands {
	background:url('./images/bands_off.png')  no-repeat;
	display:inline-block;
	width:57px;
	height:30px;
}

a#Bands:hover {
	background:url('./images/bands_on.png') no-repeat;
	display:inline-block;
	width:57px;
	height:30px;
}

a#Story {
	background:url('./images/story_off.png')  no-repeat;
	display:inline-block;
	width:50px;
	height:30px;
}

a#Story:hover {
	background:url('./images/story_on.png') no-repeat;
	display:inline-block;
	width:50px;
	height:30px;
}


a#Media {
	background:url('./images/media_off.png')  no-repeat;
	display:inline-block;
	width:54px;
	height:30px;
}

a#Media:hover {
	background:url('./images/media_on.png') no-repeat;
	display:inline-block;
	width:54px;
	height:30px;
}

a#Calendar {
	background:url('./images/calendar_off.png')  no-repeat;
	display:inline-block;
	width:76px;
	height:30px;
}

a#Calendar:hover {
	background:url('./images/calendar_on.png') no-repeat;
	display:inline-block;
	width:76px;
	height:30px;
}

a#Sights {
	background:url('./images/sights_off.png')  no-repeat;
	display:inline-block;
	width:52px;
	height:30px;
}

a#Sights:hover {
	background:url('./images/sights_on.png') no-repeat;
	display:inline-block;
	width:52px;
	height:30px;
}

a#Sounds {
	background:url('./images/sounds_off.png')  no-repeat;
	display:inline-block;
	width:65px;
	height:30px;
}

a#Sounds:hover {
	background:url('./images/sounds_on.png') no-repeat;
	display:inline-block;
	width:65px;
	height:30px;
}

a#Contact {
	background:url('./images/contact_off.png')  no-repeat;
	display:inline-block;
	width:69px;
	height:30px;
}

a#Contact:hover {
	background:url('./images/contact_on.png') no-repeat;
	display:inline-block;
	width:69px;
	height:30px;
}

a#Friends {
	background:url('./images/friends_off.png')  no-repeat;
	display:inline-block;
	width:66px;
	height:30px;
}

a#Friends:hover {
	background:url('./images/friends_on.png') no-repeat;
	display:inline-block;
	width:66px;
	height:30px;
}

a#Shop {
	background:url('./images/shop_off.png')  no-repeat;
	display:inline-block;
	width:46px;
	height:30px;
}

a#Shop:hover {
	background:url('./images/shop_on.png') no-repeat;
	display:inline-block;
	width:46px;
	height:30px;
}


/* main content area styling */

#body{
	background:url('http://a2lv.com/lower40/images/body-bg.jpg') repeat-y ;
	display:block;
	width:900px;
	background-color:#FFFFFF;
	height:auto;
}


.content-well {
	display:block;
	padding:20px 85px;
}

/* post styling */

.post h2 {
	font-size:18pt;
	color:#D3AE01;
}


.post h3 {
	font-size:14pt;
	display:block;
	width:100%;
	border-bottom:#CCCCCC solid thin;
}

.entry p {
	font-family:Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

p.post-metadata {
	display:block;
	width:100%;
	border-bottom:#CCCCCC solid thin;
	padding:5px 0 5px 0;
}

#album_container {
	margin:0 auto;
	padding:15px;
	width:610px;
	display:block;
	color:#333333;
}


/*	comment styling */

textarea#comment { 
	width: 400px; 
	padding: 5px; 
} 

.commentmetadata { 
	font-size: 10px; 
} 

/* links styling */

ul.links li img {
	float:right;
	width:100px;
}

ul.links li {
	display:block;
	margin:0 0 15px 0;
	padding:0 0 0 10px;
	width:690px;
}

/* footerbar */


#bottomCells {
	display:block;
	width:728px;
	height:220px;
	background-color:#0E0F0D;
	clear:both;
	margin:10px 0;
}

.bottomCellPost {
	display:block;
	float:left;
	width:162px;
	padding:10px;
	height:auto;
}

.bottomCellPost h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	margin:0;
	padding:0;
}

.bottomCellPost p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#CCCCCC;
	margin:0;
	padding:5px 2px;
}



/* bottomBar */


#bottomBar {
	display:block;
	width:728px;
	height:250px;
	clear:both;
	padding:5px 10px;
	background-color:#666666;
}

.bottomBarCell {
	display:block;
	float:left;
	width:350px;
	height:auto;
}

.bottomBarCell h3 {
	border-bottom:#CCCCCC solid thin;
	display:block;
	width:345px;
}


.bottomBarCell ul {
	list-style-type:none;
}

.PeCategories {
	list-style-type:none;
}


li.cat-item {
	display:block;
	width:100px;
}

h2.categorytitle {
	font-size:12pt;
	display:block;
	width:96px;
}	

#categorisation_group_1, #categorisation_group_3, 
#categorisation_group_4, #categorisation_group_5 {
	display:block;
	width:146px;
	float:left;
}

.wpsc_categorisation_group {
	display:block;
	height:96px;
}

h4.wpsc_category_title {
	margin:0;
	padding:0;
}

.tubepress_meta_group {
	font-family:Verdana, Arial, Helvetica, sans-serif;!important
}

/* sidebar */

#sidebar {
	display:block;
	float:right;
	width:230px;
	height:auto;
}


/* footer */

#footer {
	background:url('http://lower40records.com/images/footer.gif') no-repeat;
	display:block;
	width:900px;
	height:74px;
}

#bottom_credit {
	margin:0 auto;
	display:block;
	text-align:center;
	font-size:7.5pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	line-height:0.3em;
}

#bottom_credit ul li {
	display:inline;
	padding:5px;
}

#bottom_credit ul {
	padding:5px;
}

#bottom_credit a:hover {
	color:#111310;
	text-decoration:underline;
}

/* images */

img.alignright {
	float:right;
	margin:0 0 5px 5px;
}

img.alignleft {
	float:left;
	margin:0 5px 5px 0;
}

/* shop pag3e */

div#post-14 {
	background-color:#FFFFFF;
	padding:5px;
}

/* mp3 player */

pre {	
	position:relative;
	left:0px;
}

pre object {
	position:relative;
	left:0;
	top:0;
}

/* Event Calendari misc. */

.event-block {
	background-color:#CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 2px 0 0;
}

.EC-tt-title-no-link {
	color:#333333;
}

#wp-calendarLarge .dayHead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0 0 5px;
}

.EC-tt-description-data, .EC-tt-label, .EC-tt-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* tube press */

.tubepress_meta_group {
	font-size:12px;
}

.wpsc_category_title {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 5px 0;
}

.tubepress_meta_title {
	font-weight:600;
}

.producttext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h2.prodtitles span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;!important
	font-weight:500;
}

h3#mules {
	color:#333333;
}