@charset "utf-8";
/* CSS Document */

/*@import "graphic.css";*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

h1,h2,h3,h4,h5,h6 { font-size : 100%; }

ol,ul { list-style : none; }

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

table { border-collapse : collapse; /*border-spacing : 0;*/ }

fieldset,img {
	border : 0;
}

caption,th { text-align : left; }

q:before, q:after { content :''; }

html {
	text-align:center;	
	}

body {
	position:relative;
	background:#000 url(../images/bg.jpg) no-repeat top center;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:88%;
	width:990px;
	margin:0 auto;
	}
	
div#header {
	width:100%;
	min-height:230px;
}
	
h1 {
	color:#431204;
	font-family:Arial, Helvetica, sans-serif;
	font-size:3em;
}

p {
	color:#333;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1em;
}
	
div#wr {
	position:relative;
	width:100%;
	margin:-40px auto;
}

div#left{
	margin:0 0;
	width:65%;
	min-height:400px;
	padding-bottom:100px;
	}

	div#left h4{
	position:absolute;
	z-index:1;
	margin:0 auto;
	text-indent:-9999px;
	}

	div#left p {
	padding: 170px 20px 10px 100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	}
	
	div#left p.subtext {
	padding: 20px 20px 0 100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	}
	
	div#left h1 {
	position:absolute;
	z-index:5;
	text-indent:-9999px;
	background:transparent url(../images/the-music.png) 0 0 no-repeat;
	width:140px;
	height:39px;
	clear:both;
	margin:130px 65px;
	}
	
div#right {
/*	position:absolute;
*/	margin:0 65%;
	width:35%;
	clear:both;
	}
	
	div#right h1 {
	text-indent:-9999px;
	z-index:5;
	background:transparent url(../images/listen.png) 0 0 no-repeat;
	width:133px;
	height:61px;
	margin-top:110px;
	margin-left:-20px;
	}
	
	.pop {
	position:absolute;
	text-indent:-9999px;
	background:transparent url(../images/pop.png) 0 0 no-repeat;
	width:88px;
	height:64px;
	margin-top:-60px;
	margin-left:260px;
	}
	
	div#right ul {
	display:inline;	
	}
	
	div#right ul li, div#right ul li.top, div#right ul li.bottom{
	margin-left:50px;
}

	
div#footer {
	position: relative;
	margin:0 auto;
	width:990px;
	margin-top:30px;
	}

		div#footer ul{
		display:inline;
		width:100%;
		}
	
		div#footer li {
		float:left;
		background-color:rgba(255, 255, 255, 0.5);
		width:280px;
		margin-left:50px;
		border-radius:10px; 
		-moz-border-radius:10px; 
		-webkit-border-radius:10px;
		}
		
/*style for IE*/ * div#footer li {background:transparent url(../images/ie-bg-item.png);} 

		
		div#footer li img.friends {
		position:absolute;
		margin:-20px -20px;
		}
		
		div#footer li img.footer-icons {
		padding:0;
		}
		
			div#footer ul li ul.friend-list,div#footer ul li ul.link-list,div#footer ul li ul.downloads-list {
			display:inline;
			margin:0 auto;			
			}
			
			div#footer ul li ul.link-list p{
			font-size:.8em;	
			}
			
			div#footer ul li ul.downloads-list h3, div#footer ul li ul.friend-list h3{
			font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size:1em;
			font-weight:normal;
			color:#878023;
			padding-left:8px;
			}
		
			div#footer ul li ul.friend-list li,div#footer ul li ul.link-list li,div#footer ul li ul.downloads-list li  {
			background:transparent;	
			margin:2px 0 2px 0;
			}
			
			div#footer ul li ul.downloads-list li ul.wallpaper li {
			float:left;
			width:auto;
			}
			
			div#footer ul li ul.downloads-list li ul.wallpaper li a{
			font-size:.8em;
			}
				
		div#footer p {
		padding:5px 5px;
		}
		
		div#footer a {
		font-size:1em;
		color:#431204;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-decoration:none;
		padding:8px 8px;
		}
	
		div#footer a:hover {
		color:#FF5B00;
		}
	
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Twitter Display*/
#twitter {
	width: 380px; 
	margin: 5px auto;
	padding-left:420px;
	}
		
		#twitter img {
		position:absolute;
		margin:0 340px;
		}
		
		#twitter h1 a {
		display: block; 
		margin: 0 40px 15px 0;
		font:1em Helvetica, Arial, Sans-Serif; 
		color: rgba(255,255,255,.3);
		text-decoration: none;
		}
		
		#twitter h1 a:hover { 
		color: rgba(255,255,255,1); 
		}

		#twitter ul {
		list-style: none; 
		padding: 0 10px 10px 10px;		
		}
	
		#twitter ul li {
		padding: 10px;
		background: rgba(255,255,255,0.4);
		border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
		}
		
/*style for IE*/ * #twitter ul li {background:url(../images/ie-bg-item.png);} 

			/*Posted Time*/
			#twitter ul li a {
			font: italic .8em Georgia, Times, Serif;
			color:#683A1E;
			padding-left:20px;
			}
			
			/*any link hover color*/
			#twitter ul li a:hover { 
			color:#FF5B00; 
			}
			
		/*main twitter text*/
		#twitter ul li span {
		font: 1em Helvetica, Arial, Sans-Serif; 
		color:#000;
		}
		/*links, hash tags and mentions*/	
		#twitter ul li span a {
		font: 1em Helvetica, Arial, Sans-Serif;
		color:#878023;
		}

/*End Twitter Display*/

/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */