/* 

 Author: Adam Brown 
 Updated: August 8, 2009

*/

body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Georgia, serif;
}

div, form, input, textarea
{
	margin: 0px;
	padding: 0px;
}

fieldset
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img
{
	border: 0px;
	float: left;
}

label
{
	width: 165px;
	height: 33px;
	margin-bottom: 25px;
	padding-top: 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6D6E70;
	line-height: 14px;
	float: left;
}	

input
{
	width: 332px;
	height: 29px;
	margin-bottom: 25px;
	padding-left: 8px;
	padding-top: 7px;
	border: 0px;
	background-image: url(../images/input_text_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #6D6E70;
	float: left;
}

textarea
{
	width: 324px;
	height: 231px;
	margin-bottom: 25px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 0px;
	background-image: url(../images/textarea_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #6D6E70;
	float: left;
}

.container
{
	width: 840px;
	margin: 0px auto;
}

.containerdark
{
	width: 840px;
	height: 850px;
	margin: 0px auto;
	background-image: url(../images/dark_me_bg.jpg);
	background-repeat: no-repeat;
}

.containerlight
{
	width: 840px;
	margin: 0px auto;
}

.bgdark
{
	width: 100%;
	background-image: url(../images/dark_bg.jpg);
}

.bglight
{
	width: 100%;
	background-color: #FFFFFF;
}

.headerlight
{
	width: 100%;
	height: 150px;
	background-image: url(../images/header_bg_light.jpg);
	background-repeat: repeat-x;
}

.headerdark
{
	width: 100%;
	height: 150px;
	background-image: url(../images/header_bg_dark.jpg);
	background-repeat: repeat-x;
}

.navigation
{
	width: 215px;
	padding-top: 45px;
	padding-left: 40px;
	font-size: 24px;
	color: #6D6E70;
	float: left;
}

.navigation a:link, 
.navigation a:visited, 
.nextprevious a:link, 
.nextprevious a:visited, 
.formsubmit a:link, 
.formsubmit a:visited
{
	color: #6D6E70;
	text-decoration: none;
}

.activenavigation
{
	font-style: italic;
	color: #DCDDDE;
}

.contentarea
{
	width: 585px;
	float: left;
}

.postdate
{
	width: 505px;
	height: 45px;
	padding-left: 60px;
	padding-right: 20px;
	font-size: 12px;
	color: #A7A9AC;
	float: left;
}

h2.title
{
	width: 505px;
	padding-left: 60px;
	padding-right: 20px;
	margin-top: 0px;
	margin-bottom: 17px;
	font-weight: normal;
	font-size: 24px;
	color: #6D6E70;
	float: left;
}

.subtitle
{
	width: 505px;
	padding-left: 60px;
	padding-right: 20px;
	margin-bottom: 20px;
	background-image: url(../images/sub_head_bg.jpg);
	background-repeat: repeat-y;
	font-size: 18px;
	line-height: 24px;
	color: #A7A9AC;
	float: left;
}

.subtitledark
{
	width: 505px;
	padding-left: 60px;
	padding-right: 20px;
	margin-bottom: 20px;
	background-image: url(../images/dark_accent_bg.jpg);
	background-repeat: repeat-y;
	font-size: 18px;
	line-height: 24px;
	color: #A7A9AC;
	float: left;
}

.post
{
	width: 505px;
	padding-left: 60px;
	padding-right: 20px;
	margin-bottom: 60px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6D6E70;
	line-height: 20px;
	float: left;
}

.contact
{
	width: 505px;
	padding-left: 60px;
	padding-right: 20px;
	float: left;
}

.post a:link, 
.post a:visited
{
	color: #CA422C;
	font-style: italic;
	text-decoration: none;
}

.post a:hover
{
	color: #CB6246;
	font-style: italic;
	text-decoration: none;
}

.nextprevious
{
	width: 780px;
	padding-left: 40px;
	padding-right: 20px;
	margin-top: -60px;
	margin-bottom: 60px;
	font-size: 24px;
	color: #6D6E70;
	float: left;
}

.footer
{
	width: 800px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	float: left;
}

.footertitle
{
	font-family: Georgia, serif;
	font-size: 12px;
	color: #4D4D4F;
}

.copyright
{
	width: 235px;
	padding-right: 60px;
	float: left;
}

.ienjoy
{
	width: 165px;
	padding-right: 95px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	float: left;
}

.websources
{
	width: 220px;
	padding-right: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	float: left;
}

.ienjoy a:link, 
.ienjoy a:visited, 
.websources a:link, 
.websources a:visited
{
	color: #CA422C;
	text-decoration: none;
}

.ienjoy a:hover, 
.websources a:hover
{
	color: #CB6246;
	text-decoration: none;
}

.formsubmit
{
	width: 400px;
	padding-left: 225px;
	padding-right: 20px;
	margin-bottom: 60px;
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: bold;
	color: #6D6E70;
	float: left;
}

.required
{
	font-size: 10px;
	font-style: italic;
	color: #C6C8CA;
}