/*  
Theme Name: thomson Gray
Theme URI: 
Description: A theme designed by 39steps
Author: Lewis Bilsland
Author URI: http://www.39stepsstudio.com
*/
* {
padding:0;
margin:0;
z-index:0;
}

body {
font-family: Arial, Helvetica, sans-serif;
background:url("images/dark_background.jpg") top center repeat-x #cecece;
}

img { border: 0; }
a:focus { outline: none; }
.clear { clear:both; }

.left {
float:left;
padding:8px 8px 8px 0;
}

.right {
float:right;
padding:8px 0 8px 8px;
}

h1 {
color:#333333;
font-size: 26px;
padding:0 0 25px 0;
font-weight:normal;
}

h2 {
color:#333333;
font-size: 18px;
padding:0 0 17px 0;
font-weight:normal;
}

h3 {
color:#333333;
font-size: 16px;
padding:0 0 5px 0;
font-weight:normal;
}

h2 a{
color:#333333;
}

h3 a{
color:#333333;
}


p {
padding:0 0 17px 0;
font-size: 12px;
color: #666666;
line-height: 16px;
}

a {
text-decoration: none;
color: #f98310;
}

a:hover {
color: #f98310;
text-decoration: underline;
}
/*----------------------------- subnavigation --------------------------------------*/

.subwrapper {
display: block;
width: 259px;
text-align: left;
font-size:12px;
padding: 0px 0px 0px 0px;
}

.subwrapper li{
list-style: none;
}

.wrappersublist {
display: block;
width: 259px;
margin-bottom: 0px;
padding: 0;
}

.sublist {
 margin: 0;/*removes indent IE and Opera*/
 padding: 0;/*removes indent Mozilla and NN7*/
 list-style: none;
}

.sublist a, .sublist a:visited {
  display: block;
  height: 25px;
  line-height: 25px;/*must be equal to height. Centers the text vertically*/
  padding: 0 0 0 15px;
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #5b5b5a;
  text-decoration: none;
  background: url(images/subnav_home.gif) repeat-x left top;
}

.sublist a:hover {
  background-position: 0 -25px;   /* Shift background image vertically 24px, or start of the 2nd background image (on mouseover) */
  font-size: 12px;
  font-weight: normal;
  color: #cccccc;
}

/*----------------------------- subnavigation PAGE ITEM --------------------------------------*/

.page_item {
 margin: 0;/*removes indent IE and Opera*/
 padding: 0;/*removes indent Mozilla and NN7*/
 list-style: none;
 width: 259px;
}

.page_item a, .page_item a:visited {
  display: block;
  height: 25px;
  line-height: 25px;/*must be equal to height. Centers the text vertically*/
  padding: 0 0 0 15px;
  border: none;
  font-size: 12px;
  font-weight: normal;
  color: #5b5b5a;
  text-decoration: none;
  background: url(images/subnav_home.gif) repeat-x left top;
}

.page_item a:hover {
  background-position: 0 -25px;   /* Shift background image vertically 24px, or start of the 2nd background image (on mouseover) */
  font-size: 12px;
  font-weight: normal;
  color: #cccccc;
}
ul li.current_page_item a:link,
ul li.current_page_item a:visited,
ul li.current_page_item a:active,
ul li.current_page_item a:hover {
color: #f98310;
font-weight: bold;
}


/*----------------------------- Wrapper and header --------------------------------------*/
#wrapper_header {
	width:880px;
	height:382px;
	margin:0 auto;
}

#container_header {
	position:relative;
	margin:0 auto;
	width:880px;
	height:382px;
}

#logo {
width: 880px;
height: 157px;
background:url("images/logo.gif") top center no-repeat;

}

#hero {
	position:absolute;
	bottom:0;
	left:0;
	width:880px;
	height:225px;
}

/*----------------------------- top navigation --------------------------------------*/

#nav {
	position:absolute;
	top:128px;
	right:0;
	list-style:none;
}

#nav li {
	float:left;
}

#nav li a {
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:3px 0 0 15px;
	font-size:85%;
}

