/* Keep height property (in html and body) for browser pop-up compatibility */
html {
	height: 100%;
}
/* (all) Prevent forms from messing with page layout. */
form {
	padding: 0px;
	margin: 0px;
}
/* (render.php) Site-specific design.  */
body {
	background: #ddc07b top left repeat url(/images/background.gif);
	font-family: arial, sans-serif;
	font-weight: 500;
}
#all {
	width: 993px;
	margin: auto;
	padding: 0px;
}
#header {
	width: 510px;
	height: 29px;
	margin-top: 90px;
	margin-left: 18px;
	background: top left no-repeat url(/images/header.gif);
	font-size: 1px;
}
#conStrap {
	margin: 0px;
	padding: 0px;
	width: 946px;
}
	#mainTop {
		width: 946px;
		height: 20px;
		background: top left no-repeat url(/images/mainbox-top.png);
		margin: 0px;
		padding: 0px;
		font-size: 1px;
	}
	#mainMid {
		background: top left repeat-y url(/images/mainbox-mid.png);
		width: 916px;
		margin: 0px;
		padding: 0px 15px;	
		position: relative;
	}
	#mainBot {
		width: 946px;
		height: 125px;
		background: top left no-repeat url(/images/mainbox-bot.png);
		margin: 0px;
		padding: 0px;
		font-size: 1px;
	}
#rightWing {
	width: 234px;
	position: absolute;
	right: -46px;
	top: -100px;
	padding: 0px;
	margin: 0px;
	z-index: 8;
}
	#logo {
		width: 234px;
		height: 218px;
		background: top left no-repeat url(/images/logobox.png);
		font-size: 1px;
		margin-bottom: 6px;
		padding: 0px;
		margin: 0px;				
	}
	#menuStrap {
		width: 234px;
		padding: 0px;
		margin: 0px;				
	}
		#menuTop {
			width: 234px;
			height: 30px;
			background: top left no-repeat url(/images/menubox-top.png);
			margin: 0px;
			padding: 0px;
			font-size: 1px;
		}
		#menuMid {
			background: top left repeat-y url(/images/menubox-mid.png);
			width: 209px;
			margin: 0px;
			padding: 0px 15px 0px 10px;				
		}
			ul#menu {
				list-style-type: none;
				margin: 0px 5px 0px 24px;
				margin: 0px;
				padding: 0px;
			}
			ul#menu li {
				padding: 10px 0px 10px 20px;
				margin: 0px; /* b/c background disappears in margin */
				font-size: 18px;
				color: white;
			}
			ul#menu li a {
				color: white;
				text-decoration: none;
			}
			ul#menu li a:hover {
				color: #ffc46d;
				text-decoration: none;
			}
			ul#menu li#selected {
				color: #ffc46d;
			}									
		#menuBot {
			width: 234px;
			height: 30px;
			background: top left no-repeat url(/images/menubox-bot.png);
			margin: 0px;
			padding: 0px;
			font-size: 1px;
		}
#rightWingShadow {
	float: right;
	width: 185px;
	height: 390px;
}
#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 35px;
	position: relative;
	top: 15px;
	z-index: 2;
}
	#minHeight {
		height: 1px;
		width: 1px;
		clear: both;
	}
#watermark {
	width: 309px;
	height: 296px;
	background: top left no-repeat url(/images/watermark.png);
	position: absolute;
	margin-left: 18px;
	bottom: -100px;
	z-index: 1;
}
h1 {
	padding: 0px;
	margin: 0px 0px 18px 0px;
	font-size: 24px;
}
p {
	margin: 0px;
	padding: 0px 0px 18px 0px;
}
a {
	color: #62659D;
}
a:hover {
	color: #A6A8C8;
}
#footer {
	clear: both;
	margin: auto;
	font-size: 12px;
	text-align: center;
	color: #846622;
}
#footer a {
	color: #846622;
	text-decoration: none;
}
#footer a:hover {
	color: #846622;
	text-decoration: underline;
}	
/* (manage.inc) Second, logged-in menu. */
#menu2 {
	display: block;
	margin: 0px auto 20px auto;
	padding: 5px 10px 5px 10px;
	background-color: #FFC58A;
	color: white;
	font-weight: bold;
	font-size: 80%;
}
#menu2 a {
	color: black;
	text-decoration: none;
}
#menu2 a:hover {
	text-decoration: underline;
}
#menu2 ul {
	margin: 0;
	padding: 0;
}
#menu2 li {
	display: inline;
	margin: 5px;
	padding: 0px 10px;
}
/* (all) The error/success message box for every page. */
.msg {
	background-color: #FFFBA4;
	border: 2px solid #FFF420;
	padding: 5px 10px;
	margin-bottom: 15px;
}
/* (index.php) Used to maximize boxes, tables, etc. */
.maxWidth {
	width: 680px;
}
/* (index.php) All data tables used in settings and management. */
.tableData1 {
	border-collapse: collapse;
	display: block;
}
.tableData1 thead {
	font-size: 75%;
	font-weight: bold;
	background-color: #B5B5B5;
}
.tableData1 thead td {
	border: 1px solid #676767;
	padding: 4px 5px;
}
.tableData1 tr.odd {
	background-color: #EBEAFF;
}
.tableData1 tr td {
	font-size: 85%;
	border: 1px solid #676767;
	padding: 4px 8px;
}
.tableData1Page {
	float: right;
	font-size: 80%;
}
/* (all) Used at the top of pages and sections. */
h2 {
	font-size: 130%;
	margin-top: 6px;
	margin-bottom: 6px;
}
h3 {
	font-size: 115%;
	margin-top: 4px;
	margin-bottom: 4px;
}
/* (index.php) Used for subdividing settings. */
.settingsBox {
	border: 1px solid gray; 
	padding: 10px 15px; 
	margin: 15px 0px;
}
/* (index.php) Used to color .settingsBox. */
.white {
	background-color: white;
}
.green {
	background-color: #E6FFEC;
}
.blue {
	background-color: #E6E7FF;
}
/* (login.inc) Sets how the login link is displayed. */
#login {
	font-size: 75%;
	color: black;
	font-weight: normal;
	margin: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#login a {
	color: black;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
/* (index.php, login.inc) Settings for pop-up boxes. */
#loginPopUp, #menuSettingsPopUp, #menuEditPopUp {
	width: 400px; 
	background-color: white;
	color: black; 
	border: 2px solid black; 
	padding: 20px; 
	z-index: 10; 
	position: absolute;
	display: none;
	text-align: left;
}
/* (login.inc) The settings for alternate login options such as 'forgot my password'. */
#altLoginOptions a {
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-size: 75%;
}
#altLoginOptions a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: black;
}
#altLoginOptions ul {
	display: block;
	clear: both;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#altLoginOptions li {
	display: block;
	margin: 0px;	
	padding: 0px;
}
/* (index.php) For paragraphs with no margin above or below. Used primarily on 'people' page. */
p.noMargin {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* (index.php) The personal bio for a 'people' page is placed in this div. */
div#profileBio {
	margin-top: 15px;
	border-top: 3px double black;
	padding: 10px 0px;
	overflow: auto;
}
/* (index.php, login.inc) Background-dimming settings for pop-up boxes. */
#pageDimmer {
	background-color: black; 
	z-index:5; 
	position: absolute; 
	display: none;
	top:0; 
	left:0;
	right:0;
	bottom:0;
	opacity:0.0;
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	filter:alpha(opacity=0);
}
/* (all) Used in form tables to right-align first columns. */
.alignRight {
	text-align: right;
}
/* (all) For smaller font. */
.small {
	font-size: 75%;
}