body {
	margin: 0px;
	padding: 0px;
	background-color: #939DC3;
	background-color: #86875d;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
}

/***********************************************
* MAIN (CENTER) COLUMN STUFF
***********************************************/

#wrapper {
	top: 0px;
	margin: 0;
	padding: 15px 175px 15px 175px;
}

#main-header {
	height:100px;
	border:1px solid #666;
	background-image:url(banner.jpg);
	background-position:center;
}

#main-content {	
	font-size: 1.4em;
	text-align:left;
	margin-top:10px;
	padding-bottom:15px;
	height:auto;
	border-top: solid 2px white;
	border-right: solid 1px #757549;
	background-color:#fff;
	color:#333;
}

#main-content a {
    font-weight: bold;
}

.post-wrapper {
    margin: 0 15px;
}

.post-wrapper img.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.post-date 
{
	padding-top:20px;
	font-family: Optima, Trebuchet MS, sans-serif;
	font-size: 1.3em;
	font-weight:bold;
	text-align:left;
	float:right;
	color: #444444;
}

.post-date-day 
{
	padding-right:4px;
	text-transform: uppercase;
}

.post-date-date 
{
	font-weight:normal;
}
	
.post-title {
	font-family: Optima, Trebuchet MS, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	text-align:left;
	padding-right:100px;
	padding-top:20px;
	margin:0;
	text-transform: uppercase;
	color:#000;
	text-decoration: none;
}

.post-title a:link { color:#000; }
.post-title a:hover { color:#000; }
.post-title a:visited { color:#000; }
	
.post-footer 
{
    position: relative;
    padding: 0 15px;
    font-size: .9em;
    color:#666666;
    text-align:right;
    text-transform: uppercase;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    line-height: 25px;
    margin:0 -15px;
    background-color:#eee;
    clear: both;
}


/***********************************************
* LEFT COLUMN
***********************************************/

#left-header {
	position: absolute;
	height:150px;
	left:15px;
	top:15px;
	width:150px;
	background-image:url(left-header-bg2.jpg);
	background-repeat:no-repeat;
	border:1px solid #666;
}
	
#left-content {
	position: absolute;
	font-size: 1.2em;
	left:15px;
	top:175px;
	width:150px;
	padding-bottom: 10px;
	background:#eee;
	border:1px solid gray;
	text-align:left;
	color:#333;
}
	
#left-content ul {
	list-style:none;
	margin: 0;
	padding-left: 25px;
}

#left-content img {
	border: 1px solid gray;
}

/***********************************************
* RIGHT COLUMN
***********************************************/
	
#right-header {
	position: absolute;
	height:150px;
	right:15px;
	top:15px;
	width:150px;
	background-image:url(right-header-bg.jpg);
	background-repeat:no-repeat;
	border:1px solid #666;
}
	
#right-content {
	position: absolute;
	font-size: 1.2em;
	right:15px;
	top:175px;
	width:150px;
	padding-bottom: 10px;
	background:#eee;
	border:1px solid gray;
	text-align:left;
	color:#333;
}
	
#right-content ul {
	list-style:none;
	margin: 0;
	padding-left: 25px;
}

#right-content img {
	border: 1px solid gray;
	margin-top: 5px;
}

/***********************************************
* NAVIGATION
***********************************************/
h2 {
	margin: 10px 10px 5px 10px;
	padding-bottom: 3px;
	border-bottom: dashed 1px #86875d;
	font-size: 1.0em;
	font-weight:bold;
	text-transform: uppercase;
}

.navheader {
	margin: 10px 10px 5px 10px;
	padding-bottom: 3px;
	border-bottom:1px dashed gray;
	font-weight:bold;
	text-transform: uppercase;
}

.navcontent 
{
	margin: 10px 10px 5px 10px;
	text-align:center;
}

.splitter
{
	margin: 10px;
	border-bottom: dashed 1px #86875d;
	width: 130px;
}

.pNav {
    margin-top: -2px;
    padding: 0 15px 0 15px;
    background-color:#eee;
    text-transform: uppercase;
    border-bottom: solid 1px #86875d;
    font-weight: bold;
    line-height: 25px;
}

.pNavRight {
    text-align: right;
    float: right;
}

.pNavLeft {
    text-align: left;
}


/***********************************************
* LINKS
***********************************************/

a:link {
	color: #993E3B;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #993E3B;
}

a:hover {
	text-decoration: none;
	color: #000099;
}

a:active {
	text-decoration: none;
}

/***********************************************
* LINKS
***********************************************/

.commentsBox {
    margin:0 -15px;
    position:relative;
}

.commentBox {
    position: relative;
    margin: 0;
    padding: 20px 15px 15px 15px;
    background-color: #F6F6F6;
    color: #686868;
    border-bottom: solid 1px #86875d;
}

.commentBoxOdd {
    background-color:#fff;
}

.commentOpenEditorBox {
    position: absolute;
    left: 15px;
}

.commentOpenEditorBox,
.commentLoadingBox,
.commentCloseBox {
    font-weight: bold;
    display: none;
}

.commentLink {
    font-weight:bold;
}
    
.post-footer.toggled .commentLink {
    display:none;
}

.post-footer.toggled .commentOpenEditorBox {
    display:inline;
}

.post-footer.toggled.loading .commentLoadingBox,
.post-footer.toggled.ready .commentCloseBox {
    display:inline;
}

.post-footer.toggled.editing .commentOpenEditorBox {
    cursor: inherit !important;
    color: #AAAAAA !important;
}

/* Comment Editor */

#commentEditor {
    width: 100%;
    height: 150px;
}

#commentName,
#commentEmail {
    width: 180px;
    height: 19px;
}

#commentPostButton {
    position: absolute;
    right: 15px;
    height: 25px;
}

#commentEditorBox {
    display: none;
    position: relative;
    margin: 0 -15px;
    padding: 10px 33px 10px 15px;
    background: #E6E6E6;
    width:auto;
}

.progressBox {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: LightYellow;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    opacity: 0.75;
}

.progressText {
    text-align: center;
    margin-top: 40px;
}

.moderationBox {
    display: none;
    position: absolute;
    z-index: 2000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: LightYellow;
    font-size: 1.5em;
    font-weight: bold;
    opacity: 0.75;
}

.moderationText {
    Color: Red;
    text-align: center;
    padding-top: 40px;
}

#commentTemplate {
    visibility: collapse;
}

#formSubmitter {
    position: absolute;
    width: 0;
    height: 0;
    visibility: collapse;
}

input, textarea {
    margin: 4px 4px;
    border: 1px solid #B8B8B8;
    padding: 2px 4px;
    color: #444444;
}

button,
input.submit {
    margin: 4px 4px;
    border: 1px solid #B8B8B8;
    padding: 2px;
    background: #FFFFFF;
    font-weight: bold;
    color: #686868;
    -moz-outline: none !important;
}

button:hover:active {
    background: #999;
}

input.empty {
    color: #A6A6A6;
}

.highlight {
    background-color: yellow;
}
