body {
	background: #52689f url(/img/lightCircGrad.jpg) top right no-repeat;
	font-family: Arial, geneva, verdana, sans-serif;
	margin: 0;
	padding-left: 85px;

}

h1 a, h2 a, h3 a { color: inherit }

a { text-decoration: none; color: #6862FF;}
a:hover { text-decoration: underline; }

#IDENTITY {
	height: 225px;
	background: url(/img/circgradDarkWide.jpg) 0 bottom no-repeat;
	color: #FFF;
	margin: 0;
	position: relative;
	text-align: center;
}


#CONTENT {
	margin: 20px auto 20px 0;
	width: 806px;
	background-color: white;
	color: black;
}

#IDENTITY h1 {
	position: absolute;
	top: 75px;
	left: 0;
	width: 806px;
	text-align: center;
	font-size: 36px;
	height: 101px;
	overflow: hidden;
}

#IDENTITY h1 a {
	display: block;
	padding: 101px 0 0 0;
	height: 0 !important;
	height /**/: 101px; /* for IE5/Win only */
	background-image: url(/img/mklogo3.gif);
	background-position: 50% -103px;
	background-repeat: no-repeat;
}

#IDENTITY h1 a:hover {
	background-position: 50% 0;
}

#IDENTITY p { 
	position: absolute;
	top: 50px;
	left: 0;
	width: 806px;
	display: block;
	padding: 27px 0 0 0;
	height: 0 !important;
	height /**/: 100px; /* for IE5/Win only */
	background-image: url(/img/casual.gif);
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

#ENTRIES { 
	width: 600px;
	float: left;
	padding-bottom: 0;
	border-right: 4px solid #73a0e7;
	background-color: white;
}

#ENTRIES:after {
	content:".";
	height: 1px;
	display: block;
	clear: both;
	visibility: hidden;
}

#ENTRIES h2 {
	color: #374358;
	font-family: Arial, geneva, verdana, sans-serif;
	font-style: italic;
	margin: 0;
	padding-top: 4px;
}

#ENTRIES h2 a {
	display: block;
}

#ENTRIES div {
	background: white url(/img/bluecircgrad.jpg) top right no-repeat;
	border-top: 4px solid #73a0e7;
	font: 11px  Arial, geneva, verdana, sans-serif;
	line-height: 1.4;
	padding: 0 12px 12px 12px;
}

#ENTRIES div#NAV {
	background: white;
	background-image: none;
	text-align: right;
	margin-bottom: 0;
	border: none;
}

#ROLL {
	border-top: 4px solid #73a0e7;
	background: white url(/img/bluecircgradleft.jpg) top left no-repeat;
	width: 190px;
	float: left;
	font-size: 11px;
	background-color: white;
	padding-left: 12px;
}

#clearer {
	clear: both;
	font-size: 11px;
	font-style: italic;
	padding: 8px;
	padding-bottom: 0;
	background-color: #52689f;
}

#ROLL ul, #ROLL li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#ROLL li h4 {
	margin: 8px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

.entryInfo {
	font-size: 9px;
	font-style: italic;
}


#SEARCH {
	font-family:  Geneva, Verdana, Helvetica, Arial, sans-serif;
	width: 200px;
	height: 600px;
	position: absolute;
	top: 15px;
	left: 865px;
	padding: 10px;
	color: white;
	border: 1px solid;
	border-color: #333 #aaa #aaa #333;
	background-image: url(/img/brushed_dark3.jpg);
}

#ajaxSearchResults div {
	position: relative;
	border-bottom: 1px solid #333;
}

#ajaxSearchResults h5 {
	margin: 6px 0;
}

#ajaxSearchResults h5 a {
	display: block;
}

#ajaxSearchResults a {
	color: white;
}

#ajaxSearchResults div p {
	font-size: 10px;
	position: absolute;
	width: 165px;
	top: -10px;
	left: -215px;
	background-image: url(/img/sweptback.png);
	color: black;
	display: none;
	padding: 4px 5px 4px 30px;
	background-position: right;
	background-repeat: repeat-y;
	border: 1px none;
	border-color: black;
	border-left: none;
}

#ajaxSearchResults div:hover p {
	display: block;
}

#COMMENTS label {
	display: block;
	font-family: Verdana, sans-serif;
}

#COMMENTS div {
	background-color: white;
	border-bottom: 1px dotted #add08b;
	padding-top: 10px;
}

#COMMENTS {
	margin: 5px;
	padding: 5px 12px;
	background-color: white;
}

#COMMENTS h2 {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	margin: 0;
	font-weight: bold;
}

.comment {
	width: 75%;
}

textarea.comment {
	height: 100px;
}

