body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;	
}

body {
	background-color: #facc96;
	background-image: url(/images/bg_orange.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Arial, helvetica, Sans-Serif;
	text-shadow: transparent 0 0 0px;
}

a {
	text-decoration: none;
	border-bottom: dotted 1px #999999;
}
a:hover {
	text-decoration: none;
	border-bottom: solid 1px #6e99a8;
}
a.clean {
	border: none;
}


img, table {
	border: none;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 22px;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 2px 5px 2px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: solid 1px #999999;
}

h3 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, helvetica, Sans-Serif;
}
h3 a {
	border-bottom: dotted 1px #ededed;
}
h3 a:hover {
	color: #6e99a8;
	border-bottom: solid 1px #6e99a8;
}

h4 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
}

#header_print {
	height: 100px;
	display: none;
	margin-bottom: 10px;
}

#top_row {
	width: 100%;
	height: 160px;
	background-color: #6e99a8;
	background-image: url(/images/bg_blue.jpg);
	background-repeat: repeat;
	margin: 0px;
}

#main
{
	width: 920px;
	position: relative;
	left: 50%;
	margin: -150px 0px 0px -460px;
	display: block;
	overflow: hidden;
}

#wrapper
{
	display: block;
	overflow: hidden;
	clear: both;
}

#left_column
{
	width: 250px;
	position: relative;
	float: left;
}

#left_column .menu
{
	text-align: right;
	font-size: 18px;
	letter-spacing: 1px;
	width: 250px;
	margin: 8px 5px 0px 0px;
}
#left_column .menu A, #left_column .menu A:visited, #left_column .menu A:active
{
	color: #000000;
	text-decoration: none;
	border: none;
}
#left_column .menu A:hover
{
	color: #6e99a8;
	text-decoration: underline;
	border: none;
}
#left_column .menu A.sel
{
	color: #6e99a8;
	text-decoration: none;
	border: none;
}
	


#content_box {
	position: relative;
	text-align: left;
	width: 660px;
	float: right;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	display: block;
	overflow: hidden;
}

#content {
	min-height: 550px;
	padding: 0px 10px 0px 10px;
}
#content_small {
	min-height: 30px;
	padding: 0px 10px 0px 10px;
}

#content p, #content_small p {
	margin: 0;
	padding: 0 0 5px 0;
}




#footer
{
	width: 920px;
	position: relative;
	left: 50%;
	margin: 10px 0px 10px -460px;
	display: block;
	overflow: hidden;
}

#footer A
{
	border: none;
	text-decoration: none;
}
#footer A:hover
{
	border: none;
	text-decoration: underline;
}

#footer .logo
{
	float: right;
	width: 460px;
}

#footer .menu
{
	float: right;
	width: 200px;
}
#footer .menu DIV
{
	margin: 0px 0px 4px 0px;
}

