﻿html, body, form
{
	margin: 0;
	padding: 0;
}
  
body
{
	height: 100%;
	font-family: Verdana, 'sans-serif';
	font-size: 90%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	background: url(images/ui-bg_fine-grain_35_eee4dd_60x60.png) repeat scroll 50% 50% #fffdf9;
}

form
{
	width: 980px;
	margin: 20px auto;
	background: url(../images/hdr_image.jpg) no-repeat;
}

h3, h4
{
	color: #222;
}

/*
	Custom Table 
*/
caption.custom
{
	caption-side: top;
	border: solid 1px #888;
	background-color: #FFEBBF;
}

table.custom 
{
	margin: 1em;
	border-collapse: collapse;
	border: solid 1px #888;
}

th.custom
{
	border: solid 1px Gray;
	background-color: #9cf;
}

td.custom
{
	padding: .3em;
	border: solid 1px #888;
	background-color: White;
}

li.custom
{
    margin-left: 40px; 
}

/*
	Location: MasterPage.master
*/
.container
{
	width:980px;
 }

#footer
{
	clear:both;
	display:block;
	width:980px;
	height:40px;
	margin-bottom:30px;
}

#copyright
{
	margin: 10px 0 0 20px;
	font-size: 9pt;
	color:Gray;
	width:360px;
	float:left;
}

#master-content
{
	background-color: #fff;
	border: solid 1px Gray;
	margin-top: 10px;
}

/********************************************
	Header Control
********************************************/
#hc-container
{
	position: relative;
	height: 275px;
}

#hc-content
{
	height: 275px;
	border: solid 1px Gray;
}

#hc-logo
{
	color: #333;
	position: absolute;
	left: 40px;
	font-family: 'Palatino Linotype';
	font-size: x-large;
	font-style: normal;
	top: 30px;
}

#hc-logo-part-deux
{
	color: #333;
	position: absolute;
	top: 34px;
	left: 142px;
	font-family: Gabriola;
	font-size: x-large;
}

.hc-picture
{
	position: absolute;
	top: 30px;
	left: 20px;
}

.hc-login
{
	border: solid 1px Gray;
	background-color: #FFFFCC;
	font-size: xx-small;
	padding: 3px;
}

img
{
	text-decoration: none;
	border: 0 none;
}
.img-offset
{
	text-decoration: none;
	border: 0 none;
	margin: 4px;
}

/*
	General link styles
*/
a:link
{
	color: #0000FF;
	text-decoration: none;
}

a:visited
{
	color: #FF9900;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FF4400;
	text-decoration: none;
}

#login-area
{
	margin: 100px;
}

.content-area
{
	width: 700px;
	float: left;
}

.page-content
{
	padding:20px;
	width: 640px;
	float: left;
}

.site-meter
{
	float:right;
	margin: 12px 20px 0 0;
}

/*******************************************
	Post Section
*******************************************/
.post-page-content
{
	margin: 10px;
}

.post-title
{
	font-size: large;
	color: #222;
}

.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
{
	padding: 20px;
	width: 660px;
}

.post-template-teaser
{
	margin-top: 10px;
}

/*********************************
	Sidebar
**********************************/
.sidebar
{
	margin:0px;
	width:250px;
	float:right;
	display: block;
	padding: 10px;
}

.section
{
	margin-top: 10px;
	padding:5px;
}

.section-caption
{
	font-size: large;
	color: #000000;
}

.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; float: right; }
#preview-area
{
	float: left;
	width: 200px;
	height: 200px;
	margin-left: 20px;
	border: solid 1px Gray;
	background-color: #FFFFCC;
}

/*
	Forum
*/
.forum-content
{
	width: 98%;
	margin: 10px;
}

/* 
	Gallery ToolTip (See WinHeist product page)
*/
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}

.custom-li
{
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
}


