/*  
Name: missunderstood template
Author: will rossiter
Date: 2/05/2006
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #222 url(headergrunge.jpg) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 
a img{ border: 0px; 
text-indent: 20px;
}

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: #FF0000;}
.white { color: #FFFFFF;}
.black { color: #000000;}
.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: 800px;}



/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 30px;
 margin-left: 20px;
 font-size: 2em;
 letter-spacing: -0.1em;}
#search {
 margin-top: 40px;
 float: right;}
 
#search a {
color: #999;
}

#search button { 
margin-left: 5px; 
padding: 0 2px 2px 2px;
}


/* navigation */
.navigation {	
	height: 20px;
	margin: 0 auto;
	padding: 0 18px;
	width: 725px;
	margin-left: 0px;
 	margin-bottom: 10px;
 	font-size: 0.8em;
}
.navigation a {
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
	color: #CCCCCC;

}
.navigation a:hover {
 	color: #f4f4f4;
 	background: #333;
}

/***Content***/

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

#content a { 
	text-decoration: none;
	padding: 2px 2px;
	margin-right: 2px;
	line-height: 0px;
	color: #FF0000;

}

#content a:hover { 
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #FF0000;
}
 
#content p {
padding: 0 18px;
line-height: 1.4em; 
font-size: 0.7em; 
margin-bottom: 20px; 
color: #f4f4f4;
}

#content h3 {
text-indent: 20px;
color: #DDDDDD;
letter-spacing: -0.1em;
margin-bottom: 4px;
}

#content h5 {
text-indent: 20px;
color: #DDDDDD;
letter-spacing: -0.1em;
margin-bottom: 4px;
}

#content li {
text-indent: 20px;
}


#content li a:hover {
 color: #ffffff;
 background: #333;
 border-right: 4px solid #FF0000;
}
 
#content li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;
}
 
#content img {
 color: #222
}


table.eliminates {
line-height: 1.4em; 
font-size: 0.7em; 
color: #f4f4f4;
vertical-align: top;
}


table.list {
border-left: 20px solid #222;
line-height: 1.4em; 
font-size: 0.7em; 
color: #f4f4f4;
vertical-align: top;
}


table.problems {
line-height: 1.4em; 
font-size: 0.7em; 
color: #ffffff;
vertical-align: top;
}

table.problems td {
vertical-align: top;
}

table.problems tr {
vertical-align: top;
}

 /***Maps**/
 
 #map_canvas {
 margin-left: 20px;
 color: #000000;
 width: 750px; 
 height: 200px;
 }

 #map_canvas a {
color: #000000;
}

/***Footer***/

#footer {
 text-indent: 20px;
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 0.7em;
 }
 
#footer p { color: #f4f4f4;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
	

 
