/*    DMNSTUDIO.COM   */
@import url("nivo-slider.css");
@import url("themes/default/default.css");
body {
	font-family:"Trebuchet MS";    
	font-size: 11px;
    color:#878484;
	margin:0px;
	background: #000 url(lc_background.jpg) top no-repeat;
}

a { font-size:11px; color: rgba(255, 255, 255, 0.42);}
a:hover { font-size:11px; color:#fff;}

.tabs-container {
  position: relative;
  height: 360px;
  max-width: 98%;
  margin: 200px auto;
}

.tabs-container p{
  margin: 0;
  padding: 0;
}
.tabs-container:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: none;
}
input.tabs {
  display: none;
}
input.tabs + label {
  line-height: 40px;
  padding: 0 17px;
  float: left;
  cursor: pointer;
  transition: background ease-in-out .3s;
}
input.tabs:checked + label {
  color: #000;
  background: #eee;
}
input.tabs + label + div {
  width: 96%;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  height: 300px;
  padding: 10px;
  z-index: -1;
  transition: opacity ease-in-out .3s;
}
input.tabs:checked + label + div {
  opacity: 1;
  z-index: 1000;
}

p {
    padding: 10px;
}
.regb {
	-moz-box-shadow:inset 0px 1px 0px 0px #315f75;
	-webkit-box-shadow:inset 0px 1px 0px 0px #315f75;
	box-shadow:inset 0px 1px 0px 0px #315f75;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1c3947), color-stop(1, #223f4d) );
	background:-moz-linear-gradient( center top, #1c3947 5%, #223f4d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c3947', endColorstr='#223f4d');
	background-color:#1c3947;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1c3845;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.regb:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #223f4d), color-stop(1, #1c3947) );
	background:-moz-linear-gradient( center top, #223f4d 5%, #1c3947 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#223f4d', endColorstr='#1c3947');
	background-color:#223f4d;
}.regb:active {
	position:relative;
	top:0px;
}
.buttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #315f75;
	-webkit-box-shadow:inset 0px 1px 0px 0px #315f75;
	box-shadow:inset 0px 1px 0px 0px #315f75;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1c3947), color-stop(1, #223f4d) );
	background:-moz-linear-gradient( center top, #1c3947 5%, #223f4d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c3947', endColorstr='#223f4d');
	background-color:#1c3947;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #1c3845;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:11px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.buttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #223f4d), color-stop(1, #1c3947) );
	background:-moz-linear-gradient( center top, #223f4d 5%, #1c3947 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#223f4d', endColorstr='#1c3947');
	background-color:#223f4d;
}.buttons:active {
	position:relative;
	top:0px;
}

.tab { 
	font-family: verdana,sans-serif; 
	font-size: 14px;
	
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding: 5px;
	cursor: pointer;
	}
.tabhold { 
	background-color: #172F39;
	color: black;
	}
.tabfocus { 
	background-color: #172F39;
	color: white;
	}
.tabcontent { 
	font-family: sans-serif; 
	font-size: 14px;
	
	height: 275px;

	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}

h2{
border-bottom: solid 1px #315F75;
color: #FFFDF2;
font-family: Trebuchet MS;
font-size: 17px;
font-weight: normal;

}

#s {background: rgba(255, 255, 255, 0.09);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 5px;
border: 1px solid rgba(255, 255, 255, 0.03);}
#e {background: rgba(255, 0, 0, 0.36);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 5px;
border: 1px solid rgba(255, 255, 255, 0.03);
z-index: 99999;}
/* This imageless css button was generated by CSSButtonGenerator.com */

#wrapper {
    margin: 0 auto;
    width: 992px;
}

#conteudo {
    float: left;
    margin: 0 auto;
    width: 992px;
	background:url(content.jpg);
}


#header {
    float: left;
	height: 260px;
	width: 960px;
	margin: 0px 260px;
	background:	no-repeat;
	background-position: top;
}

#navigation {
    float: left;
    height: 91px;
    width: 992px;
	background:url(nav_menu.jpg);
}

#content {
    float: left;
    width: 501px;
}

#leftcolumn {
    width: 247px;
    float: left;
}

#rightcolumn {
    width: 244px;
    float: left;
}

#subc {
    height: 91px;
    width: 992px;
	background:url(contentbt.jpg);    
	clear: both;
}



#footer {
height: 100px;
width: 100%;
background: url(footer.jpg);
clear: both;
}

#account { 
	background:url(account.jpg);
	width:247px;
	height:70px;
	float:left;
}

#links { 
	background:url(quick.jpg);
	width:247px;
	height:77px;

	float:left;
}

#ventrilo { 
	background:url(ventrilo.jpg);
	width:247px;
	height:77px;
	float:left;
}

#stats { 
	background:url(stats.jpg);
	width:244px;
	height:70px;
	float:left;
}
#donators { 	background:url(donators.jpg);	width:244px;	height:76px;	float:left;}
#gms { 
	background:url(gmson.jpg);
	width:244px;
	height:76px;
	float:left;
}

#rss { 
	background:url(rss.jpg);
	width:244px;
	height:77px;
	float:left;
}

#left_module {
	float:left;
	min-height:130px;
	width:247px;
}

#right_module {
	float:left;
	min-height:130px;
	width:244px;
}

