/*
+---------------------------------------------------------------+
|	e107 website system
|
|	©William Moffett 2001-2005
|	http://e107.net
|	que@e107.net
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
+---------------------------------------------------------------+
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: white;
	background:  black; 
	margin:0px 0px; 
	padding:0px; 
	text-align: center;
}

a { 
	color: blue; 
	text-decoration: none;
	font-weight: bold;
}

a:hover { 
	color: blue; 
	text-decoration: underline;
}

p {}

h1, h2, h3, h4, h5, h6{
	font-size: 12px;
	color: #fcc212;
	background: none;
	height: 16px;
	margin: 0px 0px 8px 0px;
	text-align: left;
	
	}

table {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

td { 
	text-align:left; 
	vertical-align:top; 
	padding-left:2px; 
	padding-right:2px;
	}

blockquote {}

ul, ol {}

form { }

input{
	margin:2px;
}

hr { 
	margin-top:2px;
	height:1px;
	border:none;
	background-color:#3f3f3f;
}

/*********** dizajn sajta ***********************/

#container
{
margin: 0 auto;
margin-top: 30px;
padding: 10px;
width: 890px;
background: black;
border: 1px solid gray;
}


#header
{
    background: url(images/header/rotate.php) no-repeat bottom left #000000;
	padding: 0px;
    height: 177px;
    width: 890px;
	}
	
#menu
{
    height: 30px;
    margin-bottom: 5px;
	padding: 0px;
	border: solid 1px #999999;
    list-style-type: none;
    background: url(images/mainmenubg.jpg) repeat-y #777777;
    width: 888px;
	font-size: 11px;
	vertical-align: bottom;
	
}

#menu li
{
    display: inline;
}

#menu a
{
    height: 24px;
    display: block;
    float: left;
    padding: 6px 8px 0px 10px;
    text-decoration: none;
    font-size: 14px;
	font-weight: bold;
    color: #ffffff;
    background: transparent;
	border-right: 1px solid #999999;
	text-align: left;
}

#menu a:hover
{
    height: 24px;
    color: #000;
	font-weight: bold;
	background-color: #fcc212;
}

#container2
{
margin: 0px auto;
margin-bottom: 30px;
padding: 10px;
width: 890px;
background: black;
border: 1px solid gray;
border-top: none;

}

.leftmenu
{
   margin: 0;
   padding: 0px;
   width: 170px;
   float: left;
   font: 10px Arial, Helvetica, sans-serif;
   color: #000;
   text-align: left;
   background: #999999;
   border: 1px solid #fcc212;
}

.leftmenu p
{
   color: white;
}

.leftmenu a
{
    text-decoration: none;
	font-weight: bold;
    color: blue;
	border: none;
	text-align: left;
	}

.leftmenu a:hover
{
    text-decoration: none;
	font-weight: bold;
    color: #fcc212;
	border: none;
	text-align: left;
}


.rightmenu
{
   margin: 0;
   padding: 4px
   width: 170px;
   float: left;
   background: url(images/fh.jpg) repeat-x top #999999;
   border: 1px solid #fcc212;
   font: 10px Arial, Helvetica, sans-serif;
   text-align: left;
}

.news
{
   margin-left: 10px;
   margin-right: 10px;
   width: 510px;
   float: left;
   background: black;
   padding: 0;
} 

.newsforum
{
   margin-left: 10px;
   margin-right: 0px;
   width: 680px;
   float: left;
   background: #000000;
   padding-left: 10px;
   padding-right: 10px;
}


.title
{   
   padding: 0px;
   padding-left: 10px;
   text-align: left;
   font: 16px Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: black;
   background: url(images/titlebg.jpg) #000000;
  }
   
.story
{
   padding-left: 10px;
   padding-right: 10px;
   font: 12px Arial, Helvetica, sans-serif;
   line-height: 16px;
   font-weight: normal;
   color: #000;
   text-align: left;
   background: url(images/fh.jpg) repeat-x top #999999;
   border: 1px solid #fcc212;
   border-bottom: none;
  }
   
