/* Based on Oggle, by Michael Merritt. Found on OSWD.org */

/* ### Universal Elements ### */

BODY { 
		font-family: Verdana, sans-serif, Tahoma, Arial;
		background-color: #F0ECEC;
		color: #000000;

}

a:link {
		color: #000000;
		background-color: transparent;
}

a:hover, a:active, a:visited {
		background-color: transparent;
		color: #000055;
}

a:hover {

}

IMG { 
		border: 0px; 
}

acronym {
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		cursor: help;
}

.readmorecolor, a:link.readmorecolor {
		background-color: transparent;
		color: #595959;
		text-decoration: none;
}

/* ### SideBar Elements ### */

.sidebox { 
		width: 25%;
		background-color: transparent;
		border: solid #5B5A5A 2px;
		color: #000000;
		float: left;
		clear: left;
		margin-bottom: 30px;
		font-size: smaller;
}

#alertfont { 
		font-size: 10pt;
}

.readmorefontalert { 
		text-align: right;
		font-size: 10pt;
		font-weight: bold;
		background-color: transparent;
		color: #595959;
		margin-top: 10px;
		margin-right: 7px;
		vertical-align: bottom;
}

.sideboxtitlebg { 
		width: 100%;
		background-color: #DACECE;
		color: #000000;
		vertical-align: top;
}

.titlefont { 
		font-size: 12pt;
          font-weight: bold;
		vertical-align: top;
}

.menumargin { 
		margin-left: 5px;
          margin-top: 5px;
		margin-bottom: 5px;
}

/* ### Header Elements ### */

.title { 
	    font-size: 24pt;
	    letter-spacing: 1px;
	    padding-left: 27%;
}

h1.title { 
/*	    font-size: 24pt; */
	    letter-spacing: 1px;
	    padding-left: 27%;
}

a.title:link {	color: #595959;
		background-color: transparent;
	text-decoration: none;}
a.title:visited {color: #595959;
		background-color: transparent;
	text-decoration: none;}

/* ### Used for full CSS2 reading browsers as a hack because 
IE can't get its margins right sometimes ### */
[class~="title"] {
		margin-bottom: 2%;
}

/* ### Content Area Elements ### */

.headertext { 
		width: 88%;
		margin-top: 2%;
		margin-left: 28%;
		font-size: smaller;
}

.contentarea {
		width: 88%;
		margin-top: 2%;
		margin-left: 28%;
		border-bottom: solid 1px #000000;
}

.datearea { 	
		font-weight: bold;
		background-color: transparent;
		color: #595959;

		width: 88%;
		margin-top: 2%;
		margin-left: 28%;
}

/* ### Used for full CSS2 reading browsers as a hack because 
IE can't get its widths right ### */
[class~="contentarea"] {
		width: 60%;
}

.commentarea {
		width: 88%;
		margin-top: 2%;
		margin-left: 28%;
		border-bottom: solid 1px #000000;
}

.trackbackarea {
		width: 88%;
		margin-top: 2%;
		margin-left: 28%;
		border-bottom: solid 1px #000000;
	font-size: smaller;
}


.commentformarea {
		width: 58%;
		margin-top: 2%;
		margin-left: 28%;
		border-bottom: solid 1px #000000;
}


.articletitle { 
		font-size: 12pt;
		color: #595959;
		background-color: transparent;
		
		font-weight: bold;
}

h2.datetitle {
/*	font-size: 14pt; */
		color: #595959;
		background-color: transparent;
		
		font-weight: bold;
}

h3.articletitle {
/*		font-size: 12pt; */
		color: #595959;
		background-color: transparent;
		
		font-weight: bold;
}

h4 {
	color: #595959;
	background-color: transparent}


.date { 
		text-align: right;
		font-size: 10pt;
		font-weight: bold;
		background-color: transparent;
		color: #595959;
		margin-top: 5px;
		margin-right: 12%; 
}

.permalink { 
		text-align: right;
		font-size: smaller;
		font-weight: bold;
		background-color: transparent;
		color: #595959;
		margin-top: 5px;

}


.readmorecontent {  
		text-align: right;
		font-size: 10pt;
		font-weight: bold;
		margin-top: 5px;
}

/* ### Footer Elements ### */

.footertext {
		width: 88%;
		margin-top: 2%;
		margin-left: 28%;
		background-color: #DACECE;
		color: #000000;
		text-align: center;
		font-size: 10pt;
}

/* ### Used for full CSS2 reading browsers as a hack because 
IE can't get its widths right ### */
[class~="footertext"] {
		width: 60%;
}

		ul.categories {
			list-style: none;
			margin-left: 0;
			padding-left: 2em;
			text-indent: -1em;

		}


		ul.archives {
			list-style: none;
			margin-left: 0;
			padding-left: 2em;
			text-indent: -1em;

		}