/*   
Theme Name: ShipAIS
Theme URI: the-theme's-homepage
Description: a-brief-description
Version: 1.0
Author: Ian McConnell
Author URI: http://www.shipais.com
.
Minimalist main CSS file Aaron D. Campbell http://xavisys.com/General 
.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
h1 {
  font-size:2.0em;
}
h2 {
  font-size:1.7em;
}
h3 {
  font-size:1.5em;
}
h4 {
  font-size:1.2em;
}
h5 {
  font-size:1.0em;
}
h6 {
  font-size:.8em;
}
body {
  background-color:#FFF;
  color:#101010;
  font:100% "Trebuchet MS", Helvetica, Arial, sans-serif;
  min-width:675px;
}

p {
  line-height:1.3em;
  margin:1em 0;
}
ul,
ol,
dl {
  margin-top:1em;
}

dt {
  font-size:1.1em;
  font-weight:bold;
}
dd {
  margin:0 2em;
}
em { 
  font-weight:bold;
}
acronym { 
  font-style:italic;
  border-bottom:1px dotted #666;
}

#header {
  background-color:#96a3a9;
  width: 100%; /*ie requires this or height */
}

#headertitle h1 {
  font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size:2.0em;
  font-variant:small-caps;
  font-weight:bold;
  margin: 0;
  background-color:#FFF;
}
#headertitle h1,
#headertitle h1 a,
#headertitle h1 a:hover,
#headertitle h1 a:visited {
  background-color: white;
  text-decoration:none;
  background:transparent url(banner3.jpg) no-repeat; 
  background-position:top left;
  height: 50px;
  border: 0;
}
#headertitle h1 a { 
  margin-left:1em;
}
#header span { 
  font-size:.4em;
}
#page { 
}

#content {
  margin:0 0;
  padding-bottom: 5px;
  overflow: auto;
}
#content h1,
#content h2,
#content h3 {
  clear:both;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family:Georgia, Times, "Times New Roman", serif;
  margin-top:1em;
}

#content h1 { 
 margin-top: 0;
}

#content ol {
  margin-left:2em;
}
#content ul {
  margin-left:1.5em;
}

#contentpad { 
 padding-left: 0.5em;
 padding-right: 0.5em;
}

#sidebar {
  font-size:90%;
}
#sidebar h1 {
  font-size:1.9em;
}
#sidebar h2 {
  font-size:1.5em;
}
#sidebar h3 {
  font-size:1.1em;
  padding-left:0.2em;
  background-color: #daeea0;
}
#sidebar h4 {
  font-size:1em;
}
#sidebar h5 {
  font-size:.8em;
}
#sidebar h6 {
  font-size:.5em;
}
#sidebar,
.info_box {
  border:1px dotted #666;
  padding:.3em;
}
.info_box {
  float:right;
  margin-left: 3px;
  font-size: .8em;
}

#sidemenu p {
  margin:.5em;
}
#sidemenu ul { 
  margin-top: 0;
}
#sidemenu ul ul { 
  margin-left: 0.5em;
}
#sidemenu ul ul ul { 
  margin-left: 1em;
}
#sidemenu ul li {
  list-style-type:none;
  /* display: inline;  IE6 fix */
}
#sidemenu ul li li li {
  padding-left:.8em;
}
#sidemenu ul li a {
  display:block;
  padding:.2em .3em;
  color: #333;
  border: none;

}
#sidemenu label {
  display:block;
  float:left;
  height:21px;
  margin-right:10px;
  width:70px;
}
#pages ul,
#pages ol,
#pages dl {
  margin:0;
}

#pages li a,
.widget_pages li a,
.widget_links li a {
  font-size:1.0em;
  line-height:1em;
}
.widgettitle { 
  margin-top: -0.5em;
}
#pages li.current_page_item a {
  font-weight:bold;
}
#pages li.current_page_item li a {
  font-weight:normal;
}

#footer {
  clear:both;
  color:#999;
  font-size:.8em;
  padding-top:1em;
  text-align:center;
  width: 100%; /*ie requires this or height */
}
#footer p {
  margin:0;
}

.search {
	float:right;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:200px;
	border:1px solid #003400;
	margin:0;
	margin-top:4px;
	padding:0.2em 5px;
	background:#E2EDB8;
}

#gosearch {
	width: auto;
	margin-right:8px;
	padding:0.1em;
}
#gosearch:hover { 
 background-color: #ddd;
}



blockquote,
code {
  display:block;
  font-style:oblique;
  line-height:20px;
  margin:0 1em;
  padding:0 1em;
}

code {
  white-space:pre;
}
.more {
  display:block;
  font-size:.8em;
  text-align:right;
}

/*********
 * Forms *
 *********/
fieldset {
  margin-top:15px;
  padding:10px;
}

.message,
fieldset,
input,
button,
fieldset textarea,
fieldset select {
  border:1px solid #ddd;
}

legend {
  font-weight:bold;
  padding:5px 10px;
}

input,
button,
fieldset textarea,
fieldset select {
  color:#333;
  font:90% "Trebuchet MS", Helvetica, Arial, sans-serif;
  /* padding:4px;*/
}