.date
{	
   margin-bottom: 15px;
   font: 10px Arial, Helvetica, sans-serif;
   font-style: italic;
   font-weight: bold;
   color: black;
   text-align: center top;
   background: #fcc212;
   border: 1px solid #fcc212;
   border-top: none;
   }
   
.postby
{
   text-align: right;
   background: transparent;
   padding: 0;
   color: #000000;
}   
   

 #menu2
{
   padding:10px;
   font: 10px Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #FFF;
   text-align: left;
   background: transparent;
 }
 
#footer
{
   background: black;
   width: 100%;
   height: 20px;
   text-align: center;
   padding: 4px 0 0 0;
   font: 9px Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #fff;
   clear: both;
   }
   
/************* #search styles ***************/

#search{
	margin: 0px;
	margin-top: 2%;
	padding: 1px 4px 4px 10px;
	font-size: 90%;
	text-align:right;
	display:block;
	float: right;
}
	
#search form{
 margin: 0px;
 padding: 0px;
}
#search label{
	margin: 0px;
	padding: 0px;
}

*html #search{
	margin: 0px;
	padding: 4px 4px 0px 10px;
	font-size: 90%;
	text-align:right;
	display:block;
}

 /***************** E107 STYLES *****************************/

.bodytable {
	padding: 8px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #929293;
}

.indent{
	background-color:transparent;
	border: 1px solid #3f3f3f;
	margin:2px;
	padding:4px; 
}
.indentchat{
	background-color:#EBEBEB;
	border: 1px solid #282828;
	margin:2px;
	padding:4px; 
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #cbcbcb;
}

.mediumtext {
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #000;
}

.smalltext {
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: white;
}

.tbox {
	background-color: #fff;
	border: #39393b 1px solid;
	color: #000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	background-color: #fff;
	border: #39393b 1px solid;
	color: #000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	
}

.small {
	background-color: transparent;
	color: #000;
	font: 8px tahoma, verdana, arial, helvetica, sans-serif;
}

.button{
	margin:2px 2px;
	background: url(images/buton.gif) repeat-x;
	border: #39393b 1px solid;
	color: #000;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	text-align:center;
}

/************************ FORUM STYLES ***************************/

.fcaption {
	padding:0px 4px;
	height:21px;
	line-height:21px;
	background: url(images/fc.gif) repeat-x #CCCCCC bottom;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top: 2px solid #808080;
	color: #000;
	font-weight:bold;
}

.fcaption span.smalltext{
	color: #ccc;
}

.fcaption span.smalltext a:hover{
	color: #fff;
}

.fcaption a {
	font-size: 10px;
	color: #808080;
	text-decoration: none;
}

.fcaption a:hover {
	color: #fcc212;
}

a.forumlink{
	margin-top: 16px;
	display: block;
	color: blue;
	text-align: center;
	text-decoration: none;
}

a.forumlink:hover{
	margin-top: 16px;
	text-align: center;
	color:  #fcc212;
}

.fborder {
	border: #808080 1px solid;
	border-top:  1px solid #808080; 
	background-color: transparent;
}

.forumheader{
    background: #CCCCCC;;
	padding:0px 4px;
	height:20px;
	line-height:16px;
	font-weight:bold;
    color: #000;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-top:  1px solid #808080;
	
}

.forumheader2{
    color: #000;
	padding: 4px;
	border: #808080 1px solid;
	background: #999999;
	
	}
	
 .forumheader3{
    background: #CCCCCC;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 4px;
	border: #808080 1px solid;
	}
	
 .forumheader4{
	background-color: black;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px;
	border: #808080 1px solid;
	
	}

.finfobar{
	color: #808080;
	padding: 4px;
	border: #808080 1px solid;
	background-color: #000000;
}

