/* Companion Custom CSS over-rides for [ Calm Blue Oceans ]:  -  */
#header {width: 800px; height: 120px; background: url('http://calmblueoceans.com/cbologo2016.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 800px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}
body { background: #ffffff; }
body
{
background-image:url('http://calmblueoceans.com/backgroundII.png');
background-repeat:repeat-y;
background-attachment:fixed;
background-position:center;
}
.narrowcolumn {
	width: 700px;
	padding: 0px 0px 20px;
	overflow: hidden;
}

/* add 10px to smaller width layouts */
.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
	width: 700px;
}
/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 50px;
	padding: 0px;
}

/* Right Sidebar Themes */
#sidebar-right {
	float: right;
	width: 50px;
	padding: 0px;
}
.post-info { display: none; }
.widget-title { display:none }
#footer {
	padding: 0px 0;
	text-align: center;
}

#footer .footer-pipe {
	padding: 0 0px;
	}
#page-wide {
	width: 800px;
	margin: 0px auto;
	}
#content {
.widecolumn {
	width: 800px;
	overflow: hidden;
}
}
div.sociable {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.archive-title {
	padding: 2px 5px;
	line-height: 10px;
	border-left: 0px solid #000;
	color: #003399;
}
a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #ED145B;
}
.month-table {
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 20px;

}
body {
	margin: 0;
	font-family: 'Trebuchet MS' , sans-serif;
	font-size: 13px;
	color: #000;
}
.column_one {
	padding: 0px;
}

.column_two {
	padding: 0px;
}
#buttonbox {
  margin-left: auto;
  text-align: center;
  height: 140px;
  width: 800px;
  padding-top: 10px;
  margin-right: auto;
}
#socialmediastuff {
  margin-left: auto;
  text-align: center;
  font-size: 10px;      
  background: #00456a;
  margin-right: auto;	
}

#socialmediastuff a:link{ color:#FFFFFF; } 
#socialmediastuff a:visited{ color:#FFFFFF; } 
#socialmediastuff a:hover{ color:#ED145B; } 
#socialmediastuff a:active{ color:#FFFFFF}

#transcript {
	display: none; 
}
.transcript-border {
	padding: 0 0px;
	margin: 0px 0;
	border: 0px solid #555;
	background: #fff;
	clear: both;
}
#googleads {
  margin-left: auto;
  text-align: center;
  font-size: 10px;
  background: #006699;
  width: 800px;
  margin-right: auto;	
}
#cntctfrm_contact_form label {
 margin-left: auto;
 float: center
  text-align: center;
  margin-right: auto;
 }
 
 
#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 10 auto;
	background: #00456a;
}

.menubar ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #ED145B;
	color: #FFF;
}

.menubar ul li a:hover {
	color: #FFF;
	background: #ED145B; /*background of menu items during onmouseover (hover state)*/
}