/* ============== Intro Page ============== */
#loader {
	position: fixed;
	background: url(../images/loader.gif) 50% 50% no-repeat #000000;
	z-index: 99;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#intro_bg {
	width: 65em;
	height: 650px;
	overflow: hidden;
	position: relative;
}
#intro_bg > img {
	position: absolute;
	top: -43px;
}
#intro_bar {
	display: none;
	top: 250px;
	width: 100%;
	height: 211px;
	z-index: 0;
	position: absolute;
}
#intro_copyright {
	position: relative;
	width: 270px;
	height: 13px;
	top: -194px;
	left: 108px;
}
#intro_logo, #intro_logo a {
	background: url(../images/intro-logo.png) 0 0 no-repeat;
	width: 265px;
	height: 165px;
}
#intro_logo {
	position: relative;
	top: -200px;
	left: 106px;
	z-index: 1;
	animation: blinklogo 2s linear 5s infinite alternate;
	-moz-animation: blinklogo 2s linear 5s infinite alternate; /* Firefox */
	-webkit-animation: blinklogo 2s linear 5s infinite alternate; /* Safari and Chrome */
	-o-animation: blinklogo 2s linear 5s infinite alternate; /* Opera */
}
@keyframes blinklogo
{
0%   {opacity: 1;}
100% {opacity: 0.5;}
}
@-moz-keyframes blinklogo
{
0%   {opacity: 1;}
100% {opacity: 0.5;}
}
@-webkit-keyframes blinklogo
{
0%   {opacity: 1;}
100% {opacity: 0.5;}
}
@-o-keyframes blinklogo
{
0%   {opacity: 1;}
100% {opacity: 0.5;}
}
#intro_logo a {
	display: block;
	text-indent: -9999px;
}
/* ============== Home Page Layout ============== */
#home_page_title {
	position: absolute;
	top: 38px;
	left: 33px;
	z-index: 2;
}
#home_page_pic {
	width: 551px;
	height: 343px;
	position: absolute;
	top: 150px;
	right: 38px;
	z-index: 1;
}
#home_stats {
	position: absolute;
	top: 98px;
	left: 74px;
}
#home_stats p {
	text-align: center;
	line-height: 32px;
	font-size: 0.8125em;
}
/* ============== About Page Layout ============== */
#about_body_content {
	width: 531px;
	height: 340px;
	position: absolute;
	top: 155px;
	right: 35px;
}
#about_body_content p {
	line-height: 18px;
	text-align: justify;
}
#about_body_content span {
	font-size: 1.625em;
}
/* ============== Galleria Page Layout ============== */
#navigation {
	position: absolute;
	top: 140px;
	left: 480px;
	width: 51%;
	height: 20px;
}
#navigation .sup {
	padding-right: 15px;
	display: inline;
}
#navigation a {
	font-family: 'Century Gothic';
	font-size: 0.875em;
}
#content {
	overflow: hidden;
	width: 555px;
	position: absolute;
	height: 335px;
	top: 160px;
	right: 28px;
}
.section { width: 100%; }
.section .sub {
	position: relative;
	padding: 9px 0 42px 5px;
	width: 555px;
	height: 335px;
}
.section h2 {
	font-family: 'Century Gothic';
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	color: #E47A23;
	margin: 8px 0 8px 0;
}
.section img {
	padding: 4px;
	float: left;
	width: 70px;
	height: 105px;
	opacity: 0.6;
	transition: opacity 1s, transform 0.5s;
	-moz-transition: opacity 1s, -moz-transform 0.5s; /* Firefox */
	-webkit-transition: opacity 1s, -webkit-transform 0.5s; /* Safari and Chrome */
	-o-transition: opacity 1s, -o-transform 0.5s; /* Opera */
}
.section img:hover {
	opacity: 1;
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1); /* IE 9 */
	-moz-transform: scale(1.1,1.1); /* Firefox */
	-webkit-transform: scale(1.1,1.1); /* Safari and Chrome */
	-o-transform: scale(1.1,1.1); /* Opera */
}
/* ============== Contact Page Layout ============== */
#contact_body_content {
	width: 400px;
	position: relative;
	bottom: 512px;
	left: 474px;
}
#contact_body_content h1 {
	font-size: 1.1875em;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #898989;
	padding-bottom: 5px;
}
#form {
	border-top: 1px solid #898989;
	width: 390px;
	display: block;
	position: relative;
}
h5 {
	color: #E47A23;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}
h6 {
	color: #E47A23;
	font-size: 0.6875em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 30px;
}
#form .row {
	border-bottom: 1px dotted #898989;
	display: block;
	line-height: 18px;
	position: relative;
	overflow: auto;
	padding: 4px 0;
	width: 100%;
}
#form .row .label {
	display: block;
	color: #898989;
	font-size: 0.8125em;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	width: 95%;
}
#form .row .input {
	display: block;
	width: auto;
}
#form .detail {
	border: 2px solid #898989;
	background-color: #FFF;
	padding: 3px 3px;
	width: 185px;
	height: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.875em;
	color: #666;
}
#form .mess {
	border: 2px solid #898989;
	background-color: #FFF;
	padding: 3px;
	width: 300px;
	height: 70px;
	overflow: auto;
	resize: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.875em;
	color: #666;
	line-height: 1em;
}
#form textarea:focus,
#form input:focus {
	border: 2px solid #E47A23;
}
#form .submit {
	float: left;
	margin: 5px 0 0 10px;
	background-color: #434343;
	border: 0;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	color: #FFF;
	display: block;
	font-size: 0.875em;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: .25em .625em;
}
#form .submit:hover {
	background-color: #E47A23;
	cursor: pointer;
}
#form #captchaimg {
	display: block;
	border: 0;
	float: left;
}
#form .textcaptcha {
	float: left;
	border: 2px solid #898989;
	background-color: #FFF;
	padding: 3px 3px;
	width: 50px;
	height: 18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #666;
	margin: 5px 0 0 10px;
}
/* Social Icons */
#fb-ico, #fb-ico a {
	background: url(../images/facebook-ico.png) 0 -40px no-repeat;
	width: 41px;
	height: 40px;
}
#fb-ico {
	position: relative;
	bottom: 0;
	left: 310px;
	margin: -40px 40px 0 0; 
}
#fb-ico a {
	display: block;
	text-indent: -9999px;
	background-position: 0 0;
}
#tw-ico, #tw-ico a {
	background: url(../images/twitter-ico.png) 0 -40px no-repeat;
	width: 41px;
	height: 40px;
}
#tw-ico {
	position: relative;
	bottom: 0;
	left: 350px;
	margin: -40px 0 0 0;
}
#tw-ico a {
	display: block;
	text-indent: -9999px;
	background-position: 0 0;
}
.err {
	color: #E47A23;
	font-size: 0.625em;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}
/* ============== Credits Page Layout ============== */
#credits_body_content {
	width: 560px;
	position: absolute;
	top: 138px;
	right: 15px;
}
.credits_col {
	position: relative;
	width: 270px;
	float: left;
}
.line-sep{
	background:url(../images/separator.png) left repeat-y;
}
.push {
	padding-right: 10px !important;
}
.pull {
	padding-left: 10px !important;
}
.info {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
}
.info strong {
	font-weight: bold;
}
.info dt {
	margin-bottom: 4px;
	font-size: 0.9375em;
}
.info dd{
	font-size: 0.8175em;
	text-align: right;
	line-height: 15px;
	clear: both;
}
.info dd span{
	float:left;
}