
/* ============================ */
/* GENERAL */
/* ============================ */

body {
	background-image:url(http://sucksmybrain.com/k/dotsbg.gif);
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #8A8383;
	}
	
div {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
p {
	padding: 3px 0px;
	margin: 8px 0px 0px 0px;
	}

a:link {
	color: #6DCAB6;
	text-decoration: underline;
	}

a:visited {
	color: #C9C8C8;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a:active {
	color: #C9C8C8;
	text-decoration: none;
		}

h1 {
	color: #8A8383;
	font-size: 30px;
	margin: 35px 0px 20px 0px;
	}

h2 {
	color: #8A8383;
	font-size: 16px;
	margin: 25px 0px 10px 0px;	
	}

h3 {
	color: #8A8383;
	font-size: 14px;
	margin: 20px 0px 8px 0px;
	}
	
h4 {
	color: #8A8383;
	font-size: 11px;
	margin: 20px 0px 5px 0px;	
	}

img {
	border: 0;
	}


/* ============================ */
/* PAGE LAYOUT */
/* ============================ */

.container {      
	width: 100%; /* prevents contentbox from sticking to page bottom in IE  */
	text-align: center; /* for centering in IE 5.5 */
	padding: 0;
	}

.topborder {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	background: url(bordtop3.gif) no-repeat top left;
	width: 651px;
	height: 116px;
	}

.contentbox {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;  /* this won't work without the container div */
	border-right: solid 1px #D9D9D9;
	border-left: solid 1px #D9D9D9;
	border-bottom: solid 1px #D9D9D9;
	padding-bottom: 35px;
	background: #FFF;
	width: 649px;
	text-align: left; /* needed because of text-align: center in 'container */
	}

.maincontent {
	float: left;
	margin-top: 25px;
	padding: 0px 30px;
         /* 
            BEGIN Tantek Celik box model workaround. 
        	more info: http://anti-ivy.com/help/celikhack.html
         */
	width: 490px;         /* 'incorrect' value used by IE 5. */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 430px;       /* correct value for conformant browsers */  
	}
html>body .maincontent {  	   /* 'Be nice to Opera 5' rule */
	width: 430px;    /* correct value again */
	} 
         /* END box model workaround. */

.sidebar {
	float: left;
	margin-top: 35px;	
	border-left: solid 1px #D9D9D9;
	padding: 0px 15px 25px 15px;	
         /* 
            BEGIN Tantek Celik box model workaround. 
        	more info: http://anti-ivy.com/help/celikhack.html
         */
	width: 150px;         /* 'incorrect' value used by IE 5. */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 120px;       /* correct value for conformant browsers */  
	}
html>body .sidebar {  	   /* 'Be nice to Opera 5' rule */
	width: 120px;    /* correct value again */
	} 
         /* END box model workaround. */	
	

/* ============================ */
/* SPECIAL */
/* ============================ */

.maincontent p {
	line-height: 140%;
	}

.pagetitle {
	margin: 10px 0px 25px 0px;
	}

.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;
	}
	
.invis {
	display: block;
	clear: both; /* this is to make the 'contentbox' expand to accommodate both floated divs inside. */
	visibility: hidden;
	}


/* ============================ */
/* 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 {
	text-align: right;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
	}	