
/*------------------------------   Header   ------------------------------*/  
#header {
	background: url(images/head.jpg) bottom left no-repeat;
	width: 812px;
	height: 220px;
	margin: 0;
	padding: 0; }
	
	
.logoslogan {
	background: url(images/toplogoslogan.jpg) no-repeat;
	width: 552px;
	height: 144px;
	padding: 0px;
	margin-top: 4px;
	float: left; }
	
.logo {
	background: url(images/logo.jpg) no-repeat;
	width: 177px;
	height: 144px;
	display: block;
	margin: 0px;
	float: left; }
	
/* #header h1 {
	font-size: 80px;
	font-weight: normal;
	margin:0;
	font-family: Arial;
	padding: 10px;
	letter-spacing: -6px;
	text-align: right;
	text-transform: lowercase;
	line-height: 50px;
	} */
		
#header a, #header a:hover {
	color: #D9DFE3;
	text-decoration: none;
	}

	
/*------------------------------   Pages   ------------------------------*/  
#pages {
	width: 600px;
	margin: 4px 0 0 30px;
	padding: 0px;
	text-align: left;
	color: #FFF;
	float: left; }
	
#pages li {
	display: block;
	float: left;
	height: 35px;
	list-style: none;
	padding: 18px 12px 0 12px;
	}
		
#pages ul {
	margin: 0;
	padding: 0;
	}

#pages a {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decortation: none;
	}

#pages li:hover {
	background: url(images/hover.jpg) top repeat-x #238b0f;
  }
			
#pages a:hover {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decortation: none;
	}

	
.current_page_item a {
	background: url(images/hover.jpg) top repeat-x #238b0f;
	display: block;
	float: left;
	height: 35px;
	list-style: none;
	margin-top: -18px;
	padding: 18px 4px 0px 2px; }

/*------------------------------   Player  ------------------------------*/
#player {
	float: left;
	height: 30px;
	padding: 0px;
	margin-top: 110px;
	margin-left: 10px; }
	
/*------------------------------   Top banner  ------------------------------*/
.topbanner {
	float: left;
	margin: 10px 3px; }

/*------------------------------   post   ------------------------------*/  
#post {
	background: url(images/textsep.jpg) top left no-repeat;
	float: left;
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 727px;
	}
	
#post p, #post ul, #post ol {
	line-height: 1.5em;
	}
			
#post ol, #post ul {
	margin: 0;
	padding: 0;
	}

#post ul {
	list-style: square inside;
	}

#post li {
	margin: 0;
	padding: 0;
	}

#post a{
	color: #0066CC;
	text-decoration: underline;
	}

#post a:hover{
	color: #C51500;
	text-decoration: underline;
	}

#post h2 {
	font-size: 18pt;
	font-weight: normal;
	font-family: Tahoma, Arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	}

#post h2 a{
	color: #582F95;
	text-decoration: none;
	}

#post h2 a:hover{
	color: #136801;
	text-decoration: none;
	}
		
#post h3 { 
	color: #666;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Arial
	letter-spacing: 0.5px;
	}

#post small {
	font-size: 8pt;
	font-family: Tahoma;
	}
		
.feedback {
	font-size: 8pt;
	font-family: Tahoma;
	margin-bottom: 40px;
	padding: 10px 5px;
	background: #E9EFF3 url(images/blue_degrade.png) top repeat-x;
	border-bottom: 1px solid #DCE1E5;
	border-left: 1px solid #DCE1E5;
	border-right: 1px solid #DCE1E5;
	text-align: right;
	}

.postinfo {
margin-top: 3px;
padding-top: 5px;
}

#pagination {
	margin: 10px 0;
	text-align: center;
	}
	
/*------------------------------   Last box   ------------------------------*/
#lastboxes {
	width: 740px;
	height: 196px;
	margin-left: -7px;
	padding: 0px;
	float: left;
	color: #fff; }

#lastboxes a {
	color: #fff;
	text-decoration: none; }
	
#lastboxes a:hover {
	text-decoration: underline; }
	
