body {
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	background: url(../images/bgy.jpg) 50% 0px repeat-y #6F7A7F;
	color: #2D2D2D;
	margin: 0px;
}

p {
	margin-top: 0px;
}

a {
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	color: #2d2d2d;
}
a:hover, a:active {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
hr {
	display: none;
}

cite {
	text-indent: 0px;
	display: block;
	font-style: normal;
	padding: 12px 18px 12px 18px;
	margin: 10px;
	border-top: 2px solid #BABABA;
	border-bottom: 2px solid #BABABA;

}
code {
	text-indent: 0px;
	color: #000000;
	display: block;
	padding: 12px 18px 12px 18px;
	margin: 10px;
	border-top: 2px solid #BABABA;
	border-bottom: 2px solid #BABABA;
}

.center { text-align: center; }
.right { text-align: right; }

ul {
	margin-top: 0px;
	line-height: 14pt;
}

li {
	padding-left: 0px;
}


#container {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	/*border-left: 3px solid #656E72;
	border-right: 3px solid #656E72;*/
	background: url(../images/bg.jpg) 0px 0px repeat-y #E1E1E1;
}


#banner {
	height: 180px;
	width: 100%;
}

#banner h1 {
	display: none;
}


#bannerbg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	height: 180px;
	width: 100%;
	background: url(../images/bannerbg.jpg) 0px 0px repeat-x;
}

#bannerimg {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 180px;
	width: 800px;
}

.journal { background: url(../images/banner.jpg) 0px 0px no-repeat; }
.contact { background: url(../images/bannercontact.jpg) 0px 0px no-repeat; }


#menu {
	position: absolute;
	background: url(../images/menubg.gif) -3px 4px no-repeat;
	left: 0px;
	top: 101px;
	z-index: 3;
	width: 100%;
}

#menu h3 {
	display: none;
}


#menucontent {
	width: 700px;
	text-align: center;
	padding-top: 4px;
	height: 23px;
}


#menucontent a {
	font: bold 6pt Verdana, Arial, sans-serif;
	color: #C5CACC;
	text-transform: uppercase;
	padding: 9px 11px 8px 11px;
}

#menucontent a:hover, a:active {
	background: #5C6378;
	color: #ffffff;
	border-bottom: none;
}

#menucontent ul {
	list-style: none;
	margin: -1px 0px 0px -40px;
}
#menucontent li {
	display: inline;
	margin: 0px;
}

#main {
	width: 800px;
}

#section1 {
	float: left;
	width: 200px;
}

#section2 {
	float: left;
	width: 300px;
	margin-top: 24px;
}

#section2 h3 {
	display: none;
}

#section2 a:hover, a:active {
	/* BUG WORKAROUND - BAD INHERITANCE */
	background-color: transparent;
}

#section3 {
	float: left;
	width: 300px;
	margin-top: 24px;
}

#section3 a:hover, a:active {
	border-bottom-color: #a1a1a1;
	/* BUG WORKAROUND - BAD INHERITANCE */
	background-color: transparent;
	color: #2d2d2d;
}

#section3 h3 {
	display: none;
}


.sideitem {
	padding: 30px 18px 10px 18px;

}


#logo {
	margin-top: 20px;
	background: url(../images/logo.gif) 8px 0px no-repeat;
	height: 100px;
}

#introduction {
	margin-top: 20px;
	font-family: Arial, sans-serif;
	color: #343749;
	padding: 12px 20px 0px 20px;
	text-align: right;
}
#introduction h3 {
	display: none;
}

#quicklinks {	background: url(../images/h_quicklinks.gif) 50px 0px no-repeat; }
#quicklinks ul {	list-style: disc outside url(../images/bullet_15.gif);
			line-height: 12pt;}
#reads {	background: url(../images/h_reads.gif) 50px 0px no-repeat; }
#reads ul {	list-style: disc outside url(../images/bullet_14.gif); }
#archives {	background: url(../images/h_archives.gif) 50px 0px no-repeat; }
#feeds {	background: url(../images/h_feeds.gif) 50px 0px no-repeat; }
#buttons {	background: url(../images/h_buttons.gif) 50px 0px no-repeat;
		padding-top: 40px;
		text-align: center; }
#buttons img {  border-width: 0px; }
#buttons a:hover, a:active { border-bottom-width: 0px; }
#poweredby {	background: url(../images/h_poweredby.gif) 50px 0px no-repeat; }

#footer {
	float: left;
	background: url(../images/footerbg.jpg) 0px 0px repeat-x #0A0A1A;
	width: 100%;
}
#footertop {
	background: url(../images/footer.jpg) 0px 0px no-repeat;
	width: 800px;
	height: 60px;
}
#footermain {
	margin-left: 200px;
	width: 276px;
	padding: 0px 12px 20px 12px;
	text-align: center;
	color: #4E4E52;
	font: bold 7pt Verdana;
	text-transform: uppercase;
}
#footermain a {
	color: #62627F;
}

/*-------------------------- BLOG STYLE ----------------------------------- */
#blogbody {
	text-align: justify;
	padding-left: 12px;
	padding-right: 12px;
}
#blogbody a {
	color: #780808;
	text-decoration: none;
	border-bottom-width: 0px;
}
#blogbody a:hover, a:active {
	border-bottom: 1px solid #D45E15;
}
#blogbody img {
	display: block;
	text-align: center;
	background: #FFFFFF;
	padding: 8px;
	margin: 4px;
	border: 1px solid #696969;
}
#blogbody ul {
	list-style: disc outside url(../images/bullet_17.gif);
}
#blogbody li {
	padding-left: 4px;
}
#blogbody p {
	margin-bottom: 8px;
}

.entry {
	margin-bottom: 16px;
}

.entrytitle {
	/*background: url(../images/bullet_18.gif) 0px 2px no-repeat;*/
	text-indent: 0px;
	height: 16px;
	font: bold 8.5pt Garamond, Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	padding-left: 0px;
	padding-top: 3px;
	margin-bottom: 2px;
	color: #4A0505;
}
.entrydate {
	font: bold 7.5pt Arial, sans-serif;
	color: #898989;
	border-top: 1px dotted #898989;
	padding-top: 3px;
	text-indent: 0px;
	letter-spacing: 1px;
}
.entrycontent {
	margin-top: 6px;
}
.entryauthor {
	padding-top: 6px;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #898989;
}
/*------------------------------- CONTACT STYLE ------------------------ */
#contactbody {
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;

}
input, textarea {
	font: bold 7.5pt Verdana, Arial, sans-serif;
	color: #2D2D2D;
	border: 3px double #BEBEBE;
	background: transparent;
}