/*  
Theme Name: La Bestia  
Theme URI: http://chrispenner.info  
Description: Widget ready and tested on WP2.8, 2.9
Version: 1.0
Author: Chris Penner 
Author URI: http://chrispenner.info/
Inspired by: Retromania (http://www.retromania.jayhafling.com/2008/09/04/retromania-free-wordpress-theme-10/) by Jay Hafling
*/

body {
	height:100%;
	margin-top: 0px;
	padding: 0;
	font-family: DevjaVu, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #f0f0f0;
	background:url(images/bg-sides.png) no-repeat top center #320000;
	z-index:0;
}
#box{width:1000px; 
	 height:100%; 
	 margin:0 auto; 
	 }

h1, h2 {margin-top: 0; color: #900;}
h1 {font-size: 1.5em; font-weight: bold;}
h2 {font-size: 1.3em;}
h3 {font-size: 1em;}

ul {}

a {text-decoration: none; color: #900; font-weight:bold}
a:visited{color:#590000;}
a:hover {border:none; text-decoration:none; color:#e50000; text-shadow:1px 2px 3px #000;}
a img {border: none;}

img.left {float: left;	margin: 0 20px 0 0;}
img.right {float: right; margin: 0 0 0 20px;}
img.paragraph{display:block; margin-left:7px; margin-right:7px;}

/* Header */
#header {
	position:relative;
	width: 1000px;
	height:234px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat center top;
	float:none;
}

#tagline{margin-left:110px;
		 margin-bottom:0px;	
		 margin-top:124px;
		 text-transform:uppercase; 
		 text-shadow:1px 2px 3px #000;
		 font-weight:bold;
		 height:20px;
		 z-index:4;
		 }
#tagline a{color:#decaad;}	
/* Menu */
#login{
	padding-top:3px;
	padding-left:5px;
	z-index: 10;
	height:20px;
	}

#login,
#login a{
	color:#decaad;
	font-size:8pt;
	background-color:transparent;
	}
#login a:hover {color:#e50000}

a#navHome, a#navBio, a#navEvents, a#navContact, a#navLogo1, a#navLogo2, a#navGallery, a#navMusic, a#navVideos, a#navStore {
	position:absolute;
	float:left;
	bottom:0px;}
a#navHome {
	left:30px;
	width:70px;
	height:32px;}
a#navBio {
	left:112px;
	width:45px;
	height:32px}
a#navEvents {
	left:171px;
	width:75px;
	height:32px;}
a#navContact {
	left:262px;
	width:90px;
	height:32px;}
a#navLogo1 {
	left:362px;
	bottom:-40px;
	width:220px;
	height:280px;}
a#navLogo2 {
	left:0px;
	bottom:70px;
	width:362px;
	height:100px;}
a#navGallery {
	left:590px;
	width:100px;
	height:130px;}
a#navMusic {
	left:695px;
	width:95px;
	height:110px;}
a#navVideos {
	left:795px;
	width:95px;
	height:115px;}
a#navStore {
	left:895px;
	width:75px;
	height:80px;}

/* Wrapper */

#wrapper { 	 background:url(images/bg-repeat.png) repeat-y top center;	 }

/* Page */

#page {width: 960px; 
	   margin: 0 auto; 
	   padding: 5px 0px; 
	   background:url(images/bg-texture.png) top center no-repeat transparent;
	   z-index:-1;
	   }
#page-bg {}

/* Latest Post */

#latest-post {padding: 20px; border: 1px solid #E7E7E7;}

/* Content */

#content {
	float: left;
	width: 500px;
/*    text-align:justify;*/
	padding: 50px 0 20px 20px;
}

.editLink {visibility:hidden}

.post {padding-bottom: 45px; }
.post h1 {font-weight: bold;}

