@import url("OpenSans.css");

body {
	background:url(images/dark_wall_edit.png) repeat;
	z-index:1;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.loading {
    display:block;
    position:fixed;
    z-index:100000000000;
    top:0;
    left:0;
    height:100%;
    width:100%;
	opacity:1.0;
	background: rgb(21,21,21); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(21,21,21,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(21,21,21,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(21,21,21,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(21,21,21,1) 0%,rgba(0,0,0,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(21,21,21,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(21,21,21,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.loading-text {
	position:fixed;
	height:50px;
    width:100px;
	opacity:0.75;
	font-family:sans-serif;
	color:#fff;
	font-size:14px;
	text-align:center;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-10px;
	padding-top:30px;
	background: /* rgba( 0, 0, 0, 1.0 ) */
                url('images/ajax-loader.gif') 
                50% 0
                no-repeat;
}
#site-container {
	width:900px;
	margin:0 auto;
	margin-top:5%;
	z-index:2;
}
#main {
	width:900px;
	height:600px;
	position:relative;
	margin:0 auto;
	text-align:left;
	z-index:100;
}
#back-white-soft {
	background-image:url(images/back_white_soft.png);
	width:1218px;
	height:712px;
	position:absolute;
	margin-left:-159px;
	margin-top:-93px;
	z-index:3;
	overflow:hidden;
}
.nav-container {
	width:900px;
	height:46px;
	position:relative;
}
.nav-left {
	/* width:400px; */
	height:46px;
	position:relative;
	float:left;
	display:block;
	text-align:left;
	padding-left:2px;
	padding-top:1px;
	z-index:1000;
}
.nav-right {
	width:auto;
	height:46px;
	position:relative;
	float:right;
	display:block;
	text-align:right;
	padding-right:4px;
	padding-top:1px;
	z-index:1000;
}
.brandonhead {
	float:left;
	background-image:url(images/brandonhead.png);
	background-repeat:no-repeat;
	width:272px;
	height:40px;
	position:relative;
	opacity:1.0;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
.social-icon {
	float:left;
	margin-top:14px;
	margin-left:9px;
	height:23px;
}
.social-icon a {
	border:0; /* IE border fix */
	width:22px;
	height:23px;
	text-decoration:none;
	opacity:0.5;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
.social-icon a:hover {
	opacity:0.75;
}
.social-icon a img {
	border:0; /* IE border fix */
}
/* .fb-icon {
	float:left;
	margin-top:14px;
	margin-left:7px;
	width:22px;
	height:23px;
	opacity:0.5;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
.fb-icon:hover {
	opacity:0.75;
}
.fb-icon img {
	border:0;
} */
.nav-text, .nav-text-current {
	position:relative;
	width:auto;
	height:auto;
	float:right;
	font-family:OpenSansRegular,sans-serif;
	font-size:20px;
	margin-top:9px;
	margin-left:20px;
	letter-spacing:-0.05em;
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	cursor:pointer;
}
.nav-text {
	color:#fff;
	opacity:.35;
}
.nav-text:hover {
	opacity:.65;
}
.nav-text-current {
	color:#fff;
	opacity:.65;
}
.nav-text-current:hover {
	opacity:.75;
}
.main-div {
	background-color:rgba(255,255,255,0.08);
	width:900px;
	height:500px;
	position:relative;
	float:left;
	z-index:10;
	border:1px solid rgba(255,255,255,0.01);
	box-shadow: 0 11px 10px -9px rgba(0,0,0,0.9), 0 0 10px -2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 11px 10px -9px rgba(0,0,0,0.9), 0 0 10px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 11px 10px -9px rgba(0,0,0,0.9), 0 0 10px -2px rgba(0,0,0,0.5);
}
.about-me {
	background-image:url(images/aboutme.jpg);
	width:900px;
	height:500px;
	margin:0;
}
.about-me-top-text {
	position:relative;
	top:16px;
	margin-left:368px;
	width:429px;
	height:88px;
	padding-top:4px;
	text-align:center;
	font-family:OpenSansRegular, sans-serif;
	color:#fff;
	font-size:16px;
	line-height:1.3em;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.75);
}
.about-me-bottom-text {
	position:relative;
	top:167px;
	margin-left:344px;
	width:466px;
	height:212px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:3px;
	text-align:justify;
	font-family:OpenSansRegular, sans-serif;
	color:#fff;
	font-size:15px;
	line-height:16px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}
#about-me-red {
	color:#fe0000;
	margin:0;
}
#about-me-name {
	font-family:OpenSansSemibold;
	color:#fe0000;
}
#about-me-position{
	font-family:OpenSansBold;
}
#about-me-italic {
	font-family:OpenSansItalic;
}
.contact {
	background-image:url(images/contact.jpg);
	width:900px;
	height:500px;
}
#contact-name, #contact-email {
	background:url(images/contact_small.png);
	width:338px;
	height:53px;
	top:32px;
	position:absolute;
	padding-left:8px;
	padding-right:8px;
	text-align:left;
	vertical-align:middle;
	font-size:33px;
	font-family:OpenSansRegular, sans-serif;
	letter-spacing:-0.03em;
	color:#ededed;
	border:0;
	resize:none;
	opacity:0.65;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
}
#contact-name {
	margin-left:41px;
}
#contact-email{
	margin-left:503px;
}
#contact-message {
	background:url(images/contact_big.png);
	width:801px;
	height:236px;
	top:137px;
	margin-left:41px;
	position:absolute;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	padding-bottom:2px;
	font-size:18px;
	font-family:OpenSansRegular, sans-serif;
	line-height:22px;
	letter-spacing:-0.02em;
	color:#ededed;
	border:0;
	resize:none;
	opacity:0.65;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
}
#contact-name:focus, #contact-email:focus, #contact-message:focus {
	outline: none;
	opacity:0.9;
}
input::-webkit-input-placeholder {
	color:#ededed;
}
input:-moz-placeholder {
	color:#ededed;
}
textarea::-webkit-input-placeholder {
	color:#ededed;
}
textarea:-moz-placeholder {
	color:#ededed;
}
#contact-submit {
	background:url(images/submitbutton.png);
	width:152px;
	height:55px;
	position:absolute;
	top:428px;
	margin-left:712px;
	padding-bottom:8px;
	padding-right:9px;
	font-size:24px;
	font-family:OpenSansSemibold, sans-serif;
	letter-spacing:-0.02em;
	border:0;
	color:#fff;
	opacity:0.75;
	cursor:pointer;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
}
#contact-submit:hover {
	opacity:0.9;
}
#result {
	width:400px;
	height:60px;
	position:absolute;
	font-family:OpenSansRegular, sans-serif;
	font-size:15px;
	top:430px;
	margin-left:248px;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	line-height:54px;
}
.footer {
	position:absolute;
	top:575px;
	left:50%;
	margin-left:-150px;
	width:300px;
	height:22px;
	font-family:OpenSansLight, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:center;
	opacity:.2;
	z-index:4;
	transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	cursor:default;
}
.footer:hover {
	opacity:.3;
}