/*  
Name: 
Description:
Author: will rossiter
Copyright: Its a FREE template but i would like if you left this notice here :D

*/

/***Misc Tags***/

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

body {
 background: #fff url(images/header_bg.gif) repeat-x;
 font-family: Arial, sans-serif;
 font-size: 16px;
 color: #000;
 text-align: center;}
 
a img{
 border: 0px;}

a {
text-decoration: none;}

.hidden {
 text-indent: -9000px;
 background: inherit;}

/***Header/logo tags***/

#header {
 width: 850px;
 margin: 0 auto;
 height: 140px;
}
 	
#logo {
	width: 409px;
	height: 140px;
	background: url('images/logo.png') no-repeat;
    background-position: 50%;
float: left;
}
#logo img {
	display: block;
}

#logo h1,#logo h2 {
letter-spacing:-1px;
}

#logo h1 {
	padding-left: 85px;
	padding-top: 40px;
	font-size:1em;
	color: #FFFFFF;
}

#logo h2 {
font-size:1.3em;
color: #a0a0a0;
}
 
 
 /***Top Navigation - try not to findle this took me a while to work out and get right***/

#topnav {
	margin-top: 5px;
	float: right;
}

#topnav a{
 display: block;
 float: left;
 text-align: center;
 line-height: 27px;
	padding-left: 9px;
	padding-right: 9px;
    text-decoration: none;
 color: #fff;
 text-transform: uppercase;
 font-size: 0.6em;
 background: url('images/nav_bg.gif') repeat-x;
 margin-left: 2px;
}

#topnav a:hover {
 background-image: none;
 background-color: #333;
}
	
#topnav .active {
 background-image: none;
 background-color: #666;	
}
	
/***MAIN CONTENT (WHITE) AREA***/

#content {
 clear: both;
 text-align: left;
 width: 820px;
 margin: 20px auto 20px auto;
 padding: 5px;}

#img_container {
 margin: 20px auto 20px auto;
}

#content h2{
 font-size: 1.2em;
 text-transform: uppercase;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #ff00b4;}

#content p {
 font-size: 0.8em;
 line-height: 1.5em;
 color: #8f8f8f;}

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


/***Random stuff Area***/

a.back:link, a.back:visited {
	padding-left: 35px;
	height: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	
	background: url('images/back-icon.gif') no-repeat;
}
 
#latest {
 width: 100%;
 background: #1a1a1a;
 font-size: 0.7em;
 padding-top: 30px;
}

#container2 {
 clear: both;
 background: #1a1a1a;
 text-align: left;
 width: 820px;
 color: #fff;
 margin: 0 auto;}

#container2 h3{
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 10px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #ffff56;}
 
#img {
	float: left;
}

.name {
color: #c0c0c0;
}
 
.blocklinks {
 width: 320px;
 float: left;
 background: #1a1a1a;}

.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: #1a1a1a;}
	
/***FOOTER***/

#footer {
 width: 100%;
 clear: both;
 text-align: center;
 background: #1a1a1a;
 font-size: 0.8em;
 margin-top: 105px;
 color: #a0a0a0;}