/*  
Theme Name: BJBass.com
Description: The theme specifically designed around BJBass.com v.2.0 - For WordPress 2.0+. Widgets-friendly.
Version: 2.0
Author: Liz Manning
Author URI: http://www.erdufylla.net
*/

BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	COLOR: #000000;
	FONT-SIZE: 11px;
}

H1 {
	FONT-SIZE: 1.4em;
}
H2 {
	FONT-SIZE: 1.3em;
}
H2.post-title-single, H2.post-title {
	margin-top: 0px;
	border-bottom: 2px solid #000000;
	}
H3 {
	FONT-SIZE: 1.2em;
}
HR {
	COLOR: #DDDDDD;
	HEIGHT: 1px;
}
HTML,BODY {
	HEIGHT: 100%;
	MARGIN: 0px;
	PADDING: 0px;
	BACKGROUND-COLOR: #47412f;
}
FORM {
	MARGIN: 0px;
}
TABLE,IMG {
	BORDER: 0px;
}

#container {
	width: 800px;
	border: 5px solid #000000;
	border-bottom: 0px;
	background-color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 50%;
	margin-left: -405px;
	position: absolute;
	}

#headimg {
	margin: 0px;
	background-image: url(images/bjbass-header2.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 800px;
	}

#headline1 {
	width: 800px;
	margin: 5px 0px 5px 0px;
	height: 2px;
	background-color: #e57e09;
	}

#headline2 {
	width: 800px;
	margin: 5px 0px 5px 0px;
	height: 8px;
	background-color: #770000;
	}

#wrap {
	background: #FFFFFF;
	width: 720px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a:link, a:visited {
	color: #770000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover, a:active     {
	color: #d21f01;
	font-weight: bold;
	text-decoration: underline;
	}

	
/************************************************
*	Navbar  									*
************************************************/

#topnav {
	height: 50px;
	margin: 0px;
	background-color: #000000;
	}
#topnav ul#topnav-links {
	width: 800px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	overflow: hidden; 
	}
#topnav ul#topnav-links li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	}
#topnav ul#topnav-links li a {	
	float: left;
	padding: 50px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:50px; /* for IE5/Win */
	}
#topnav ul#topnav-links li a:hover, #topnav ul#topnav-links li a:active {
	background-position: 0px -50px;
	}
#home a {
	background: url(images/topnav_home.jpg) top left no-repeat;
	width: 93px;
	}
#about a {
	background: url(images/topnav_about.jpg) top left no-repeat;
	width: 106px;
	}
#music a {
	background: url(images/topnav_music.jpg) top left no-repeat;
	width: 108px;
	}
#family a {
	background: url(images/topnav_family.jpg) top left no-repeat;
	width: 113px;
	}
#stories a {
	background: url(images/topnav_stories.jpg) top left no-repeat;
	width: 129px;
	}


/************************************************
*	SIDEBAR    	
************************************************/

#sidebar {
	margin: 0px;
	padding: 10px;
	background-color: #000000;
	width: 180px;
	position: relative;
	float: left;
	}

#sidebar .box {
	padding: 0px;
	border: 1px solid #230004;
	margin: 0px;
	margin-bottom: 20px;
	width: 173px;
	}
#sidebar .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.6px;
	background-color: #770000;
	color: #ffffff;
	font-weight: bold;
	display: block;
	}
#sidebar .heading a {
	text-decoration: none;
	padding: 3px 5px;
	text-indent: 5px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	}
#sidebar .heading a:link, #sidebar .heading a:visited {
	background-color: #770000;
	}
#sidebar .heading a:hover, #sidebar .heading a:active {
	background-color: #d21f01;
	}
#sidebar .heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.6px;
	background-color: #770000;
	color: #ffffff;
	font-weight: bold;
	display: block;
	padding: 3px 5px;
	text-indent: 5px;
	}
#sidebar ul {
	display: block;
	list-style: none;
	margin: 0px 0px 0px -40px;
	width: 173px;
	} 
#sidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	border-top: 1px solid #230004;
	background-color: #e7d880;
	margin: 0px;
	color: #000000; 
	}
