@font-face {
	font-family: 'Titillium Web';
	src: url(http://ltheory.com/Fonts/TitilliumWeb-Regular.ttf);
}

body {	
	margin: 0;
	padding: 0;
	background: #000000 url(images/null.png) fixed center top;
	background-repeat: no-repeat;
	font-family: 'Titillium Web', sans-serif;
	font-size: 17px;
	color: #757575; 
	-webkit-font-smoothing: antialiased;
	/*image-rendering: auto;
	-ms-interpolation-mode: bicubic;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 900;
	font-family: 'Titillium Web', sans-serif;
}

h1 {
	font-size: 2em;
}

h2 {
	margin: 0 auto;
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	color: #C0C0C0;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #339CFF;
}

a:hover {
}

/*BACKGROUND AND BANNERS*/

#bigbanner {
	height: 872px;
	margin: 0 auto;
	background: #000000 url(images/bb1.jpg) center top no-repeat;
}

#normalbanner {
	height: 1080px;
	margin: 0 auto;
	background: #000000 url(images/faq_banner.jpg) center top no-repeat;
}

#namewrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0px 40px 0px 40px;
	/* background-color: rgba(128,128,128,0.1);
	border: solid #141418; */
}
	
#namewrappersmall {
	width: 600px;
	margin: 0 auto;
	/* background-color: rgba(128,128,128,0.1);
	border: solid #141418; */
}

#namebanner {
	padding: 314px 0px;
	margin: 0 auto;
}


img.smallsize {
	width: 600px;
	padding: 200px 0px 140px 0px;
	margin: 0 auto;
}


/*END BACKGROUND AND BANNERS*/

/*MENUS*/


#menu li a{
	padding: 20px 15px;
	opacity: 1;
}

#menu {
	z-index: 1;
	position: fixed;
	width: 100%;
	background-color: rgba(0,0,0,.75);
	overflow: hidden;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	text-decoration: none;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	letter-spacing: 4px;
}

#menu a:hover,
menu a:focus {
	text-decoration: none;
	background-color: rgba(0,0,0,1);
	background-repeat: repeat-x;
	color: rgb(128,128,128);
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
}

#menu a {
	display: block;
	padding: 0px 20px 0px 20px;
	color: #C0C0C0;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	color: #C0C0C0;
}

#menu .imgbutton:hover {
	opacity: 0.5;
}

#menu .imgbutton {
	opacity: .75;
}


/*END MENUS*/


/*MAIN CONTENT AREA*/
#backslider {
	margin: 0 auto;	
}

#scrollbanner {
	margin: 0 auto;	
	margin-top: 110px;
	margin-bottom: 110px;
}


#scrollbannerend {
	margin: 0 auto;	
	margin-top: 330px;
	margin-bottom: 110px;
}

.bs1 {
	background-image: url(images/bs1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.bs2 {
	background-image: url(images/bs3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.bs3 {
	background-repeat: no-repeat;
	background-image: url(images/bs2.jpg);	
	background-position: center;
}

.sb1 {
	background-image: url(images/sb1.jpg);
	background-repeat: no-repeat;
	padding: 320px 0px;
	background-position: center;
}

.sb2 {
	background-image: url(images/sb2.jpg);
	background-repeat: no-repeat;
	padding: 320px 0px;
	background-position: center;
}

.sb3 {
	background-image: url(images/sb3.jpg);
	background-repeat: no-repeat;
	padding: 320px 0px;
	background-position: center;
}

.sb4 {
	background-image: url(images/sb4.jpg);
	background-repeat: no-repeat;
	padding: 320px 0px;
	background-position: center;
}

.flip {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";	
}


#screendivide {
	position: relative;
	margin: 0 auto;
}

#screenbanner {
	padding: 250px 0px;
}


.fade {
	background: rgba(0,0,0,0) url(images/black_gradient_down2.png);	
}


#bannertext {
		-webkit-transform:scale(1.5,1); /* Safari and Chrome */
		-moz-transform:scale(1.5,1); /* Firefox */
		-ms-transform:scale(1.5,1); /* IE 9 */
		-o-transform:scale(1.5,1); /* Opera */
		transform:scale(1.5,1); /* W3C */
	position: absolute;
	bottom: 16px;
	left: 150px;
	text-align: left;
		font-family: 'Titillium Web', sans-serif;
	color: rgba(255,255,255,1);
	font-size: 48px;
	opacity: 1;
}

#bannertextback {
	margin: 0 auto;
	width: 100%;
	background: #000000;
	float: center;
	padding: 200px 0px;
}

