@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Vessels
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Christopher Reilley
Author URI: http://www.reilleydesign.com
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body
{
	margin: 0;
	padding: 0;
	font: 85% arial, helvetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #FFF;
}

img  {
  border: none;
  padding: 1px;
  margin: 0;
}

a:link { color: #506E5E; }
a:visited { color: #666; }

a:hover, a:active
{
	color: #000;
}


/* =Typography
-------------------------------------------------------------------*/
h1 {
	
}

h2 {
	color: #506E5E;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #506E5E;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 -.5em 0;
padding-top: 10px;
}

#container
{
	margin: 3em auto;
	width: 716px;
	text-align: left;
	background-color: #fff;
}

#header
{
	height: 90px;
	width: 714px;
	background-color: #fff;
	background-image: url(images/vessels_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border: 1px solid #fff;
	border-bottom: 0px solid #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu li
{
	font-size: 11px;
padding: 4px 0 0 0;

}
#menu
{
        float: right;
	width: 150px;
/*	border-left: 1px dashed #AFBDB6; */
        margin-top: 20px;
}

#menu p
{
        margin: 0px;
}

#contents { margin: 40px 220px 40px 40px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #fff; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #AFBDB6;
	text-align: right;
	font-size: 1em;
	padding: 5px;
        margin: 1px;
        border-top: solid 1px #93A49C;
}

#skipmenu
{
	position: absolute;
	color: #fff;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #fff;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

/* =Wordpress Specific
-------------------------------------------------------------------*/

 #container
{
	
}


#pagenav {
  margin: 100px;
  color: #333;
} 

#mainnav
{

	color: #AFBDB6;
	font-weight: normal;
    margin: 0 1px;
	padding: 5px 0 4px 0;
	margin-bottom: 11px;
	border-bottom: solid 1px #93A49C;
	border-top: solid 1px #93A49C;
}

#mainnav ul
{
	margin: 0 0 0 50px;
	padding: 0;
	list-style-type: none;
    font-size: 12px;
}

#mainnav li
{
	display: inline;
	padding: 0 45px 0 0;

}

#mainnav li a
{
	text-decoration: none;
	color: #93A49C;
}

#mainnav li a:hover
{
	text-decoration: none;
	color: #506E5E;
}

#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 125%;
}

.imagefloat
{
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}

.blogentry ul
{
	list-style-type: none;
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
}

.blogentry li
{
	display: inline;
	padding: 0 0 0 7px;
}

.wp-caption-text {
         font-size: .85em;
}

