*{
	padding: 0;
	margin: 0;
}

body{
	font-family: georgia;
	font-size: 1em;
	background-color: #000;
	

}

#imagecontainer {
	position: absolute;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	z-index: -999;
	
}
#mainimage {
	position: fixed;
	top: 0px;
	left: 0px;
	/* width: 100%; */
	/* height: 100%; */
	z-index: -999;
}


/*OBJECTS*/
#container{
	width: 900px;
	margin: 50px auto 20px;
}

#logo{
	background-image:url(../img/logo.png);
	height: 73px;
	width: 478px;
	margin: 50px auto 40px;
	text-indent: -999px;
}

#menu{
	background-image:url(../img/white.png);
	height: 25px;
	width: 100%;
	text-align: center;
	text-transform:  uppercase;
	font-weight: bold;
	font-size: 1.2em;
	font-family: verdana;
	
	
}

#main{
	width: 900px;
	float: left;
	
}

#main2{
	width: 550px;
	float: left;
	
}

#main3{
	width: 450px;
	float: left;
	
}

#side{
	width: 300px;
	float: left;
	margin: 0 0 0 50px;
}

#side2{
	width: 400px;
	float: left;
	margin: 0 0 0 50px;
}



#footer{
//background-image:url(../img/white.png);
	border:  dotted;
	border-color: #dc4379;
	border-width: 1px;
	background-color: #fff;
	height: 20px;
	text-transform:  uppercase;
	font-weight: bold;
	font-size: .7em;
	font-family: verdana;
	clear: both;
	margin: 0 0 20px 0;
	text-align: center;
}

/*CLASS*/

.buy{
	color: #fff;
	//background-color: #dc4379;
background-color: #444;

	padding: 0px 5px 1px 5px ;
	text-transform: uppercase;
	font-size: .7em;
	font-family: verdana;
	font-weight: bold;
	margin: 0 10px 0 10px;

}

.hide{
	display:none ;
}

.reveal{
	cursor:  pointer;
}

.reveal:hover > .hide {
    display: block;
}


.left{
	float: left;
	margin: 0 0 0 20px;	
}

.box{
	background-image:url(../img/white.png);
	padding: 5px 10px 5px 10px;
	clear: both;
	margin: 0 0 20px 0;
}

#side .box{
	overflow: hidden;
	word-wrap:break-word;
}


.box img{
	
max-width: 500px;
}

.line{
	margin: 5px 0 5px 0 ;
	border-bottom:  dotted;
	border-top: dotted;
	height: 5px;
	border-color: #666;
	border-width: 2px;
}

.headline{
	clear: both;
	float: left;
	margin: 0 0 10px 0;
}

.comments a{
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	clear: both;
	float: right;
	color: #dc4379;
	font-size: 1.0em;
	margin: -10px 0 30px 0;
	
}

.pagination a{
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	color: #dc4379;
	font-size: 1.0em;
	margin: -10px 0px 30px 0;
	text-align: center;
}

.pagination{
	margin:  auto;
	text-align: center;
	width: 100%;
}

.newer{
	float: left;
}

.older{
	float: right;
}

hr{
	clear: both;
	width: 100%;
	visibility:  hidden;
}

.facebook, .youtube, .myspace, .twitter{
	float: left;
	height: 16px;
	width: 16px;
	margin: -15px 0 0 5px;
	text-indent: -9999px;
}

.facebook{
	background-image:url(../img/facebook.png);
}

.youtube{
	background-image:url(../img/youtube.png);
}

.myspace{
	background-image:url(../img/myspace.png);
}

.twitter{
	background-image:url(../img/tweet.png);
}

/*TEXT*/

.center p{
	text-align: center;
}


p{
	font-size: 1em;
	color: #333;
	margin: 0 0 1em 0;
}

strong{
	color: #dc4379;
	font-weight: normal;
	
}

.headline h2{
	background-color: #fff;
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
	color: #000;	
}

.headline h2 a{
	color: #000;	
}

.headline h3{
	background-image:url(../img/white.png);
	padding: 0px 10px 3px 10px;
	color: #333;
	font-size: .7em;
	
}

h4{
	margin: 10px;
	color: #333;
}

h5{
	color: #dc4379;
	text-align: right;
}

h2, h3{
	color: #dc4379;
	text-transform: uppercase;
	font-family: verdana;
	font-weight: lighter;
}

/*LISTS*/

.dates ul{
	float: left;
}

.player li{
	list-style-type:  decimal;
	float:  none;
	list-style-position:  inside;
}

li{
	float: left;
	list-style:  none;
	margin: 0 8px 0 0;
}


#menu li ul {
    display: none;
}

#menu li:hover > ul {
    display: block;
    margin: 2px 0 0 0;
}

.subnav li{
	background-image:url(../img/white.png);
	width: 55px;
	float: none;
	
}

.subnav li:hover{
	background-color: #fff;
	width: 55px;
	float: none;
	
}


.items a{
	color: #000;
}

.items{
	width:800px;
	margin: auto;
	text-align: center;
}



/*links*/
a {
	text-decoration:  none;
	border-color: #dc4379;
	border-width: 1px;
	color: #dc4379;
}

/*images*/
a img{
	margin: 7px;	
	border-color: #fff;
	border-width: 1px;
	border-style: solid;
}

a:hover img {
	border-color: #dc4379;
}

/*legacy*/

.gigDate{
	color: #333333;
	font-size: .8em;
	
}



.recentCommentBy{
	font-size: .8em;
}



