
/* ============================================================================================================================== */
/* General web page stuff. */
/* ============================================================================================================================== */

body {
	color: #555555;
	background-color: #efebd2;
	background-image: url('/images/PageBackground.png');
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 100%;
}

a {  
	color: #955; 
	text-decoration: none;
}

a:hover {
	color: #D33;
}

img {
	border: 0px solid #000000;
}

.page_template {
	position: absolute;
	width: 1000px;
	top: 0px;
	left: 50%;
	margin-left: -500px;
}

.content_area {
	position: relative;
	background: #ffffff;
	-moz-box-shadow: 0 0 80px rgba(40, 40, 40, 0.4);
	-webkit-box-shadow: 0 0 80px rgba(40, 40, 40, 0.4);
	box-shadow: 0 0 80px rgba(40, 40, 40, 0.4);
	border: 2px solid #000;
	width: 900px;
	margin-left: 50px;
	margin-right: 50px;
	min-height: 1250px;
}

.header_image {
	position: absolute;
	left: 160px;
	top: 20px;
}

.main_content {
	width: 720px;
	top: 100px;
	left: 183px;
	position: relative;
	margin-bottom: 150px;
}

.footer {
	position: relative;
	margin-top: 75px;
	margin-bottom: 25px;
	font-size: 12px;
	font-variant: small-caps;
	color: #999;
}

.loggedin {
	position: absolute;
	top: 8px;
	left: 600px;
	border: 1px solid #BBB;
	background-color: #EEE;
	color: #000;
	font-variant: small-caps;
	font-size: 12px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.side_bar {
	position: absolute;
	margin-top: 200px;
	left: 0px;
}

.social_network {
	margin-left: 20px;
	margin-bottom: 10px;
}

.error {
	position: relative;
	border: 1px solid #000;
	background-color: #C00;
	color: #FFF;
	width: 100%;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.notification {
	position: relative;
	border: 1px solid #000;
	background-color: #0C0;
	color: #FFF;
	width: 100%;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottom_bar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #000000;
	height: 20px;
	margin-top: 30px;
}

/* ============================================================================================================================== */
/* Menu bar classes */
/* ============================================================================================================================== */

.main_menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.main_menu_bottom {
	position: relative;
	left: 0px;
	width: 100%;
	height: 50px;
}

.menu_item {
	position: relative;
	left: 0px;
	height: 26px;
}

.menu_icon {
	position: relative;
	left: 0px;
	top: 10px;
}

.menu_text {
	position: relative;
	left: 30px;
	bottom: 10px;
	font-variant: small-caps;
	font-size: 18px;
}

.menu_text a {
	color: #000000;
	text-decoration: none;
}

.menu_text a:hover {
	color: #B22;
}

.menu_decor {
	position: relative;
	left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ============================================================================================================================== */
/* Generic content block classes. */
/* ============================================================================================================================== */

.content_block {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/images/ContentBackground.png);
    background-position: top left;
	min-height: 450px;
	width: 700px;
}

.content_block_alternate {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/images/ContentBackgroundAlternate.png);
    background-position: top left;
	min-height: 225px;
	width: 700px;
}

.content_title {
	position: relative;
	font-variant: small-caps;
	font-size: 26px;
	color: #B22;
	text-align: left;
	left: 20px;
	top: 100px;
	height: 40px;
	overflow: hidden;
}

.content_header {
	position: relative;
	top: 40px;
	left: 20px;
	text-align: right;
	width: 660px;
	height: 30px;
	color: #999;
	font-variant: small-caps;
	font-size: 14px;
}

.content_body {
	position: relative;
	width: 660px;
	min-height: 100px;
	margin-top: 80px;
	left: 20px;
}

.content_footer {
	position: relative;
	left: 0px;
	color: #999;
	margin-top: 30px;
	font-variant: small-caps;
	font-size: 16px;
	height: 55px;
	width: 660px;
}

/* ============================================================================================================================== */
/* Search bar form classes */
/* ============================================================================================================================== */

.search_bar {
	position: absolute;
	width: 300px;
	height: 32px;
	top: 110px;
	left: 280px;
}

.search_bar .form_field {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
}

.search_bar .form_field input {
	border: 2px inset #555;
	background-color: #966;
	width: 100%;
	color: #FFF;
}
.search_bar .form_field input:focus {
	border: 2px solid #F00;
}

.search_bar .form_buttons {
	position: absolute;
	top: 0px;
	left: 155px;
	width: 50px;
}

.search_bar .form_buttons input {
	border: 2px outset #555;
	background-color: #C66;
	color: #FFF;
}

.search_bar .form_buttons input:active {
	border: 2px inset #555;
	background-color: #A44;
	color: #DDD;
}

