/*   
Theme Name: Sonic Altar
Theme URI: http://localhost/wordpress/sonicaltar
Description: A search engine optimized website framework for WordPress.
Author: Sally Shum
Author URI: http://example.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/


/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');


/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
/*@import url('styles/3c-b.css');*/


.single #nav-above 
{
	display:none;
}

#wrapper 
{
	margin: 0 auto;
	float: left;
	width: 100%;
	
}

#access 
{
	margin: 0 0 1.5em 0;
	overflow: auto;
}

.skip-link 
{
	position:absolute;
	left:-9000px;
}
.menu ul 
{
	list-style: none;
	margin: 0;
}

.menu ul ul 
{
	display: none;
}

.menu li 
{
	display: inline;
}

.menu a 
{
	display: block;
	float: left;
}


/*-----------------------------------Styling Global--------------------------------*/

body
{
	background-color: #000000;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(images/leftedgebg.jpg);	
}

#content_wrapper
{
	width: 1003px;
	min-height: 100%;
	margin: 0 auto;
}

#content
{
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bodybg2.jpg);
	min-height: 100%;
	width: 100%;
	float: left;
	background-repeat:repeat-y;
	
	
}

#container h1
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 19px;
	color: #7D0000;
	text-decoration: none;
	
}

#container h2 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 17px;
	color: #666666;
	text-decoration: none;
}

#container h2 a 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
	color: #990000; 
	text-decoration: none;
	font-variant: small-caps;
}

#container h3
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
	color: #990000; 
	text-decoration: none;
	font-variant: small-caps;
}

#container p 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #bebaa5;
	line-height: 1.6; 
	
}

#container, #container a
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #999999; 
	
}

#container h4
{
	color: #333333;
}


#container h5
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #990000;
	line-height: 20%; 
}

p
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #6e6053;
	line-height: 1.6; 	
}


/*----------------------------------Header----------------------------------*/

#header
{
	background-image: url(images/bannerbg.jpg);
	background-repeat: repeat-x;
}

#masthead
{
	background-image: url(images/header_2.png);
	background-repeat: no-repeat;
	height: 465px;
	width: 1068px;
	margin: 0 auto;
}

#blog-description
{
	display: none; 
}

/*----------------------------------Main Navigation----------------------------------*/

#mainNavBar
{
	background-image: url(images/navbg.png);
	width: 1024px;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px;		
}

#mainNav
{
	width: 880px;
	height: 50px;
	margin: 0 auto;
	margin-top: -5px;
	padding: 0px;
	padding-left: 0px;
}

#mainNavIe
{
	width: 880px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
	padding-left: 0px;
}

#nav ul
{
	padding: 0px;
		
}

#nav li
{
	padding: 0px;
	display:inline;
	float: left;
	
}

#nav li a
{
	background-image: url(images/navsprite.jpg);
	background-repeat: no-repeat;
	height:50px;
	display:block;
	padding: 0px;
	border: none;
}

/* Home Button */  
#nav li.home{width:95px; height:50px; padding:0px;}  
#nav li.home a{background-position:0px 0px;}  
#nav li.home a:hover{background-position:0px -50px;}  
#nav li.home a.selected{background-position:0px -100px;}  

/* About Button */  
#nav li.band{width:90px; height:50px;}  
#nav li.band a{background-position:-95px 0px;}  
#nav li.band a:hover{background-position:-95px -50px;}  
#nav li.band a.selected{background-position:-95px -100px;}  

/* Commercial Button */  
#nav li.media{width:89px; height:50px;}  
#nav li.media a{background-position:-185px 0px;}  
#nav li.media a:hover{background-position:-185px -50px;}  
#nav li.media a.selected{background-position:-185px -100px;} 

/* Residential Button */  
#nav li.releases{width:110px; height:50px;}  
#nav li.releases a{background-position:-274px 0px;}  
#nav li.releases a:hover{background-position:-274px -50px;}  
#nav li.releases a.selected{background-position:-274px -100px;}  

/* Products Button */  
#nav li.tour{width:85px; height:50px;}  
#nav li.tour a{background-position:-383px 0px;}  
#nav li.tour a:hover{background-position:-383px -50px;}  
#nav li.tour a.selected{background-position:-383px -100px;} 

/* Products Button */  
#nav li.fanclub{width:110px; height:50px;}  
#nav li.fanclub a{background-position:-468px 0px;}  
#nav li.fanclub a:hover{background-position:-468px -50px;}  
#nav li.fanclub a.selected{background-position:-468px -100px;} 

/* Products Button */  
#nav li.merchandise{width:140px; height:50px;}  
#nav li.merchandise a{background-position:-579px 0px;}  
#nav li.merchandise a:hover{background-position:-579px -50px;}  
#nav li.merchandise a.selected{background-position:-579px -100px;} 

/* Products Button */  
#nav li.contact{width:80px; height:50px;}  
#nav li.contact a{background-position:-718px 0px;}  
#nav li.contact a:hover{background-position:-718px -50px;}  
#nav li.contact a.selected{background-position:-718px -100px;}  

/*----------------------------------Main----------------------------------*/

#container
{
	
}