#contentback {
	margin: 0 auto;
	width: 100%;
	background: #000000;
	float: center;
	padding: 10px 0px 0px 0px;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0px 40px 0px 40px;
}

/* Header */

#header {
	width: 940px;
	height: 190px;
	margin: 0 auto 0 auto;
}

/* Logo */

.logo {
	width: 960px;
	height: 115px;
	margin: 0px auto 30px auto;
	color: #C0C0C0;
	font-family: 'Titillium Web', sans-serif;
}

.logo h1, .logo p {
	margin: 0;
	padding: 0;
}

.logo h1 {
	line-height: 200px;
	letter-spacing: 0px;
	text-align: center;
	font-size: 4.8em;
	text-shadow: 0px 0px 12px rgba(255,255,255,.7);
}

.logo h3 {
	line-height: 30px;
	letter-spacing: +4px;
	text-align: center;
	font-size: 1.6em;

}

.logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	text-align: center;
	color: #C0C0C0;
}

.logo p a {
	color: #C0C0C0;
}

.logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C0C0C0;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
}

/* Content */

#newcontent {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

.faqpost {
	color: #C0C0C0;
	position: absolute;
	left: center;
}

.post {
	color: #C0C0C0;
	position: absolute;
	top: 350px;
	left: center;
}

.title {
	text-align: center;
	margin: 0 auto;
}

.post .title {
	color: #C0C0C0;
	font-size: 48px;
}

.post .title a {
	color: #C0C0C0;
	border: none;
}

.largetitle {
	background: rgba(0,0,0,.75);
	border-top: 1px solid #202020;
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0px 50px 0px;
	font-size: 48px;
	color: rgb(224,224,224);
}

.post .meta {
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta a {
	color: #BBBBBB;
}

.padtwenty {
	padding-top: 20px;
}

.darkpad {
	font-size: 36px;
	background: rgba(0,0,0,.75);
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;	
	padding-left: 30px;
	padding-right: 30px;
}

.leftpad {
	padding-left: 30px;
	padding-right: 30px;	
}

.grayback {
	margin-left: 30px;
	margin-right: 30px;
	background: rgba(32,32,32,0.5);
	border: 1px solid #202020;
}

.faqpost .entry {
	background: rgba(0,0,0,.75);
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
}

.faqpost h3 {
	margin-top: 10px;
}

.faqpost p {
	line-height: 180%;
	margin-bottom: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	text-align: center;
	font-size: 20px;
}

.post h3 {
	padding-top: 10px;
}

.post p {
	padding-left: 30px;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 30px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #292929;
	margin: 0px 0px;
	border-right: none;
}

#sidebar li a {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left 6px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #C0C0C0;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #898989;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #6E6E6E;
}

/* Footer */

#footer {
	width: auto;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #C0C0C0;
}

#three-columns { /*THREE BROTHERS! And the mexican armada of old ladies*/
	overflow: hidden;
	width: 960px;
	padding: 30px 0px;
	text-align: justify;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
	text-align: left;
	color: #C0C0C0;
}

#three-columns #column1 {
	float: left;
	width: 290px;
	margin-right: 40px;
}

#three-columns #column2 {
	float: left;
	width: 290px;
}

#three-columns #column3 {
	float: right;
	width: 300px;
}

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #FF7637;
	border-radius: 10px;
	color: #C0C0C0;
}

#welcome {
	width: 960px;
	margin: 0px auto 30px 0px;
	padding: 30px 0px 0px 0px;
}

#welcome h2 {
	padding: 0px 0px 20px 0px;
}

#welcome h2 a {
	color: #C2C2C2;
}

.thumbnail {
	float: left;
	width: 150px;
	height: 85px;
	padding: 0px;
	margin: 0px 25px 25px 0px;
}

.thumbnail img {
	background: rgba(50, 50, 50, 0.5);
	padding: 10px;
}

.thumbnail img:hover {
	background: rgba(255, 255, 255, 0.5);
}

#banner {
	height: 360px;
	padding: 10px 0px 0px 10px;
	background: rgba(20,20,20,0.5);
}