@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/site/dh-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #999999;
	font-weight: bold;
}
body a {
	color: #00CC33;
	text-decoration: none;
	font-weight: bold;
}


#siteWrap {
	padding: 0px;
	width: 520px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#siteTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 70px;
	font-weight: bold;
	color: #999999;
	padding: 0;
	margin: 0;
	text-align: center;
}
#siteTitle a {
	font-family: "Times New Roman", Times, serif;
	font-size: 70px;
	font-weight: bold;
	color: #999999;
	padding: 0;
	margin: 0;
	text-align: center;
}

#siteNavTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	padding: 0px;
	margin-left: 0px;
	margin-top: -10px;
	margin-bottom: 5px;
	padding-left: 15px;
}



#siteNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding: 0px;
	float: right;
	margin-top: 0px;
	width: 150px;
	height: 500px;
	background-color: #000000;
	position: relative;
	top: 50px;
	left: 300px;
}
#siteNav li {
	color: #999999;
	text-decoration: none;
	float: left;

	margin: 0px;
	padding: 0px;
	margin-left: 30px;
}
#siteNav a {
	color: #999999;
	text-decoration: none;
	float: left;
}
#siteNav a:hover {
	color: #7D7D7D;
	text-decoration: none;
}


#siteDivide {
	margin: 0px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	margin-bottom: 10px;
}

#siteEntry {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #999999;
	border-right-color: #999999;
	text-align: center;
	margin-bottom: -5px;
}
#entryTop {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
#entryBot {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
#entryRow {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#entryTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
#entryTitle a {
	color: #999999;
	text-decoration: none;
}
#entryTitle a:hover {
	color: #7D7D7D;
	text-decoration: none;
}

#entrySource {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 5px;
}
#entrySource a {
	color: #00CC33;
	text-decoration: none;
}
#siteAd {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	-khtml-opacity:0.75;
}


#entryDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 5px;
	text-align: right;
	margin: 0px;
	margin-right: 10px;
	margin-top: 10px;
}
#siteFoot {
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
}
#siteFoot a {
	color: #00CC33;
	text-decoration: none;
}
#searchResult {
	font-style: italic;
	font-weight: lighter;
	color: #333333;
}

#searchSubmit {
	border: 3px solid #00CC33;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}
#searchField {
	border: 3px solid #00CC33;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}
#entryDay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF3333;
	padding-bottom: 5px;
	text-align: right;
	margin: 0px;
	margin-right: 10px;
	margin-top: 10px;
}
#siteNumber {
	margin: 0px;
	padding: 0px;
}
siteDivide a {
	color: #00CC33;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
