/* ==================================== */
/* GENERAL ELEMENTS  */
/* ==================================== */

body {
	background: #FFF url(bg.gif) top left;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #000;
	}
	
div {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
p {
	padding: 3px 0px;
	margin: 8px 0px 0px 0px;
	}

a:link {
	color: #C19A70;
	text-decoration: underline;
	}

a:visited {
	color: #AFABA7;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a:active {
	color: #AFABA7;
	text-decoration: none;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 30px;
	}
	
h2 {
	font-size: 16px;
	}

h3 {
	font-size: 11px;
	}


/* ==================================== */
/* POSITIONING AND LAYOUT  */
/* ==================================== */

.topbord {
	background: #000 url(bordtop.gif) repeat-x top left;
	height: 19px;
	min-width: 800px;	
	}

.objects {
	position: absolute;
	top: 25px;
	left: 0;
	background: transparent url(objects.gif) top left no-repeat;
	width: 234px;
	height: 565px;
	}

.maincontent {
	position: absolute;
	top: 65px;
	left: 264px;
	padding: 0px 0px 25px 0px;
	width: 385px;
	}
	
.sidebar {
	position: absolute;
	top: 100px;
	left: 680px;
	padding: 0px 0px 25px 0px;
	width: 150px;
	}
	

/* ==================================== */
/* OTHER STYLES  */
/* ==================================== */

.maincontent p {
	line-height: 140%;
	}
	
.sidebar h3 {
	margin: 25px 0px 0px 0px;	
	}

.sidebar ul{
	/* padding-left and margin-left must = 0 to eliminate right indent */
	padding: 0;
	margin: 8px 0px 0px 0px;
	list-style-type: none;
	}

.sidebar li{
	margin: 2px 0px 0px 0px;
	}

.pagetitle {
	margin: 25px 0px 25px 0px;
	}


/* ==================================== */
/* BLOG STYLES  */
/* This section may be safely deleted if you are not using our blog templates */
/* (But keep a backup copy just in case) */
/* ==================================== */

.blogtitle {
	margin: 25px 0px 10px 0px;	
	}

.blogsubtitle {
	margin: 10px 0px 40px 0px;
	}

.blogdate {
	font-size: 14px;
	margin: 30px 0px 30px 0px;
 	}

.blogposttitle {
	margin: 10px 0px 20px 10px;
	}
	
.blogentry { 
	margin: 15px 0px 20px 10px;
	}

.byline {
	padding: 10px 25px 0px 0px;
	font-size: 10px;
	text-align: right;
	}

.blogdatefoot {
	text-align: center;
	margin: 3px 0px;
	}

.blogarchive {
	font-size: 12px;
	margin: 15px 0px;
	padding-left: 15px;
	list-style-type: none;	
	}	
