/* @override http://www.overboarddesigns.com/obd_wp/wp-content/themes/overboard/style.css */

/*
Theme Name: Overboard
Theme URI: http://www.overboarddesigns.com
Description: Theme for overboard, designed by <a href="http://www.mediapowertools.com">Media PowerTools</a>, programmed by <a href="http://john-sparrow.com">John Sparrow</a>.
Version: 1.0
Author: Media PowerTools / John Sparrow

Tags:
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande";
	background: #dee2ed url(images/body-bg.jpg) no-repeat center 1px;
}

#wrapper, #header-wrapper, #header, #top-navigation, #top-navigation ul, #content-wrapper, #call-outs, #top-footer, #bottom-footer {
	display: block;
	overflow: hidden;
}

#wrapper, #header-wrapper, #top-navigation, #call-outs, #top-footer, #bottom-footer, #footer {
	width: 960px;
	margin: 0 auto;
}

#top-navigation {
	height: 45px;
	background: url(style/images/nav-tile.gif) repeat-x left top;
}

#top-navigation ul {
	display: block;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#top-navigation ul li {
	display: inline;
	text-align: center;
	text-transform: uppercase;
}

#top-navigation ul li a {
	height: 45px;
	display: inline-block;
	line-height: 45px;
	padding: 0 20px;
	text-decoration: none;
	color: #000;
	font-size: 15px;
}

#top-navigation ul li a:hover, #top-navigation ul li a:focus {
	background: url(style/images/nav-focus.gif) repeat-x left top;
	color: #fff;
}

#header-wrapper {
	height: 215px;
	background: url(style/images/header-tile.png) repeat-x 0 0;
	margin: 0;
}

#header {
	display: block;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

#header-logo {
	float: left;
	overflow: hidden;
	width: 360px;
	height: 190px;
	margin: 12px 0 0 0;
}

#header-logo h1 {
	text-align: left;
	text-indent: -9999em;
}

#header-slogan {
	float: right;
	overflow: hidden;
	width: 600px;
	height: 215px;
	background: url(http://www.overboarddesigns.com/obd_wp/wp-content/uploads/2010/12/header-slogan.gif) no-repeat right top;
	position: relative;
	z-index: 200;
}

#calls-tag p {
	text-align: left;
	text-indent: -9999em;
}

#header-slogan a#head-mapit {
	position: absolute;
	height: 20px;
	z-index: 999;
	margin:165px 0 0 515px;
	width: 65px;
	display:block;
}

/* Header banner */
.home-banner { height:300px; width:900px; margin:10px 0 10px 15px; float:left; }
.home-banner .youtube { width:288px; float:left; margin-top:10px; margin-right:50px; margin-left:70px;}
.home-banner .signup-top { width:230px; margin-left:50px; margin-right:110px; margin-top:10px; float:right;}
.home-banner .tf-para { color:#fff; margin-top:20px; text-align:center;}
.subscribe-form { width:280px; float:right; margin:15px 20px 0 0; padding:5px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; background:#fff url(images/subscr-bg.png) repeat-x center top; color:#666; font:13px "Trebuchet MS", Arial, Helvetica, sans-serif; }
.subscribe-form h2 { text-align:center; font:16px/22px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#3c1474; margin-bottom:20px; font-weight:bold;}
.subscribe-form td { padding:3px 5px;}
.subscribe-form input[type="text"] { border:1px solid #e5e5e5; margin-bottom:5px; padding:3px 5px;}
.subscribe-form .captcha-img { margin:0px 15px 0 0; float:left;}
.subscribe-form .subscr-btn { display:block; border:none; background:url(images/subscr-btn.png) no-repeat center top; width:101px; height:27px; font:15px/25px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#fff; text-align:center; font-weight:bold; margin:10px auto; cursor:pointer; }


#call-outs {
	margin: 0;
	position: relative;
	z-index: 100;
	display: block;
	overflow: hidden;
	clear:both;
}

#calls-container {
	display: block;
	overflow: hidden;
	width: 959px;
	height: 260px;
	margin: 10px auto 0 auto;
	background: url(style/images/call-outs-bg-tile.png) repeat;
	text-align: center;
}

#calls-container .callout {
	float: left;
	width: 225px;
	height: 225px;
	background: url(style/images/call-box.png) no-repeat 0 0;
	margin: 22px 5px 22px 9px;
}

#calls-tag {
	height: 33px;
	width: 960px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	background-image: url(style/images/call-us.gif);
}

.callout h3 a {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
	display: block;
	text-align: center;
	margin: 20px auto;
	text-decoration: none;
}

.callout img {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #fffeff;
}

#content-wide {
	display: block;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	margin: -120px auto 0;
	position: relative;
	padding-top: 120px;
	background: #dee2ee url(style/images/content-wide-bg.png) no-repeat center top;
}

#content-wrapper, #recent-plugin {
	width: 960px;
	margin: 0 auto;
	background-color: #fffeff;
}

#recent-plugin {
	display: block;
	overflow: hidden;
}

#content-wrapper p, #content-wrapper ul, #content-wrapper ol {
	font-size: 14px;
	margin: 15px 0;
}

#content-wrapper p {
	line-height: 140%;
}

