/*  
www.johnprudence.com
*/

/***Misc Tags***/

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

body {
 background: #000 url(headergrunge.jpg) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 
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: #000;
 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: #FF8C00;}
.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: 760px;
	margin:0px auto;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
}



/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 0px;
 margin-left: 10px;
 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: 170px; margin-top: 30px; margin-left: 5px; font-size: 0.7em;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 15px;
  width: 140px; 
 padding: 2px;
 margin: 5px;
 background: inherit;
 border-right: 4px solid #473912;
 color: #C38F15;
 text-transform: lowercase;
 font-size: 0.8em;}
 
#navlist li a:hover {
 color: #FFEC8D;
 background: #000;
 border-right: 4px solid #FFEC8D;}
 
#navlist li .active {
 color: #FFEC8D;
 background: #000;
 border-right: 4px solid #444;}


/***Content***/

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

#content table{ 
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: #b37914;} 

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

#content a:hover { 
 color: #b37914; 
 background: #000; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 12px; margin-bottom: 5px; color: #b37914;}

img, img a {
border:none;
} 

#content h1 {
text-indent: none;
color: #FF8C00;
font-size: 0.6em;
letter-spacing: 0.05em;
border-bottom: 1px solid #FF8C00;
margin-bottom: 4px;
}

 
#content h3 {
text-indent: 20px;
color: #999;
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: #999;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#content blockquote { 
                 color: #FCDEA1; 
                 font-style: normal; 
				 text-align: left; 
				 border-left: 1px solid #FF8C00;
				 padding: 5px;
				 width: 480px; 
				 margin: 0 0 0 10px;}
				 
#accordian { float: right; width: 510px; margin-top: 30px; margin-left: 2px; }
 
/***Footer***/

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

 
