/*  
Theme Name: James Woodcock
Theme URI: http://jameswoodcock.co.uk
Description: Custom theme for James Woodcock
Version: 1.0
Author: Tammie Lister
Author URI: http://logicalbinary.com/

*/

body{
	background-color: #47626E;
	      font-family: Arial, Helvetica, Serif;
	font-size: small;
background-image: url('images/stripe.png');
        background-attachment: fixed;
}

#creditfooter
{
float:left;
}

div.feedburnerFeedBlock ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

#twitter_div ul {
margin-left:0;
padding-left:0;
list-style-type: none
}

.forummain {
	padding:0px;
}

#bannerforum{
	float: right;
	margin-right: 20px;
	margin-top: 15px;
	}

.headline{
	list-style-type: none;
	}

#page_wrapper {
	width: 990px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E5E5E8;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#banner{
	height: 50px;
	background-color: #080808;
	border-bottom: 1px solid #9f9c97;
}

#bottom_banner{
	height: 50px;
	background-color: #080808;
}

#header{
	background-image: url('images/banner_background.jpg');
	background-repeat: no-repeat;
	height: 90px;
}

#bottom_header{
	background-image: url('images/bottom_banner.jpg');
	background-repeat: no-repeat;
	height: 50px;
}

#navigation{
	background-image: url('images/nav_background.jpg');
	background-repeat: repeat-x;
	height: 28px;
	border-top: 1px solid #9f9c97;
	border-bottom: 1px solid #9f9c97;
}



#footer{
	clear: both;
}

#footer_banner{
	
}


/* navigation */




#logo{
	font-size: 200%;
	padding: 20px 0px 0 20px;
	font-weight: normal;
	color: #F5F5FF;
	text-transform: uppercase;
	letter-spacing:2px;
	text-shadow:0 -1px 1px #000;
	-moz-text-shadow:0 -1px 1px #000;
	-webkit-text-shadow:0 -1px 1px #000;
	font-weight:bold;
}

#strap_line{
	color: #AAC;
	font-size: 115%;
	text-transform: uppercase;
	letter-spacing:2px;
	padding: 0px 0px 0px 20px;
}

/* navigation */
#navigation ul
{
margin: 0px;
padding: 0px;
color: #fffff;
float: left;
width: 100%;
}

#navigation ul
{
margin: 0px;
padding: 0px;
color: #fffff;
float: left;
width: 100%;
}

#navigation ul li { display: inline; }

#navigation ul li a
{
padding: 5px 36px 5px 10px;
text-transform: uppercase;
font-size: 110%;
height: 18px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
float: left;
border-right: 1px solid #6a899b;
}

#navigation ul li a:hover
{
	
	font-weight: bold;
background-color: #e06000;
color: #ffffff;
}

/* ul li{
	list-style: circle;
	
} */

#current{
	background-color: #e06000;
}

.searchwordpress{
	float: right;
        margin: 12px 5px 0px 0px;
}



  #search_box {
  width: 184px;
  height: 35px;
float: right;
margin-top: 5px;
  background: url(images/search_back.jpg);
background-repeat: none;
  }
  #search_box #zoom_query {
  float: left;
  padding: 0px;
 border: 0px;
margin: 10px 0px 0px 22px;
color: #cccccc;
 width: 125px;
 background: none;
 }
 #search_box #searchsubmit{
float: right; }