/* main content area */
div#content {
	display: inline;
	float: left;
	clear: right;
	width: 600px;
	margin: 0 0 10px 10px !important;
	margin: 0 0 10px 5px;
}

/* images */
.imageleft {
	float: left;
	margin: 5px 5px 5px 0;
}

.imageright {
	float: right;
	margin: 5px 0 5px 5px;
}

.imagecenter {
	clear: both;
	margin: 5px auto;
	width: 300px;
}

.imageleft img, .imageright img, .imagecenter img {
	display: block;
	position: relative;
	padding: 4px;
	background-color: #d6c643;
	border: 0px;
}
	
	/* images with drop shadow effect */
	.shadoweffect {
		display: block;
		background: url("graphics/shadoweffect-alpha.png") no-repeat bottom right !important;
		background: url("graphics/shadoweffect.gif") no-repeat bottom right;
		margin: 10px 0 0 10px !important;
		margin: 10px 0 0 5px;
	}
	
.shadoweffect img {
	margin: -10px 10px 10px -10px;
}

/* general margins */
div#content p {
	margin: 10px 0;
}

div#content ul {
	margin: 5px 25px;
	padding: 0;
}

/* blog entry box */
.blogentry {
	margin: 10px 0 !important;
	margin: 10px 0 10px 5px;
	font-family: arial, sans-serif;
}

	/* blog background box */
	.blogentry .entrytop {
		background: url("graphics/blogbox_top.jpg") no-repeat top left;
		position: relative;
		height: 10px;
		margin-bottom: -10px;
	}
	
	.blogentry .entrybot {
		background: url("graphics/blogbox_bot.jpg") no-repeat top left;
		position: relative;
		height: 20px;	
	}
	
	.blogentry .entrymid  {
		background: url("graphics/blogbox_mid.jpg") repeat-y top left;
		padding: 10px 35px 10px 25px;
	}

	/* blog title and metadata information */
	.blogentry .title {
		font-size: 12pt;
		font-weight: bold;
		color: #339999;
		width: 100%;
		border-bottom: 1px solid #339999;
		padding: 0 !important;
		padding: 10px 0 0 0;
		margin-bottom: 10px;
	}
	
	.blogentry .title a, .blogentry .title a:visited, .blogentry .title a:active {
		text-decoration: none;
		color: #339999;
	}
	
	.blogentry .title a:hover {
		text-decoration: none;
		color: #ff0033;
	}

	
	.blogentry .metainfo, .blogentry .metainfo a {
		font-size: 8pt;
		color: #3a51a3;
		margin-top: -5px;
	}
	
	.metainfo a, .metainfo a:visited {
		text-decoration: none;
		border-bottom: 1px dotted #3a51a3;
	}
	
	.metainfo a:hover, .metainfo a:active {
		text-decoration: none;
		border-bottom: 1px solid #3a51a3;
	}

	/* blog text contents */
	.blogentry .text {
		font-size: 9pt;
		margin-top: -5px;
		color: #333333;
	}
	
	.blogentry .text a, .blogentry .text a:visited {
		/*text-decoration: underline;*/
		text-decoration: none;
		border-bottom: 1px solid #0066cc;
		color: #0066cc;
	}
	
	.blogentry .text a:hover, .blogentry .text a:active {
		text-decoration: none;
		border-bottom: 1px solid #CC0000;
		color: #CC0000;
	}
	
	.blogentry .text acronym, .blogentry .text abbr, .blogentry .text .help {
		color: #555555;
		border-bottom: 1px dotted #555555;
		cursor: help;
	}
	
	/* comments link */
	.commentslink {
		text-align: right;
		font-size: 8pt;
		font-weight: normal;
		font-family: tahoma, sans-serif;
		margin-top: 10px;
		clear: left;
	}
	
	.commentslink a, .comments a:hover {
		color: #3a51a3;
		text-decoration: none;
	}
	
	.commentslink a:hover {
		color: #ff0033;
		border-bottom: 1px dotted #ff0033;
	}
	
