/*  
Name: missunderstood template
Author: will rossiter
Date: 2/05/2006
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #111111 url(images/headergrunge.png) no-repeat;
 font-family: Trebuchet MS, Verdana, Arial, sans-serif;
 font-size: 18px;
 color: #fff;}
 
img{ border: 1px dashed #444; margin: 5px;}

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;}
.green { color: #8bc23f;}
.black { color: #000000;}
.small { font-size: xx-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}

strong {
	font: 14px "Georgia"; 
	font-weight: bold;
	color: #8bc23f;
	text-transform: lowercase;
}
.boi {
	color: #00aeef; 
	font-weight: strong; 
	font: 10px "Georgia";
	text-transform: uppercase;
	letter-spacing: 3px; 
}
.girl {
	color: #ec008c; 
	font-weight: strong;
	font: 10px "Georgia";
	text-transform: uppercase;
	letter-spacing: 3px;
}
.trot {
	color: #6600FF; 
	font-weight: strong; 
	font: 10px "Georgia"; 
}
.trapply {
	color: #006600;	
	font-weight: bold;
	font: 10px "Georgia";
}
.adopted {
	color: #ffffff; 
	font-weight: strong;
	font: 10px "Georgia";
	text-transform: lowercase;
	letter-spacing: 0px;
}

/**** Site Container ****/

#container { width: 730px;}



/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: -45px;
 margin-left: 13px;
 font-size: 1.8em;
 letter-spacing: -0.1em;}
 
 #logo h2 {
 margin-top: -41px;
 margin-left: 11px; 
 font-size: 1.8em;
 letter-spacing: -0.1em;}
 
 #logo h4 {
 margin-top: 30px;
 margin-left: 10px; 
 font-size: 1.8em;
 letter-spacing: -0.1em;}
 
#search {
 margin-top: 30px;
 float: right;}
 
#search button { margin-left: 5px; padding: 0 2px 2px 2px;}

/***left Side Bar***/

#navlist { float: left; width: 160px; 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;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #222;
 border-right: 4px solid #8bc23f;}
 
#navlist li .active {
 color: #999;
 background: #252525;
 border-right: 4px solid #8bc23f;}


/***Content***/

#content { float: right; width: 520px; padding: 10px; margin-top: 40px; margin-right: 5px; margin-left: 2px; border: 0px #8bc23f dashed;;}

#content a { color:#8bc23f; font-weight: bold;}

#content a:hover { 
 color: #fff;  
 font-weight: bold;}
 
#content p {line-height: 1.6em; font-size: 0.7em; color: #f4f4f4;}

 
#content h3 {
text-indent: 20px;
color: #FFF;
letter-spacing: -0.1em;
margin-bottom: 4px;
font-size: 1.2em;
}

#content h3:hover { color: #fff;}

	#content .code{
	  color: #444;
	  background: #F4f4f4 url(../../TEMPLATES/missunderstood/missunderstood/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; font-size: 12px; margin: 10px auto;}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
	

 