/*  
Name: missunderstood template
Author: will rossiter
Changed by Diego Ceccarelli
Date: 2/05/2006
*/

/***Misc Tags***/

* {

 margin: 0px;
 padding: 0px;
}

body {

 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}

 
a img{ border: 0px; }

a { text-decoration: none;
   font-size: }

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: #d94400;}
.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: 850px;}



/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 30px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.1em;}
 

/***left Side Bar***/

#navlist { float: left; width: 170px; margin-top: 30px; margin-left: 5px;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 25px;
  width: 100px; 
 padding: 9px;
 margin: 5px;
 background: inherit;
 border-right: 4px solid #444;
 color: #999;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #d94400;
}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}


/***Content***/

#content { float: right; width: 660px; margin-top: 30px; margin-left: 2px; }

#content a { color:#d94400; font-weight: bold;}

#content a:hover { 
 color: #fff; 
 background: #d94400; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px; color: #f4f4f4;}

.sel { 
 color: #fff; 
 background: #d94400; 
 font-weight: bold;}
 
#content h3 {
text-indent: 20px;
color: #999;
letter-spacing: 0em;
margin-bottom: 4px;
}

#content h3:hover { color: #fff;}

	
#content blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: right;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;
 border-top: 1px solid #666;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
	

 