.title {
	margin: 0px;
	padding: 0px;
	font-size: 2.3em;
	font-weight:bold;
	line-height:100%;
	font-weight: normal;
	text-shadow:1px 2px 3px #000;
}
h2.subTitle{
	text-shadow:1px 2px 3px #000;
}
.title a {border: none; color: #590000;}
.title a:hover {color:#900; text-decoration:none}

.byline {
	border-bottom:1px solid #590000;
	color:#3f3f3f;
	padding: 5px 0 10px 0;
}

.tag {padding: 0 15px;}

.entry {line-height: 25px;}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {border: none;}
.links a:hover {}

/* Sidebars */

#sidebar1 {
	width:180px;
	float: left;
	margin: 1em 0 10px 10px;
	background-color: #320000; /* fallback color */
    background-image: -moz-linear-gradient(100% 100% 90deg, #320000, #590000);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#590000), to(#320000));	
	border: 1px solid #000;
	border-radius:8px;border-radius:8px;
	-o-border-radius:8px;
	-khtml-border-radius:8px;
	-icab-border-radius:8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	-moz-box-shadow: 1px 2px 3px #000;
	-webkit-box-shadow: 1px 2px 3px #000;	
	padding: 5px;
	color:#fff;
	overflow:hidden;
}
#sidebar a {color:#eee}
#sidebar2 {
	float: right; 
	width:180px;
	margin-right:7px;
	color:#fff;
	overflow:hidden;
}

.sidebar {
	float: left;
	width: 180px;
	padding: 0;
	font-size: 12px;
	
}
.sidebar ul {margin:5px 0 0 5px;	padding: 0;	list-style: none;}
.sidebar li {padding: 0 0 5px 0;}
.sidebar li ul {padding: 5px 0 0 5px;}
.sidebar li li {margin: 0 20px 0 15px;	
				padding: 8px 0px;
				}
.sidebar li h2 {
	height: 34px;
	margin: 0 0 0 0;
	padding: 12px 15px 0px 20px;
	font-size: 16px;
	color: #fff;
}

.sidebar a {color:#decaad}
.sidebar a:visited {color:#9e907b}
.sidebar a:hover {color:#900}


/* Widgets */
/*Left Sidebar*/
.widgetLeft{width:160px; margin-bottom:12px;}
.widgetLeftCentre,
.widgetLeftTop,
.widgetLeftBottom{
	width:160px;
	height:16px;
	background:transparent;
	display:block;
}
.widgetLeftTop {}
.widgetLeftCentre{}
.widgetLeft ul li {list-style-type: none;}
.widgetLeft ul {margin: 0px; list-style-type: none;}

/*Right Sidebar*/
.widgetRight{width:170px; 
		    margin: 1em auto 10px auto;
			background-color: #320000; /* fallback color */
			border: 1px solid #000;
		    background-image: -moz-linear-gradient(100% 100% 90deg, #320000, #590000);
	   		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#590000), to(#320000));	
			border-radius:8px;	
			-o-border-radius:8px;
			-khtml-border-radius:8px;
		    -icab-border-radius:8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;	
			-moz-box-shadow: 1px 2px 3px #000;
			-webkit-box-shadow: 1px 2px 3px #000;	
/*			padding: 0 5px;*/
			}

.widgetRightCentre,
.widgetRightTop,
.widgetRightBottom{
	width:160px;
	height:16px;
	background:transparent;
	display:block;
}
.widgetRightTop {}
.widgetRightCentre{
	overflow:hidden;
	background-position:0 0;
	background-repeat:;
	width:160px;
	height:auto;
	padding:0 5px;
}
.widgetRight ul li {list-style-type: none;}
.widgetRight ul {margin: 0px; list-style-type: none;}

.widget_links ul li, .widget_meta ul li, .widget_recent_entries ul li, .widget_caticons ul li, .widget_archive ul li {padding:0;}
.widget_links a, .widget_meta a, .widget_recent_entries a, .widget_caticons a, .widget_archive a {
	display:block;
	width:170px; 
	height:auto;
	border:none;
	padding:2px 0;
	font-weight:bold;
	color:#decaad;
	}
.widget_links a:visited, .widget_meta a:visited, .widget_recent_entries a:visited, .widget_caticons a:visited, .widget_archive a:visited {color:#9e907b;}
.widget_links a:hover, .widget_meta a:hover, .widget_recent_entries a:hover, .widget_caticons a:hover, .widget_archive a:hover {color:#900;}

.widget_player{}
strong.widgetTitle {
	font-size:1.5em; 
/*	color:#DECAAD; */
	text-align:center;}
.widget_facebook-myspace{
	width:60px;
	height:150px;
	float:right;
	padding: 0 0 0 10px;
	text-align:center;
}
.widget_facebook_bg{
	background:url(http://badge.facebook.com/badge/99512311748.3642.1149429225.png) -10px -60px no-repeat;
	width:90px;
	height:150px;
	float:left;
	margin:10px 0 0 0;
}
.widget_twitter{
	background:url(http://labestia.us/media/images/icon_twitter.png) 112px 0 no-repeat;
	position:relative;
	float:left;
	}
.widget_twitter strong.widgetTitle a{display:none}
.widget_twitter ul{padding:48px 0 0 0}

strong.widgetTitle a{color:#fff;}
strong.widgetTitle a:visited{color:#eee;}


/* Search */

#headerSearcher{
	width:220px;
	float:right;
	right:30px;
	border:none;
}
#headerSearcher fieldset{border:none;}
.searchForm{}
.searchInput{
	background:#590000;
	color:#fff;
	border:2px solid #decaad;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-icab-border-radius:4px;
	-khtml-border-radius:4px;
	padding:3px;
	-moz-box-shadow: 1px 2px 3px #000;
	-webkit-box-shadow: 1px 2px 3px #000;
}


#s {
	margin: 10px 0px 0 10px;
	padding: 3px;
	width: 160px;
	border:2px solid #000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-icab-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-box-shadow: 1px 2px 3px #000;
	-webkit-box-shadow: 1px 2px 3px #000;	
	background: #590000;
	color: #decaad;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: DejaVu, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {padding: 0px; text-align: center;}
#calendar_wrap table {width: 100%;}
#calendar_wrap table caption {font-size:1.5em}
#calendar_wrap th {font-weight:bold}
#calendar_wrap td {border: solid 1px #900; padding:0}
#calendar_wrap tbody td.pad{border:0}
#calendar_wrap tbody td a{background:#900; 
						  color:#fff; 
						  display:block;
						  width:100%;
						  border:none;
						  font-weight:bold;
						  }
#calendar_wrap tbody td a:hover{/*background:#e50000;*/ color:#fff}
#calendar_wrap tfoot td {border: none;}
#calendar_wrap tfoot td a{border: none;}
#calendar_wrap tfoot td a:hover{border: none;}
#calendar_wrap tfoot td#prev {text-align: left;	font-weight: bold; border: none;}
#calendar_wrap tfoot td#prev a {border: none;}
#calendar_wrap tfoot td#next {text-align: right; font-weight: bold; border: none;}
#calendar_wrap tfoot td#next a {border: none;}

/* Footer */

#footer {
	width: 1000px;
	height: 70px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
 	 background:url(images/bg-repeat.png) repeat-y top center #320000;
}
#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}
#footer a {color: #590000;}
#footer a:hover {color: #900; text-shadow:1px 2px 3px #000}
#footer img {margin-left:auto; margin-right:auto; text-align:center}

#footer .link {margin-left:auto; margin-right:auto}
#footer .copyright {margin-left:auto; margin-right:auto}

hr {display: none;}

#comment {width: 450px;	height: 100px;}

#respond {color: #ccc;}

/*La_Bestia.us Additions*/
div.pageLinks{text-align:right}
.page-numbers {
	line-height: 26px;
	height: 26px;
	min-width: 20px;
	padding: 0 3px;
	margin-right: 2px;
	display: inline-block;
	text-align:center;
	text-decoration:none;
	background-color: #024959;
	color:#fff;
	border:1px solid #fff;
}

a.page-numbers:focus,
a.page-numbers:hover {
	background-color: #1b3659;
}
.textwidget a {color:#fff; text-decoration:none; border:none;}
.textwidget a:hover {color:#e50000}

table.social_icons {margin-left:auto; margin-right:auto; text-align:center; width:auto;}
table.social_icons td {padding:5px; text-align:center}
form.mailingList {text-align:center;}
input.mailingList {border:#e50000 solid 1px;
			  background:#000;
			  color:#fff;
			  margin-left:auto;
			  margin-right:auto;
			  }
img.paragraphLeft {padding-right:5px; float:left;}			
img.paragraphRight {padding-left:5px; float:right;}			

.album{
	min-height:300px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	width:450px;
	padding:0 0 0 20px;
	margin:0;
	}
.album h3 {text-align:left;
		   font-size:1.3em; 
		   font-weight:bold;
		   text-indent:45px;
		   }
.album ol {font-weight:bold; 
		   padding:0; 
	       text-align:left; 
		   margin-left:285px;
		   }
.album ul.topLevel {font-weight:bold; 
		   padding:0; 
	       text-align:left; 
		   margin-left:285px;
		   list-style:none
		   }
		   
.album div.form {margin-left:auto; margin-right:auto; width:200px; text-align:center}

li.amazon {list-style-image:url(/images/icons/logo_amazon.gif)}
li.itunes {list-style-image:url(/images/icons/logo_itunes.gif)}
li.rhapsody {list-style-image:url(/images/icons/logo_rhapsody.gif)}
li.cdbaby {list-style-image:url(/images/icons/logo_cdbaby.gif)}
li.napster {list-style-image:url(/images/icons/logo_napster.gif)}
li.lala {list-style-image:url(/images/icons/logo_lala.gif)}

.subHeading {padding-top:10px; font-size:1.5em; text-align:left;}
.albumInfo{}

table.gallery {width:440px; margin-left:auto; margin-right:auto; padding:0;}
table.gallery td {text-align:left}

div.gallery {width:100%; margin-left:auto; margin-right:auto; padding-left:15px; text-align:center}

.wpcf7 {width:100%; margin-right:30px; float:right}
.wpcf7 input {border:#e50000 solid 1px;
			  background:#000;
			  color:#fff;
			  }
.wpcf7 textarea {border:#e50000 solid 1px;
			  background:#000;
			  color:#fff;
			  }			  
			  
/*LaBestia.us content*/
#contact_www, #contact_email, #contact_phone{
/*	width:100%;*/ 
	margin:10px 20px 0 0;
	border-bottom:#590000 1px solid; 
	position:relative;
	float:left;
	padding:0 0 5px 50px;
	background-position:top left;
	}
#contact_www {background:url(http://labestia.us/media/images/icon_http-red.png) no-repeat} 
#contact_email {background:url(http://labestia.us/media/images/icon_mail-red.png) no-repeat} 
#contact_phone{background:url(http://labestia.us/media/images/icon_phone-red.png) no-repeat}
.contact_facebook{
	float:left;
	width:200px; 
	padding:0 0 5px 0; 
	left:0px;
	position:relative;
	}
.contact_myspace{
	float:right; 
	width:200px;
	height:57px;
	right:0px;
	position:relative;
	background:url(http://labestia.us/media/images/logo_myspace.jpg) top left no-repeat #eee;
	border:1px solid #4045f5;
	padding:30px 0 0 10px;
	color:#000;
	}

.photoGallery {
	width:425px;
	text-align:center;
	padding:10px 10px 0 10px;
	margin:0 auto;
	table-layout:fixed;
	}
.photoGallery tr {
	height:150px;
	overflow:hidden;
	}
.photoGallery tr td{
	width:85px;
	padding:0;
	margin:0;
	overflow:hidden;
	}	
.photoGallery tr td img{
	height:150px;
	}
