/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #fff url(bodybg.png) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 color: #000;
}
 
a img{
 border: 0px;}

a {
text-decoration: none;
color:#0033aa;
}

.hidden {
 text-indent: -9000px;
 background: inherit;}

/***Header/logo tags***/

#header {
 width: 850px;
 margin: 0 auto;
 height: 180px;
 border-top: 1px solid #000;
 text-align:center;
 }
 	
#logo {
 float: left;
 margin-left: 10px;
 margin-top: 10px;
 width: auto;/*250px;*/
 }

#logo h1,#logo h2 {
font-weight:400;
letter-spacing:-2px;

}

#logo h1 {
font-size:2.4em;
padding-top:10px;
color: #F58220;
}
#logo h1 a{
	color: #f58220;
}

#logo h2 {
font-size:1.3em;
color: #a0a0a0;
}
#logo h2 a{
color: #a0a0a0;
}
 
 
 /***Top Navigation - try not to findle this took me a while to work out and get right***/

#topnav {
 margin-top:105px;
 margin-left: 300px
}

#topnav a{
 display: block;
 float: left;
 text-align: center;
 /*width: 95px; */
 height:30px;
 text-decoration: none;
 color: #a0a0a0;
 text-transform: uppercase;
 font-size: 0.8em;
 background:#fff;
 padding:3px 8px;
 margin:0 3px;
}

#topnav a:hover {
 color: #000;
}

#topnav .active {
 background-image:url(tab.png);
 color: #000;
 background-position:top left;
 background-repeat:no-repeat;}
	
/***MAIN CONTENT (WHITE) AREA***/

#content {
 clear: both;
 text-align: left;
 width: 650px;
 margin: 20px auto 0 auto;
 padding: 5px;
 width: 655px;
 }

#content a{text-decoration:underline;}
	
#content h2{
 font-size: 1.6em;
 text-transform: uppercase;
 letter-spacing:-1px;
 margin:10px 0;
 color: #F58220;}

#content h3 {margin-top:40px;}

#content p {
 font-size: 1em;
 line-height: 1.5em;
 color: #333;}

#content p a{
 color: #324A97;}
 
#content p a:hover {
 color: #fff;
 background: #324A97;}

#content blockquote {
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 500px;
 background: #f4f4f4;
 font-size: 0.8em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #a0a0a0;}
 
#content abbr {
 border-bottom: 1px dotted #8f8f8f;}

#content ul {}
ul {list-style:none;margin:0;padding:0;}
ul li {margin-bottom:10px;}

.category-title {}
.category-description {font-size:0.8em;}
.category-description p {margin:0;}
label {width:10em;float:left;clear:left;color:#555;}

ul.links {margin:25px 0 0;font-size:0.9em;}
ul.links li {margin-bottom:25px;}

.link-title {}
.link-description {font-size:0.9em;border-bottom:1px solid #aaa;padding-bottom:20px;}
.link-description p {margin:0;}


.subcategories {font-size:0.85em;}
.subcategories h3 {margin:0;}
.subcategories ul {margin:0 20px;}
.subcategories ul li {float:left;margin:0 20px 5px 0;}
.subcategories a {color:#4B6490}
.subcategories > * {clear:left;}

form fieldset {padding:10px;}

/***Add a new link***/
#add-link-form {font-family:"trebuchet ms",sans-serif;font-size:0.9em;margin:60px 0 10px;}
#recaptcha-form-verification {margin-left:10em;}
#add-link-form input[type="submit"] {margin-left:10em;}
#add-link-form p {margin-bottom:15px;}

/***Footer***/
#footer {border-top:2px solid #777;font-size:0.8em;margin-top:20px;padding:10px 0;}
#footer hr {clear:both;margin:10px 0;}
#footer ul {font-size:0.9em;}
#footer ul li {float:left;margin:0 5px 5px;}
#footer a {color:#fff;}
#footer p {margin:10px 0 25px;}

/***Random stuff Area***/

 
#latest {
 width: 100%;
 background: #333333 url(bg2.png) repeat-x;
 font-size: 0.7em;
 padding-top: 80px;
}

#container2 {
 clear: both;
 background: #333333;
 text-align: left;
 width: 650px;
 color: #fff;
 margin: 0 auto;}

#container2 h3{
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 10px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}
 
.name {
color: #c0c0c0;
}
 
.blocklinks {
 width: 320px;
 float: left;
 background: #333333;}

.blocklinks a.link {
  display: block;  
  padding: 10px;
  background: inherit;
  color: #fff;
  border-top: 1px dotted #a0a0a0;
}

.blocklinks a:hover.link { 
  color: #DDD;
  background: #525252;
  border-top: 1px dotted #a0a0a0;
}




#articles {
 width: 320px;
 float: right;
 background: #333333;}
	
/***FOOTER***/

#footer {
 width: 100%;
 clear: both;
 text-align: center;
 background: #333333;
 font-size: 0.8em;
 margin-top: 105px;
 color: #a0a0a0;}
 
 /** custom */
 #siteinformation {text-align:right;font-size:0.8em;color:#666;}
