/* @override 
	http://www.oceaneering.com/wp-content/themes/oceaneering/style.css
*/

/* 
Theme Name: Oceaneering [201008 - blue bars]
Theme URL: http://www.oceaneering.com/
Author: Eric Sheline
Author URI: http://www.oceaneering.com
Version: 2.0
*/

/* -- RESET -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- STICKY FOOTER -- */

html, body {height: 100%;}

#wrap {min-height: 100%; width: 100%;}

#container {overflow:auto;
	padding-bottom: 225px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -225px; /* negative value of footer height */
	height: 225px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* -- GLOBAL -- */

html{
  font-size: 100%;
}

body{
  font-family: Helvetica, Arial, Sans;
  font-size: 13px;
  font-style: normal;
  color: #333;
}

/* -- STYLE: GENERAL ELEMENTS -- */

h1{
	
}

h2{
	font-size: 17px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px 0;
	line-height: 22px;
}

h3{
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

h3.date{
	margin: 10px 0 0 0;
}

h3.hpsectionhead{
	margin: 5px 0 5px 15px;
}
	
h4{
	color: #333;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

h6{
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: normal;
}

a{
  color: #003366;
  text-decoration: none;
}

.post a{
	text-decoration: underline;
}

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

a.nostyle{
	color: #333;
}

a.nostyle:hover{
	color: #fff;
}

img{
  border: 0;
  margin: 0;
}

a img:hover{
	background: #fff;
}

p{
  line-height: 140%;
  margin: 7px 0 10px 0;
}

p.even{
	line-height: 120%;
	margin: 10px 0 10px 0;
}

strong{
	font-weight: bold;
}

em{
	font-style:italic;
}

div#contentbox ul{
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}


/* -- STYLE: IMAGES -- */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px 4px 4px 14px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px 14px 4px 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* -- STYLE: MISC / NICHE -- */

p.raw{
	margin: 0;
}

p.date{
	margin: 0 0 10px 10px;
}

.irpost{
	margin: 0 0 20px 0;
}
	
p.postdate{
	color: #666;
	margin: 0 0 10px 20px;
	font-style: italic;
}

p.irpostdate{
	color: #666;
	margin: 0;
	padding: 0;
}

p.irdisclaimer{
	margin: 0 0 10px 0;
	font-style: italic;
	font-size: .75em;
}

.breadcrumb{
	margin: 0 0 10px 0;
	font-style: italic;
}

.clearall{
	clear: both;
}

.clear{
	clear: both;
}

.tenpx{
	height: 10px;
	width: 100%;
	clear: both;
}

a.yellow{
	color: #003366;
	background-color: #ffff33;
}

.hp-featured-thumbnail{

}

.attachment-hpnewsthumb{

}

img.hpnewsthumb{
	padding: 10px 0 0 0;
}

#homepagepost.p{
	margin-top: 0;
}

#topbanner{
	margin: 0 auto;
	padding-bottom: 10px;
	width: 1000px;
}

/* -- DIVS (PRIMARY) -- */

#printlogo{
	display:none;
}

#container{
	background: #fff;
}

.centercontainer{
	width: 1000px;
	margin: 0 auto;
}

.centercontainerbody{
	width: 1000px;
	padding: 20px;
	margin: 0 auto;
	background: url(/wp-content/themes/oceaneering/images/74pct-transparent.png);
}

#post{
	height: 100%;
	clear: both;
	margin: 0;
	padding:0;
}

.post{
	height: 100%;
	clear: both;
	margin: 0 0 10px 0;
	padding:0;
}
	
#hpnewspost{
	margin: 0;
	padding: 0;
}
	
#hpnewsfeatured{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

#postmeta{}

#postnavigation{}

#postfoot{
	clear:both;
}

.cccpagebreak {
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
}

/* -- DIV: MAIN CONTENT BOX (used with sidebar) -- */

#contentbox{
	width: 640px;
	float: right;
}

#contentbox ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

#contentbox li{
	padding-left: 20px;
}

