/******************************************************************************
 * Main site CSS stylesheet																										*
 *	+ General Page Layout																											*
 *																																						*
 * ~ Written by Adrian																												*
 ******************************************************************************/

/*
 * Defaults
 * --------
 * These are the default layout styles for the page
 */

body {
	margin: 0px;
	padding: 0px;
}

/*
 * Layers
 * ------
 * These are the main layers of the pages
 */

#bouncingBall {
	position: absolute;
	z-index: 9;
	height: 34px;
	width: 34px;
	left: 100px;
	top: 10px;
	visibility: hidden;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 215px;
	height: 161px;
	text-align: center;
} body>#logo {
	/* CSS 2.0+ */
	position: fixed;
}

#topbar {
	position: relative;
	z-index: 2;
	height: 75px;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
} #topbar big {
	display: inline;
	padding-left: .5em;
	padding-right: .5em;
	text-align: center;
} #topbar small {
	text-align: center;
}

#sidebar {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 75px;
} #sidebar p {
	display: block;
	position: relative;
	margin: .1em;
	padding: .1em;
	margin-left: 25%;
	text-align: left;
} #sidebar hr {
	margin-bottom: 0px;
}

#footer {
	position: relative;
	bottom: -500px;
	z-index: 2;
	width: 100%;
	height: 75px;
} #best_viewed {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 33%;
	text-align: center;
} #mod_date {
	position: absolute;
	left: 33.5%;
	bottom: 0px;
	width: 33%;
	text-align: center;
}

#keywords {
	z-index: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 32%;
	text-align: center;
}

#content {
	position: relative;
	z-index: 1;
	right: auto;
	width: auto;
	text-align: left;
	padding-right: 2px;
} body>#content { 
	/* CSS 2.0+ */
	width: auto;
}

#logout {
	position: absolute;
	right: 0px;
	bottom: 0px;
} #addpage {
	position: absolute;
	bottom: 100%;
	right: 0px;
} #editpage {
	position: absolute;
	top: 0px;
	right: 0px;
} #newpost {
	position: relative;
	float: right;
	top: -1.5em;
	right: 0px;
}

#searchbar {
	background: transparent;
	float: right;
	font-size: 8pt;
} #searchbar input {
	font-size: 8pt;
}

#bill {
	width: 400px;
	text-align: right;
	font-size: 10pt;
} #bill table {
	width: 375px;
	text-align: right;
} #bill td {
	width: 125px;
	text-align: right;
} #bill hr {
	border: 1px inset silver;
	background: white;
	height: 0px;
}

#caution {
	width: 98.8%;
	border: 1px solid white;
	background: black;
	padding: 4px;
	margin-bottom: 16px;
	color: red;
	font-weight: bold;
	font-style: italic;
}

#paymail {
	float: left;
	width: 48%;
	border: 1px solid white;
	background: black;
	padding: 4px;
}

#paypal {
	float: right;
	width: 48%;
	border: 1px solid white;
	background: black;
	padding: 4px;
}

.bracket {
	width: 500px;
	font-family: "Courier", monospace;
} .bracket td {
	color: white;
}

.vert_ad {
	z-index: 6;
} .vert_ad * {
	z-index: 6;
}

table.form {
	width: 80%;
	font-size: .8em;
}
td.field {
	text-align: right;
	width: 200px;
} td.input {
	text-align: left;
}
table.form em {
	color: red;
	font-size: .9em;
}
table.form span.caption {
	margin-left: 6px;
}
table.form span.note {
	font-style: italic;
	font-size: .85em;
}
table.form span.bignote {
	color: red;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
}
table.form span.required {
	color: red;
}
input.submit, input.reset {
	font-size: 1.25em;
}

div.refid {
	background-color: black;
	padding: 6px;
	text-align: center;
	width: 400px;
} div.refid input {
	padding: 2px;
	color: black;
	background-color: white;
	border: 2px dotted black;
	text-align: center;
}