#slidebg {
	height:201px;
	width:501px;
	float:left;
	background:url(slidebg.jpg);
}

#news_center {
	width:468px;
	margin:0 auto;
}

.news_title {	
	background:url(news_bar_hover.jpg);
	width:468px;
	height:46px;
	float: left;
	cursor: pointer;
	font-size:15px;
	color: rgb(66, 94, 107);
	text-shadow:#000000 0px 1px 0px;
	font-family: 'Archivo Narrow', sans-serif; 
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
}
	
.news_content {	
	float: left;
	display: none;
}

#news_board {
	background: rgba(0, 0, 0, 0.44);
	width: 456px;
	margin-bottom: 5px;
	margin-top: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(105, 105, 105);
	line-height: 1.45;
}

.on {
	background:url(news_bar.jpg);
	width:468px;
	height:46px;
	font-size:15px;
	color:#ffffff;
	text-shadow:#000000 0px 1px 0px;
	font-family: 'Archivo Narrow', sans-serif; 
	text-decoration:none;
	opacity: 1;


}
	
.over {
	background:url(news_bar_hover.jpg);
	width:468px;
	height:46px;
	font-size:15px;
	color:#fff;
	text-shadow:#000000 0px 1px 0px;
	font-family: 'Archivo Narrow', sans-serif; 
	text-decoration:none;
	opacity: 0.7;
	-webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

#news_t {
	padding-left: 10px;
	padding-top: 13px;
}

#slide_dimension {
	width:465px;
	height:175px;
	padding-left:18px;
	padding-top:7px;
}


#menu { 
	text-decoration:none;
}

#menu a {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:15px;
	text-decoration:none; color:#dbd1d4;
	text-decoration:none; 
	padding:9px;
	text-shadow:#000 0px 1px 0px;
}

#menu a:hover {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	background:rgba(0, 0, 0, 0.53);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow:#000 0px 1px 0px; 
}

#menu a:focus {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	background: #342a38;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#menu_area {
	padding-top:30px;
}

#left_module_center {
	width: 219px;
	margin:0 auto;
}

#quick_links {
	text-decoration:none;
	margin-bottom: 5px;
}
#quick_links a {
	font-family:11px;
	font-family:"Trebuchet MS";
	color: rgb(114, 132, 150);
	text-shadow:#000 0px 1px;
	text-decoration:none;
}
#quick_links a:hover {
	font-family:11px;
	text-decoration:none;
	color:#fff;
	font-family:"Trebuchet MS";
	text-shadow:#000 0px 1px;
}
#login_field {
background: url(field.jpg);
width: 210px;
height: 35px;
color: #50566c;
font-style: italic;
font-size: 11px;
padding-left: 9px;
border: 0px;
margin-bottom: 2px;
}
#field {
background: url(field.jpg);
width: 210px;
height: 35px;
color: #50566c;
font-style: italic;
font-size: 11px;
padding-left: 9px;
border: 0px;
margin-bottom: 2px;
}
#loginbtn {
	float:right;
}
#space{
	height:3px;
}
#nfo_r {
	background:url(right_nfo.jpg);
	height: 16px;
	width: 215px;
	padding-top: 3px;
	padding-bottom: 2px;
}

#nfo1 {
	background:url(left_nfo.jpg);
	height: 16px;
	width: 215px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#nfo2 {  
	height: 16px;
	width: 215px;
	padding-top: 3px;
	padding-bottom: 2px;;
	font-size:11px;
	font-family:"Trebuchet MS";
	color:#656264;
 }
#sts { 
	float: left;
	font-size:11px;
	font-family:"Trebuchet MS";
	color:#656264;
	padding-left: 5px;
	text-shadow:#000 0px 1px 0px;  
}
#sts2 { 
	float:right;
	padding-right:10px;
}
#sts3 { 
	float:right;
	padding-right:10px;
	color:#006600;
}
#rss_mod {
	width: 215px;
	float: left;
	margin-bottom: 3px;
}
#rss_text {
	float: left;
	padding-left: 5px;
	color: rgba(255, 255, 255, 0.18);
}
#rss_text a{
	font-family:11px;
	font-family:"Trebuchet MS";
	color:#656264;
	text-shadow:#000 0px 1px;
	text-decoration:none;
}
#rss_text a:hover{
	font-family:11px;
	font-family:"Trebuchet MS";
	color:#fff;
	text-shadow:#000 0px 1px;
	text-decoration:none;
}
#rss_icon {
	float:left;
}
#footer_c { 
	width:992px;
	margin:0 auto;
	padding-top: 18px;
	color:#fff;
}
.notify {
    font-size: 12px;
    color: #A3A19D;
    margin: 10px 0px;
    padding: 5px;
    background-color: #161510;
    border: 1px solid #818181;
    font-family: Trebuchet MS;
}

.spoiler {
text-align: justify;
}

.title {
    text-align: center;
    color: #FFF;
    font-size: 15px;
    text-shadow: 0px 1px #000;
}

#frequired {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    width: 180px;
    box-shadow: 0px 0px 10px #000 inset;
    height: 26px;
    padding: 3px;
    border-radius: 5px;
}

#frequired2 {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    width: 308px;
    box-shadow: 0px 0px 10px #000 inset;
    height: 85px;
    padding: 3px;
    border-radius: 5px;
}