#rightedgeImage
{
	background-image: url(images/rightedgebg.jpg);
	background-repeat: repeat-y;
	float: right;
	width: 172px;
	height: 100%;	
}

.entry {
	
	_background:none;
	background-repeat: no-repeat;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	float: left;
}

.search
{
	padding-left: 30px;
}

.formal
{
	width: 500px;
	padding: 0px;
	margin: 0px;
}

#content ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 60px;
	padding-left: 100px;
	width: 500px;
	float: left;
}

#sectionhead_latest
{
	background-image: url(images/latest.png);
	height: 70px;
	width: 505px;
}

#sectionhead_recent
{
	background-image: url(images/recent.png);
	height: 70px;
	width: 505px;
}

#content_flash_home
{
	width: 540px;
	height: 60px;
	margin: 0px auto;
	padding-top: 0px;
}


/*----------------------------------Single----------------------------------*/

#content_text
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 100px;
	width: 500px;
	float: left;
	
}

#content_text_single
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 200px;
	width: 600px;
	float: left;
	
}

/*----------------------------------Footer----------------------------------*/
#footer
{
	float: left;
	width: 100%; 
	height: 160px;
}


#site-info
{
	background-image: url(images/footer.png); 
	background-repeat: no-repeat;
	width: 1024px;
	margin: 0 auto;
	height: 160px;
	border-top-width:0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	border-style: none;
}

#site-info a
{
	border-top-width:0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
	border-style: none;
	
}

#colophon
{
	width: 195px;
	margin: 0px auto;
	padding-top: 10px;
	color: #CC0000;
	
}

#colophon p
{
	color: #990000;
	
}


/*-----------------------------------Band------------------------------------*/

#breadcrumb
{
	width: 150px;
	margin-top: 60px;
	margin-left: 30px;
	padding-left: 20px;
	padding-top:15px;
	height: 90px;
	color: #333333;
	float: left;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
}

#breadcrumb_profile
{
	width: 100%;
	background-image: url(images/divider_hor.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 5px;
	height: 120px;
	color: #333333;

	
}

#breadcrumb_profile a
{
	color: #710000;
	text-decoration: none;
}


#breadcrumb a
{
	color: #710000;
	text-decoration: none;
}

#profile_photo
{
	padding-left: 10px;
	float: left;
	padding-top: 15px;
}


#photo
{
	margin: 0px auto;
	width: 700px;
}

#divider
{
	height: 10px;
	width: 600px;
	padding-top: 10px;
	margin-left: 50px;
	background-image: url(images/post_back.png);
	background-repeat: repeat-x;
}

#band_content
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 60px;
	margin: 0 auto;
	width: 800px;
}

#merch_content
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 60px;
	margin: 0 auto;
	width: 800px;
}

#band_text
{
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 60px;
	width: 500px;
	float: left;
}

#profile_text
{
	width:500px;
	float: left;
	padding-top:0px;
	padding-left: 40px;
	
}

/*-----------------------------------Sidebar------------------------------------*/


.tabbertab {
	padding:5px;
	border-top:0;
	width: 200px;
	padding-left:0px;
	float: left;
	margin-left: 80px;
	margin-top: 30px;
}

#archive_head
{
	background-image: url(images/archive_header.jpg);
	width: 200px;
	height: 350px;
	background-repeat: no-repeat;
	
}

#li_text_wrap 
{
	padding-left: 25px;
	padding-top: 70px;
	height: 100%;	
	color: #6e6053;
}

#li_text_wrap a
{
	color: #6e6053;
}

.tabbertab p 
{
	padding-bottom:10px;
	line-height:140%;
}


.tabbertab li {
	padding:5px 0 6px 0;
	font-size:11px;
	list-style:none;
	list-style-position: outside;
}

.tabbertab li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	list-style-position: outside;
}

/*-----------------------------------Media------------------------------------*/
#content_flash
{
	width: 540px;
	height: 60px;
	margin: 0px auto;
	padding-top: 0px;
}

/*-----------------------------------Releases------------------------------------*/

#order_now
{
	width: 150px;
	height: 40px;
	color: #333333;
	background-image: url(images/button_bg.png);
	background-repeat: no-repeat;
	padding-top:15px;
	margin: 0px auto;
	margin-top: 10px;
}

#order_now a
{
	padding-left: 15px;
	color: #710000;
	text-decoration: none;
}


#releases_text
{
	padding-top: 10px;
	padding-bottom: 60px;
	width: 500px;
	margin: 0px auto;
}

/*-----------------------------------Fanclub------------------------------------*/

#content_form
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 100px;
	width: 400px;
	margin: 0 auto;
	
}


/*-----------------------------------Contact------------------------------------*/

#content_contact
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 60px;
	padding-left: 100px;
	width: 300px;
	margin: 0 auto;
	
}

#content_contact a
{
	text-decoration: none;
}

/*-----------------------------------Pages------------------------------------*/


#content_page
{
	width: 700px;
	height: 470px;
	margin: 0px auto;
	padding-top: 40px;	
	background-image: url(images/calendar_back.jpg);
}

#album_photo
{
	margin: 0px auto;
	width: 500px;
}

#merch
{
	margin: 0px auto;
	width: 300px;
	padding-top: 10px;
}
