﻿/* Codex styles */
body
{
	padding: 0px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 1024px;
	background: #fff url('images/bgSite.png') repeat-x fixed right;
	margin-right: auto;
	margin-left: auto;
}
#Masthead
{
	padding: 0;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background: transparent url('images/bgHeader.png') repeat;
	padding: 10px;
	color: #B07DBE;
}
#Footer
{
	border: thin solid #008000;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#Container
{
	margin: 0 auto;
}
#PageContent
{
	float: left;
	width: 67%;
}
#PageContentAdmin
{
	float: left;
	width: 100%;
	margin-top: -70px;
}
#RightCol
{
	width: 32%;
	float: left;
	display: block;
	margin-left: 5px;
}
/* Gallery styles */
#PhotoBox
{
	margin: 0 auto;
	margin-top: -35px;
	border-top: outset 3px #81548D;
}
.galleryWrapper
{
	text-align: center;
}

.galleryWrapper img
{
	float: left;
	margin-top: -40px;
	margin-left: -20px;
	margin-bottom: 12px;
	text-decoration: none;
	border: solid 2px #81548D;
	border-bottom: outset 3px #81548D;
}
.galleryWrapper h3
{
	background: transparent url('images/bgPhotoTitle.png') no-repeat center;
	width: auto;
	height: 20px;
	color: #fff;
	padding-top: 2px;
	border: solid 1px #81548D;
}
.galleryWrapper a
{
	display: block;
	text-decoration: none;
}
.galleryWrapper p
{
	padding: 5px 20px;
	line-height: 14px;
	font-size: 75%;
}
/* Masthead styles */
#Masthead a
{
	color: #B07DBE;
	text-align: center;
	font-size: 90%;
}
#Masthead a:hover
{
	color: #fff;
	padding: 1px 5px;
	background-color: #B07DBE;
	border: outset 1px #B048C9;
	font-size: 97%;
	font-weight: bold;
	text-decoration: none;
}
#contact
{
	float: right;
	padding: 0px 80px 0px 0px;
	margin-top: 5px;
	margin-right: 200px;
	z-index: 500;
}
/* Sidebar styles */
#SideBar
{
	margin-top: 10px;
}
/* PageContent styles */
#contentBox
{
	padding: 10px 5px;
}
#contentBox img
{
	margin: 10px;
}
#contentBox p
{
	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px;
	line-height: 32px;
	color: #5A7338;
	margin-top: -1px;
}
#contentBoxAdmin
{
	padding: 10px 50px;
	width: 135%;
	display: block;
}
#logo
{
	margin-top: -130px;
	float: right;
	margin-right: -70px;
	z-index: 1;
}
.data
{
	font-size: 90%;
	float: right;
	position: absolute;
	color: #fff;
}
#Header .data a
{
	color: #fff;
	text-decoration: none;
}
.label
{
	font-size: 80%;
	padding: 3px 5px;
	font-weight: bold;
	text-transform: lowercase;
	border-right: solid 1px #fff;
	font-variant: small-caps;
	display: inline-block;
	width: 4em;
	text-align: right;
}
/* Form styles */
.formLogin
{
	font-size: 80%;
}
.loginName
{
	text-transform: capitalize;
}
.formContact
{
}
.formLabel
{
	float:left;
	width:10em;
	padding-right:10px;
	font-size:75%;
	color:#4D404D;
}
.formButtonRow
{
	clear:both;
	text-align:center;
}
/* Header Styles */
h1, h2, h3, h4, h5
{
	margin: 0;
}
h1
{
	color: #A7C084;
	padding: 3px 0px 7px 0px;
	font-size: 95%;
	text-transform: capitalize;
}

*:first-child + html #RightCol h1
{
	margin-top: -32px;
}
#RightCol h1
{
	margin-left: -1px;
	margin-top: -15px;
	font-size: 110%;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 1px;
	float: right;
	color: #B07DBE;
	position: absolute;
}
h2
{
	color: #6A4473;
	font-size: 92%;
	padding: 0px 4px 0px 3px;
	text-transform: capitalize;
	display: inline;
}
h3
{
	color: #5A1A2F;
	font-size: 85%;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
h4
{
	color: #000;
	font-size: 80%;
	padding: 0px 7px 2px 7px;
	text-decoration: none;
}
h5
{
	color: #E54621;
	font-size: 75%;
	padding: 0px 7px 2px 7px;
	text-decoration: none;
}
/* Article styles */
.articleBox
{
	padding: 10px;
	border-bottom: inset 2px #E2CFE6;
}
.articleStats
{
	float: right;
	border: solid 1px #E2CFE6;
	background: transparent url('images/bgArticleStats.png') repeat;
	padding: 2px 8px;
}
#PageContentAdmin .articleStats
{
	width: 32%;
	border: Solid 1px #81548D;
}
