html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #0C0C0C;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	color: #B0B0B0;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h2
{
	font-weight: 300;
	font-size: 2.50em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	border: 5px solid rgba(255,255,255,1);
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 600px;
  margin: 100px auto;
}

#wrapper {
	overflow: hidden;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

#banner {
	margin-bottom: 30px;
}

/** HEADER */

#header-wrapper
{
	overflow: hidden;
	height: 80px;
	margin-bottom: 40px;
}

#header {
	overflow: hidden;
}

/** LOGO */

#logo {
	float: left;
	/*width: 300px;*/
	height: 80px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 1.50em;
	font-weight: 300;
	color: #FFFFFF;
}

/** MENU */

#menu {
	float: right;
	height: 80px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu a {
	display: block;
	height: 80px;
	padding: 0px 10px 0px 10px;
	line-height: 80px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #FC6103;
}

#menu .active
{
	background: #FC6103;
}

/** PAGE */

#page {
	overflow: hidden;
	margin-bottom: 20px;
}

/** CONTENT */

#content {
	float: left;
	width: 600px;
	padding: 40px;
	background: rgba(0,0,0,0.70);
}

#content h2 a
{
	display: block;
	padding: 0px 0px 20px 0px;
	text-decoration: none;
	color: #FFFFFF;
}

#content #box1
{
	margin-bottom: 30px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 220px;
	padding: 40px;
}

#sidebar h2
{
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
}

/* Footer */

#footer {
	overflow: hidden;
	margin: 20px auto 0px auto;
	padding: 20px 0px;
	background: rgba(0,0,0,1);
}

#footer p {
	text-align: center;
	font-size: 12px;
}

#footer a {
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	clear: both;
	margin-bottom: 25px;
	padding: 20px 0px 40px 0px;
	border-top: 1px solid #000000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

ul.style1 h3 {
	display: block;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
	color: #FFFFFF;
}

ul.style1 p {
	line-height: 150%;
}

ul.style1 .button-style {
	float: left;
	margin-top: 0px;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style3 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #000000;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
}

ul.style3 a {
	text-decoration: none;
	color: #949494;
}

ul.style3 a:hover {
	text-decoration: underline;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style3 .date {
	width: 87px;
	background-color: #FC6103;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

ul.style3 .first .date
{
	margin-top: 0px;
}

.button-style, .btn
{
	display: inline-block;
	background-color: #FC6103;
	/*margin-top: 20px;*/
	padding: 5px;
	margin:2px;
	height: 34px;
	/*line-height: 24px;*/
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
}.btn:hover {
background-color: #FD7113;
}

.entry
{
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/

.subbody { 
	min-height:250px;
	margin:0 auto 20px;
	position:relative;
	width:300px!important;
	background-color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.39);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.39);
	box-shadow:0 1px 3px rgba(0,0,0,.39);
	margin-bottom:20px;
	padding:6px 6px 24px;
	position:relative;
	z-index:4!important;
}.subbody img{display:block;}

#pagetitle { 
	display:block; width:100%;
	border-bottom:10px solid #0c0c0c;
	margin-bottom:10px; font-size:20px;
	/*font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;*/
	}
/*Text fields */
.CreateTextField {
	/*font-family: Verdana;*/
	font-size:11px;
	font-weight:bold;
	color:#494846; padding:3px; border:1px solid #D9DBDA; height:20px;
	width:250px;
}
.CreateTextArea		{ min-height:110px; }
.CreateTextLabel	{ padding:5px; border:1px solid #cacaca; -webkit-border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; border-radius:6px; }
.Selected { border: 1px solid #ff0000; }

#label	{ 
	/*font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;*/
	color:#b0b0b0;
	font-size:14px;
	margin:6px;
	padding:8px 0 8px 3px;
	text-align:inherit;
	border:1px solid #1c1c1c;
	font-weight: bold;
	background:#0c0c0c;
	}

#error { border:3px solid red; font-weight:bold; margin:5px; padding:20px; }


/* GLOBAL VIEWS OF ALL MODULES */
.LIST {}
.LIST .item {display:table-row;}
.LIST .item .image	{ display:table-cell; width:80px; padding-right:5px; vertical-align: top; }
.LIST .item .data	{ display:table-cell; vertical-align: top; }
.LIST .item .data .title	{ font-size:medium; font-weight:bold; }
.LIST .item .data .desc		{ font-size:11px; color:gray;  }
.LIST .split {background:url() repeat-x left center;padding:18px 0;}

.GRID {width:100%; overflow:hidden; padding-top:5px;}
.GRID .item {float:left; width:30%; padding-left:3px;}
.GRID .item .image {max-width:150px; overlay:hidden; border:1px solid black;}
.GRID .item .data .title {font-weight:bold;}
.GRID .item .data .title a:hover{color:green;}
.GRID .item .data .desc {display:none; font-size:xx-small;}

#categories .GRID { }/*display:table; width:98%; padding:10px; */
#categories .GRID ul {  } /* width:100%; */
#categories .GRID li { background:url("/images/template/plus.gif") no-repeat left; font-weight: bold; float:left; display:block; overflow:hidden; width:30%; list-style: none outside none; }
#categories .GRID li a { padding-left:10px; color: #4987C5; } /*font-size:100%;*/
#categories .GRID li a:hover { text-decoration:underline; } /*min-height: 90px;*/
#categories .GRID .image, #categories .GRID .title { display:block; }
#categories .GRID .item {padding:5px; }

#categories .LIST { margin:0; padding:1px; padding:0; }
#categories .LIST a	{ display:block; line-height:25px; height:25px; margin-top:1px; padding-left:15px; border-left:10px solid #C7E2E2; font-size:10px; text-transform:uppercase; text-decoration:none; color:#437E7E; }
#categories .LIST a:hover { border-left:10px solid #aaac92; color:#666666; }
#categories .LIST ul { list-style:none; }

#subbody .LIST { }
#subbody .LIST .item { }
#subbody .LIST .item .image {}
#subbody .LIST .item .data {}
#subbody .LIST .item .data .title { }
#subbody .LIST .split { clear:both;}

/* Images display type */
#images .GRID {display:table;}
#images .GRID ul {width:100%}
/*list-style: none outside none; */
#images .GRID li { padding:2px; font-weight: bold; display:block; overflow: hidden; float:left; text-align:center; }

#youtube {width:600px; height:390px; overflow:hidden;}

.MultiPage		{ padding:4px; }
.MultiPage a	{ border:1px solid #cacaca; padding:2px; margin:2px; }

/* navbar.css */
.NavBar, .NavBar a, .NavBar a:link, .NavBar a:visited, .NavBar a:active { color:#595959; }
.NavBar, .NavBar a { font-size:16px; font-weight:bold; padding-left:5px; padding-top:5px;}
/*text-shadow:2px 2px 0 rgba(0,0,0,.33); */
.NavBar a:hover { color:#949c15; }