/*  
Site Name: 
Site URI: 
Description: 
Version: 
Author: 
Author URI: 

*/

/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */
html{
	
}


body {
	font-size:100%;
	background:#b6b6b6 url(../img/bg_tile.jpg)  repeat ;
	
	
}
a{
	color:#555;
}

a:hover{
	color:#999;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #898989;
	text-shadow: 0px 1px 0px #ccc, 0 -1px 0 #666;
	font-size:45px;
	font-weight:bold;
	margin:100px 0px 0px 80px;
	position:relative;
	
}

h2 {
	margin:0px 0px 85px 80px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:40px;
	color: #898989;
	font-weight:bold;
	text-shadow: 0px 1px 0px #ccc, 0 -1px 0 #666;
	font-size:30px;
	position:relative;

}

#wrapper {
	width: 960px;
	margin: 0 auto;
}
.boom{
		border-top: #d9d9d9 solid 1px;
	
	}
	
	.lines{
		border: #d9d9d9 solid 1px;
	}

/*  =HEADER
-------------------------------------------------------------- */


#logo {
	position:fixed;
	float:left;
	margin: 0 0 0 60px;
	
}

#player{
	margin:150px 0 0 60px;

}

/*  =CONTENT
-------------------------------------------------------------- */

#left_content {
	position:relative;
	float:left;
	width:300px;
	margin: 0 0 0 0px;
}
#right_content {
	float:left;
	width:588px;
	margin: 0 0 100px 0;
}

#right_content h3{
	background:url(../img/h3_bg_tile.png) repeat-x;
}


/*  =FOOTER
-------------------------------------------------------------- */

#footer {
	clear:both;
	background:#a2a2a2 url(../img/ft_bg.jpg) top center repeat;
	height:50px;
	border-top:#6c6c6c solid 1px;
	border-bottom:#6c6c6c solid 1px;
	color:#ccc;
}

#footer_content{
	width: 960px;
	margin: 0 auto;
}


::selection { background: #D71F26; color: #A61419; /* Safari */ }
::-moz-selection { background: #D71F26; color: #A61419;/* Firefox */ }




h3 {
	padding:12px;
	font-size:20px;
	color:#898989;
	background-color:#c9c9c9;
	border: 1px solid #6c6c6c;
	text-align:left;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-shadow: 0px 1px 0px #ccc, 0 -1px 0 #666;
	margin-bottom:5px;
		/* Rounder Corner */
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
}
.togglebox {
	
	width:588px;
	background-color:#bbb url(../img/h3_bg_tile.png);
	border: 1px solid #5c5c5c;
	overflow: hidden;
	font-size: 12px;
	clear: both;
	margin-bottom:10px;
		/* Rounder Corner */
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
}

.togglebox1 {
	background-color:#CCC;
	border: 1px solid #a9a9a9;
	overflow: hidden;
	font-size: 1.2em;
	clear: both;
	margin-bottom:10px;
}
.togglebox1 .block {
	
}
h4 {
	font-size:24px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	margin:10px 0 10px 0;
}
.togglebox .block img {
	border:solid 1px #6c6c6c;
	padding:10px;
	background-color:#fff;
	margin:15px;
		/* Rounder Corner */
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
}

.description{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	clear:both;
	float:left;
	font-size:16px;
	margin:15px;
	color:#777;
}

.description a{
	line-height:25px;
}


#old{
	width:210px;
	height:100px;
	position:fixed;
	right: 0; top: 0;
	float: right; 
	border: none;
	background-color:transparent;
	z-index:2;
}
#social{
	margin: 10px 0 10px 60px;
}
#social img{
	margin:0 8px 0 0;
}
#social p {
	color:#555;
	float:right;
	text-shadow: 0px 1px 1px #ccc;
	margin: 10px 80px 0 0;
}