/*  
Name: skyfi.org.ru css file
Authors: will rossiter and timofey vasilyev
Date: 12/02/2008
This CSS is also valid
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fskyfi.org.ru
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #000 url(http://skyfi.org.ru/sys/headergrunge.jpg) repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #fff;
 margin: 0;
 padding: 0;}
 
a img {border: 1px solid transparent;}
a img:hover {border: 1px solid #ff4c4c;}

a { text-decoration: none;}

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.red { color: #ff4c4c;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 763px; margin-left:auto; margin-right:auto; height: 100%; }


/***left Side Bar***/

#navlist { float: left; width: 100px; margin-top: 35px; background-color: #222222; border-top: 1px solid; border-bottom: 1px solid; border-color: #ff4c4c;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 text-align: left;
 display: block;
 height: 20px;
  width: 68px; 
 padding: 9px;
 margin: 5px;
 background: inherit;
 border-right: 4px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 12pt;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #ff4c4c;}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}


/***Content***/

#content { float: right; width: 658px; margin-top: 35px; margin-left: 5px; background-color: #222222; border-top: 1px solid; border-bottom: 1px solid; border-color: #ff4c4c; }

#main { padding: 29px; text-align: justify;}

#content a { color:#ff4c4c; }

#content a:hover { color: #ffffff; }
#content p {line-height: 1.2em; margin-bottom: 5px; color: #f4f4f4;}

 
#content h1 {
font-size: 14pt;
color: #ff4c4c;
margin-bottom: 3px;
margin-top: 13px; 
}

	#content .code{
	  color: #444;
	  background: #F4f4f4 url(codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-left: 95px;
 margin-top: 5px;
 font-size: 0.8em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #ff4c4c;}

#image	{ text-align: center ;}