/* general align to zero */
* {
	margin: 0;
	padding: 0; 	
}
/* typography and colors */
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; 
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #333;
	text-align: center;
	background:#d5d6d7 url("images/background.jpg");
}
a {
	color: #ff7f00;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ffaa00;
	text-decoration: none;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h1, h2, h3 {
	font-family: 'trebuchet ms', 'lucida grande', verdana, arial, sans-serif;
	font-weight: bold;
	color: #000;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#333;
	padding: 0px;
	text-align:left;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
hr {
	color: #333;
	background: #333;
	margin: 5px 0;
}
a img {
	border: none;
}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
.clear {
	clear: both;
}
/* layout */
#page {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	background:#fff url("images/menu.jpg") top left repeat-y;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
}
#page1 {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	background:#fff;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
}
#sidebar {
	float: left;
	margin:0;
	padding: 205px 0 0 0;
	width:300px;
	font: 1.1em 'lucida grande', verdana, arial, sans-serif;
	background: url("images/logo.jpg") top left no-repeat; 
}
.narrowcolumn {
	float: right;
	padding: 0;
	margin: 0;
	width: 700px;
	font-size: 1.2em;
}
#header {
	position:relative;
	padding: 0;
	margin: 0;
	height: 375px;
	width: 700px;
}
#header1 {
	position:relative;
	padding: 0;
	margin: 0;
	height: 200px;
	width: 1000px;
}
#top_navigation {
	font-size: 1.1em;
    background:#5A87DC url("images/navigation.jpg") bottom left repeat-x;
}
#top_nav {
	width: 500px;
}
#loginform {
	float: right;
	padding-right: 10px;
	margin-top: 8px;
	text-align: right;
	color: #fff;
}
#loginform #username, #loginform #userpass {
	background: #fff;
	border: 1px solid;
	border-color: #000 #aaa #aaa #000;
}
#loginform #buttonlogin {
	background:#eee url("images/button.jpg") left repeat-x;
	border: 1px solid;
	border-color: #aaa #000 #000 #aaa;
	padding: 0 5px 1px 5px;
	color: #000;
	cursor: pointer;
	font-size: 11px;	
}
#loginform #buttonlogin:hover {
	color: #ff7f00;
	background:#eee url("images/buttono.jpg") left repeat-x;
}
#loginnavigation {
	float: right;
	padding-right: 10px;
	margin-top: 11px;
	text-align: right;
	font-size: 1.1em;
	list-style: none;
}
#loginnavigation a {
	color: #fff;
}
#loginnavigation a:hover {
	color: #ffd400;
}
#loginnavigation #admin {
	padding-left: 20px;
	background: url("images/admin.png") left no-repeat; 
	display: inline;
	margin-right: 5px;	
}
#loginnavigation #setting {
	padding-left: 20px;
	background: url("images/setting.png") left no-repeat; 
	display: inline;
	margin-right: 5px;	
}
#loginnavigation #profile {
	padding-left: 20px;
	background: url("images/profile.png") left no-repeat; 
	display: inline;
	margin-right: 5px;	
}
#loginnavigation #logout {
	padding-left: 20px;
	background: url("images/logout.png") left no-repeat; 
	display: inline;
	margin-right: 5px;	
}
.content {
	padding: 0 10px;
	padding-top: 10px;
}
#content {
	width: 680px;
	padding: 10px 10px 0 10px;	
}
#content_left {
	float: left;
	width: 335px;
}
#content_right {
	float: right;
	width: 335px;
}
.widecolumn {
	padding: 10px 0 0 0;
	margin: 0 auto;
	width: 980px;
	font-size: 1.2em;
	line-height: 1.6em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
#footer {
	padding: 0;
	margin: 0 ;
	width: 1000px;
	clear: both;
	background:#ccc;
	color: #000;
}
#footer p {
	width: 380px;
	margin: 0;
	padding: 10px 0 10px 10px;
	text-align: left;
}
/* navigation */
#navigation{
	float: right;
	font-size: 11px;
	width: 590px;
	height: 25px; 
	list-style: none;
	padding: 10px 10px 10px 0;
	text-align: right;
}
#navigation li{
	background: none;
 	display: inline;
}
#navigation a {
	background: url("images/pipe1.jpg") left no-repeat;	
	padding: 5px 10px;
	color: #000;
}
#navigation a:hover {
	color: #fff;
}
/* core classes */
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	background:#eee url("images/button.jpg") left repeat-x;
	cursor: pointer;
	padding: 2px 5px;
	color: #000;
	border: 1px solid;
	border-color: #ccc #333 #333 #ccc;
}
.button:hover {
	color: #ff7f00;
	background:#eee url("images/buttono.jpg") left repeat-x;
}
.tbox.chatbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent {
	background:#fff;
	border: 1px solid;
	border-color: #333 #ccc #ccc #333;	
	padding: 5px;
	margin: 3px 0;
}
.indent .indent {
	background: #eee;	
}
#widecolumn .indent, .news .indent{
	padding:8px 25px 10px 25px;
	background:#f0f9ff url("images/q.gif") bottom right no-repeat;
	color: #000;
	margin: 5px 0;
	border: none;
	font-size: 0.9em;	
}
#widecolumn .indent:first-letter, .news .indent:first-letter{
	background: url("images/q.gif") top left no-repeat;	
	padding-top: 3px;
	padding-left: 35px;
	margin-left: -20px;
}
.smalltext {
	font: 1em 'lucida grande', verdana, arial, sans-serif;
}
.mediumtext {
	font: 12px 'lucida grande', verdana, arial, sans-serif;
}
.tbox{
	background: #f0f7ff;
	border: 1px solid;
	border-color: #333 #ccc #ccc #333;
	color: #000000;
	font: 11px verdana, tahoma, arial, helvetica, sans-serif;
	padding: 2px 1px 3px 1px;
}
.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}
.fborder {
	background: #f0f9ff;
	border: 1px solid;
	border-color: #ccc #333 #333 #ccc;	
}
.forumheader{
	background:#cbccd0 url("images/forum.jpg") top left repeat-x;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	color:#000;
	padding: 4px;
	border: 1px solid;
	border-color: #ccc #333 #333 #ccc;
}
#sidebar .forumheader, #sidebar .forumheader2a, #sidebar .forumheader3 {
	color: #000;
}
.forumheader2{
	background: #eee;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	color:#333;
	padding: 4px;
	border: 1px solid;
	border-color: #ccc #333 #333 #ccc;
}
.forumheader3{
	background: #eee;
	font: 0.9em verdana, tahoma, arial, helvetica, sans-serif;
	color:#333;
	padding: 4px;
	border: 1px solid;
	border-color: #ccc #333 #333 #ccc;
}
.forumborder{
	border: 1px solid #007fff;
	background-color: transparent;
}
.fcaption {
	height:35px;
	padding: 2px 0 2px 8px;
	font: 0.9em verdana, tahoma, arial, helvetica, sans-serif;
	color:#bbb;
	font-weight:bold;
	background:#133678 url("images/nav.jpg") top left repeat-x;
	border: 1px solid;
	border-color: #ccc #333 #333 #ccc;
}
.narrowcolumn .fcaption {
	height: 20px;
	padding-top: 10px;
	font-size: 1em;
}
.nforumdisclaimer {
	display: none;
}
/* styles */
.sidemenu {
	width: 280px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.sidemenu h3 {
	background: url("images/caption.gif") top left no-repeat;
	padding: 7px 5px 10px 5px;
	color: #fff;
	text-align: center;	
}
.sidemenu .text {
	background:#fff url("images/bottom.jpg") bottom left no-repeat;
	padding: 10px 5px;	
}
.sidemenu1 {
	width: 280px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.sidemenu1 h3 {
	padding: 5px;
	color: #000;
	border-bottom: 1px solid #133678;	
}
.sidemenu1 .text {
	padding: 10px 5px 5px 5px;
	color: #eee;	
}
.sidemenu1 td {
	color: #eee;
}
.name {
	border-bottom: 1px solid #133678;
}
.content_menu, .content_menu h3 {
	padding-bottom: 10px;
}
.content_menu1, .sidemenutop {
	padding-bottom: 5px;
}
.sidemenutop .text {
	padding: 0;
	color: #eee;
}
.sidemenutop td {
	color: #eee;
}
#header .sidemenutop {
	padding: 0;
	margin-bottom: 5px;
	color: #333;
}
#header .text, #header td {
	color: #333;
}
#header1 .sidemenutop {
	padding: 0;
	margin-bottom: 5px;
	color: #333;
}
#header1 .text, #header1 td {
	color: #333;
}
.content_menu1 h3 {
	background: url("images/caption1.jpg") top left no-repeat;
	padding: 7px 5px 10px 5px;
	text-align: center;	
}
.content_menu1 .text {
	background:#ebebeb url("images/bottom1.jpg") bottom left no-repeat;
	padding: 10px 5px;	
}
/* news */
.news h2 {
	padding-bottom: 5px;
}
.news .topinfo {
	padding: 5px;
	background: #ebebeb;
}
.news .text {
	padding: 10px 0;
}
.news .text p{
	text-indent: 20px;
}
.newsimage {
	float: left;
	padding: 3px 10px 10px 0;
}
.news .bottominfo {
	padding: 3px 0 5px 0;
	border-top:2px solid #ebebeb;
	border-bottom:2px solid #ebebeb;	
}
.news .bottominfo_left {
	float: left;
	width: 325px;
	text-align: left;
}
.news .up {
	margin: 0;
	width: 10px;
	text-align: center;
}
.news .bottominfo_right {
	float: right;
	width: 310px;
	text-align: right;
	height: 15px;
	padding-top: 5px;
}
.news_extendstring {
	background: url("images/right.gif") left no-repeat;
	padding-left: 25px;
}
/* othernews2 */
.othernews2 h2 {
	padding-bottom: 5px;
}
.othernews2 .topinfo {
	padding: 5px;
	background: #ebebeb;
}
.othernews2 .text {
	padding: 10px 0;
	font-size: 1.1em;
}
.othernews2 .text p{
	text-indent: 20px;
}
.newsthumbnail {
	float: right;
	padding: 3px 0 10px 10px;
}
/* othernews */
.othernews h2 {
	padding-bottom: 5px;
}
.othernews .topinfo {
	padding: 5px;
	background: #ebebeb;
}
/* news list */
.newslist h2 {
	padding-bottom: 5px;
}
.newslist .topinfo {
	padding: 5px;
	background: #ebebeb;
}
/* next */
.nextprev {
    margin-bottom:10px;
}
.npbutton{
    background: url("images/button.jpg") left repeat-x;
    text-decoration: none;
    width: 11px;
    text-align:center;
    padding:1px 0;
    border:1px solid #007fff;
}
.npbutton:hover{
	background:#eee url("images/buttono.jpg") left repeat-x;
}
/* comments */
.comm {
	background: #ebebeb;
	padding: 3px;
	border: 2px solid #ebebeb;
}
.comm1 {
	padding: 3px;
	border: 2px solid #ebebeb;
}
/* list */
.list {
	text-decoration: none;
	list-style: none;
	list-style-position: inside;
	list-style-image: url("images/bullet2.gif");
	padding: 0;
	margin: 0;
}
.list a{
	padding-left: 16px;
	background:transparent url("images/bullet2.gif") left no-repeat;
	padding-left: 32px;
}
.content1 {
	padding: 0 10px;
	padding-top: 10px;
}
.content1 .text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#333;
	padding: 0px;
	text-align:left;
}