/* Global Elements */
* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background: #E2E2E2 url('../images/body/bg.jpg');
}

body {
	font-size: 12px;
	-webkit-text-size-adjust: none;
	overflow: hidden;
	color: #333;
}

body, input {
    font-family:  Helvetica, Verdana, "Serif";
}

a {
	text-decoration: none;
	color: #000;
}

img {
	border: 0;
	max-width: 100%;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

ul, ol {
	padding:0;
	margin:0;
}

ul li { 
	list-style: url('../images/body/brown-dot-small.png');
}

/* General Styles */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

.button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	height: 28px;
	white-space: nowrap;
	background: #A0A0A0;
	border: 1px #8A8A8A solid;
}

.button:after {
	content: '';
	height: 100%;
	width: 0px;
	display: inline-block;
	vertical-align: middle;
}

.button span {
	display: inline-block;
	margin: 2px 20px 0px;
	vertical-align: middle;
	color: #FFF;
	font-size: 17px;
	line-height: 17px;
}

.button.full-width {
	display: block;
}

.button.full-width span {
	margin: 2px 0 0;
}

.input {
	border-top: 1px #9A9A9A solid;
	border-left: 1px #9A9A9A solid;
	border-bottom: 1px #E2E2E2 solid;
	border-right: 1px #E2E2E2 solid;
	height: 30px;
	outline: none;
	background-color: #FFF;
	font-size: 16px;
	position: relative;
	z-index: 3;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	box-sizing: border-box;
}

.inner {
	max-width: 1080px;
	width: 95%;
	margin: 0 auto;
}

.spacer1 {
	height: 10px;
	clear: both;
}

.spacer2 {
	height: 20px;
	clear: both;
}

.icon {
	width: 16px;
	height: 16px;
}

.iconlarge {
	width: 64px;
	height: 64px;
	box-shadow: 1px 1px 7px -2px #272727;
	margin-right: 15px;
}

.text-wrap {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/* Header Styles */
#header {
	overflow: hidden;
	background-color: #FFF;
	border-top: 3px #7E6141 solid;
	box-shadow: 1px 1px 8px -1px #272727;
	margin-bottom: 15px;
	position: relative;
}

#header .top {
	padding: 15px 0;
	overflow: hidden;
	position: relative;
	background-color: #282828;
}

#header .title {
	color: #FFF;
	font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
	font-size: 34px;
	float: left;
}

#header .logoff {
	float: right;
}

#header .logoff .icon {
	opacity: .8;
 	transition: opacity .4s ease;
}

#header .logoff .icon:hover {
	opacity: 1;
}

#header .links-wrap {
	background-color: #363636;
}

#header .links {
	text-align: right;
	padding: 7px 0 9px 0;
}

#header .links a {
	font-size: 20px;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	color: #a1a1a1;	
	margin-left: 20px;
	transition: color .4s ease;
}

#header .links a:hover {
	color: #CCC;
}

#header .links a.active {
	color: #e4e4e4;
	padding-left: 10px;
	background: url('../images/body/brown-dot.png') no-repeat left;
}

#header .more {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	top: 50%;
	margin-top: -16px;
	background: url('../images/body/menu.jpg') no-repeat;
	cursor: pointer;
	display: none;
}

#wrapper {
	position: relative;
}

/* Mobile Navigation More */
#navigation-more {
	position: fixed;
	z-index: 1;
	display: none;
	width: 25px;
	height: 60px;
	left: 0;
	top: 50%;
	margin-top: -30px;
	text-align: center;
	background-color: #000000;
	opacity: .5;
	color: #FFF;
	padding: 5px 0;
	cursor: pointer;
}

/* Side Navigation Styles */
#navigation {
	z-index: 2;
	background: #F5F5F5;
	background: rgba(255,255,255,.75);
	border-top: 3px #7E6141 solid;
	padding-bottom: 15px;
	box-shadow: 1px 1px 8px -1px #272727;
	width: 175px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
}

#navigation h2 {
	text-shadow: 1px 1px 0px #C5C5C5;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px #AAA solid;
}

#navigation h3 {
	margin-left: 5px;
	font-size: 14px;
	text-shadow: 1px 1px 0px #C5C5C5;
	border-bottom: 1px #CFCFCF solid;
	margin-bottom: 5px;
	margin-top: 10px;
}

#navigation li {
	margin-left: 22px;
	font-size: 13px;
	margin-bottom: 3px;
	text-indent: -2px;
}

#navigation a {
	color: #333;
	transition: color .4s ease;
}

#navigation a:hover {
	color: #82613d;
}

#navigation .mobile-close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 4px;
	right: 4px;
	display: none;
	cursor: pointer;
	background: url('../images/icons/mobile-close.png') no-repeat;
}

/* Content Styles */
#content {
	position: relative;
	overflow: hidden;
	background: #F5F5F5;
	background: rgba(255,255,255,.75);
	border-top: 3px #7E6141 solid;
	padding-bottom: 15px;
	box-shadow: 1px 1px 8px -1px #272727;
	margin-bottom: 15px;
	padding: 15px;
}