.comment_list {
	padding: 5px;
}
.comment_list .title_row {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 11px;
	border-bottom: solid 1px #ededed;
	letter-spacing: 1px;
	color: #333333;
}
.comment_list .title_row span {
	color: #000000;
}
.comment_list .body_row {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#captcha_reload
{
	padding-top: 15px;
}

.content_images {
	display: block;
	overflow: hidden;
}
.content_images a, .content_images a:hover,
.content_images a img, .content_images a:hover img {
	border: none;
}
.content_images a img {
	margin: 3px;
}

.paginator_box {
	text-align: right; 
	clear: both; 
	display: block; 
	overflow: hidden; 
	padding: 5px;
}

.paginator {
	line-height: normal;
	border: solid 1px #6e99a8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
	padding: 1px;
	margin: 1px;
	min-width: 20px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, helvetica, Sans-Serif;
}

.paginator_sel {
	line-height: normal;
	border: solid 1px #6e99a8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px;
	margin: 1px;
	min-width: 20px;
	color: #ffe4b5;
	background-color: #6e99a8;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	font-family: Arial, helvetica, Sans-Serif;
}

.last_update {
	color: #999999;
	font-size: 11px;
	font-style:italic;
	margin-bottom: 10px;
}
	


.list
{
	border-top: solid 1px #ededed;
	margin: 10px 0px 10px 0px;
	padding-top: 10px;
	background-color: #ffffff;
}



.text
{
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.text A, .text A:visited, .text A:active, .text A:hover 
{
	color: #000000;
}

.text_medium
{
	font-size: 11px;
}


.text_small
{
	font-variant: small-caps;
	font-size: 10px;
	letter-spacing: 2px;
}
.text_small .number
{
	font-size: 8px;
}
.text_small A, .text_small A:visited, .text_small A:active
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.text_small A:hover
{
	color: #333333;
	text-decoration: underline;
}

.errorbox
{
	border: solid 5px #ffe4b5;
	background: url(/images/bg_error.gif) no-repeat right bottom;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	min-height: 64px;
}

.wFull
{
	width: 920px;
}
.w180
{
	width: 180px;
}
.w400
{
	width: 400px;
}
.p5
{
	padding: 5px;
}
.p10
{
	padding: 10px;
}

.m5
{
	margin: 5px;
}
.m10
{
	margin: 10px;
}

.alignLeft
{
	text-align: left;
}
.alignRight
{
	text-align: right;
}
.alignCenter
{
	text-align: center;
}

.fixator
{
	display: block;
	overflow: hidden;
}
.clear {
	clear: both;
}
.left {
	position: relative;
	float: left;
}
.right {
	position: relative;
	float: right;
}

.spacer
{
	height: 10px;
	line-height: 10px;
}


INPUT.inputbox, TEXTAREA
{
	border: solid 1px #cccccc;
	width: 250px;
	margin: 0px;
	padding: 1px;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	overflow: auto;
}
INPUT.inputbox:focus, TEXTAREA:focus
{
	border: solid 1px #6e99a8;
	background-color: #ffe4b5;
	color: #000000;
}

INPUT.button
{
	background-image: url(/images/bg_button.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: Transparent;
	height: 22px;
	padding: 0px 12px 2px 20px;
	margin: 0px;
	color: #6e99a8;
	font-family: Arial,helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	border: none;
	text-decoration: none;
}
INPUT.button:hover, INPUT.button:focus
{
	color: #ff9900;
	cursor: pointer;
}
DIV.button
{
	height: 22px;
	display: block;
	overflow: hidden;
}

#search
{
	width: 201px;
	height: 26px;
	background: url(/images/bg_search.gif) no-repeat left top;
	padding: 0px;
	margin: 40px 0px 20px 49px;
}
#search INPUT.searchbox
{
	width: 169px;
	height: 20px;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 3px 3px 3px 3px;
	background-color: Transparent;
	border: none;
}
#search INPUT.searchsubmit
{
	width: 25px;
	height: 26px;
	border: none;
	background-color: Transparent;
	margin: 0px;
	padding: 0px;
}
#search INPUT.searchsubmit:hover
{
	cursor: pointer;
}

/* SPECIAL LINKS */

a.add_comment {
	padding:2px 0 0 20px; 
	height:16px; 
	font-size: 12px;
	background:url(/images/ico_reply.png) no-repeat top left; 
}

a.back {
	padding:2px 0 0 20px; 
	height:16px; 
	font-size: 12px;
	background:url(/images/ico_left.png) no-repeat top left; 
}	

a.close {
	padding:2px 0 0 20px; 
	height:16px; 
	font-size: 12px;
	background:url(/images/ico_close.png) no-repeat top left; 
	border: none;
}
a.close:hover {
	background:url(/images/ico_close_over.png) no-repeat top left; 
	border: none;
}

#popup_comment {
	display: none;
	position: absolute;
	z-index: 998;
	top: 100px;
	left: 50%;
	width: 500px;
	margin: 0px 0px 0px -250px;
	border: solid 10px #6e99a8;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 2px 15px #000000;
	-webkit-box-shadow: 5px 2px 15px #000000;
	box-shadow: 5px 2px 15px #000000;
	color: #000;
	font-size: 14px;
	padding: 10px;
	background: #fff;
}	
#popup_comment .row {
	padding: 5px;
	display: block;
	overflow: hidden;
}
#popup_comment .row .label {
	width: 180px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	float: left;
	padding-top: 3px;
}
#popup_comment input, #popup_comment textarea {
	border: solid 1px #666666;
	background-color: #ededed;
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
#popup_comment input:focus, #popup_comment textarea:focus {
	border: solid 1px #6e99a8;
	background-color: #fff;
}
#popup_comment input.knof {
	border: solid 1px #000;
	background-color: #000;
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #99ccff;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	padding: 2px 5px 2px 5px;
	width: auto;
}
#popup_comment input.knof:hover {
	border: solid 1px #6e99a8;
	background-color: #6e99a8;
	color: #000;
	cursor: pointer;
}
#comment_msg {
	display: block;
	overflow: hidden;
	margin: 5px;
	padding-bottom: 5px;
}


/* social */
#social {
	display: block;
	overflow: hidden;
	margin-right: -5px;
}
#social div {
	margin-right: 0;
	padding-right: 0;
}
#social a {
	border: none;
	text-decoration: none;
	margin: 0 3px 0 17px;
}


/* BANNERS */

#banner_left {
	width: 250px;
	text-align: right;
	margin: 50px 0px 10px 0px;
}


@media print
{
	body, div {
		overflow: visible !important;
	}
	.noprint {
		display: none;
	}
	form, #top_row, #footer, #left_column, #content_header, #content_footer, #comment_form, A.fb_share_link {
		display: none;
	}
	#header_print {
		display: block;
	}
	#content_box {
		position: relative;
		width: 640px;
		top: 0px;
		left: 0px;
		margin: 170px 0px 0px 118px;
		border: none;
		float: none;
		z-index: 10;
	}	
	.content_images a img {
		margin: 0px;
	}
	.comment_list {
		padding: 0px;
	}
	.comment_list .title_row {
		letter-spacing: 0px;
	}
		
	
}

