@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image: url(backgrounds/all_local.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}


#container {
	width:100%;
	height:100%;
	}

#welcome {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:100%;
	position:fixed;  
	right: 0%;
	top:0%;
	background-image:url(transparent.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-width:5px;
	border-style:solid;
	border-color:#000;
	padding-bottom:5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow-x: hidden;
	overflow-y: scroll;
}

#welcome h1 {
	letter-spacing: 2px;
}

img {border:1px; border-color:white;}


p {
text-align:center;}


.ad {
	position:relative;
	text-align:center;
	margin: 10px;
	
}

.fb  {
background-color:#ffffff;
width:600;}

#facebook {
	font-size:13px;
	float:right;
	}

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	position:relative;
	right: 7%;
	top: 0%;
	
}

#navigation li {
	margin-left: 2px; 
	padding:.5em;
	list-style: none;
	display: inline;
	
}



#blog {
	position:relative;
}

#twitter {
	position:fixed;
	width: 350px;
	height: 60px;
	top: 90%;
	left: 10px;
	background-image:url("transparent.png");
	}
	
#twitter img {
	float:left;
}

#twitter_update_list {
	}

#twitter_update_list li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
list-style-type: none; 
}

#twitter_update_list span { 
color: #FFCC00; 
}

#twitter_update_list span a { 
display: inline; 
color: #fff; 
} 
#twitter_update_list span a:hover { 
text-decoration: underline; 
color: #c55; 
}

#playing h3 {
	text-align:center;
	font-size:24px;
	font-weight:heavy;
	font-family:Arial,Helvetica;}
	
#playing p {
	letter-spacing:1.2px;
	line-height:35px;
	font-size:12px;
	font-weight:heavy;}
	


 /* A:link refers to all links on the page - not just the RSS content... */
    A:link { color : white; font-weight : bold; text-decoration:underline;}
    A:visited { color : #FA5858; font-weight : bold; text-decoration:none;}
	A:hover {color:#c55;}

