html {
}
body {
	min-width:320px;
	background-color:#242424;
	color:white;
	margin:0;
	padding:0;
	font-family:"Century Gothic", "Avant Garde", Helvetica, Verdana, Tahoma, Arial;
	font-size:94%;
	line-height:1.3;
	-webkit-font-smoothing:antialiased;
	overflow-y:scroll;
}
img { border:0; }

/* header */
#header_container {
	background-color:black;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:40px;
	z-index:99;
}
#header {
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
	padding:10px;
	text-align:right;
}
#logo {
	text-align:right;
}
#logo h2, #logo a h2 { /*used on other sites*/
	color:white;
	margin:-3px 0 0 0;
	padding:0;
	line-height:1;
}
@media all and (max-width:400px) { 
	#logo h2, #logo a h2 {
		font-size:1.3em;
	}
}
#logo a {
	color:white;
	text-decoration:none;
}

/* main content section */
#content_container {
	z-index:0;
	box-sizing:border-box;
	width:100%;
	min-height:75%;
	margin:0;
	padding:0;
}
#content {
	min-height:70%;
	box-sizing:border-box;
	background-color:white;
	max-width:900px;
	margin:40px auto 0 auto;
}
#content .navmenu, #content .page_status {
	background-color:#333;
	padding:10px;
}
#content .navmenu ul {
	margin:0;
	padding:0;
	padding-left:8px;
}
#content .navmenu ul li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-right:24px;
}
#content .navmenu ul li a, #content .navmenu ul li a:hover {
	color:white;
	text-decoration:none;
}
#content .page_status {
	padding-left:18px;
}
#content .page_status a {
	color:white;
}
#content_inner {
	min-height:600px;
	padding:20px 15px;
	color:#242424;
}
@media all and (max-width:400px) { 
	#content_inner {
		padding:20px 5px;
	}
}
@media all and (max-height:800px) { 
	#content_inner {
		min-height:450px;
	}
}
@media all and (max-height:500px) { 
	#content_inner {
		min-height:initial;
	}
}
#content_inner h1 {
	margin-top:0;
}

/*unstick header on mobile*/
@media all and (max-width:400px) { 
	#header_container {
		position:static;
	}
	#header {
		width:auto;
		height:auto;
	}
	#content_container {
		display:block;
		position:static;
	}
	#content {
		margin-top:0;
	}
}

/* footer */
#footer_container {
	clear:both;
	padding:30px 10px;
}
#footer {
	text-align:center;
	font-size:0.8em;
}
#footer, #footer a {
	color:white;
}
#footer ul {
	padding:0;
	margin:10px auto;
	font-size:1.0em;
}
#footer ul li {
	list-style-type:none;
	display:inline;
	margin-left:10px;
}
#footer ul li a {
	text-decoration:none;
}

/*tables: standard and data are 2 completely separate ones, the others are modifiers to them*/
.standard td, .standard th, .data td, .data th {
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
	line-height:1;
}
.standard td, .standard th {
	border:1px #CCC solid;
	padding:8px;
}
.standard thead td, .standard th {
	border:1px #BBBBBB solid;
}
.standard .disabled td, .standard .disabled td a {
	color:#CCC;
}

table.data {
    border-spacing:0;
    border-collapse:separate;
}
.data td, .data th {
	border:0;
    font-size:0.9em;
	padding:7px 10px;
}
.data thead td {
	border-bottom:1px #BBBBBB solid;
	vertical-align:bottom;
}

.smalltext th, .smalltext td {
	font-size:0.9em;
}
th.noborder, td.noborder, .noborder td, .noborder th {
	border:0;
}
.highlight td, .highlight th {
	background-color:#FFFF66;
}

/*form elements*/
.text, .textarea, .button, .dropdown, img.captcha {
	padding:7px;
	margin:4px 0;
	border:1px solid #999;
	-webkit-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 8px rgba(0, 0, 0, 0.3);
	box-shadow:0px 0px 8px rgba(0, 0, 0, 0.3);	
}
input, textarea, select, option {
	font-family:"Century Gothic", "Avant Garde", Helvetica, Verdana, Tahoma, Arial;
	font-size:0.8em;
}
select, option {
  -webkit-appearance:none;
  -webkit-border-radius:0px;
}

.button {
	padding:8px 20px;
	background-color:#666666;
	color:white;
	cursor:pointer;
	font-weight:normal;
}
.button:hover { background-color:#CCCCCC; }
.button:disabled {
	background-color: #CCCCCC;
	color:#999999;
	border:1px #999999 solid;
}

img.captcha {
	padding:0;
}

/*ads*/
#top_ad {
	height:90px;
	text-align:center;
	padding:0;
	margin:-10px 0 5px 0;
}

@media all and (max-width:750px) { 
	#top_ad {
		height:60px;
	}
}

@media all and (max-width:680px) { 
	#bottom_ad_1 {
		display:none;
	}
}

/*misc.*/
/*note: this also exists in loading.css*/
#loading {
	z-index:100;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	box-sizing:border-box;
	background-color:black;
}
p.nav {
	font-size:0.9em;
	margin:22px 0 inherit 0;
	line-height:1.5;
}
p.note {
	font-size:0.9em;
}
.nowrap {
	white-space:nowrap !important;
}
table.nowrap td, table.nowrap th {
	white-space:nowrap !important;
}

/*warnings*/
.alert, .alert a, .warning, .warning a {
	font-weight:bold;
	color:red;
}
/* add back in removed photo padding */
.locked_out {
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
}
