/*#####################################
##                                                           ##
##  All code copyright ©2013 Alex Weber  ##
##                                                           ##
#####################################*/

/* Basic Body Element Declarations */
body {
	color: #FFF;
	text-align: left;
	margin: 0px;
	background: url(../img/bg1.jpg) no-repeat;
	background-size: 100% 100%; 
	background-attachment: fixed;
	font-family: Verdana;
	font-size: 13px;
}

#contentArea {
	width: 910px;
	background-color: rgba(0,75,135,0.65);
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

a img {
	border: 0;
}

/* Header and Navbar Declarations */

#logo {
	width: 950px;
	height: 196px;
	position: relative;
	text-align: center;
	margin: auto auto;
}

#header {
	margin-top: 20px;
}

#navbar {
	background: url(../img/nav/nav_bg.gif) top left repeat-x;
	margin: -24px auto 10px -20px;
	padding: 6px 0 5px;
	width: 950px;
	border-bottom: 1px solid #4C4C4C;
	font-size: 12px;
	position: relative;
}

#navbar li {
	display: block;
	float: left;
	padding-left: 15px;
}

#navbar li.right {
	display: block;
	float: right;	
	padding-right: 15px;
}

#navbar img {
	padding-right: 5px;
	vertical-align: top;
}

#navbar ul {
	list-style: none;
	margin: 0 auto 0 auto;
	color: #000;
	text-align: left;
	padding: 4px;
	height: 16px;
	width: 950px;
	/*Fix for Chrome*/
	-webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	-webkit-margin-start: 0px !important;
	-webkit-margin-end: 0px !important;
	-webkit-padding-start: 0px !important;
}

#navbar ul a {
	color: #203E60;
	text-decoration: none;
}

#navbar ul a:link {
	color: #203E60;
	text-decoration: none; 
}

#navbar ul a:visited {
	color: #203E60;
	text-decoration: none;
}

#navbar ul a:hover {
	color: #005E95;
	text-decoration: none;
}

#navbar li.selected a {
	font-weight: bold;
	color: #0080BA;
}

/* Login Button and Form Declarations */
.text1 {
	color: #555;
}

#navbar a.login_button {
	font-weight: bold !important;
	color: #B2A0C3 !important;
	background: #183364;
	padding: 4px 6px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-left: 3px;
}

#navbar a.login_button:hover {
	font-weight: bold !important;
	color: #BAB1C9 !important;
	background: #19357E;
}

a.login_button span {
	background-image:url(../img/nav/login/toggle_down_light.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}

#navbar a.menu-open {
	background: rgb(190,203,238) !important;
	outline:none;
}

#small_signup {
	display: inline;
	float: none;
	line-height: 23px;
	margin: 25px 0 0;
	width: 170px;
}
a.login_button.menu-open span {
	background-image:url(../img/nav/login/toggle_up_dark.png);
	color:#567;
}

#signin_menu {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	background-color: rgb(190,203,238);
	position: absolute;
	width: 210px;
	z-index: 100;
	border: 1px transparent;
	text-align: left;
	padding: 12px;
	top: 20px; 
	right: 15px; 
	margin-top: 5px;
	margin-right: 0px;
	color: #567;
	font-size: 11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.remember {
	padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#27B!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url(../img/nav/login/bg-btn-blue.png) repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

/* Control Panel St00f */

#navbar a.ctrl_button {
	font-weight: bold !important;
	color: #B2A0C3 !important;
	background: #183364;
	padding: 4px 6px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	margin-left: 3px;
}

#navbar a.ctrl_button:hover {
	font-weight: bold !important;
	color: #BAB1C9 !important;
	background: #19357E;
}

a.ctrl_button span {
	background-image:url(../img/nav/login/toggle_down_light.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}

#navbar a.menu-open {
	background: rgb(190,203,238) !important;
	outline:none;
}

a.ctrl_button.menu-open span {
	background-image:url(../img/nav/login/toggle_up_dark.png);
	color:#567;
}

