@charset "utf-8";
/* CSS Document */

body.pbr_body
{
	background-color: #2C1010;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

div.pagenum_nav
{
	width: 810px;
	clear: both;
}
div.oldernewer
{
	width: 400px;
	text-align: center;
	float: left;
	clear: right;
}
div.oldernewer p
{
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 8px;
}

div.cleary
{
	clear: both;
	width: 100%;
}

div.page_container
{
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	position: relative;
	background-color: black;
}

div.pbrheader
{
	width: 1000px;
	border: 1px solid red;
}
div.pbrheader img
{
	border: none;
	outline: none;
}
div.pbrheader a:link
{
	outline: none;	
}
div.pbrheader a:visited
{
	outline: none;	
}
div.pbrheader a:hover
{
	outline: none;	
}

table.page_split
{
	border-spacing: 0px;
	border-collapse: collapse;
	border: none;
	margin-top: 5px;
}

table.page_split td
{
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	background-color: black;
	vertical-align: top;
}

div.sidemenu
{
	width: 190px;
	background-color: black;
	padding-top: 20px;
	padding-bottom: 10px;
	display: inline-block;
	float: left;
}

div.inner_sidemenu
{
	width: 180px;
	margin-left: auto;
	margin-right: auto;
}
div.inner_sidemenu img
{
	border: none;
	outline: none;
	text-decoration: none;
	border-style: none;
}
div.inner_sidemenu a:link
{
	border-style: none;
	text-decoration: none;
	outline: none;
}
div.inner_sidemenu a:active
{
	border-style: none;
	text-decoration: none;
	outline: none;
}
div.inner_sidemenu a:visited
{
	border-style: none;
	text-decoration: none;
	outline: none;
}

div.blackfooter
{
	width: 1000px;
	border-right: 2px solid black;
	background-color: black;
	color: red;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.blackfooter a:link
{
	font-weight: bold;
	color: #CFF;
}
div.blackfooter a:visited
{
	font-weight: bold;
	color: #09F;
}
div.blackfooter a:hover
{
	font-weight: bold;
	color: #FF9;
}

div.blackfooter p
{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 50px;
}

div.textheading
{
	background-color: black;
	border: 1px solid #900;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
div.textheading form
{
	display: inline;
	margin-left: 40px;
}

div.maincontent
{
	width: 810px;
	background-color: #252525;
	min-height: 840px;
	border: 1px solid red;
	display: inline-block;
}
div.maincontent h1
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
}
div.maincontent h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}
div.maincontent p
{
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
}
div.maincontent p strong
{
	font-style: italic;
	font-weight: bold;
}
div.maincontent p img
{
	margin-left: 40px;
	border: 1px solid white;
}
div.maincontent a:link
{
	font-weight: bold;
	color: #CFF;
}
div.maincontent a:visited
{
	font-weight: bold;
	color: #09F;
}
div.maincontent a:hover
{
	font-weight: bold;
	color: #FF9;
}
div.maincontent input
{
	margin-left: 15px;
}
div.maincontent textarea
{
	margin-left: 15px;
}
div.maincontent label
{
	color: white;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
}

div.whiteframe
{
	width: 780px;
	border: 1px solid #CCC;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
	font-weight: bold;
	font-size: 12px;
}
div.whiteframe form
{
	margin-left: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}
div.whiteframe table td
{
	background: none;
}
div.whiteframe label
{
	color: white;
	margin-left: 0px;
	font-size: 14px;
	font-weight: bold;
}


div.contact_section
{
	line-height: 40px;
}

div.mainpage_post
{
	margin-bottom: 30px;
	width: 100%;
	overflow: auto;
	margin-top: 15px;
}
div.mainpage_post li
{
	margin-left: 35px;
	margin-right: 15px;
	font-size: 14px;
	margin-bottom: 5px;
}
div.mainpage_post form
{
	display: inline;
}

div.resultbar
{
	background-color: red;
	color: black;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.resultbar p
{
	font-size: 14px;
	font-weight: bold;
}

h2.editable
{
	display: inline;
}
h1.editable
{
	display: inline;
}

img.image_attachment
{
	float: right;
	margin-right: 15px;
	margin-left: 25px;
	max-height: 200px;
	max-width: 400px;
	
}

div.cleardiv
{
	clear: both;
}
