/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one sidebars right of content

div#container {
float:left;
margin:0 -200px 0 0;
width:100%;
}

div#content {
margin:0 200px 0 0;
}

div.sidebar {
float:right;
overflow:hidden;
width:180px;
}

div#secondary {
clear:right;
}

div#footer {
clear:both;
width:100%;
}
*/

/* Reset browser defaults */
@import url('css/reset.css');

/* Reset browser defaults */
@import url('css/text.css');

/* Reset browser defaults */
@import url('css/960.css');


/* general */

a 	 { color: #B2001A; text-decoration:none; background: #dddddd;}
a:visted { color: black; }
a:hover  { color: #fff; background: #000; }

body
{
	 /* font-family: Lucida Console; */
	 FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	 background: white url('/images/train2.jpg') repeat; 
	 background-attachment: fixed;
	 margin-top:50px;
	 margin-bottom:25px; 
	
}

.sociallinks a * 
{
	color: #B2001A;
	background: #fff;
}

#blog-title * 
{
	color: #000;
	background: #fff;
	font-size: 28px;
}


h3,h4, .widgettitle
{
 width: 92%;
 /* margin-top: 15px;
 margin-bottom: 15px; */
 margin-right: 17px;
padding-left: 25px; 

 font-family: Courier New;
 text-transform: uppercase;
 font-weight: bold;
 color: #fff;
/* background-color: #000; */
/* background: #000 url('/images/bk1.png'); */
background: #000; 

 
}

#playerheader
{
 font-family: Courier New;
 font-size: 20px;
 text-transform: uppercase;
 font-weight: bold;
 color: #fff;
 background: #000; 
 margin-right: 16px;
 margin-left: -7px;
 padding-left: 25px;
 margin-top: -5px;
}


#header
{
margin-left: -12px;
margin-top:  -10px;

}


#header h1
{
margin: 0;
}

.ituneslink
{
border: none;
padding: 0px;
}

.smallmedialinks
{
margin-left: 100px;
}

/* Menu Style */

ul#custommenu  {
		width: 100%; /* text-align:center; */
		list-style: none;
		padding: 0;
		
		margin: 0;
		margin-top: 5px;

		}

#custommenu li {
		float: left;
		margin: 0 0.15em;
		font-family: Courier New;
		text-transform: uppercase;
		font-weight: bold;
 		font-size: 18px;
		position:relative;
		z-index: 51;
		/*display:inline;*/ }

#custommenu li a {

		z-index:50;

		/*padding: 10px 20px 10px 20px;*/
		/*margin-right: -10px;*/
		border: 1px solid #444444;
		background-color: black;
		color: #fff;

		height: 2em;
		line-height: 2em;
		float: left;
		width: 6em;
		display: block;

		text-decoration: none;
		text-align: center;

		z-index: 51;

		}

#custommenu li a:hover {
  		/* color: black; */
		/* background-color: #B2001A;*/ using jquery fade }



/* End Menu Style */
		
		
h3 
{ 
	text-decoration: none;
	margin: 0px;
	/*font-size: 12px;*/
}


/* 960 Shadow */

#top_shadow_960
{
background-image: url("shadow_960_1200.png");
 height: 10px;
 width: 960px;
 overflow:hidden;
}

#bottom_shadow_960
{
background-image: url("shadow_960_1200.png");
height: 10px;
width: 960px;
background-position: 0px -1185px;
 overflow:hidden;
}

#fill_shadow_960
{
background-image: url("shadow_960_1200.png");
/* height: 1px; */
width: 960px;
background-position: 0px -50px;
 overflow:hidden;
}

#shadow_wrapper
{
padding-left:25px;
padding-top:15px;
}

/* end 960 shadow */


/* 460 Shadow */

#top_shadow_460
{
background-image: url("shadow_460_1200.png");
 height: 10px;
 width: 460px;
 overflow:hidden;
}

#bottom_shadow_460
{
background-image: url("shadow_460_1200.png");
height: 10px;
width: 460px;
background-position: 0px -1185px;
 overflow:hidden;
}

#fill_shadow_460
{
background-image: url("shadow_460_1200.png");
/* height: 1px; */
width: 460px;
background-position: 0px -50px;
 overflow:hidden;
}

#shadow_wrapper_460
{
padding-left:20px;
padding-top:5px;
padding-bottom:0px;
margin-right:5px;

}

/* end 460 shadow */



.gigpress_widget
{

/* background: #fff url('background1.png') no-repeat center center; */
/* width:95%; */
}

.widget-text
{

/* background: #fff url('background1.png') no-repeat center center; */ 

}

.aktt_widget
{

/*  background: #fff url('background1.png') no-repeat center center; 
width:95%; */

}

.aktt_tweets
{

}

.post
{

/* background: #fff url('background1.png') no-repeat center center;  */

}

.discoitem
 {
   clear: both;
   width: 90%; 
 }

.discoitem :hover
 {
   background-color: #f0f0f0;
 }
.discodisc
 { 
 	float: left; 
 	margin-right: 25px;
 }

.disctext
 { 
 	
 	float: left; }
 	
 	
.aktt_tweets
{
margin-right: 5px;
}



