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

/***Misc Tags***/

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

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

#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#inner {
  width: 1000px;
  height: 566px;
  margin-left: -500px;  /***  width / 2   ***/
  position: absolute;
  top: -283px;          /***  height / 2   ***/
  left: 50%;
}

a img{ border: 0px; }

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;}
.pink { color: #D01A71;}
.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 ****/

#loader {
  border: 1px solid #ccc;
  width: 1000px;
  height: 550px;
}

/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
#loader.loading {
	background-image: url(img/spinner.gif);
	background-repeat:no-repeat;
	background-position:470px 60px;
}


/***Header***/

 
#logo {
	float: left;
}

#logo h1 { 
	margin-top: 30px;
	margin-left: 25px;
	font-size: 1.6em;
	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: 150px;
	margin-top: 30px;
	padding-left: 40px;
}
 
#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: #D01A71;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
}
 
#navlist li a:hover {
	color: #f4f4f4;
	background: #333;
	border-right: 4px solid #D01A71;
}
 
#navlist li .active {
	color: #999;
	background: #333;
	border-right: 4px solid #444;
}


/***Content***/

#content { 
	height:462px;
}

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

#content a:hover { 
	color: #fff; 
	background: #D01A71; 
	font-weight: bold;
}
 
#content p {
	line-height: 1.4em;
	font-size: 0.7em;
	margin-bottom: 0px;
	color: #f4f4f4;
}
 
#content h3 {
	text-indent: 20px;
	color: #fff;
	letter-spacing: -0.1em;
	margin-bottom: 4px;
}

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

	#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;}

#content h4 {
	text-indent: 20px;
	color: #fff;
	font-size: 16px;
	letter-spacing: -0.1em;
}


#text{
	margin-top:40px;
	padding-left:40px;
	width:740px;
	height:360px;
	overflow:hidden;
}

#video{
	margin-top:40px;
	padding-left:120px;
	width:500px;
	height:360px;
	overflow:hidden;
}

#text_table{
	margin-top:20px;
	padding-left:20px;	
	width:740px;
	height:360px;
	overflow-y:scroll;
	overflow-x:hidden;
}
 
/***Footer***/

#footer {
  	width: 1000px;
  	height: 15px;
	color: #666;
	font-size: 10px;
}
 
#footer p {
	color: #FFF;
	text-align:right;
}
 
#footer a { color: #FFF;}
 
#footer a:hover {
	text-decoration:underline;
}
	

 