/*
Theme Name: Custom Theme for Ocean Therapy Solutions
Theme URI: 
Description: Theme developed for Ocean Therapy Solutions.
Version: 1.0
Author: (implementor: Andrew Bradford)
Author URI: http://bradfordtg.com/
Tags: 
*/

@charset "UTF-8";

/* 
 * @author Andrew Bradford
 * @author Tundra Interactive
 * 
 * Bradford TG Inc.
 * http://www.bradfordtg.com/
 * 
 * Tundra Interactive
 * http://www.tundrainteractive.com/
 * 
 * @date 2009-12-16 4:43:51 PM
 * 
 * $Id: style.css 1145 2010-06-30 01:40:17Z andrew $
 * 
 */

/****************************************

		1. General Settings 

*****************************************/

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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	}

body{
	background: #0e385e url(images/background.jpg) no-repeat center 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #6b7b82;
	margin: 0;
	}
	
a{ color: #00aded; text-decoration: none; }
	a:hover{ color: #00aded; text-decoration: underline; }
	
.clear{ clear: both; }
.left{ float: left; }

#wrapper{
	background: transparent url(images/page-background.png) repeat-y center 0;
	width: 946px;
	padding: 13px 18px 0 18px;
	margin: 0 auto;
	}
	
#footerImg {
	background: transparent url(images/page-footer.png) no-repeat center 100%;
	height: 18px;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	width: 0;
	float: none !important;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
	
	
	
/****************************************

		2. header, nav 

*****************************************/

#header{
	margin: 0 13px;
	}
	#header h1{ line-height: 0; }
	#header p{
		text-align: right;
		float: left;
		margin-left: 615px;
		}
		#header p a{ color: #6b7b83; }
			#header p a:hover{ color: #ccc; }
			
	
ul#nav{
	background: url(images/nav-background.jpg) no-repeat;
	height: 40px;
	color: #004a60;
	padding-left: 20px;
	margin-left: 13px;
	margin-bottom: 13px;
	list-style-type: none;
	}
	ul#nav li{
		float: left;
		margin: 12px 0 0 5px;
		padding: 0 25px 0 0;
		background: transparent url(images/nav-separator.png) no-repeat 100% center;
		}
	ul#nav li:last-child {
		padding-right: 0;
		background: none;
	}
		ul#nav li a{
			color: white;
			font-size: 16px;
			font-weight: bold;
			}


/****************************************

		3. home 

*****************************************/

#content {
	width: 608px;
	margin: 0 0 30px 13px;
	float: left;
}
#sidebar {
	float: right;
	width: 297px;
	margin: 0 15px 13px 0;
	background: transparent url(images/sidebar-background.png) repeat-y 0 0;
}

/* Column layout for home page: main, sidebar */
.home #content {
}
.home #sidebar {
}

/* Column layouts for inner pages: left subnav, main, sidebar */
.page #subnav, .archive #subnav, .category #subnav, .single #subnav {
	background: url(images/sidebar-left-background.png) repeat-y 0 0;
	float: left;
	width: 177px;
	padding: 25px 20px;
	margin: 0 10px 0 13px;
	margin-left: -587px;
}
.page #content, .archive #content, .category #content, .single #content {
	width: 400px;
	padding-left: 187px;
}
.page #sidebar {
}

/* Wide column for specific template */
.page #content.nosubnav {
	width: 608px;
	padding-left: 0;
}


#content .post object, #content .post embed {
	width: 100%;
	height: 340px;
}

.now-playing {
	margin: 20px 0 0 0;
	padding: 15px 18px;
	color: #00aded;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	background: transparent url(images/now-playing-background.png) no-repeat 0 0;
}

.now-playing strong {
	color: #a4c2d4;
	font-size: 16px;
	font-weight: normal;
}

.main-content .featured-post {
	margin: 0 0 30px 0;
}

.main-content .content-columns {
	}
	
.main-content .content-columns .column {
	float: left;
	width: 299px;
}

.content-columns .column p {
	font-size: 13px;
	margin: 25px 0 0 0;
}

.content-columns .column p, .content-columns .column .more-link {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.content-columns .column-left {
	margin-right: 10px;
}
	

#content textarea {
	width: 100%;
}

.post h2 a {
	color: #173963;
}

.blog-index .post p {
	margin: 0 0 5px 0;
}

.blog-index .post {
	background: transparent url(images/separator.png) no-repeat center 100%;
	padding: 0 0 30px 0;
}

.blog-index .row {
	padding: 25px 20px;
	background: transparent url(images/separator.png) no-repeat center 100%;
}
.blog-index .row:last-child {
	background: none;
}
.blog-index .row .post-container {
	width: 50%;
	float: left;
}
.blog-index .row .post {
	background: none;
	padding: 0;
	margin: 0 auto;
	width: 151px;
}
.blog-index .row .post div {
	margin: 0 10px;
}
.blog-index .row .post div.more {
	margin: 0;
}
.blog-index .row .post .image {
	margin: 0 0 20px 0;
}


