﻿html, body, form
{
    margin: 0;
    padding: 0;
}
    
body
{
    background-position: #996633;
    height: 100%;
    font-family: Verdana, 'MS Sans Serif';
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.4em;
    background: #232323;
    color: #C0C0C0;
}

form
{
	width:900px;
	margin:0 auto;
}

h3, h4
{
    color: #FFFF99;
}

/*
    Location: MasterPage.master
*/
#container
{
	width:880px;
 }

#container-top
{
    margin-top: 30px;
 	height: 20px;
    background: url(../Images/bg_top.png) no-repeat;
}

#container-bottom
{
    margin-bottom: 20px;
 	height: 20px;
    background: url(../Images/bg_bottom.png) no-repeat;
}

#master-content
{
    background-color: #333;
}

#footer
{
	clear:both;
	display:block;
	width:880px;
	height:20px;
}

#copyright
{
	margin: 10px 0 0 20px;
	font-size: 9pt;
	color:Gray;
	width:360px;
	float:left;
}

/********************************************
    Header Control
********************************************/
#hc-container
{
    position: relative;
    height: 100px;
    margin: 40px 0;
}

#hc-container-top
{
    height: 20px;
    background: url(../Images/bg_top.png) no-repeat;
}

#hc-content
{
    height: 60px;
    background-color: #333;
}

#hc-container-bottom
{
    height: 20px;
    background: url(../Images/bg_bottom.png) no-repeat;
}

#hc-logo
{
    color: #B5A58C;
    position: absolute;
    left: 260px;
    font-family: 'Palatino Linotype';
    font-size: x-large;
    font-style: normal;
}

#hc-logo-part-deux
{
    color: #A59274;
    position: absolute;
    top: 22px;
    left: 362px;
    font-family: Gabriola;
    font-size: x-large;
}

.hc-picture
{
    position: absolute;
    top: 30px;
    left: 20px;
}

.hc-login
{
    position: absolute;
    right: 40px;
    bottom: 10px;
}

/*
    General link styles
*/
a:link
{
    color: #E69500;
    text-decoration: none;
}

a:active
{
    color: Green;
    text-decoration: none;
}

a:visited
{
    color: #E69500;
    text-decoration: none;
}

a:hover
{
    color: Green;
    text-decoration: none;
}

#login-area
{
    margin: 100px;
}

.content-area
{
    width: 600px;
    float: left;
}

.page-content
{
	padding:20px;
}

.site-meter
{
	float:right;
	margin: 12px 20px 0 0;
}

/***********************************
	Admin Navigation
************************************/
.admin-nav
{
    margin-top: 40px;
    margin-left: 20px;
	height: 25px;
	background: url(../images/AdminNav.png) repeat-x;
	font-size: 14px;
	width: auto;
}

.admin-nav ul li
{
    margin: 3px 0 0 20px;
    display:inline; 
    float:left; 
    list-style:none; 
}

.admin-nav li a
{
	color: #ccc;
    text-decoration:none;
 }

.admin-nav li a:hover
{
    color: #242424; 
    text-decoration:none;
}

/*******************************************
	Post Section
*******************************************/
.post-page-content
{
    margin: 10px;
}

.post-title
{
    font-size: large;
    color: #FFFF99;
}

.post-section-name
{
	font-size:12px;
	font-weight:bold;
}

.post-section-date
{
	font-size:10px;
	color:Gray;
}

.post-section-content
{
	margin:15px 0;
}

/***************************
	Front page
****************************/
.post-template-area
{
    clear:both;
    margin: 20px 10px 0 10px;
}

.post-template-teaser
{
    margin-top: 10px;
}

/*********************************
	Sidebar
**********************************/
.sidebar
{
	margin:0px;
	width:260px;
	float:right;
	display: block;
	padding: 10px;
}

.section
{
	margin:10px;
	padding:5px;
}

.section-caption
{
    font-size: large;
    color: #FFFF99;
}

.section-content
{
	display:block;
	font-size:8pt;
	line-height: 1.2em;
	margin: 10px;
}

.section-content ul li
{
	list-style: none;
}
.section-content ul li p
{
    margin: 4px 0 10px 0;
}

#image-area
{
	width:220px;
	position:relative;
	margin-left: -10px;
}

/*
    Contact Page
*/
.my-image
{
    float: right;
}

/*************************************************************
	adminPostPage - Top Level page for Posts using inheritence
**************************************************************/

.admin-page-content
{
	margin: 0 auto 20px auto;
	padding: 20px;
	height:100%;
	display:block;
	width:840px;
}

.admin-button-div
{
    margin-top: 10px
}

.admin-image-button
{
	position:relative;
	font-size:15px;
	display:block;
}

/*
    Misc.
*/
#link-templated-control-wrapper { width: 450px; padding: 10px; }

#load-zone { padding: 20px; }
.spacer-left { padding-left: 15px; }
.more-button {  margin: 10px 20px 20px 0; float: right; }
#preview-area
{
    float: left;
    width: 200px;
    height: 200px;
    margin-left: 20px;
    border: solid 1px Gray;
    background-color: #FFFFCC;
}