/*  
Theme Name: Rear Vision
Theme URI: http://wordpress.org/
Description: Rear Vision theme created by <a href="http://www.beammeout.com">Beammeout</a> (widget ready). 
Version: 1.0
Author: Ross Brewer
Author URI: http://www.beammeout.com
*/

body
{
color: #333;	
font-size: 12px;
line-height: 16px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
background: #E8E9EA url(images/bodyback.gif) top center repeat-x;
}

#map {
margin: 15px 0 0 0;
border: 3px #6C7888 double;
}

a {
text-decoration: none;
color: #84042D;
}

a:hover {
color: #D70749;
text-decoration: underline;
}

.entry a {
color: #84042D;
}

p {
margin: 5px 0 5px 0;
}

a img { border: 0 }


#search {
float: right;
margin: 20px 25px 0 0;
}

#searchsubmit {
width:50px;
}

#banner {
color: #fff;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
text-align: left;
margin: 0 0 0 600px;
padding-top: 70px;
}

#banner a {
color: #fff;
text-decoration: none;
}
	
#header
{
height:292px;
background: url(images/newlogohead.jpg) top center no-repeat;
margin: 0 auto;
border-top: 0px solid #ccc;
width: 850px;
padding: 0;
text-align: center;
}


/*################################
Suckerfish Navigation Start
##################################*/
#nav, #nav ul {
	width: 842px;
	height: 25px;
	margin: 0 auto;
    padding: 0;
	list-style: none;
	text-align: center;
	background: url(images/menubarblue.gif) top center no-repeat;
}
#nav li {
	float: left;
	width: 140px;  
	height: 25px;
	border: none;
	text-align: left;
	padding: 0;
	margin: 0 auto;	
}
#nav li a {
	display: block;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-top:2px;
	width: 140px; 
	height: 25px;
	overflow: hidden;
	text-align: center;	
	background-image:url(images/menuspacer.jpg);
background-position: right;
background-repeat: no-repeat;
}

#nav li a.nospace {
	display: block;
	text-decoration: none;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-top:2px;
	width: 140px; 
	height: 25px;
	overflow: hidden;
	text-align: center;	
	background-image: none;
background-position: right;
background-repeat: no-repeat;
}
	
#nav li a:hover {
	/* border-left: 1px solid #FFFFFF; */
	color: #B3CFEB; 
}
/* ----------- */
/* sub menus */
/* ----------- */
#nav li ul, #nav li ul li ul {
	position: absolute;
	/* top: 0px; */
	width: 138px;
	left: -999em;
	text-align: left; 
	background: #FFF;
	border: none;
	z-index: 1;
}
#nav li .pages, #nav li .recent, #nav li .archives, #nav li .categories, #nav li .meta {
	border: 2px solid #777799;
	border-top: none;
	height: auto;
}

/* shows the drop - downs */
#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul li:hover ul {
	left: auto;
}

/* sets background when hovering over drop-down menu items */
#nav li ul a:hover {
	color: #000;
	background: #BBC0D4;
	
}

/* style of each sub menu item listing */
#nav li ul li, #nav li ul li a {
	color: #44447B;
	float: left;
	text-align: left;
	width: 138px;
	padding: 0;
	line-height: 25px;
	height: 25px;
	margin: 0;
	text-indent: 3px;
background: #fff;
border-bottom: 1px solid #ccc;
}
#nav li ul li .bottom, #nav li ul li a .bottom {
	height: 0px;
	line-height: 0px;
}
* html #nav li ul li, * html #nav li ul li a {
	border-left: 0px solid #003053;
	border-right: 0px solid #003053;
}
/*################################
Suckerfish Navigation End
##################################*/


#page
{
margin: 20px auto;	
background: #fff url(images/) top center repeat-y;
width: 850px;
text-align: left;
border: 1px #ccc solid;
}

#leftcol {
 	 width: 48%;
     float: left;
	margin-top: 0px;
	padding: 0;
	text-align: left;
	border-top: 0px #ccc solid;
	}
	
	.leftcolsub {
	 width: 48%;
     float: left;
	margin-top: 0px;
	padding: 5px;
	text-align: left;
	border-top: 0px #ccc solid;	
	}

	
	#rightcol {	
    margin-left: 56%;
    margin-top: 15px;
	padding: 0;
	text-align: left;
	border-top: 0px #ccc solid;
	}
	
	
	.rightcolsub {	
    margin-left: 53%;
    margin-top: 15px;
	padding-top: 5px;
	text-align: left;
	border-top: 0px #ccc solid;
	display: block;
	}
	
	#leftcolmap {
 	 width: 40%;
     float: left;
	margin-top: 0px;
	padding: 0;
	text-align: left;
	border-top: 0px #ccc solid;
	}
	
	.rightcolmap {	
    margin-left: 51%;
    margin-top: 15px;
	text-align: left;
	}
	
	.contentfullpagenb {
	width: 99%;
	clear: both;
	margin: 10px 0 5px 0;
	}

