/*
Theme Name: BoomboxATX
Theme URI: http://www.boomboxatx.com
Description: Theme for BoomboxATX Web site
Author: Scott Herrick
*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:url("images/background.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/background.jpg*/) top center no-repeat #000000;
	margin:0;
	padding:0;
	color:#FFFFFF;
	}

h1#header_img{
	
	padding:161px 0 0 0;
	margin:0;
	display:block;
	background:url("images/boombox_header.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/boombox_header.jpg*/) no-repeat;
	overflow:hidden;
	width:809px;
	height:0px !important;
	height /**/:161px; /* for IE5/Win only */
	}

h2.page_title{
	width:550px;
	background-color: #CCCCCC;
	border:1px solid #000000;
	color:#333333;
	font-size:3em;
	margin:10px auto 0;
	padding:0 5px;
	}

h3.member_name{

	font-size:20px;
	color:#FFFFFF;
	border-bottom: 3px solid #00ff00;
	margin:0;
	padding:0;
	clear:left;
	}
	
a{
	color:#00CC00;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover{
	color:#00FF00;
	text-decoration:underline;
	}
	
a:visited{
	color:#99ff99;
	}
	
a:active{}

#page{
	width:820px;
	margin:25px auto;
	}

#header{
	width:815px;
	height:199px;
	}
	


#content{

	}
	

.narrowcol{
	float:left;
	width:587px;
	background-image:url("images/content_background.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/content_background.jpg*/);
	background-repeat:no-repeat;
	}
	

.post{
	width:510px;
	background-color:#333333;
	margin:10px auto;
	padding:20px;
	border:1px solid #FFFFFF;
	}
	
.post h2 {
	font-size:20px;
	margin:0;
	}
	
.page_content{
	width:550px;
	background-color:#333333;
	margin:0px auto;
	padding:5px;
	}


.entry, .page_content {
	font-size:1.2em;
	}



.navigation {
	display:block;
	width:560px;
	text-align: center;
	
	padding-bottom:20px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.4em;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
	
img.alignright{
	margin:10px;
	}
	
img.alignleft{
	margin:10px;
	
	}

.center_video{
	text-align:center;
	margin:10px auto;
	}

/*Sidebar Style */

#sidebar{
	width:220px;
	margin:0 0 0 588px;
	padding-left:5px;
	}
	
#sidebar h4 {
	font-size:1.5em;
	border-bottom:1px solid #00FF00;
	margin-bottom:5px;
	}

ul#upcoming_events{
list-style:none;
margin:0;
padding:0;
}

#sidebar ul li{
	margin:5px;
	padding:0;
	font-size:1.1em;
	}

#sidebar ul li ul{
	list-style:none;
	margin:0;
	padding-left:7px;
	}
	
#sidebar ul li ul li {
	margin:0;
	padding:0;
	}

.date{
color:#FFFF00;
font-size:1.1em;
font-weight:bold;
}


/*Navbar Styles*/

#navbar {
	margin:0px;
	padding:0px;
	height:38px;
	list-style:none;
	display:inline;
	overflow:hidden;
	}
	
#navbar li{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
	}

#navbar a{
	float:left;
	padding: 38px 0 0 0;
	overflow:hidden;
	height:0px !important;
	height /**/:38px; /* for IE5/Win only */
	}
	
#navbar a:hover{
	background-position: 0px -38px;
	}

#navbar a:active, #navbar a.current {
	background-position: 0px -76px;
	}

#nav_home a{
	width:118px;
	background: url("images/home_states.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/home_states.jpg*/) top left no-repeat;
	}
	
#nav_about a{
	width:116px;
	background: url("images/about_states.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/about_states.jpg*/) top left no-repeat;
	}
	
#nav_press a{
	width:116px;
	background: url("images/press_states.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/press_states.jpg*/) top left no-repeat;
	}
	
#nav_photos a{
	width:116px;
	background: url("images/photos_states.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/photos_states.jpg*/) top left no-repeat;
	}
	
#nav_videos a{
	width:116px;
	background: url("images/videos_states.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/videos_states.jpg*/) top left no-repeat;
	}
	
#nav_store a{
	width:118px;
	background: url("images/store_states.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/store_states.jpg*/) top left no-repeat;
	}
	
#nav_contact a{
	width:111px;
	background: url("images/contact_states.jpg"/*tpa=http://boomboxatx.com/cms/wp-content/themes/boomboxatx/images/contact_states.jpg*/) top left no-repeat;
	}
	
	
/* Comment Styles */


#commentform{

	width:550px;
	margin:10px auto;
	}
	
#comment{
	width:550px;
	}


