	/*

Created by Chris Young.  
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color	: #000000;
}

li {list-style-type: none;}

a:link {color: #336699}
a:visited {color: #336699}
a:active{color: #336699}
a:hover, a:focus {color: #3399CC}
a {text-decoration: none; outline: none;}

img {
	border: none;  
}

p { 
	text-align: justify;
	margin-top: 15px;
 }

table.artists {
margin: 10px;
}

table.artists td {
padding-bottom: 15px;
padding-top: 15px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


img.right { 
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline;
	float: right;
 }

 
img.left { 
	margin-right: 20px;
	margin-top: 10px;
	float: left;
	display: inline;
 }
 
img.logoleft {
float: left;
display: inline;
margin-top: 7px;
} 

img.bannerright {
float: right;
margin-top: 10px;
margin-bottom: 5px;
display: inline;
}
 
img.tiny {
	height: 80px;
} 
 
.prop {
    height:600px;
    float:right;
    width:1px;
  }
  
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }  

  
  
h1 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}  
  
h2 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
}  

ul.sidebar {

}

ul.sidebar li {
padding: 10px;
}
  
ul.squarelist {
	padding-top: 10px;
}  

ul.squarelist li {
	padding-bottom: 5px;
	margin-left: 20px;
	padding-right: 20px;
	list-style-image: url(http://localhost/yeahyeahrecords/images/list_on_dot.png);
	list-style-position: inside;
	}
  
#wrapper { 
	margin: 0 auto;
	width: 770px;
	background-color: #FFFFFF;
}


#top {
	position: relative;
	width: 750px;
	height: 200px;
	padding: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

#nav {
	position: relative;
	height: 60px;
	background: url('http://yeahyeahrecords.com/images/blueline.png') no-repeat;

}

#navitems 
{
	position: absolute;
	top: 0px;
	right: 30px;

}


#navitems ul {
	display: inline;	
	margin: 0;
	padding: 0;
}

#navitems li {
	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 3px;
}

#navitems li a:active {
	outline: none;
}


li.main a {
	background: url('http://yeahyeahrecords.com/images/nav_main.png');	
	display: block;
	width: 65px;
	height: 50px;
	color: #ffffff;
	background-position: 0px 50px;
}

li.main a:hover, a:focus, a:active  {
background: url('http://yeahyeahrecords.com/images/nav_main.png');
background-position: 0px 0px;
}

li.store a{
	background: url('http://yeahyeahrecords.com/images/nav_store.png');	
	display: block;
	width: 69px;
	height: 50px;
	color: #ffffff;
	background-position: 0px 50px;
}

li.store a:hover, a:focus, a:active {
	background: url('http://yeahyeahrecords.com/images/nav_store.png');
	background-position: 0px 0px;
}


li.artists a{
	background: url('http://yeahyeahrecords.com/images/nav_artists.png');
	display: block;
	width: 79px;
	height: 50px;
	color: #ffffff;
	background-position: 0px 50px;
}

li.artists a:hover, a:focus, a:active {
	background: url('http://yeahyeahrecords.com/images/nav_artists.png');	
	background-position: 0px 0px;
}

li.forum a{
	background: url('http://yeahyeahrecords.com/images/nav_forum.png');
	display: block;
	width: 77px;
	height: 50px;
	color: #ffffff;
	background-position: 0px 50px;
}

li.forum a:hover, a:focus, a:active {
	background: url('http://yeahyeahrecords.com/images/nav_forum.png');
	background-position: 0px 0px;
}

li.about a{
	background: url('http://yeahyeahrecords.com/images/nav_about.png');
	display: block;
	width: 79px;
	height: 50px;
	color: #ffffff;
	background-position: 0px 50px;
}

li.about a:hover, a:focus, a:active {
	background: url('http://yeahyeahrecords.com/images/nav_about.png');
	background-position: 0px 0px;
}

li.links a {
	background: url('http://yeahyeahrecords.com/images/nav_links.png');
	display: block;
	width: 67px;
	height: 50px;
	color: #ffffff;
	background-position: 0px 50px;
}

li.links a:hover, a:focus, a:active {
	background: url('http://yeahyeahrecords.com/images/nav_links.png');
	background-position: 0px 0px;
}

/* What follows is an incredibly ugly hack.  Without it, the nav_links.png image shows up as the background for all active links.  No good at all. */

li.hack a {
	background: url('http://yeahyeahrecords.com/images/embarrassing_hack.jpg');
	display: block;
	width: 0px;
	height: 50px;
	color: #ffffff;
	background-position: 0px 50px;
}

li.hack a:hover, a:focus, a:active {
	background: url('http://yeahyeahrecords.com/images/embarrassing_hack.jpg');
	background-position: 0px 0px;
}
	
/*  The hack is over.  Let us not speak of this hack again. */	
	
#content {
	position: relative;
	width: 750px;
	padding: 10px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url('http://yeahyeahrecords.com/images/vinyl_record_background2.png'); */
	background-repeat: no-repeat;
	background-position: 300px 130px;
	}

#solotext {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}	
	
#left-column {
	float: left;
	border-right: 1px solid #999999;
	padding-right: 25px;
	width: 350px;
}	
	
	
#right-column {
	float: right;
	width: 300px;
}	



#footer { 
	clear: both;
	width: 750px;
	border: 1px solid;
	background: #FFFFFF;
	text-align: center;
	font-size: 9px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}