#nav li a.active{
	color:#f8b200;
	font-weight:bold;
}

#nav li a:hover {
	color:#666666;
}


/*----------------------------- content area --------------------------------------*/

div#wrapper_content {
	width:100%;
	min-height:469px;
	background:url('images/base_background.jpg') bottom repeat-x;
	background-color: #ffffff;
}

div#wrapper_content div#container_content {
	margin:0 auto;
	width:880px;
	padding:15px 0px 0px 0px;
}

/*----------------------------- bar --------------------------------------*/

.bar {
	height:15px;
	font-size:0;
	width:100%;
	background:url('images/footer_line.gif') repeat-x;
	margin:0 0 5px 0;
	clear:both;
}

/*----------------------------- home page and layouts --------------------------------------*/


#home {
	background:url("images/three_columns.jpg") top left no-repeat;
	float:left;
	width: 880px;
	margin:0 0 1px 0;
	padding:25px 0 40px 0;
}

#column1 {
	width:259px;
	float:left;
	padding:0px 17px 0px 17px;
}

#column1 li{
list-style:none;
}

#column2 {
	width:259px;
	float:left;
	padding:0px 17px 0px 17px;
}
	
#column3 {
	width:260px;
	float:left;
	padding:0px 17px 0px 17px;
}

#columncontact {
	width:880px;
	float:left;
	padding:0px 17px 0px 17px;
}

#columncontactleft {
	width:406px;
	float:left;
	padding:0px 17px 0px 0px;
}

#columncontactleft li{
list-style:none;
}

#columncontactright {
	width:406px;
	float:left;
	padding:0px 17px 0px 17px;
}


/*----------------------------- template02 --------------------------------------*/

#template02 {
	background:url("images/two_columns.jpg") top left no-repeat;
	float:left;
	width: 880px;
	margin:0 0 1px 0;
	padding:25px 0 40px 0;
}

#template03 {
	background:url("images/contact_columns.jpg") top left no-repeat;
	float:left;
	width: 880px;
	margin:0 0 1px 0;
	padding:25px 0 40px 0;
}

#columnleft {
	width:552px;
	float:left;
	padding:0px 17px 0px 17px;
}

#columnleft ul {
	margin-left: 0px;
	list-style: none;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

#columnleft ul li {
	background: url(images/bullet_list.gif) no-repeat 0 4px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#columnright {
	width:260px;
	float:left;
	padding:0px 17px 0px 17px;
}

/*----------------------------- footer --------------------------------------*/

#footer{
height: 140px;
}

#footer ul {
	list-style:none;
	padding:0 0 0px 0;
}

#footer ul li {
	display:inline;
	font-size: 11px;
	color:#666666;
	padding:0 10px 0 0px;
}

#footer ul li.last {
	background:none;
}

#footer ul li a {
	color:#666666;
	text-decoration:none;
}

#footer ul li a:hover {
	text-decoration:underline;
}

/*---------------------------------------- RECENT ITEMS -------------------------------------*/


#recent-items a{
font-size: 12px;
text-decoration:none;
font-weight:bold;
color: #5b5b5a;
}

#recent-items a:hover{
font-size: 12px;
font-weight:bold;
color: #f98310;
}

#recent-items li{
line-height: 14px;
padding: 0px 0px 0px 0px
}

/*---------------------------------------- BLOG SPECIFIC -------------------------------------*/
.wp-caption-text{

}

.top_meta {
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}


.bottom_meta {
	font-size: 12px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
.alt {
	margin: 0;
	padding: 10px;
	}
	
.alignright {
float:right;
}	

.newsheading {
float:left;
}

.postnavleft{
font: normal 12px Helvetica, Arial, sans-serif;
float:left
}

.postnavright{
font: normal 12px Helvetica, Arial, sans-serif;
float:right
}

.navigation{
padding: 0px 0px 20px 0px;
}

.searchbox{
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
}


.postnavleft{
color:#f98310;
font-weight:bold;
}


.postnavright{
color:#f98310;
font-weight:bold;
}

.postnavleft a{
font-weight:normal;
}


.postnavright a{
font-weight:normal;
}