#content ul, #content ol {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 20px;
}

#content ul li, #content ol li {
	line-height: 140%;
}

#content ul li {
	list-style-type: disc;
}
#content ul.cp_imagelist li {
	list-style-type: none;
}

#content ol li {
	list-style-type: decimal;
}

#content-wrapper h1, #content-wrapper h2, #content-wrapper h3, #content-wrapper h4, #content-wrapper h5, #content-wrapper a, .callout h3 a, li#text-4.widget form b {
	color: #620291;
}

#content {
	float: left;
	width: 580px;
	margin: 10px 0 0 20px;
	position: relative;
	overflow: visible;
}

#_cincopa_widget_d83966a6-164f-47da-a51d-fa7b46862491, #_cincopa_widget_d83966a6-164f-47da-a51d-fa7b46862491 #inner6650a18, #_cincopa_widget_d83966a6-164f-47da-a51d-fa7b46862491 embed#viewer {
	width: 900px!important;
	margin: 0;
	padding: 0!important;
	clear: both;
	float: left;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	font-weight: bold;
}

#content h1 {
	font-size: 28px;
}
#content h2 {
	font-size: 24px;
}

#content h3 {
	font-size: 20px;
}

#content h4, #sidebar h2.widgettitle {
	font-size: 18px;
}

#sidebar h2.widgettitle {
	font-weight: normal;
}

#content h5 {
	font-size: 15px;
}

#sidebar {
	float: right;
	width: 330px;
	margin: 0;
	padding: 5px 5px 50px 5px;
	background: #e7edf3 url(style/images/sidebar-grad.png) repeat-x 0 bottom;
}

#sidebar hr {
	border: none;
	width: 90%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
	background-color: #a9a9a9;
	margin: 30px auto;
}

#sidebar li.widget {
	width: 280px;
	margin: 0 auto 20px auto;
}

.footer-container {
	width: 960px;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

#top-footer {
	height: 45px;
	background: url(style/images/top-footer.png) no-repeat -220px 0;
}

#footer-hours {
	float: left;
	width: 650px;
	margin: 16px 0 0 30px;
}

#footer-hours p {
	float: left;
	font-size: 12px;
	white-space: nowrap;
}

#footer-hours p.section-title, #footer-hours p strong {
	color: #620291;
	font-weight: bold;
}

#footer-hours p.section-title {
	text-transform: uppercase;
}

#footer-hours p.section-title {
	margin-right: 35px;
}

#footer-sm {
	float: right;
	text-align: right;
	width: 200px;
	margin: 7px 30px 0 0;
}

#footer-sm ul {
	display: block;
	overflow: hidden;
	width: 100px;
	margin: 0 0 0 auto;
}

#footer-sm ul li {
	float: left;
	text-align: center;
}
#footer-sm ul li a {
	float: left;
	width: 28px;
	height: 28px;
	margin: 0 2px;
	line-height: 5px;
}

#footer-sm ul li a {
	text-indent: -9999em;
}

#footer-sm ul li a#footer-twitter {
	background: url(style/images/twitter_icon.png) no-repeat 0 0;
}

#footer-sm ul li a#footer-facebook {
	background: url(style/images/fb_icon.png) no-repeat 0 0;
}

#footer-sm ul li a#footer-rss {
	background: url(style/images/rss_icon.png) no-repeat 0 0;
}

#bottom-footer {
	height: 77px;
	background: url(style/images/btm-footer-grad.png) repeat-x left top;
}

#footer-copy {
	float: left;
	width: 600px;
}

#footer-copy p {
	color: #ebeaec;
	font-size: 10px;
	margin: 15px;
	word-spacing: 1px;
}

#footer a {
	color: #ebeaec;
	text-decoration: underline;
}

#footer a:hover, #footer:focus {
	text-decoration: none;
}

#footer-cards {
	float: right;
	width: 220px;
	text-align: right;
	margin: 0 20px 0 0;
}

#footer-cards p {
	color: #ebeaec;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 7px;
	margin-top: 7px;
}

#footer-cards p.footer-caption {
	height: 0;
	width: 0;
	text-indent: -9999em;
	text-align: left;
}


/* ----- TALKFUSION STYLING -----*/

li#text-4.widget form div  {
	font-family: "Trebuchet MS", Verdana, "Lucida Grande";
	text-align: left!important;
	background: none!important;
	background-image: none!important;
	border: none!important;
}

li#text-4.widget form div div div {
	text-align: right!important;
}

li#text-4.widget form div div div input {
	color: #fffeff!important;
	background-color: #000!important;
	border: 1px solid #fffeff!important;
	width: 30px;
	height: 25px;
	padding: 5px!important;
}

li#text-4.widget form div input {
	height: 20px;
}

li#text-4.widget p.tf-para {
	margin-bottom: -20px;
}

li#text-4.widget form div div b {
	display: none;
}

#sidebar .textwidget p.sidebar-fb a {
	clear: both;
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	background: url(style/images/fb_lg.png) no-repeat right top;
	font-size: 20px;
	color: #3b5997;
	margin: 0 auto;
	display: block;
}

#sidebar .textwidget p.sidebar-fb a:hover {
	text-decoration: underline;
}
