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

body {
	background: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #ADABE1;
	}

a:link {
	color: #6E6EAE;
	text-decoration: none;
	}

a:visited {
	color: #6E6EAE;
	text-decoration: none;
	}

a:hover {
	color: #6E6EAE;
	text-decoration: underline;
	}

a:active {
	color: #6E6EAE;
	text-decoration: underline;
	}

h1 {
	font-size: 30px;
	margin: 35px 0px 20px 0px;
	}

h2 {
	font-size: 16px;
	margin: 25px 0px 10px 0px;	
	}

h3 {
	font-size: 14px;
	margin: 20px 0px 8px 0px;
	}
	
h4 {
	font-size: 11px;
	margin: 20px 0px 5px 0px;	
	}

img {
	border: 0;
	}

	
/* ============================ */
/* PAGE LAYOUT */
/* ============================ */

.frame {
	width: 800px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg.gif) repeat;
	border-right: #8E82B7 solid 1px;
	}

.top  {
	width: 800px;
	height: 57px;
	margin: 157px 0px 0px 0px;
	padding: 0;
	background: transparent url(images/topbord.gif) repeat-x;
	}

.holder {
	width: 800px;
	margin: 0;
	padding: 0;
	background: #000000;
	}

.maindiv {
	width: 415px;
	margin: 45px 0px 35px 20px;
	float: left;
	padding: 25px;
	border: #504969 solid 1px;
	}

.sidebar {
	width: 185px;
	margin: 45px 0px 25px 65px;	
	float: left;
	background: #000000 url(images/bg.gif) repeat;
	border: #504969 solid 1px;
	}

.sidebardiv {
	width: 134px;
	margin-left: 15px;
	padding: 15px 15px 20px 20px;
	background: #000000 url(images/bgtab.gif) repeat;
	border-left: #504969 solid 1px;
	line-height: 100%;
	}

.bottom  {
	width: 800px;
	height: 24px;
	margin: 0px 0px 45px 0px ;
	padding: 0;
	background: #000000 url(images/botbord.gif) repeat-x;
	}

.invis {            /* make 'holder' expand for both divs. */
	display: block;
	clear: both;  
	visibility: hidden;
	}

	
/* ============================ */
/* SPECIAL */
/* ============================ */

.pagetitle {
	margin: 10px 0px 40px 0px;
	font-family: "Trebuchet MS";
	}	

.maindiv p {
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	}

.sidebar p {
	line-height: 120%;
	margin: 0px 0px 8px 0px; 
	}
	
.sidebar h4 {
	margin: 25px 0px 8px 0px;
	}

.plainlist {   
	padding: 0;
	margin: 5px 0px 0px 0px;
	list-style-type: none;
	}

.plainlist li{
	margin: 6px 0px 0px 0px;
	}

.plainindentlist {
	padding: 0;
	margin: 4px 0px 0px 0px;
	list-style-type: none;	
	}

.plainindentlist li{
	margin: 5px 0px 0px 5px;
	}

	
/* ============================ */
/*  BLOG  */
/* ============================ */

h1.blogtitle {
	font-size: 30px;
	font-weight: bold;
	line-height: 90%;
	margin: 10px 0px 0px 0px;
	}

h2.blogsubtitle {
	font-style: italic;
	font-size: 17px;
	font-weight: normal;
	margin-top: 5px;
	}

.dateheader {
	margin-top: 45px;
	margin-bottom: 10px;
	}

.post {
	margin-bottom: 20px;
	}

.posttitle {
	font-size: 11px;
	}

.postbody {
	margin-top: 10px;
	}

.postbyline {
	margin: 5px 20px 0px 0px;
	font-weight: bold;
	font-size: 10px;
	text-align: right;	
	}

.postcomments {
	margin-right: 20px;
	font-size: 10px;
	text-align: right;
	}

.commentshead {
	margin-top: 25px;
	font-size: 12px;
	border-bottom: 1px solid;
	}

.recententries {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding-left: 0;
	}
	
.recententries li {
	margin: 8px 0px 0px 0px;
	font-size: 10px;
	}

.onecomment {
	margin: 25px 0px;
	}

.commentbyline {
	margin: 5px 20px 0px 0px;
	font-size: 10px;
	text-align: right;
	line-height: 120%;
	}		


	/* Blogger Blogs Only */
	
.postcommentlink {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	}
	
.postcommentlink a:link {
	text-decoration: underline;
	}

.postcommentlink a:visited {
	text-decoration: underline;
	}

.postcommentlink a:hover {
	text-decoration: underline;
	}

.postcommentlink a:active {
	text-decoration: underline;
	}				


	/* Movable Type Blogs Only */

.postcat {
	text-align: right;
	margin-right: 20px;
	font-size: 10px;		
	}

.extended {
	font-style: italic;
	}

.archiveposttitle {
	margin-bottom: 5px;
	font-size: 15px;
	}

.archivepostdate {
	text-align: right;
	font-weight: normal;	
	margin: 0;	
	}

.archivepostbyline {
	margin: 0;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	}