@CHARSET "UTF-8";
h1 {
	margin:			0px;
	text-align:		left;
	font-size:		175%;
}
h2 {
	font-size:		123%;
	margin:			0px;
	color:			#333;
}
p img {
	margin:			5px;
}
#sidebar {
	float:			right;
	width:			240px;
}
#sidebar h3 {
	margin:			6px 0 0 0;
}
#content, .admin_content {
	text-align:		justify;
	width:			660px;
	color:			#333;
}
#bodyArea #contact_box {
	width:			500px;
	height:			185px;
	overflow:		hidden;
	margin:			auto auto;
	margin-top:		23px;
}
#bodyArea #contact_box .lbl {
	width:			123px;
	padding:		3px;
	padding-right:	20px;
	text-align:		right;
	float:			left;
	border:			1px solid #999;
	border-top:		none;
}
#bodyArea #contact_box .txt {
	width:			323px;
	padding:		3px;
	padding-left:	20px;
	text-align:		left;
	float:			left;
	border-right:	1px solid #999;
	border-bottom:	1px solid #999;
}
#bodyArea #contact_box .first {
	border-top:		1px solid #999;
}
#contact_form {
	width:			640px;
	text-align:		right;
}
#contact_form input, #contact_form select {
	width:			420px;
}
.success {
	margin:			23px 15px;
	padding:		10px;
	border: 		2px solid #060;
	background: 	#EAFFEA;
	text-align: 	center;
}
.error {
	margin:			23px 15px;
	padding:		10px;
	background:		#FFEAEA;
	border: 		2px solid #600;
}
.error li {
	margin-left:	20px;
}
#sidebar h3 {
	border-top:		1px solid #555;
	border-bottom:	1px solid #555;
	margin:			0 -5px 0 -10px;
	padding:		9px 5px 9px 10px;
	display:		block;
	font-size:		120%;
	background:		#666;
	color:			#fff;
}
#sidebar a {
	color:			#3e7234;
}
#sidebar .changelog h4 {
	font-size:		100%;
	margin:			0 -5px 0 -10px;
	font-weight:	normal;
}
#sidebar .changelog a {
	border-bottom:	1px solid #555;
	padding:		9px 5px 9px 10px;
	display:		block;
	text-decoration:none;
}
#sidebar .changelog a:hover {
	background:		#666;
	color:			#fff;
}
#sidebar .rnd_entry h4 {
	margin-bottom:	15px;
}
#sidebar .rnd_entry {
	font-size:		85%;
}
#sidebar .rnd_entry img {
	width:			150px;
	margin:			3px 4px 0 0;
	border:			1px solid #000;
	float:			left;
}
#sidebar .sidebar_navi {
	margin:			5px 7px 20px 0;
}
#sidebar .sidebar_navi a {
	margin-top:		1px;
	padding:		3px 3px 3px 5px;
	display:		block;
	color:			#eee;
	background:		#3E7234;
	border:			1px solid #333;
	border-top:		none;
	text-decoration:none;
}
#sidebar .sidebar_navi a:hover {
	color:			#fff;
	text-decoration:underline;
}
.cat_box {
	margin:			0 0 1px 18px;
	float:			left;
	clear:			left;
	text-align:		right;
	width:			623px;
	background:		#fdf5ce;
	border:			1px solid #000;
	border-top:		none;
}
.cat_box a {
	padding:		3px 10px 3px 23px;
	display:		block;
	text-decoration:none;
}
.cat_box a span {
	float:			left;
	font-weight:	bold;
	color:			#000;
}
.entry_box a {
	margin:			10px 0;
	padding:		0px 25px 5px 17px;
	float:			left;
	clear:			left;
	width:			623px;
	height:			205px;
	background:		url(../images/entry-bg.png);
	clear:			left;
	text-align:		justify;
	text-decoration:none;
	color:			#333;
}
.entry_box a span.heading {
	margin:			18px 0;
	display:		block;
	text-align:		left;
	font-size:		123%;
	font-family:	Georgia;
	font-weight:	bold;
}
.entry_box a:hover span.heading {
	color:			#2D6123;
}
.entry_box img {
	margin:			20px 5px 0 0;
	border:			1px solid #000;
	height:			120px;
	float:			left;
}
.pages {
	clear:			left;
	margin:			10px;
}
.show_entry img {
	float:			left;
	margin:			20px 5px 0 0;
	border:			1px solid #000;
}
.show_entry .back_link {
	margin-bottom:	10px;
}
.show_images {
	margin-top:		40px;
	text-align:		center;
}
.show_images a {
	float:			left;
	display:		block;
	width:			180px;
	height:			180px;
	padding:		5px;
	overflow:		hidden;
}
.show_images img {
	border:			1px solid #000;
}
.show_contact-box {
	clear:			left;
	margin:			20px 10px;
	padding:		10px;
	border:			1px solid #999;
	background:		#f3f3f3;
}
.content_partner_links li {
	margin:			10px 0;
	list-style:		numeric;
}
.content_partner_links li a {
	font-weight:	bold;
	text-decoration:none;
}
.content_partner_links li a:hover {
	color:			#333;
}
.content_partner_links li a span {
	font-weight:	normal;
}
#lightboxDetails {
	font-size: 		0.8em;
	padding-top: 	0.4em;
}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay{ background-image: url(/static/images/overlay.png); }

* html #overlay {
	background: 	#333;
	background: 	transparent;
	background:		url(blank.gif);
	filter: 		progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/static/images/overlay.png", sizingMethod="scale");
}