html, body {
	font: 100%/1.5 Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0;
	padding: 0;
	color: #ff7f30;
	font-size:12px;
	min-height: 100%;
	height:auto !important;
	height:100%;
	
	background-image: -webkit-gradient(
	linear,
	left top,
	right bottom,
	color-stop(0, #262930),
	color-stop(0.79, #333333)
);
background-image: -o-linear-gradient(right bottom, #262930 0%, #333333 79%);
background-image: -moz-linear-gradient(right bottom, #262930 0%, #333333 79%);
background-image: -webkit-linear-gradient(right bottom, #262930 0%, #333333 79%);
background-image: -ms-linear-gradient(right bottom, #262930 0%, #333333 79%);
background-image: linear-gradient(to right bottom, #262930 0%, #333333 79%);
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 15px;	
	padding-right: 15px;
	padding-left: 0px; 
	margin-bottom: 5px;
}
a img { 
	border: none;
}

a:link {
	color: #FF5800;
	text-decoration: underline; 
}
a:visited {
	color: #FF5800;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #CC4800;
	text-decoration: none;
}

.container {
	width: 1080px;
	min-height: 100%;
	height:100%; 
	margin: 0 auto; 
}

.header {
	background: #333333;
}

.sidebar1 {
	float: left;
	width: 240px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.navbar1 {
	width: 100px;
	margin: 100px -5px 0px 0px;
	float:right;
	vertical-align:bottom;
}

.sidebox, .sideboxGreen, .sideboxRed, .sideboxBlue, .sideboxOrange {

	/*text-align: justify;*/
	
}

.sideboxGreen {
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #217523),
		color-stop(0.79, #444444)
	);
	background-image: -o-linear-gradient(right bottom, #217523 0%, #444444 79%);
	background-image: -moz-linear-gradient(right bottom, #217523 0%, #444444 79%);
	background-image: -webkit-linear-gradient(right bottom, #217523 0%, #444444 79%);
	background-image: -ms-linear-gradient(right bottom, #217523 0%, #444444 79%);
	background-image: linear-gradient(to right bottom, #217523 0%, #444444 79%);"
}

.sideboxRed {
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #AB0000),
		color-stop(0.79, #444444)
	);
	background-image: -o-linear-gradient(right bottom, #AB0000 0%, #444444 79%);
	background-image: -moz-linear-gradient(right bottom, #AB0000 0%, #444444 79%);
	background-image: -webkit-linear-gradient(right bottom, #AB0000 0%, #444444 79%);
	background-image: -ms-linear-gradient(right bottom, #AB0000 0%, #444444 79%);
	background-image: linear-gradient(to right bottom, #AB0000 0%, #444444 79%);
}

.sideboxOrange {
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #735621),
		color-stop(1, #444444)
	);
	background-image: -o-linear-gradient(right bottom, #735621 0%, #444444 100%);
	background-image: -moz-linear-gradient(right bottom, #735621 0%, #444444 100%);
	background-image: -webkit-linear-gradient(right bottom, #735621 0%, #444444 100%);
	background-image: -ms-linear-gradient(right bottom, #735621 0%, #444444 100%);
	background-image: linear-gradient(to right bottom, #735621 0%, #444444 100%);
}

.masonry_container {
	width: 400px;
	float: left;
	padding: 0px;
	margin: 0px;
}

.content_middle {
	border-radius: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_top {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-bottom: 10px;
}

.content_bottom {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	margin-top: 10px;
}

.content_inner {
	padding: 10px;
	text-align: justify;
}

.scrollable {
	overflow:auto;
	scrollbar-base-color:#444444;
	scrollbar-3d-light-color:#000;
	scrollbar-arrow-color:#222;
	scrollbar-darkshadow-color:#333333;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#333333;
	scrollbar-shadow-color:#333333;
	scrollbar-track-color:#444444;	
}

.sidebarRight {
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	width: 260px;
	background:#444444;
	border-left:#555555;
	border-left-style:solid;
	border-right:#222222;
	border-right-style:solid;
	border-width:1px;
	border-radius: 0px;
	/*height: auto !important;
	height:100%;
	overflow: hidden !important;*/
	min-height: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sidebar2_inner {
	padding: 10px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	margin-top: 20px;
	list-style: none; 
	margin-bottom: 15px;
	text-align:center;
}
ul.nav li {

}

ul.nav a {
	border-top: 1px solid #222; 
	border-bottom: 1px solid #222; 
	border-left: 1px solid #222; 
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;	
}
ul.nav a, ul.nav a:visited { 
	padding: 5px;
	display: block;
/*	width: 200px;*/
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:focus { 
	background: #333333;
	color: #FFF;
}

ul.nav a:active {
	background: #333333;
}

.siderow {
	width: 400px;
	height: 300px;	
}

.fltrt {  
	float: right;
}
.fltlft { 
	float: left;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Masonry ############################################## */

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.item {
	width:  200px;
	height: 200px;
	float: left;
	border: 2px solid #333;
	text-align:center;
}

.item.thumbnail {
	width:  100px;
	height: 100px;
}

.item.small {
	width:  200px;
	height: 100px;
}

.item.medium {
	width:  200px;
	height: 200px;
}

.item.large {
	width:  400px;
	height: 400px;
}

.item.disclaimer {
	width:  400px;
	height: 80px;
	font-size:9px;
	color: #777;
	text-align:left;
	border: 0px;
}

.item.fb {
	width:  400px;
	height: 90px;
	background: #333;
	text-align:left;
}

.item.logo {
	width:  400px;
	height: 158px;
	background: #333;
}



/* Teamspeak ############################################## */

.tsstatus{
	width: 220px;
	overflow: hidden;
	position: relative;
}
.tsstatus, .tsstatus *{
	font-family: Verdana;
	font-size: 10px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	white-space:nowrap;
}
.tsstatuserror{
	font-family: Verdana;
	font-size: 10px;
	color: red;
}
.tsstatus .tsstatusNickname, .tsstatus .tsstatusPassword{
	border-bottom: 1px solid #aaa;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
.tsstatus .tsstatusServerName{
	
}
.tsstatus input{
	width: 135px;
	height: 18px;
}
.tsstatus .tsstatusItem{
	margin-left: 18px;
	clear: both;
}
.tsstatus .tsstatusLabel{
	float: left;
}
.tsstatus .tsstatusFlags{
	position: absolute;
	right: 0;
	clear: right;
}
.tsstatus a{
	text-decoration: none;
	color: #FF5800;
}
.tsstatus a:hover{
	text-decoration: none;
	color: #CC6900;
}
.tsstatus img{
	margin-right: 2px;
	border: 0;
}