/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding:0;
	margin:0;
	min-width:995px;/* for mozilla*/
	background:url("../images/bg.gif") 0 0;
}
#wrapper{
	height:100%;
	min-height:100%;
	width:995px;
	text-align:left;
	margin:auto;
	margin-top:15px;
	position:relative;
	border: 15px solid white;
	background: #191919;
	background-image: url('../images/wrapper-bg.png');
	background-repeat:repeat-x;
	display:block;
}

html>body #wrapper{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#container { 
	padding-bottom: 20px; 
	margin-top:100px;
	display:block;
}
#innerwrap {/* enables content first */
	float:left;
	width:805px;
	min-height: 480px;
}
#header{
	margin: 0px;
	padding: 0px;
	height: 90px;
	width:995px;
	position:absolute;
}
#lang-selection{
	position:absolute;
	top:-30px;
	height:22px;
	width:267px;
	left:740px;
	display:block;
	background-color:white;
	padding-top:8px;
	padding-left:3px;
	font-size:0.9em;
}
#lang-selection img.flag{
margin-left:6px;
margin-right:4px;
}
#change-lang {
	position:absolute;
	left:145px;
	top:7px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:220px;
	float:left;
	min-height: 400px;
	margin-top:20px;
}
#left #payoff {
	text-transform: upper;
	color: white;
	font-size: 12px;
	font-weight: thin;
	height: 20px; 
	margin-left:29px;
	margin-top:23px;
}

#left.short {
	position:relative;/*ie needs this to show float */
	width:205px;
	float:left;
	background:url("../images/leftcol.png") 10px 0px no-repeat;
	min-height: 400px;
}
#lost_box{
	width:180px;
	border:3px solid #76777c;
	background-color:#28263e;
	margin: 15px 0 0 15px;
	color:white;
	font-size:13px;
	padding:5px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-border-radius:7px;
}

#lost_box h2 {
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	color:white;
}
#sign_up_home {
	background-image: url('../images/gradient.jpg');
	background-repeat:repeat-x;
	background-color:#f5d04e;
	width:170px;
	border:3px solid #76777c;
	margin: 15px 0 0 15px;
	color:black;
	font-size:14px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding:10px;
}
#sign_up_home p{
	text-align:center;
}
#sign_up_home #button{
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-border-radius:15px; 
	background-color:black;
	border: 3px solid #f8ff80;
	color:white;
	font-weight:bold;
	font-size: 14px;
	text-align:center;
	width: 130px;
	padding:5px 0px 5px 7px;
        margin:0px 0px 10px 15px;
}
#sign_up_home #button:hover{
	background-color:#f8ff80;
	border: 3px solid black;
	color:black;
}
#sign_up_home ul{
    margin-left: 10px;
    list-style-image: url('../images/icons/Tick_24.png');
    text-transform:uppercase;
    font-size:13px;
    padding-left:25px;
}
#sign_up_home li {
padding-left:0;
margin-bottom:10px;
}
#left div.ad, #left.short div.ad { padding:10px 0px 0 18px; }
#center {
	width:578px;
	float:right;
	background-color:white;
}
#top_buttons_container {
	background-color:#1e273d;
}
#top_buttons_container.artists_topbuttons {
	border-bottom: 5px solid #8B8A8B;
}
.top_buttons{
	cursor:pointer;
	background-image:url('../images/tab-gradient-selected.png');
	background-repeat:repeat-x;
	width:190px;
	height:25px;
	background-color:#7C7A6d;
	color:white;
	display:inline-block;
	margin-bottom:0px;
	font-size:15px;
	text-align:center;
	padding-top:5px;
	border-bottom:2px solid #1f2a42;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px; 
	zoom:1;
	*display:inline;
}
.top_buttons.selected{
	border-color:#8B8A8B;
	background-image:none;
	background-color:#8B8A8B;
}
.top_buttons:hover{
	color:#F8FF80;
	background-color:#A1A297;
	background-image:url('../images/tab-gradient.png');
}
.top_buttons.selected:hover{
	background-image:none;
	background-color:#8B8A8B;
}
#center-topbar {
	width:578px;
	height:32px;
	background-color:#7C7A7C;
	background-image:url('../images/bar.png');
	background-repeat:repeat-x;
}
#firsttime {
	background: #333;
	width:567px;
	float:right;
	border: 1px solid #bbb;
	margin-bottom: 10px;
	padding: 2px 5px;
	color: #F8FF80;
}
#firsttime a {
	text-decoration: underline;
}
#right {
	width:158px;
	float:right;
	padding-right: 15px;
	
}

#right div.rightcontainer{
	padding:15px 5px 0 5px;
	margin:0;
}

#right div.rightbox{
	background-image:url("../images/bg-gradient.png");
	background-repeat:repeat-x;
	background-color: #5f5e5f;
	margin:0 0 10px 1px;
	padding:13px 7px 5px 7px;
	width:146px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
}


#feed_button {
	text-align:right;
	margin-right:13px;
	margin-top:-10px;
	margin-bottom:-10px;
}
#feed_button p {
	display:inline-block;
	position:relative;
	top:-7px;
	zoom:1;
	*display:inline;
}
#feed_button img {
	display:inline-block;
	margin-top:10px;
	zoom:1;
	*display:inline;
}
#right form{
	margin: 0;
}
.twtr-widget {
   margin-top:10px;
}
.twtr-hd h3, .twtr-hd h4{
   visibility:hidden;
}
#livebutton{
margin:0px 0px 5px 5px;
}
#footer {
	clear:both;
	text-align: center;
	padding: 15px 0 20px 0;
	color: #fff;
	text-align:center;
	left:0;
	bottom:0px;
	position: relative;
	width: 100%;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/



#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

#feature { margin:2px; }
div.clear{ clear:both; }
div.clearight{ clear:right; }