#contentbox ol {
	margin:12px;
	padding: 0 0 0 20px;
}

#contentbox ul li {
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 120%;
}

#contentbox ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#contentbox ul ul li {
	list-style-position: inside;
}

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

#contentbox ul ul ul li{
	padding: 0 0 0 15px;
	color: #898989;
}

#subpagenav {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	clear:both;
}

/* -- DIV: SIDEBAR -- */

#sidebar{
	width: 350px;
	float: left;
}

#sidebarsub{
	width: 338px;
	margin: 0 0 10px 0;
}

#sidenav {
	margin: 0;
	padding: 10px;
	line-height: 1.5em;
	color: #003366;
	list-style-type: none;
}

#sidenav ul li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

#sidenav ul li ul li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: square;
}

/* -- DIV: FOOTER -- */

#footer{
	background: #113457;
	color: #fff;
	font-size: 11px;
}

.footercontent{
	padding: 10px 0 10px 0;
}

.nav-footer a, .nav-footer-double a{
	font-size: 13px;
}

.nav-footer{
	width: 240px;
}

.nav-footer-double{
	width: 460px;
}

.nav-footer, .nav-footer-double{
	float: left;
}

.nav-footer ul, .nav-footer-double ul{
	list-style-type: none;
}

.nav-footer h2, .nav-footer-double h2{
	color: #fff;
}

#footer a{
	color: #fff;
}

.legalese{
	clear: all;
	margin-top: 10px;
	border-top: 1px solid #fff;
	padding: 10px 0;
	font-size: 10px;
}

.socialicons{
	width: 40px;
	height: 40px;
}

img.socialicons:hover{
	background: none;
}

/* -- ELEMENT: GOOGLE SITE SEARCH -- */

.gsearchfieldheader{
	width: 150px;
}

.gsearchfieldbody{
	width:300px;
}

.gsearchsubmit{
	font: bold 80% Helvetica, Arial, sans-serif;
	color: #003366;
	background-color:  #ffffff;
	border:  1px solid;
	border-color: #ccc;
	padding: 2px;
	position:  relative;
	bottom: 1px;
}

/* -- ELEMENT: HEADER -- */

#header{
	background: url(/wp-content/themes/oceaneering/images/header-bg.jpg) repeat-x;
	height: 80px;
	color: #fff;
}

#header a{
	color: #fff;
}

#header a:hover, #footer a:hover{
	color: #113457;
	background-color: #fff;
}

#headerleftimg{
	float: left;
	margin: 10px 0 0 25px;
}

#headerleftimg a:hover{
	background: none;
}

#socialcontainer a:hover{
	background: none;
}

img.titlelogo:hover{
	background: none;
}

.titlelogo{
	height: 50px;
}

#headertoplinks{
	float:right;
	height: 32px;
	position: relative;
	top: 20px;
	left: -200px;
	font-size: 10px;
	text-transform: uppercase;
	width: 445px;
}

#headertoplinks ul{
	list-style-type: none;
}

#headertoplinks li{
	display: inline;
	padding-right: 20px;
}
	
#headerlinks{
	float: right;
	width: 290px;
	height: 14px;
	font-size: 11px;
	clear: right;
}

#headersearch{
	float: right;
	width: 255px;
	height: 26px;
	position: relative;
	top: 15px;
	margin: 0 0 20px 0;
	left: 490px;
}

/* -- ELEMENT: CAPTIONS -- */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f0f0f0;
	padding-top: 4px;
	margin: 2px 10px 2px 4px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .85em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* -- PAGE-SPECIFIC: HOMEPAGE -- */

.homepage-post{
}

#hpsublcontainer{
	width: 291px;
	float: left;
	border-right: 1px solid #ccc;
}

.hpsubl {
	width: 268px;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
}

#hpsubccontainer{
	width: 291px;
	float:  right;
}

.hpsubc{
	width: 268px;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
}

#hpsubrcontainer{
	width:392px;
	margin: 0 15px 0 0;
	float:right;
	border-left: 1px solid #ccc;
}
	