/* comments */
.commentsentry {
	margin: 10px 0;
	font-family: arial, sans-serif;
}

	/* comments background box */
	.commentsentry .entrytop {
		background: url("graphics/commentsbox_top.jpg") no-repeat top left;
		position: relative;
		height: 10px;
		margin-bottom: -10px;
	}
	
	.commentsentry .entrybot {
		background: url("graphics/commentsbox_bot.jpg") no-repeat top left;
		position: relative;
		height: 20px;	
	}
	
	.commentsentry .entrymid  {
		background: url("graphics/commentsbox_mid.jpg") repeat-y top left;
		padding: 10px 35px 10px 25px;
	}
	
	/* comments text */
	.commentsentry .commentstitle {
		font-size: 11pt;
		font-weight: bold;
		color: #d6c643;
		width: 100%;
		border-bottom: 1px solid #d6c643;
		padding: 0 !important;
		padding: 10px 0 0 0;
		margin-bottom: 10px;
	}
	
	.commentsentry .commentdivider {
		width: 80%;
		border-bottom: 1px solid #d6c643;
		margin: 15px auto;
	}
	
	.commentsentry .readercomment {
		font-weight: normal;
	}
	
	.commentsentry .contents {
		font-size: 9pt;
		color: #000000;
	}
	
	.commentsentry .contents a, .commentsentry .contents a:hover, commentsentry .contents a:visited {
		color: #003300;
		text-decoration: none;
		border-bottom: 1px solid #003300;
	}
	
	.commentsentry .metainfo {
		font-size: 8pt;
		color: #cccccc;
	}
	
	.commentsentry .metainfo span.username {
		font-weight: bold;
	}
	
	.commentsentry .username a {
		text-decoration: none;
		color: #cccccc;
		border-bottom: 1px dotted #cccccc;
	}
	
	.commentsentry .username a:hover {
		text-decoration: none;
		color: #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	
	.commentsentry .loading {
		font-weight: bold;
		font-size: 10pt;
		text-align: center;
		color: #ffffff;
	}
	
	/* comments form */
	.commentsentry div#commentform {
		font-size: 8pt;
		color: #cccccc;
	}
	
	.commentsentry div#commentform p {
		margin: 0;
	}
	
	.commentsentry div#commentform label, .commentsentry div#commentform input, .commentsentry div#commentform textarea {
		margin: 3px 0;
	}
	
	.commentsentry div#commentform input, .commentsentry div#commentform textarea {
		border: 1px solid #000000;
		font-family: arial, sans-serif;
		font-size: 8pt;
		background: url("graphics/commentboxbg.jpg") repeat-y left top;
	}
	
	.commentsentry div#commentform input.userinput {
		width: 200px;
	}
	
	.commentsentry div#commentform input.usersubmit {
		width: 80px;
		padding: 0;
		background: url("graphics/commentsubmitbg.jpg") no-repeat left top;
	}
	
	.commentsentry div#commentform textarea {
		width: 400px;
		height: 100px;
	}
	
	.commentsentry div#commentform .disclaimer {
		font-family: arial, sans-serif;
		font-size: 8pt;
		font-style: italic;
		color: #d6c643;
		margin: 10px;
	}
	
	.commentsentry div#commentform #commenterror {
		font-family: arial, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		color: #660000;
		margin: 5px 0;
	}
	
/* search */
.searchentry {
	margin: 10px 0;
	font-family: arial, sans-serif;
}

	/* search background box (borrow from comments box) */
	.searchentry .entrytop {
		background: url("graphics/commentsbox_top.jpg") no-repeat top left;
		position: relative;
		height: 10px;
		margin-bottom: -10px;
	}
	
	.searchentry .entrybot {
		background: url("graphics/commentsbox_bot.jpg") no-repeat top left;
		position: relative;
		height: 20px;	
	}
	
	.searchentry .entrymid  {
		background: url("graphics/commentsbox_mid.jpg") repeat-y top left;
		padding: 10px 35px 10px 25px;
	}

	/* search content */
	.searchtitle {
		font-size: 10pt;
		font-weight: bold;
		color: #222222;
		width: 100%;
		padding: 0 !important;
		padding: 10px 0 0 0;
		margin-bottom: 20px;
	}
	
	.searchentry .searchnoresults {
		color: #ffffff;
		font-size: 9pt;
	}
	
	.searchentry .searchresult {
		color: #000000;
		font-size: 9pt;
		margin: 10px 0;
		padding: 0 15px 10px 15px;
		border: 1px solid #aaaaaa;
	}
	
	.searchentry .highlightsearchresult {
		background-color: #4c5e7e;
		border: 1px solid #cccccc;		
	}
	
	.searchentry .searchresult .title {
		font-size: 11pt;
		font-weight: bold;
		color: #d6c643;
		width: 100%;
		padding: 0 !important;
		margin-bottom: 10px;		
	}
	
	.searchentry .searchresult .title a, .searchentry .searchresult .title a:visited {
		color: #d6c643;
		text-decoration: none;
	}
	
	.searchentry .searchresult .title a:hover {
		color: #d6c643;
		text-decoration: none;	
		border-bottom: 1px solid #d6c643;		
	}
	
	.searchentry .searchresult .metainfo {
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		margin-top: -5px;
		margin-bottom: 0;
	}
	
	.searchentry p {
		font-size: 9pt;
		font-weight: normal;
		color: #ffffff;
	}
	
	/* search link */
	.searchlink {
		text-align: right;
		font-size: 8pt;
		font-weight: normal;
		font-family: tahoma, sans-serif;
		margin-top: 10px;
		clear: left;
		color: #d6c643;
	}
	
	.searchlink a, .searchlink a:hover {
		color: #d6c643;
		text-decoration: none;
	}
	
	.searchlink a:hover {
		color: #d6c643;
		border-bottom: 1px solid #d6c643;
		padding-bottom: 1px;
	}
