/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	rostramo
|	-------------------
|	©2008 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the Commercial License.
|
+---------------------------------------------------------------+
*/
* {
	margin: 0;
	padding: 0; 
}
body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; 
	font-family: 'lucida grande', verdana, arial, sans-serif;
	color: #333;
	text-align: center;
	background:#000 url("images/background.jpg") top left repeat-x;
}
a {
	color: #007fff;
	text-decoration: none;
}
a:hover {
	color: #00d4ff;
	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;
	padding-bottom: 10px;
}
td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	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 {
	display: none;
}
a img {
	border: none;
}
.linkspage_button{
	border:0px;
}
.hidden{
	display:none;
}
.clear {
	clear: both;
}
#page {
	margin: 0px auto;
	padding: 0;
	width: 905px;
	text-align: left;
}
#pagein {
	margin: 0;
	padding: 0;
	width: 905px;
	text-align: left;
	background: url("images/page.jpg") top right repeat-y;
}
#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 177px;
	width: 100%;
	text-align: right;
}
#header h1 {
	position: absolute;
	top: 60px;
	left: 250px;
	width: 100px;
	text-align: right;
	font-size: 1.4em;
}
#header h2 {
	position: absolute;
	top: 125px;
	left: 150px;
	width: 200px;
	text-align: right;
	font-size: 1.5em;
}
#navigation{
	font-size: 12px;
	width: 200px; 
	position: relative;
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#navigation li{
	background: none;
 	display: block;
}
#bottom{
	font-size: 11px;
	width: 700px; 
	height: 30px;
	padding-top: 10px;
	padding-left: 205px;
	position: relative;
	list-style: none;
}
#bottom li{
	background: none;
 	display: inline;
}
#bottom a {
	padding: 5px 7px 5px 4px;
	background: url(images/pipe.jpg) right no-repeat;
 	display: inline;
 	color: #000;
}
#bottom a:hover {
	color: #0000ff;
}
#content {
	margin-top:20px;
	font-size: 1.2em;
}
#sidebar {
	float: left;
	margin:0;
	padding: 0;
	width: 200px;
	font: 1.1em 'lucida grande', verdana, arial, sans-serif;
	color: #777;
	margin-bottom: -15px;
}
#sidebar .box {
	padding: 0 5px;
}
#sidebar .box td {
	color: #777;	
}
#sidebar h3 {
	color: #ffd400;	
}
.narrowcolumn {
	float: right;
	padding: 0;
	margin: 0;
	width: 685px;
	padding-right: 10px;
}
.narrowcolumn a {
	color: #0000FF;
}
.narrowcolumn a:hover {
	color: #007FFF;
}
.pad_left, .pad_right, .pad_aux{
	font-size: 0.9em;
}
.pad_right {
	float: right;
	width: 330px;
	padding-left: 9px;
	border-left: 1px solid #ffd400;	
}
.pad_left {
	float: left;
	width: 336px;
}
.narrowcolumn .entry {
	line-height: 1.4em;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 905px;
	clear: both;
	background:transparent url("images/footer.jpg") top right no-repeat;
}
#footer p {
	margin: 0;
	padding: 10px 10px 10px 210px;
	text-align: center;
	color: #777;
}
.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	border: 1px solid;
	border-color: #ddd #555 #555 #ddd;
	background:#ffd400 url("images/button.jpg") top left repeat-x;
	cursor: pointer;
	padding: 2px 5px;
	color: #000;
}
.button:hover {
	color: #0000ff;
}
.tbox.chatbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.spacer {
	padding: 2px 0 2px 0;
}
.indent {
	background: none;
	background:#ffd455;
	border: 1px solid #0000FF;	
}
.news .indent{
	padding:8px 25px 10px 25px;
	background:#ffdf5e url("images/q.gif") bottom right no-repeat;
	color: #000;
	margin: 5px 0;
	border: none;
	font-size: 0.9em;	
}
.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: #ffdf5e;
	border: 1px solid;
	border-color: #555 #ddd #ddd #555;
	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: #ffdf5e;
	border: 1px solid;
	border-color: #ddd #555 #555 #ddd;	
}
.forumheader{
	background:#FE8931 url("images/forum1.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: #ddd #555 #555 #ddd;
}
.forumheader td {
	color: #333;
}
.forumheader2{
	background: #FED636;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1em;
	color:#333;
	padding: 4px;
	border: 1px solid;
	border-color: #ddd #555 #555 #ddd;
}
.forumheader3{
	background: #FED636;
	font: 0.9em verdana, tahoma, arial, helvetica, sans-serif;
	color:#333;
	padding: 4px;
	border: 1px solid;
	border-color: #ddd #555 #555 #ddd;
}
.forumborder{
	border: 1px solid #007fff;
	background-color: transparent;
}
.fcaption {
	height:35px;
	padding: 2px 0 2px 8px;
	font: 0.85em verdana, tahoma, arial, helvetica, sans-serif;
	color:#333;
	font-weight:bold;
	background:#b49006 url("images/button.jpg") top left repeat-x;
	border: 1px solid;
	border-color: #ddd #555 #555 #ddd;
}
#sidebar .fcaption .smalltext, #sidebar .forumheader .smalltext{
	color: #000;
}
#sidebar .forumheader2 .smalltext, #sidebar .forumheader3 .smalltext{
	color: #333;
}
.news h2 {
	padding-bottom: 5px;
}
.news .topinfo {
	padding: 5px;
	background: #ffd400;
}
.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-bottom:2px solid #ffd400;	
}
.news .bottominfo_left {
	float: left;
	width: 320px;
	text-align: left;
}
.news .up {
	margin: 0 auto;
	width: 10px;
	text-align: center;
}
.news .bottominfo_right {
	float: right;
	width: 300px;
	text-align: right;
	height: 15px;
	padding-top: 5px;
}
/* othernews2 */
.othernews2 h2 {
	padding-bottom: 5px;
}
.othernews2 .topinfo {
	padding: 5px;
	background: #eff4fa;
}
.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: #eff4fa;
}
/* news list */
.newslist h2 {
	padding-bottom: 5px;
}
.newslist .topinfo {
	padding: 5px;
	background: #eff4fa;
}
/* next */
.nextprev {
    margin-bottom:10px;
}
.nextprev_link {
    background: #ffd400;
    border:1px solid;
    border-color: #ddd #777 #777 #ddd;
    color: #000;
    font: 10px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
}
.nextprev_link:hover{
	background: url("images/forum1.jpg") left repeat-x;
    border:1px solid;
    border-color: #777 #ddd #ddd #777;
    color: #000;
    font: 10px tahoma;
    text-align:center;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
}
.nextprev_current {
	background: #e1e1e1;
	border:1px solid;
    border-color: #ddd #777 #777 #ddd;
	color: #000;
	font: 10px tahoma;
	text-align:center;
	padding: 2px 5px 2px 5px;
}
.npbutton{
	background: url("images/forum1.jpg") left repeat-x;
    text-decoration: none;
    width: 12px;
    text-align:center;
    padding:2px 0;
	border:1px solid;
    border-color: #ddd #777 #777 #ddd;
    color: #000;
}
.npbutton:hover{
	color: #000;
	background:#ffd400;
}
.news_extendstring {
	background: url("images/right.gif") left no-repeat;
	padding-left: 25px;
}
.comm {
	background: #ffdf5e;
	padding: 3px;
	border: 2px solid #ffdf5e;
}
.comm1 {
	padding: 3px;
	border: 2px solid #ffdf5e;
}
#signup {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	border: 1px solid;
	border-color: #ddd #555 #555 #ddd;
	background: url("images/button.jpg") left repeat-x;
	cursor: pointer;
	padding: 2px 5px;
}
#signup a{
	color: #000;
}
#signup a:hover{
	color: #0000ff;
}
#sign_area .tbox {
	padding: 1px;
}
#sign_area .button {
	margin-top: 3px;	
}
#imgcode {
	margin-top: 3px;
}
#rem {
	margin-top: 3px;	
}	
#res {
	margin-top: 4px;	
}	
.list {
	text-decoration: none;
	list-style: none;
	list-style-position: inside;
	list-style-image: url("images/bullet.gif");
	padding: 0;
	margin: 0;
}
.list a{
	padding-left: 16px;
	background: url("images/bullet.gif") left no-repeat;
}
.list a:hover{
	background: url("images/bullet1.gif") left no-repeat;
}
.newscategorylinks {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}
.newscategorylinks li {
	display: block;
	padding: 2px 0;
}
.newscategorylinks a {
	background: url(images/bullet.gif) left no-repeat;
	display: block;
	padding-left: 16px;
}
.newscategorylinks a:hover {
	background: url(images/bullet1.gif) left no-repeat;
}
