/*  
Theme Name: Blueline
Theme URI: http://www.gpsgazette.com/
Description: Blueline is a 3 column theme with one sidebar on the right and one to the left of the content area that uses a soft color scheme and very few images. Bothsidebars are widget ready.
Version: 1.0
Author: GPS Gazette
Author URI: http://www.gpsgazette.com/
*/		

 .floatleft
{
float: left;
margin: 10px 10px 0 0;
border: 1px solid #666;
padding: 2px;
}

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

ul
{
list-style: none;
}

body 
{
font-size: 14px;
margin: 0px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}



/*#searchform {
margin-left: 5px;
	}*/

/* navigation
--------------------------------------------------*/
#navigation {
margin-left:auto;
margin-right:auto;
width: 86%;
height:2.7em;
line-height:2.7em;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  
  border-right:1px solid;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 18px;
  font-size:0.8em;
  text-transform:uppercase;
  letter-spacing:1px;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  height:100%;
  width:164px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:1.5em;
  width:115px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}

#navigation #searchbutton {
  height:2em;
  width:auto;
  padding:0 1px;
 /* border:1px solid;*/
  font-size:9px;
  letter-spacing:1px;
  text-align:center;
  vertical-align:middle;
}

#navigation {
background-color:#96A096;
border-top: 1px solid #96A096;
}

#navigation li {border-color:#D1D7DC;}

#navigation a {color:white;}

#navigation .selected,
#navigation a:hover
  {background-color:#839087}

#navigation form {
  border-color:#D1D7DC;
  background:#96A096 url(img/search.gif) bottom left no-repeat;;
}

#navigation #s {border-color:#FFF9EA;}

#navigation #searchbutton {
  color:white;
  background-color:#96A096;
}

