html, body {
	background:url(images/stripe.png);
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size:10pt;
	margin:0px;
}

a {
	text-decoration:none;
	color:#666666;
}

a:hover {
	color:#ff6b23 !important;
	text-decoration:none;
}

.container {
	width:950px;
	margin:0px auto;
	position:relative;
	top:20px;
	margin-bottom:40px;
}

.header {
	/*background:url(images/logo.png) no-repeat;*/
	height:185px;
}

.toplinks {
	background:#151515 url(images/ulgrad.png) top repeat-x;
	border-top-left-radius: 10px;
	border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

.topulbar {
	height:3px;
	background:url(images/toplinkbar.png) repeat-x;
	border-bottom:1px solid #272727;
}

.topul {
	list-style-type:none;
	margin:0px;
	margin-left:10px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}

.topul li {
	display:inline;
}

.topul a {
	padding:10px;
	background:#151515 url(images/ulgrad.png) top repeat-x;
	color:white;
	font-weight:bold;
	text-decoration:none;
	font-size:12pt;
}

.topul a:hover {
	/*background:white;
	border-top:1px solid black;*/
	background:url(images/point.png) no-repeat bottom center;
	color:#ff6b23;
}

.content {
	background:url(images/newsrep.png) repeat-y;
	border-bottom:1px solid #202020;
}

.news {
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:68.5%;
	float:left;
	text-align:justify;
}

.sidebar {
	width:26.9%;
	float:right;
	color:white;
}

.title {
	border-bottom:1px solid #c5c5c5;
	padding:10px;
	padding-top:5px;
	padding-left:40px;
	background:url(images/page.png) no-repeat left;
	position:relative;
	top:-2px;
}

.com_title {
	border-bottom:1px solid #c5c5c5;
	padding:10px;
	padding-top:5px;
	padding-left:40px;
	background:url(images/comments.png) no-repeat left;
	position:relative;
	top:-2px;
}

.title2 {
	border-bottom:1px solid #c5c5c5;
	padding:10px;
	padding-top:5px;
	padding-left:40px;
	background:url(images/page.png) no-repeat left;
	position:relative;
	top:-2px;
	margin-bottom:15px;
}

.error {
	background:url(images/error.png) no-repeat left !important;
}

.com_title2 {
	border-bottom:1px solid #c5c5c5;
	padding:10px;
	padding-top:5px;
	padding-left:40px;
	background:url(images/comments.png) no-repeat left;
	position:relative;
	top:-2px;
	margin-bottom:5px;
}

.text {
	border-bottom:1px solid #c5c5c5;
	padding:15px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:5px;
}

.ttitle {
	font-size:12pt;
	font-weight:bold;
	color:#ff6b23;
	text-decoration:none;
}

.title .tlink, .title2 .tlink {
	font-size:12pt;
	font-weight:bold;
	color:#ff6b23;
	text-decoration:none;
}

.title .tlink:hover, .title2 .tlink:hover {
	color:#323232 !important;
}

.title .author, .title2 .author {
	padding-left:10px;
	text-align:center;
}

/*.title .comments, */.title2 .comments {
	float:right;
}

.comments .img {
	background:url(images/comment.jpg) no-repeat left;
	min-height:12px;
	min-width:14px;
	float:left;
	position:relative;
	top:3px;
	left:-3px;
}

.sidelinks {
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#3c3c3c;
	list-style-type:none;
}

.sidelinks .ulinktitle {
	padding-left:10px;
	font-size:12pt;
}

.sidelinks li {
	border-bottom:1px solid #202020;
	border-top:1px solid #545454;
	padding:5px;
	padding-left:20px;
}

.sidelinks a {
	color:#e5e5e5;
	text-decoration:none;
}

.footer {
	border-top:2px solid #545454;
	background:#3c3c3c url(images/footergrad.png) repeat-x bottom;
	padding:10px;
	color:white;
	font-size:9pt;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}

.footer img {
	float:left;
	padding-right:10px;
}

ul {
	margin:0px;
	margin-left:20px;
	padding:0px;
	padding-left:7px;
	list-style-type:disc;
}

.paginate {
	text-align:center;
}

.comment_author {
	font-weight:bold;
}

.comment_box {
	padding:5px;
	border:1px solid #d6d6d6;
	margin-bottom:5px;
	background-color:#f8f8f8;
	margin-top:5px;
}

.comment_warn {
	background-color:#c9f9d7;
	border:1px solid green;
	padding:5px;
}

.comment_warn span {
	position:relative;
	top:-9px;
	left:5px;
}

input, textarea {
	padding:5px;
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
}