/****************************************

		4. main 

*****************************************/

#main{
	float: left;
	width: 622px;
	border-right: #eee solid 1px;
	margin: 13px 0 30px 13px;
	}

/*** Home ***/
	#main .banner{
		background: url(images/ots_model_v10.jpg) no-repeat;
		height: auto;
		width: 442px;
		border-bottom: #ccc solid 1px;
		padding: 220px 0px 0px 180px;
		}
		#main .banner p{
			width: 400px;
			margin-bottom: 5px;
			}
		#main .homeAbout{
			margin: 30px 20px 0 20px;
			float: left;
			width: 400px;
			}
			#main .homeAbout h2{
				font-size: 180%;
				color: #117455;
				margin-bottom: 10px;
				}
			#main .homeAbout p{ margin-bottom: 5px;}
		#main .homeImage{
			float: left;
			margin-top: 13px;
			}
			
		
		
		
/*** internal pages ***/
#subnav{
	}
	#subnav ul li {
		margin: 0 0 5px 5px;
	}
	#subnav ul li a {
		display: block;
		text-decoration: none;
		color: #a7b0b6;
	}
	#subnav ul li.parent {
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	#subnav ul li.parent a {
		color: #00aded;
	}
	#subnav ul li.current_page_item a, #subnav ul li.current-cat a {
		color: #00aded;
	}
		
	

	#content h2{
		font-size: 190%;
		color: #173963;
		margin: 35px 0 15px 0;
		}
	.page p{
		line-height: 1.2em;
		margin: 1em 0 0 0;
	}
	.contents .position{
		font-size: 120%;
		color: #117455;
		}
	.contents .aboutImage{
		float: left;
		margin: 0 25px 20px 0;
		}
	.contents p{ margin-bottom: 10px;}


.more, .more-link {
	font-size: 10px;
	font-weight: bold;
}

a.more-link {
	display: block;
	width: 120px;
}


/****************************************

		5. side 

*****************************************/

#sidebar{
	}

	#sidebar .section {
		padding-bottom: 43px;
	}
	
	#sidebar .section .post {
		padding: 20px 20px;
		background: transparent url(images/sidebar-separator.png) no-repeat center 100%;
	}
	
	#sidebar .section .post:last-child {
		background: none;
	}

	#sidebar .section .header {
		margin-top: -43px;
		width: 299px;
		height: 43px;
	}
	
	#sidebar .section .header h2 {
		float: right;
		margin-top: 27px;
		line-height: 16px;
		width: 150px;
	}
	#sidebar .section .header h2 a {
		display: block;
		text-decoration: none;
	}
	
	#sidebar .section .header.recent-news {
		background: transparent url(images/recent-news-background.png) no-repeat 0 0;
		}

	#sidebar .section .header.recent-videos {
		background: transparent url(images/recent-videos-background.png) no-repeat 0 0;
		}

	#sidebar .section .header.register-now {
		background: transparent url(images/register-background.png) no-repeat 0 0;
		}
		
	#sidebar .section.register-now form input {
		border: 1px solid #dee3e7;
		margin: 5px 0;
		padding: 7px 5px 5px;
		color: #a6afb4;
		font-size: 9px;
		width: 80%;
	}
	
	#sidebar .section.register-now form input.button {
		border: none;
		padding: 0;
		margin: 10px 0;
		width: auto;
	}

	#sidebar .section.videos .post .image {
		float: left;
		padding: 4px;
		background-color: white;
		width: 151px;
		margin: 0;
	}
	
	#sidebar .section.videos .post div {
		float: left;
		width: 83px;
		margin: 10px 0 0 15px;
	}
		
	#sidebar .section .post h3 {
		font-size: 14px;
		font-weight: normal;
		margin: 0 0 5px 0;
	}
	
	#sidebar .section .post p {
		margin: 0 0 5px 0;
	}
		
	div.register{
		background: #fff url(images/bg_register.gif) repeat-x top left;
		padding: 40px;
		margin-top: 10px;
		}
		div.register h3{
			background: url(images/title_register.png) no-repeat;
			width: 168px;
			height: 74px;
			text-indent: -9999em;
			margin-bottom: 30px;
			}
		div.register form input.text{
			border: 1px solid #ccc;
			margin-bottom: 5px;
			padding: 5px;
			color: #666;
			}
		div.register form input.submit{
			margin-top: 30px;
			}





/****************************************

		6. Footer 

*****************************************/

#footer{
	background-color: #acb7bf;
	clear: both;
	color: #fff;
	font-size: 10px;
	margin: 20px 0 0;
	padding: 10px 20px 0;
	text-decoration: none;
	line-height: 10px;
	}

	#footer p.copy {
		float: left;
		margin-top: 19px;
	}
	#footer p.sig {
		float: right;
	}
	#footer p.sig img {
		vertical-align: -1em;
	}
	#footer p.sig a {
		color: #fff;
	}
	#footer p.sig a:hover {
		text-decoration: none;
	}