/*  
Theme Name: nautilusmaritime.com
Theme URI: http://nautilusmaritime.com
Description: Theme for nautilusmaritime.com
Version: 1.0
Author: Blam Designs
Author URI: http://blamdesigns.com

*/

body {
	background: #B0B1B3;
}

h2 {
	margin: 3px 0px 3px 0px;
}

h3 { clear: both; }
img {
	border: none;
}

#container {
	width: 1024px;
}

#header {
	height: 191px;
	background: url(images/header_logo.png) no-repeat;
}

#bar {
	height: 30px;
	background-image: url(images/bar_round2.png);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	font-size: 14pt;
	font-family: Arial;
	margin: 0px;
}

#nav a{
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#company_name_bar {
	text-align: right;
}

#content {
	clear: both;
	margin-top: -5px;
	padding: 10px;
	text-align: justify;
}

#title {
	margin-top: 0px;
}

#foot_divider {
	clear: both;
	height: 30px;
	background-image: url(images/bar_round2.png);
	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#footer {
	height: 20px;
	background-color: #000000;
	padding-right: 10px;
	padding-top: 5px;
	color: #B0B1B3;
	text-align: right;
	font-size: 10pt;
}

#footer a {
	text-decoration: none;
	color: #B0B1B3;
}

#footer a:hover {
	text-decoration: underline;
}

#nav_footer {
	text-align: left;
}

#contd { background-color: white;

	background-image: url(images/background.jpg);
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
 }

#footer table tr td { background-color: #000000; }
/* utilities */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
	font-size: .01em;
	height: 1px;
	overflow: hidden;
}

.lpad { 		padding-left: 10px;  }
.lpad.more {	padding-left: 15px; }	
.rpad { 		padding-right: 10px; }
.rpad.mroe { 	padding-right: 15px; }

.fleft {		float: left; }
.fright {		float: right; }
.block {		display: block; }

.size1 {		font-size: 1.1em; }
.size2 {		font-size: 1.2em; }
.size3 {		font-size: 1.3em; }

/* wordpress defaults **/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