.hpsubr {
	width: 374px;
	margin: 10px 0 0 10px;
	padding: 5px 10px 5px 10px;
}

/* -- PAGE-SPECIFIC: INVESTOR RELATIONS -- */
	
.irsubl {
	width: 300px;
	float: left;
	margin: 10px 0 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #ccc;
}

.irsubr {
	width: 300px;
	float: right;
	margin: 10px 0 0 10px;
	padding: 0;
}

/* -- SUBPAGE EXCERPT TEMPLATE -- */

.subpage-list-post{
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #ccc;
}

.subpages-featured-thumb{
	padding: 0 10px 10px 0;
}
/* size 200x200 pixels, defined in functions.php */

.subpage-excerpt{
	width: 420px;
	float: right;
}

/* -- STYLE: CSS hpmenu -- */

/* ================================================================ 
Original CSS hpmenu code by Stu Nicholls [http://www.cssplay.co.uk]
=================================================================== */

.hpmenu {
	width: 785px;
	height: 18px;
	position:relative;
	float: right;
	z-index:100;
	clear: both;
	text-align: center;
}

/* hack to correct IE5.5 faulty box model 
* html .hpmenu {
	width:900px;
	w\idth:899px;
}*/

/* remove all the bullets, borders and padding from the default list styling */
.hpmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.hpmenu ul ul {
	width:149px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown hpmenu positon */
.hpmenu li {
	float:left;
	width:149px;
	position:relative;
}

.hpmenu li.hpmenurov {
	width: 61px;
}

/* style the links for the top level */
.hpmenu a, .hpmenu a:visited {
	display:block;
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
	height:20px;
	padding-left:5px;
	line-height:19px;
}

/* a hack so that IE5.5 faulty box model is corrected 
* html .hpmenu a, * html .hpmenu a:visited {
	width:149px;
	w\idth:138px;
}*/

/* style the second level background */
.hpmenu ul ul a.drop, .hpmenu ul ul a.drop:visited {
	background:#d4d8bd no-repeat 130px center;
}

/* style the second level hover */
.hpmenu ul ul a.drop:hover{
	background:#c9ba65 no-repeat 130px center;
}

.hpmenu ul ul :hover > a.drop {
	background:#c9ba65 no-repeat 130px center;
}

/* style the third level background */
.hpmenu ul ul ul a, .hpmenu ul ul ul a:visited {
	background:#e2dfa8;
}

/* style the third level hover */
.hpmenu ul ul ul a:hover {
	background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.hpmenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top: 20px;
	left:0;
	width:199px;
}

/* another hack for IE5.5 
* html .hpmenu ul ul {
	top:30px;
	t\op:31px;
}*/

/* position the third level flyout hpmenu */
.hpmenu ul ul ul{
	left:149px;
	top:-1px;
	width:149px;
}

/* position the third level flyout hpmenu for a left flyout */
.hpmenu ul ul ul.left {
	left:-149px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.hpmenu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.hpmenu ul ul a, .hpmenu ul ul a:visited {
	background:#113457;
	color:#fff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:178px;
	border-width:0 1px 1px 1px;
	font-weight: normal;
	text-align: left;
}

/* yet another hack for IE5.5 
* html .hpmenu ul ul a, * html .hpmenu ul ul a:visited {
	width:150px;w\idth:128px;
	}*/

/* style the top level hover */
.hpmenu a:hover, .hpmenu ul ul a:hover{
	color:#fff;
	background: #797979;
}

.hpmenu :hover > a, .hpmenu ul ul :hover > a {
	color:#000;
	background: #a9a9a9;
}

/* make the second level visible when hover on first level list OR link */
.hpmenu ul li:hover ul,

.hpmenu ul a:hover ul{
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.hpmenu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.hpmenu ul :hover ul :hover ul{
	visibility:visible;
}

#menu-item-8{
	width: 57px;
}
#menu-item-38{
	width: 221px;
}

