/*####### GENERAL STYLES ########*/

*{
	margin:0;
	padding:0;
}
a{
	color:#000;
	text-decoration: underline;
	outline: none;
}
a:hover{
	text-decoration: none;
}
img{
	border:none;
}
.mp3
{
	width: 40%;
	padding:5px;
	vertical-align: top;
	background-color: #B2B2B2;
}
.note
{
	font-size: 8px;
}

body {
	overflow-y:hidden;/*Needed to eliminate scrollbars*/
	overflow-x:auto;/*Needed to eliminate scrollbars*/	
	background:#000;
	color:#000;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
	
}
#wrapper{
	width:400px;
	top:5%;
	left:20px;
	z-index: 3;
	position:absolute;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;		
	
}

#header{
}


#content{
	/*height:580px;*/
	background:#FFFFFF;
}

#footer{
	border-top: 2px solid #B2B2B2;
	overflow: hidden;
	height: 100%;
	text-align:left;
	float:left;
	text-align:left;
	color:#000;
	width: 390px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	font-size:8px;
	padding: 5px;
	height:40px;
	background: #FFF;				
	z-index: 3;
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;			
}

/*####### SUPERSIZE STYLES ########*/

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(/images/progress.gif);
}
#pixel_overlay{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 1;
	background: url(/images/raster1.gif) repeat;
}

#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

/*####### TWITTER STYLES ########*/
.twitter{
font-size: 8pt;
font-weight: normal;
font-family: Verdana, Arial, sans-serif;
}

.twitter p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("/images/loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}
#twitter {
display:block;
position: relative;

}

.twitted {
	margin-bottom: 1.5em;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 1em;
	color: #fff;
	background-color: #888;
}
.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
	padding-top: 10px;
}

/**/
/*
.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content 
	display: block;
}

.twitted ul#twitter_update_list li span a {

	color: #00f;
}

.twitted ul#twitter_update_list li a {
	color: #f00;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}
*/

/*####### ACCORDION STYLES ########*/

.accordion_content{
background-color: #FFFFFF;
width:390px;
height: 300px;
overflow-x: hidden;
overflow-y: auto;
padding: 5px;
}

/*
.accordion_content a{
	color:#000;
	text-decoration: none;
	outline: none;
}
*/	
.basic  {
	width: 400px;
	font-family: verdana;
	border: 0;
}
.basic div {
	background-color: #FFFFFF;
}

a.accordion_link {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #EEE;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("../images/tab_norm.gif");
}
a.accordion_link:hover {
	background-color: white;
	background-image: url("../images/tab_norm.gif");
}
a.accordion_link.selected {
	color: black;
	background-color: #FFF;
	background-image: url("../images/tab_act.gif");
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