#ctrl_menu {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	display: none;
	background-color: rgb(190,203,238);
	position: absolute;
	width: 210px;
	z-index: 100;
	border: 1px transparent;
	text-align: left;
	padding: 12px;
	top: 20px; 
	right: 15px; 
	margin-top: 5px;
	margin-right: 0px;
	color: #567;
	font-size: 11px;
}

#ctrl_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}

#ctrl_menu p {
	margin:0;
}

#logout, #save {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url(../img/nav/login/bg-btn-blue.png) repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:12px;
	margin:0 5px 0 0;
	font-weight:bold;
}

#logout::-moz-focus-inner {
padding:0;
border:0;
}

#logout:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}


/* Page Content Declarations */

#pageContent {
	color: #EEE7EA;
}

#pageContent p {
	line-height: 1.35;
	color: #EEE7EA;
}

#pageContent h1 {
	font-size: 32pt;
	color: #D2EDFF;
	line-height: 12px;
	font-family: kon_tiki;
	font-weight: normal;
}

#pageContent h2 {
	font-size: 18pt;
	color: #E0E9FF;
	line-height: 10px;
	font-family: Corbel;
	font-weight: bold;
}

#pageContent h3 {
	font-size: 13pt;
	line-height: 8px;
	font-family: Corbel;
	font-weight: bold;
}

#pageContent a {
	color: #4F9FC2;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#pageContent a:link {
	color: #4F9FC2;
	text-decoration: none;
}

#pagecontent a:visited {
	color: #4F9FC2;
	text-decoration: none;
}

#pageContent a:hover {
	color: #68AAC7;
	text-decoration: underline;
}


/* Footer Declarations */
#footer {
	width: 950px;
	color: #FFF;
	margin: auto auto;
	text-align: center;
	border-top: 3px solid #1279D3;
	height: 190px;
	display: block;
}

#footer a {
	color: #4F9FC2;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#footer a:link {
	color:  #4F9FC2;
	text-decoration: none;
}

#footer a:visited {
	color:  #4F9FC2;
	text-decoration: none;
}

#footer a:hover {
	color: #68AAC7;
	text-decoration: underline;
}

#footerTop {
	color: #FFF;
	background-color: rgba(0,50,91,0.9);
	margin: auto auto;
	padding: 20px 10px 20px 10px;
	text-align: center;
	display: block;
	height: 40px;
}

#footerTop ul {
	list-style: none;
	text-align: center;
	float: left;
	display: block;
	margin: auto auto;
	padding-bottom: 10px;
	width: 870px
}

#footerTop ul li {
	display: inline;
	padding-right: 15px;
	text-align: center;
}

#footerBottom {
	padding: 10px 20px 10px 20px;
	width: 910px;
	background-color: rgba(0,25,53,0.95);
	color: #CBC;
	font-size: 10px;
}

#footerBottom a {
	font-size: 10px;
}

/* lulz, I just did this for shits and gigs. It's pointless really */
span.fam1 {
	color: #FF0B5B;
	font-size: 10px;
	text-decoration: underline;
}

span.fam2 {
	color: #0BCEFF;
	font-size: 10px;
	text-decoration: underline;
}

span.fam3 {
	color: #C1FF2D;
	font-size: 10px;
	text-decoration: underline;
}

/* Table of Links St00f */

table.links {
	background: rgba(25,15,25,0.6);
	width: 908px;
	border: 1px solid #100510;
}

table.links tr {
	border: 1px solid #A095A0;
}

table.links td {
	text-align: center;
}


/* @font-face declarations */
@font-face {
    font-family: 'kon_tiki';
    src: url('../ttf/kon_tiki.eot');
    src: url('../ttf/kon_tiki.eot?#iefix') format('embedded-opentype'),
         url('../ttf/kon_tiki.woff') format('woff'),
         url('../ttf/kon_tiki.ttf') format('truetype'),
         url('../ttf/kon_tiki.svg#kon_tiki') format('svg');
    font-weight: normal;
    font-style: normal;
}