@charset "utf-8";


/* Basic 
-------------------------------------------------- */
body {
	background: #ffcb98;
	line-height: 1.5;
	font-size:0.8em;
	color: #333333;
}
/* Layout 
-------------------------------------------------- */
#wrapper {
	width: 1000px;
	background-image: url(img/BG.gif);
	background-repeat: repeat-y;
}
#header {
	background: url(img/headerBG.gif);
	height: 170px;
	text-indent: -9999px;
}
#contentArea {
	background: url(img/contentBG.jpg) no-repeat;
	background-color:#FFFFFF;
	float: left;
	width: 280px;
	height: 700px;
}
#mainArea {
	background: #FFFFFF;
	float: left;
	width: 580px;
	margin: 0 0 20px 20px;
}
#footer {
	clear: both;
	background: url(img/footerBG.gif) no-repeat;
	height: 50px;
}
/* content 
-------------------------------------------------- */
#contentArea ul {
	margin: 0 0 1.5em 30px;
	font-weight: bold;
}
#contentArea ul li {
	margin-bottom: 0.5em;
	background-image:url(img/listmark.gif);
	padding-left:22px;
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#contentArea ul li ul li {
	font-weight: normal;
	margin: 0.5em 0 0.5em -45px;
	background-image:none;
	font-size:0.8em;
}
#contentArea a {
	color: #950000;
	text-decoration:none;
}
#contentArea .essay a {
	background-color: #FFCB98;
	padding: 0.2em;

}
#contentArea #newEntry {
	margin: 30px 50px 10px 30px;
	border:dotted 2px #950000;
	padding:10px;
}
#contentArea #newEntry h3 {
	font-size:1.2em;
	background-color:#950000;   
	color:#fff;
	padding:0 0 0 10px;
}
#contentArea #newEntry ul {
	margin:10px 0 0 0;
}
#alpha {
margin: 80px 0 0 30px;
}
/* mainArea 
-------------------------------------------------- */
#mainArea div.intro a:link, #mainArea div.intro a:visited,
a:link#link_to_top, a:visited#link_to_top {
	color:#950000;
	text-decoration:none;
	border-bottom:dashed 1px;
	}
#mainArea div.intro a:hover, #mainArea div.intro a:active,
a:hover#link_to_top, a:active#link_to_top {
	color:#FF6600;
	text-decoration:none;
	border-bottom:dashed 1px;
	}
#mainArea div.intro {
	text-indent: 1em;
	margin-bottom: 3em;
	padding-bottom: 1em;
}
#mainArea div.intro p {
	text-indent: 1em;
	border: none;
	margin-bottom: -1em;
}
#mainArea div.intro dl {
	margin: 1.5em;
}
#mainArea div.intro dt {
	font-weight: bold;
	font-size: 1.2em;
}
#mainArea div.intro dd {
	background-image: url(img/listmark.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left: 15px;
	margin: 0.5em 1em;
}
#mainArea h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0;
	background-color: #950000;
	padding: 0.2em 0.5em;
	border: none;
	color: #ffffff;
}
#mainArea h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 1em 0;
	border-bottom: dashed 1px;
	color: #950000;
	text-decoration: none;
}
#mainArea h2 + div h3,
ul#notReady + h4, ul#notReady + h4 + ul + h4,
ul#notReady + h4 + ul + h4 + ol + div, 
#mainArea div.intro + h4,
#mainArea div.intro + h4 + ul + h4,
#mainArea div.intro + h4 + ul + h4 + ol + div
 {
	display: none;
}
body#entry #mainArea h2 + div h3
 {
	display: block;
}
#mainArea h4 {
	font-size: 1.2em;
	background-color: #FF9D54;
	display: inline;
	padding: 0.2em 0.5em;
	border-left: 10px solid #FF6600;
	border-right: 10px solid #FF6600;
	color: #FFFFFF;
	font-weight: bold;
}
#mainArea ul {
	margin: 1em;
}
#mainArea li {
	list-style-type:disc;
	margin-left: 1em;
}
#mainArea ol li {
	list-style: decimal;
	margin: 1em 0 1em 2em;
}
#mainArea span {
	border-bottom: solid 1px;
	line-height: 2;
}
#mainArea p {
	border-width: 1px;
	border-style: dotted;
	padding: 1em;
	margin-bottom: 3em;
}
strong {
	font-weight: bold;
}
.date {
	text-align:right;
}
#mainArea div div img{
	float: right;
}
#mainArea div.photo + h4 + ul +h4 {
	clear: right;
}
/* footer 
-------------------------------------------------- */
#footer address {
	line-height: 3;
	padding: 20px;
	text-transform:capitalize;
}
#footer address a {
	color:#950000;
}
/* news 
-------------------------------------------------- */
#mainArea p {
	border-style: none;
	margin-bottom: 1em;
}