#sidebar ul ul li:before {
	content: "\00BB \0020";
	}
	
		 .contentfullpagenb ul li {
	list-style-image: url(images/diamondbullet.gif);/* replace bullet with image of your choice */
	}
	
	
	 #leftcol ul li {
	list-style-image: url(images/diamondbullet.gif);/* replace bullet with image of your choice */
	line-height: 18px;
	}
	
	#rightcol ul li {
	list-style-image: url(images/diamondbullet.gif);/* replace bullet with image of your choice */
	line-height: 18px;
	}
	
	.rightcolsub ul li, .leftcolsub ul li {
	list-style-image: url(images/diamondbullet.gif);/* replace bullet with image of your choice */
	line-height: 18px;
	}
	
		 .narrowcolumn ul li {
	list-style-image: url(images/diamondbullet.gif);/* replace bullet with image of your choice */
	}
	
	

	
	/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	}

 #searchform #s {
	width: 110px;
	padding: 2px;
	margin: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 200px;
	}

#commentform input {
	width: 180px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

	#sidebar h2 {
    color: #25516E;
	background-color: #fff;	
	font-size: 16px; 
	line-height: 18px;
	font-weight: bold; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-transform: none;
	text-align: left;	
	width: 140px;
	}

#sidebar
{
color: #333;	
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 12px;
width: 200px;
margin-left: 648px;
margin-top: 15px;
text-align: left;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin:  5px 0 5px 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	}
	
	#sidebar ul a {
	color: #725F88;
	text-transform: none;
	}
	
	#sidebar ul a:hover {
	color: #D73228;
	background: #fff;
	text-decoration: underline;
	}

#sidebar form {
	margin: 10px 0 10px 0;
	}	

#footer
{
clear: both;
width: 850px;
text-align: center;
margin: 0 auto;
background: #F4F5F6;
border-top: #ccc solid 1px;
border-bottom: #ccc solid 1px;
}

#footer p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 10px;
}


#content {
margin: 15px 0 0 0;
float: left;
width: 565px;
}


.narrowcolumn {
	padding: 0 5px 0 10px;
	margin: 0 10px 0 10px;
	width: 750px;

	}

.widecolumn {
	padding: 10px 0 20px 25px;
	margin: 5px 0 0 180px;
	width: 600px;
	}
	
	#fullwidth {	
	margin: 5px auto;
	width: 810px;
	clear: both;
	}
	
	img.alignleft {
float: left;
margin: 5px 10px 5px 5px;
display: inline;
}
	
img.alignleftborder {
float: left;
margin: 5px 10px 5px 5px;
display: inline;
border:3px double #ccc;
}

img.alignright {
float: right;
padding: 5px;
display: inline;
}

img.border {
border:3px double #ccc;
padding: 1px;
}

img.centered {
margin: 0 auto;
display: inline;
padding: 5px;
text-align: center;
}

.centered {
margin: 0 auto;
text-align: center;
}


p.centered  {
margin: 20px auto 0 auto;
padding: 2px;
display: inline;
text-align: center;
}

#left {
float: left;
padding: 5px 10px 5px 5px;
display: inline;
}

#right {
float: right;
padding: 5px;
display: inline;
}

h2 {
    color: #25516E;
	background-color: #fff;	
	font-size: 16px; 
	line-height: 18px;
	font-weight: bold; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-transform: none;
	text-align: left;	
}

h2 a {
    color: #25516E;
	background-color: #fff;	
	font-size: 16px; 
	line-height: 18px;
	font-weight: bold; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-transform: none;
	text-align: left;	 
}

h2 a:hover {
   color: #5E256E;
   }


h3 {
color: #20597F;
margin: 5px;
padding: 2px;
font-size: 14px; 
line-height: 16px;
font-weight: bold;
}

h3.yellow {
color: #fff;
background-color: #4a6b9c;
margin: 5px;
padding: 5px;
font-size: 14px; 
line-height: 16px;
font-weight: bold;
}

h3.white {
color: #fff;
margin: 5px 0 5px 0;
font-size: 16px; 
line-height: 18px;
}

.time {
color: #fff;	
	font-size: 10px; 
	line-height: 12px;
	font-weight: normal; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	text-transform: none;
	text-align: left;
}

table th {
	background: #cccccc;
	}
	
	.postmetadata {
	clear: both;
border-bottom: #ccc 2px dotted;
margin: 5px 0 10px 0;
}