option {
  padding:0 10px 0 5px;
}
fieldset label,
fieldset p.label {
  color:#777;
  text-align:right;
  width:145px;
}
fieldset label {
  margin:5px 0;
  margin-right:10px;
}

fieldset p {
  margin:0;
}
fieldset div {
  margin:5px 0;
  position:relative;
}
fieldset div div {
  margin:0;
}
fieldset p.label {
  left:0;
  position:absolute;
}

.radio {
  margin-left:160px;
}
.radio label,
.radio input {
  background:none;
  border:none;
  display:inline;
  float:none;
  vertical-align:middle;
  width:auto;
}
.radio div {
  clear:none;
  white-space:nowrap;
}
#sidebar form {
  margin:0 0 1em 0;
}

.submit,
#sidebar .submit {
  text-align:right;
}
#sidebar .submit {
  width:auto;
}
.submit input,
#sidebar .submit input {
  cursor:pointer;
  padding:0 21px;
  text-transform:lowercase;
  width:auto;
}

/*
#sidebar input {
  width: auto;
  display: inline !important;
  padding: 0 2px;
}
*/

#sidebar label {
  height:auto;
  margin-bottom:0;
  width:auto;
}

/* Layout, content-right */
#wrapper {
  width: 100%;
  float: right; /* swap */
  margin-left:-265px; /* swap */
}

#content {
  margin-left: 265px; /* swap */
  border-top: 1px solid #D3D3D3; /* to stop collapsing margins in Moz */
}
#sidebar {
  width:250px;
  float:right;
}

/* green */
legend,
#headertitle h1,
#headertitle h1 a,
#headertitle h1 a:hover,
#headertitle h1 a:visited {
    color:#E2EDB8;
}
.txtbox a,
.txtbox a:link {
  color:#550;
}
.txtbox a:visited {
  color:#417;
}
.txtbox a,
.txtbox a:link,
.txtbox a:visited {
  text-decoration:none;
  border-bottom:#6c9 1px dotted;
}
.txtbox a:hover,
.txtbox a:active {
  color:#333;
  background-color:#ddd;
  border-bottom:#699 1px solid;
}

.shipnames { 
padding: 0 2ex 0 1ex;
}

blockquote,
code {
    border-left:4px solid #262;
}

/* grey background */
html {
    background-color:#EFEFEF;
}
.bg_color {
    background-color:#E2EDB8;
}
blockquote,
code {
    background-color:#F2F2F2;
}


/* Simple Tabs Look = menu10 */
#menu10 { margin: .1ex;}
#menu10 ul {margin:0; margin-bottom: 2px; padding: 4px 0; border-bottom: 4px solid #E2EDB8; font-size:.9em; }
#menu10 ul li {display:inline; list-style-type: none;}
#menu10 ul li a:link, #menu10 ul li a:visited { background-color: #E2EDB8; color:#003400; text-decoration:none; padding: 4px; border-bottom: 0;}
#menu10 ul li a:hover { background-color:#ddd; }
#menu10 ul li a.current { background-color:#daeea0; }
/* end menu10 */


ul#fonts {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}
ul#fonts li {
float:left;
margin-left:5px;
}
ul#fonts li a:link,
ul#fonts li a:visited {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #000000;
color:#000000;
display:block;
float:left;
font-family:verdana,arial,helvetica,sans-serif,serif;
font-size:9px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:15px;
line-height:15px;
text-align:center;
text-decoration:none;
width:15px;
}
html > body ul#fonts li a,
html > body ul#fonts li a:visited {
min-width:15px;
width:auto;
}
ul#fonts li a:hover,
ul#fonts li a:active,
ul#fonts li a:focus {
border-color:#1B52AC !important;
}
ul#fonts li.sma a:link,
ul#fonts li.sma a:visited {
border-color:#1B52AC;
cursor:text;
}
ul#fonts li.med a,
ul#fonts li.med a:visited {
font-size:14px;
}
ul#fonts li.lar a,
ul#fonts li.lar a:visited {
font-size:18px;
}

.showpifaq_question { 
  font-weight: bold;
}
.showpifaq_answer { 
 margin: 1ex 1ex 1ex 1ex;
}

.cmsmap { 
margin-left: auto;
margin-right: auto;
}

.cmsmaptext { 
font-size: 80%;
line-height: 90%;
background: yellow;
border: 1px solid #666;
}
.cmsmaptext p { 
margin: 0;
padding: 0;
}

strong { 
font-weight: bold;
}

/* Images */
a.imgbox img, .imgbox img, .imgbox a:link img
{
border: 1px solid #A9A9A9;
}

.imgbox a:hover img {
border: 1px solid blue;
}

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


/*  */

table.photolist td { 
  padding: 1px 1ex 1px 1ex;
  border: 1px solid #aaa;
  text-align:left;
}

table.photolist tr.c1 td {
  background-color: #e8f6c0; /* #c8f6a0; */
}

table.photolist { 
  border: 1px solid black;
}

.photolist { 
margin-left:auto;
margin-right:auto;
text-align:center;
}

