#top	{ 
	margin:0px;
	position: fixed;
	background: url(../images/transpBlack.png);
	z-index: 6001;
	float: none;
	padding: 10px;
	width: 100%;
}

#container	{ 
	width:300px; 
	margin:0 auto;
	position: absolute;
	top: 150px;
	left: 0px;
	background: url(../images/transpBlack.png);
	z-index: 6000;
	padding: 10px;
	float: left;
}

#social {
	/*width:80px;*/ 
	margin:0 auto;
	position: fixed;
	top: 100px;
	left: 0px;
	/*background: url(../images/transpBlack.png);*/
	z-index: 6000;
	padding: 10px;
	float: left;
	
}
#social ul{
	margin: 0px;
	padding: 0px;
}
#social li {
	list-style-type: none;
	margin: 0px;
}
#social img {
	border: 0px;
}
#social img a {
	border: 0px;
	padding-left: 0px;
}
#social img a:hover {
	border: 0px;
	padding-left: 10px;
}

body	{ 
  font-size:100%;
  font-family:"Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif; 
  overflow: hidden;
  color: #949494; 
  background: #000;
  margin: 0px;
}

h1 {
	color: #fff;
	font-size: 35px;
	top: 0;
	margin: 0;
	display: inline;
}
p {
	color: #777;
	font-size: 15px;
	text-align: left;
	/* letter-spacing: -1px; */
	word-spacing: 0px;
	margin-top: 0px;
}
a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: red;
}

#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}


/*twitter*/

.tweet {
	color: #fff;
	font-size: 12px;
	margin-top: 5px;
}
.tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

#tweetScroll {
	height: 15px;
	overflow:hidden;
    margin: 0;
    padding: 0; 
}
#tweetScroll li {
	list-style-type: none;
}
#tweetScroll a {
	color: #bbb;
	text-decoration: underline;
}
#tweetScroll a:hover {
	color: #fff;
	text-decoration: underline;
}


/*flickr*/
#flickr {
}

#flickr a img {
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#flickr .flickr ul{
	display: inline;
	margin: 0;
}
#flickr li{
	list-style-type: none;
	display: inline;
}
#flickr img {
	
}


/*nice titles*/
/*http://www.dvq.co.nz/jquery/create-a-jquery-popup-bubble-effect/*/
.rss-popup {
margin: 100px auto;
padding: 0;
width: 100px;
position: relative;
}
 
div.rss-popup em {
background: url(bubble.png) no-repeat;
width: 100px;
height: 49px;
position: absolute;
top: -70px;
left: -0px;
text-align: center;
text-indent: -9999px;
z-index: 2;
display: none;
}
 
#rss-icon {
width: 42px;
height: 42px;
background: url(icon.png) no-repeat 0 0;
text-indent: -9999px;
margin: 0 auto;
display: block;
}

#bottomBanner {
	display: block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 10000;
	text-align: center;
	background: url(../images/transpBlack.png);
	border-top-width:1px;
}



/* http://www.sohtanaka.com/web-design/facebook-style-footer-admin-panel-part-1/ */
#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999; /*--Keeps the panel on top of all other elements--*/
	border-bottom: none;
	width: 94%;
	margin: 0 3%;
}
*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 90%;
	list-style: none;
	font-size: .9em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 64px; width: 64px;
	text-decoration: none;
	color: #333;
	position: relative;
}

html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}

#footpanel a.home{
	background: url(home.png) no-repeat 15px center;
	width: 50px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
a.twitter{ background: url(/images/icons/twitter.png) no-repeat center center; }
a.facebook{ background: url(/images/icons/facebook.png) no-repeat center center;  }
a.flickr{ background: url(/images/icons/flickr.png) no-repeat center center; }
a.lastfm{ background: url(/images/icons/lastfm.png) no-repeat center center; }
a.vimeo{ background: url(/images/icons/vimeo.png) no-repeat center center; }
a.tumblr{ background: url(/images/icons/tumblr.png) no-repeat center center; }
a.youtube{ background: url(/images/icons/youtube.png) no-repeat center center; }
#footpanel a.chat{
	background: url(balloon.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
#footpanel li#chatpanel, #footpanel li#alertpanel {	float: right; }  /*--Right align the chat and alert panels--*/	

#footpanel a small {
	text-align: center;
	width: 180px;
/* 	background: url(pop_arrow.gif) no-repeat center bottom; */
	background: #fff;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #000;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -9ΣΣ0px; /*--Center the tooltip--*/
	z-index: 9999;
}