
.news {
	width:450px;
	margin: 20px auto 20px auto;
}

.news A:link, .news A:visited, .news A:hover, .news A:active {
	text-decoration:none;
}

.newsheader {
	height:41px;
	width:41px;
	float:left;
	margin-right:5px;
}

.newstitle {
	font-size: 12pt;
	letter-spacing: 0.5px;
	padding-top:3px;
}

.newstitle A:link, .newstitle A:visited, .newstitle A:active {
	color:#D69452;
}
.newstitle A:hover {
	color:#D6B252;
}

.newsdate {
	font-size: 8pt;
	color:#4F3D2C;
}

.newstext {
	font-size: 11pt;
	position:relative;
	margin: 15px 5px 0px 10px;
	line-height: 20px;
	color:#C7A468;
	text-align:justify;
}

.newstext A:link, .newstext A:visited, .newstext A:hover, .newstext A:active {
	text-decoration:underline;
}

.newsmore {
	font-weight:bold;
	font-size:11pt;
	margin: 10px 0px 0px 10px;
}

.newsbar {
	height:42px;
	width:100%;
	margin-top:10px;
}

.newsbar_bg {
	background-image:url('gfx/newsbar/newsbar_bg.png');
	position:relative;
	float:left;
	top:9px;
	height:27px;
	background-repeat:repeat-x;
	width:100%;
}

.newsbar_separator {
	width:3px;
	height:19px;
	background-image:url('gfx/newsbar/newsbar_separator.png');
	position:relative;
	float:left;
	top:3px;
}

.newsbar_comments {
	width:90px;
	text-align:center;
	float:left;
	font-family:tahoma;
	font-size:10pt;
	position:relative;
	top:4px;
}

.newsbar_comments_icon {
	position:relative;
	float:left;
	bottom:9px;
	width:42px;
	height:36px;
}

.newsbar_tweetmeme {
	position:relative;
	float:left;
	top:5px;
	left:55px;
}

.newsbar_right {
	position:relative;
	float:right;
}

.newsbar_icons {
	position:relative;
	float:left;
	bottom:15px;
	height:37px;
}

.newsbar_right_end {
	width:8px;
	height:27px;
	background-image:url('gfx/newsbar/newsbar_right.png');
	position:relative;
	float:left;
}

.newsbar_category {
	position:relative;
	float:right;
	right:5px;
	top:5px;
	font-size:8pt;
	color:#4F3D2C;
}

.comments {
	margin: 15px auto 15px auto;
	width:450px;
}

.comments A:link, .comments A:visited, .comments A:hover, .comments A:active {
	text-decoration:none;
}

.comments_header {
	margin-top:15px;
	position:relative;
	height:20px;
	left:10px;
	width:430px;
}

.comments_edit {
	float:right;
	position:relative;
	top:5px;
	left:10px;
}

.comments_name {
	float:left;
	position:relative;
	font-size: 12pt;
	color:#D69452;
	left:5px;
}

.comments_date {
	font-size: 8pt;
	color:#4F3D2C;
	margin-left:15px;
}
	
.comments_text {
	font-size: 10pt;
	position:relative;
	margin-top: 10px;
	line-height: 17px;
	width:420px;
	margin-left:auto;
	margin-right:auto;
	color: #DFC08B;
}

.comments_text_pre {
	font-size: 10pt;
	position:relative;
	margin: 10px;
	line-height: 17px;
}

.comments_separator {
	width:440px;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px solid #271A0D;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}

.comments_error {
	font-size:12pt;
	color:#B9150B;
	text-align:center;
	width:100%;
	position:relative;
	top:-9px;
}

.comments_msg {
	font-size: 10pt;
	position:relative;
	margin: 20px 0px 0px 15px;
	line-height: 17px;
	width:440px;
	color:#C0854A;
	text-align:center;
}

fieldset {
	position: relative;
	padding: 25px 10px 10px 10px;
	font-size: 8pt;
	width:420px;
	margin: 30px auto 30px auto;
	border: 1px solid #4F3D2C;
  background-color:#120B05;
	}

legend {
	letter-spacing: 1px;
  padding: 3px 6px;
  border:1px solid #4F3D2C;
  color:#D69452;
  font-size:10pt;
  text-align:right;
	background-color:#120B05;
	position: absolute;
	top: -11px;
	left: 10px;
}

input.comments_field {
	background-color:#1B1209;
	border: 1px solid #4F3D2C;
	color: #C7A468;
	padding:2px;
	margin-top:2px;
}

input.comments_field_req {
	background-color:#1B1209;
	border: 1px solid #6F311B;
	color: #C7A468;
	padding:2px;
	margin-top:2px;
}

textarea.comments_field_txt {
	background-image:none;
	background-color:#1B1209;
	border: 1px solid #6F311B;
	color: #C7A468;
	padding:2px;
	margin-top:2px;
	width:414px;
}

.comments_fields_1 {
	position:relative;
	float:left;
}

.comments_fields_2 {
	position:relative;
	float:right;
}

.comments_buttons {
	position:relative;
	top:4px;
	width:200px;
	margin: 5px auto 5px auto;
}

input.submit {
	font-size: 10pt;
	color: #000000;
	border: 1px solid #6F311B;
	background-color:#C7A468;
}