#sidebar ul li ul {
	display: none;
	visibility: hidden;
	}
#sidebar ul li a p {
	background-color: transparent;
        color: #000000;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	text-indent: 15px;
	font-size: 12px;
	line-height: 16px;
	}
#sidebar ul li .description {
	background-color: transparent;
        color: #000000;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 5px;
	padding-left: 35px;
	font-weight: bold;
	}
#sidebar ul li a img {
	padding: 0px;
	margin: 5px 5px 5px 10px;
        border: 2px solid #000000;
	}
#sidebar ul li a img.rss {
	padding: 0px;
	margin: 2px 3px 0px 1px;
	border: 0px;
	}
#sidebar ul li a {
	display: block;
	font-size: 12px;
	line-height: 13px;
	width: 152px;
	margin: 0px;
	text-decoration: none;	
	padding: 3px 0px 3px 6px;
	text-indent: 0px;
	background-color: #e7d880;
	border-left: 15px solid #cb5504;
	}
#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #000000;
	font-style: normal;
	}
#sidebar ul li a:hover, #sidebar ul li a:active {
	background-color: #ead34a;
	border-left: 15px solid #f26403;
	color: #000000;
	font-style: normal;
	}
#sidebar .buttons p {
	margin: 5px;
	}



/************************************************
*	Content 					     		    * 
************************************************/

#content {
	color: #000000;
	background-color: #e7d880;
	margin: 15px 0px 5px 200px;
	padding: 10px;
	width: 564px;
	border: 3px solid #770000;
	position: relative;
	}

#content p {
	font-size: 1em;
	line-height: 1.5em;
	}
#content p.post-date {
	margin-top: 22px;
	font-size: 0.85em;
	}

#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#content p ol{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}
	
#content p ul{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}

#content .post-entry img {
	border: 2px solid #000000;
	margin: 6px;
	}
#content .post-entry img.right {
	float: right;
	margin: 6px 0px 6px 6px;
	}
#content .post-entry img.left {
	float: left;
	margin: 6px 6px 6px 0px;
	}

#content .post-entry ul li {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 12px;
	}

#content .post-entry div.public {
	background-color: #ead34a;
	}
#content .post-entry span.impt {
	font-weight: bold;
	color: #770000;
	margin-left: 15px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	position: relative;
	
	width: 780px;
	padding: 0px 10px;
	color: #ffffff;
	background-color: #000000;
	}
#footer p {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	}
#footer a:link, #footer a:visited {
	color: #e7d880;
	}
#footer a:hover, #footer a:active {
	color: #d21f01;
	}

#after-footer {
	position: relative;
	border-top: 2px solid #000000;
	height: 10px;
	background-color: #47412f;
	width: 810px;
	padding: 0px;
	margin: 0px;
	margin-left: -5px;
	}


/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding 0px;
	}
	
#searchform {
	margin: 13px 10px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}

.result-title {
	display: block;
	border-bottom: 2px solid #edb517;
	margin-bottom: 4px;
	}

.infoblock {
	display: block;
	background-color: #edb517;
	padding: 4px 8px;
	margin: 6px 0px;
	}
	
#s {
	background: #FFFFFF;
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	}
	
#sbutt {
	background: #878787;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #333333;
	}
	
/************************************************
*	Comments									*
************************************************/

p#comment-header, p#respond {
	display: block;
	border-bottom: 2px solid #edb517;
	margin-bottom: 4px;
	font-size: 1.4em;
	font-weight: bold;
	}
ul.commentlist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 30px;
	}
ul.commentlist li {
	padding: 0px 6px;
	margin: 0px 0px 20px 0px;
	background-color: #ffffff;
	}
ul.commentlist li p {
	padding: 6px 0px;
	}
ul.commentlist li p.comment-metadata {
	border-top: 2px solid #edb517;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 360px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 360px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	border-style:none; margin:0px; padding:0px; 
	}

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	background: #faffaf;
	font-style: italic;
	color: #333333;
	border-left: 3px solid #016969;
	}