#content .content {
	padding: 10px;
	background: #FFF;
	background: rgba(255,255,255,.75);
	margin-bottom: 10px;
	box-shadow: 1px 1px 8px -1px #272727;
	overflow: hidden;
}

#content .content li {
	margin-bottom: 5px;
}

#content h1 {
	text-shadow: 1px 1px 0px #C5C5C5;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: normal;
}

#content h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	padding-left: 30px;
	background: url('../images/body/dots.png') no-repeat left;
}

#content h3 {
	font-size: 16px;
	color: #82613d;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 15px;
	font-size: 14px;
}

#content ul li {
	margin-left: 20px
}

#content > ul,
#content > li {
	margin-bottom: 15px;
}

#content ol li {
	margin-left: 30px;
}

#content a {
	color: #82613d;
	transition: color .4s ease;
}

#content a:hover {
	color: #000;
}

#content table {
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

#content table thead tr td {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #d3d3d3;
	border-bottom: 0 none;
	height: 22px;
	padding: 0 2px 0 2px;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 50%, rgba(234,234,234,1) 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(238,238,238,1)), color-stop(51%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 50%,rgba(234,234,234,1) 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 50%,rgba(234,234,234,1) 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 50%,rgba(234,234,234,1) 51%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 50%,rgba(234,234,234,1) 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

#content table tbody tr td {
	border: 1px solid #aaaaaa;
	height: 22px;
	padding: 0 2px 0 2px;
}

#content table tbody tr {
	background-color: #FFF;
}

#content table tbody tr:hover {
	background-color: #EEE;
}

#content .forkicon {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	max-width: 140px;
	opacity: 0.6;
	width: 22%;
	font-size: 0;
	transition: opacity .4s ease;
}

#content .forkicon:hover {
	opacity: 1;
}

#content .thumbnail {
	padding: 4px;
	font-size: 0;
	width: 100px;
	background: #FFF;
	background: rgba(255,255,255,.75);
	margin-bottom: 5px;
	box-shadow: 1px 1px 8px -1px #272727;
	overflow: hidden;
}

#content .thumbnail.left {
	margin-right: 10px;
}

#content .largethumb {
	padding: 10px;
	background: #FFF;
	background: rgba(255,255,255,.75);
	margin-bottom: 10px;
	box-shadow: 1px 1px 8px -1px #272727;
	overflow: hidden;
	font-size: 0;
}

#content .genericthumb {
	padding: 4px;
	font-size: 0;
	display: inline-block;
	background: #FFF;
	background: rgba(255,255,255,.75);
	margin-bottom: 5px;
	box-shadow: 1px 1px 8px -1px #272727;
	overflow: hidden;
}

#content .largethumb img {
	width: 100%;
}

#content .feature {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#content .feature h3 {
	margin-top: 0;
}

#content .feature .icons {
	margin-left: 7px;
}

#content .feature .icons .icon {
	margin-right: 1px;
	opacity: .8;
	transition: opacity .4s ease;
}

#content .feature .icons .icon:hover {
	opacity: 1;
}

#content .half-wrap,
#content .half-wrap-nobreak{
	padding-right: 15px;
	white-space: nowrap;
	font-size: 0;
}

#content .one-half,
#content .one-half-nobreak {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-left: 15px;
}

#content .one-half:first-child,
#content .one-half-nobreak:first-child {
	margin-left: 0;
}

#content .third-wrap {
	padding-right: 30px;
	white-space: nowrap;
	font-size: 0;
}

#content .one-third {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-left: 15px;
}

#content .one-third:first-child {
	margin-left: 0;
}

#content .console {
	background-color: #000;
	color: #BBB;
	font-family: Lucida Console;
	font-size: 14px;
	padding: 10px;
}

#content .console .green {
	color: #00A100;
}

#content .console .blue {
	color: #0000F5;
}

#content .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
#content .video iframe,
#content .video object,
#content .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 960px) {
	#navigation {
		display: none;
		position: absolute;
		margin: 0;
		background: #FFF;
	}
	
	#navigation .mobile-close {
		display: block;
	}
	
	#navigation-more {
		display: block;
	}
}

@media (max-width: 720px) {
	#header .links-wrap {
		display: none;
	}
	
	#header .links {
		padding: 0;
	}
	
	#header .links .inner {
		width: 100%;
	}
	
	#header .links a {
		display: block;
		text-align: center;
		margin: 0;
		border-bottom: 1px #C0C0C0 solid;
		padding-bottom: 6px;
	}

	#header .more {
		display: block;
	}
	
	#header .title {
		font-size: 26px;
	}
}

@media (max-width: 480px) {
	#content .half-wrap {
		padding: 0;
		white-space: normal;
	}
	
	#content .one-half {
		width: 100%;
		margin-left: 0;
	}
	
	#header .top {
		padding: 10px 0;
	}
	
	#header .title {
		font-size: 20px;
	}
}