#lastnews {
	background: url(images/lastnew.jpg) top left no-repeat;
	width: 331px;
	height: 146px;
	margin: 0px;
	padding: 40px 10px 10px 30px;
	float: left; }
	
#lasttopics {
	background: url(images/lastforum.jpg) top left no-repeat;
	width: 334px;
	height: 132px;
	margin: 0px;
	padding: 40px 10px 10px 13px;
	float: right; }
	
/* plugin */
#lastlist {
	float: left; 
	margin: 0px;
	padding: 0px; }
	
#lastlist span {
	font-size: 11px; font-family: Tahoma, Arial; float: right; margin-top: 0px; }
	
/* lastforum */
#lastforum {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1.6em; }
	
#lastforum a:hover {
	text-decoration: underline; }
		

/*------------------------------   Comments   ------------------------------*/  

#commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#commentlist li {
	border: 1px solid #DCE1E5;
	margin: 16px 0;
	padding: 0 10px;
	background: #EDFFDF;
	}

#commentlist small {
	text-align: right;
	font-size: 8pt;
	font-family: Tahoma;
	}

#comments, #postcomment {
	margin: 40px 0 10px 10px;
	}


/*------------------------------   Form   ------------------------------*/  

form textarea {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

form input {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

form input:focus {
	background: #EDFFDF;
	}

form textarea:focus {
	background: #EDFFDF;
	}


/*------------------------------   Sidebar   ------------------------------*/  
#sidebar {
	float: right;
	line-height: 1.2em;
	margin: 0;
	padding: 0 10px;
	width: 220px;
	}
	
#sidebar h3 {
	font-size: 11pt;
	letter-spacing: -0.5px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	}
		
#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 5px 0;
	}
	
#sidebar li {
	list-style-image: url(images/dot.png);
	margin-left: 20px;
	border-bottom: 1px solid #DCE1E5;
	padding: 5px 0;
	}
	
#sidebar div { 
	margin: 20px 0;
	padding: 0;
	}

#sidebar input {
	border: 1px solid #DCE1E5;
	padding: 8px;
	font-size: 9pt;
	font-family: Verdana;
	color: #333;
	background: #fff;
	}

#sidebar input:focus {
	background: #fffeec;
	}

#sidebar a:hover {
	color: #C51500;
}

/*------------------------------  	Bottom plants   ------------------------------*/  
#bottomplants {
	background: url(images/bottomplants.jpg) top left no-repeat;
	width: 843px;
	height: 149px;
	display: block;
	padding: 0px;
	margin-left: 7px; }
	
#bpwrap {
	margin: 0 auto;
	margin-left: -34px;
	padding: 0px;
	width: 843px; }
	
/*------------------------------  	Credits   ------------------------------*/  
#floated {
	float: right;
	width: 220px;
	margin: 0px; }
	
#credits p {
	margin: 0;
	padding: 0;
	}
	
#credits {
	margin: 30px 0 0 0;
	background: url(images/footer.jpg) repeat-x top;
	height: 23px;
	padding-top: 42px;
	font-size: 11px;
	font-family: Tahoma;
	color: #ddd;
	}

#creditswrap {
	margin-left: auto;
	margin-right: auto;
	width: 740px; }
	
#credits li {
	display: inline;
	list-style: none;
	padding: 0px;
	}
		
#credits ul {
	margin: 0;
	padding: 0;
	}

#credits a {
	color: #ddd;
	text-decortation: none;
	margin-left: 5px;
	}
	
#credits a:hover {
	color: #fff;
	text-decortation: underline;
	}
	
#sitemap {
	float: left; }
	
#designed {
	float: right; }
	
#designed a {
	color: #32175F; }


/*------------------------------   General   ------------------------------*/  

a {
	color: #0066CC;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}
	
blockquote {
	color: #555;
	border-left: 5px solid #DCE1E5;
	padding-left: 15px;
	margin: 0;
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}


/*------------------------------   Float and Clear   ------------------------------*/  

div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	

/*------------------------------   Images align   ------------------------------*/  

img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	

/*------------------------------   Text align   ------------------------------*/  
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
	
.clearall {
	clear: both; }
 
