/* 
Theme Name: emeraldcoast
Theme URI: http://themehybrid.com/themes/skeleton
Description: A blank child of the Hybrid theme framework representing the visual hierarchy of Hybrid with designers in mind.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1.1
Tags: Framework
Template: hybrid
*/
/**
* Import pre-made styles from Hybrid
************************************************/
/* Eric Meyer's reset.css */
	 @import url('../hybrid/library/css/reset.css'); 
/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	/* @import url('../hybrid/library/css/18px.css'); */
	/* @import url('../hybrid/library/css/20px.css'); */
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */
/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */
/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */
/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */
/**
* Body
************************************************/
/* Contains everything */
html {
	overflow:scroll;
}
body {
	background:#000000 url("images/bg_body.jpg") 0 0 repeat-x;
	font: 14px/16px Trebuchet, Tahoma, Arial, sans-serif;
	color:#ffffff;
}
	/* Wrapper for everything inside of the body */
	#body-container {
		background: url("images/bg_wrap.jpg") 0 0 no-repeat;
		width:1020px;
		margin:0 auto;
		overflow:hidden;
	}
	
	#body_wrapper {
		padding:0 30px;
	}
/**
* Elements
************************************************/
/* Hyperlinks */
a:link {color:#2ae7a0; text-decoration:none;}
a:visited {color:#2ae7a0; text-decoration:none;}
a:hover {color:#2ae7a0; text-decoration:underline;}
a:active {color:#2ae7a0; text-decoration:none;}
a{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {font-weight:normal; font-family:Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}
/* Paragraphs */
p {}
/* Unordered lists */
ul {
	list-style:none;
}
	ul li {}
/* Ordered lists */
ol {
	list-style:none;
}
	ol li {}
/* Defition lists */
dl {}
	dt {}
	dd {}
/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}
/* Object */
object {}
/* Code */
code {}
pre {}
pre code {}
/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}
/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}
/* Drop caps */
.drop-cap {	}
/* Notes */
.note {}
/* Warnings/Alerts */
.warning, .alert {}
/* Errors */
.error {}
/* Downloads */
.download {}
/* Alignment */
.left {float:left;}
.alignleft {float:left; margin:0 16px 0 0; padding-left:16px;}
.right {float:right;}
.alignright {float:right; margin:0 0 0 16px; padding-right:16px;}
.center, .aligncenter {margin:0 auto;}
.block, .alignnone {}
.clear {clear:both;}
/**
* Images
************************************************/
/* Normal images */
img {}
a img {}
/* WP Smilies */
img.wp-smiley {}
/* Thumbnails */
.thumbnail {}
/* WP Captions [caption] */
.wp-caption {
	text-align:center;
}
	.wp-caption img {}
	.wp-caption p {}
/* Gallery [gallery] */
.gallery {}
	.gallery img {}
/* Avatars */
.avatar {}
/**
* Header
************************************************/
/* Contains entire header */
#header-container {
	background: url("images/bg_header_fade.jpg") 0 15px no-repeat;
	width:960px;
	height:60px;
	padding-top:15px;
	position:relative;
}
	/* Contains site title and tagline */
	#header {}
		#header object {
			margin:0 auto;
			width:960px;
			height:60px;
			display:block;
		}
		/* Site title */
		#site-title {
			position:absolute;
			width:690px;
			height:60px;
			left:135px;
			top:11px;
		}
		/* Site description/tagline */
		#site-description {}
/**
* Page navigation
************************************************/
/* Wrapper for navigation */
.menu-main-menu-container {
	/*background: url("images/header_nav.jpg") 0 0 no-repeat;
	padding-top:45px;*/
	padding-bottom:15px;
	font: 20px/20px Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
	position:relative;
	top:0px;
	z-index:9999;
}
	/* Page nav */
	.menu {	
	position:relative;
	top:0px;
	z-index:9999;
}
		.menu ul {}
			.menu li {
				height:30px;
				padding-left:15px;
				position:relative;
			}
				.menu li#menu-item-172 {
					font-size:30px;
					padding-top:10px; padding-bottom:10px;
					background: url("images/bg_demo_reel.png") 15px center no-repeat;
					text-indent:-9999em;
					height:30px
				}
				.menu li a {
					color:#009e63;
				}
				.menu li a:link { }
				.menu li a:visited { }
				.menu li a:hover, .menu li.current_page_item a{ 
					color:#2ae7a0;
				}
				.menu li a:active { }
			.menu li.current_page_item {}
	/*.menu li.page-item-91 {
		width:240px;
		height:30px;
		position:relative;
		margin:10px 0 20px;
		padding:0;
	}
		.menu li.page-item-91 a{
			background: url("images/btn_contact.jpg") 0 0 no-repeat;
			position:absolute;
			top:0;
			left:0;
			width:240px;
			height:30px;
			cursor:pointer;
			text-indent:-9999em;
		}
		.menu li.page-item-91 a:hover{
			background-position:0 -30px;
		}*/
/*---------- Drop-Down Nav ------------------------*/
	/* Page nav */
		
		.menu ul{
			position:absolute;
			left:120%;
			top:-30px;
			width:175px;
			border:1px solid #666666;
			background-color:#181818;
			z-index:9999;
			display:none;
		}
			.menu ul.menu_hover {
				left:-175px;
			}
			.menu ul li {
				font: 14px/16px Trebuchet, Tahoma, Arial, sans-serif;
				text-align:right;
				padding:0;
			}
				.menu ul li a {
					color:#ffffff;
					padding:3px 5px;				
				}
				.menu ul li a:link { }
				.menu ul li a:visited { }
				.menu ul li a:hover, .menu li.current_page_item a{ 
					text-decoration:underline;
				}
				.menu ul li a:active { }
			.menu li.current_page_item ul li {}
/**
* Containers below the header and navigation
************************************************/
/*
* jQuery Slide Viewer
***************************************************/
#slider {
	width: 960px;
    margin: 0 auto;
    position: relative;
	height:270px;
}
.scroll {
	overflow: hidden;
	width: 900px;
    margin: 0 auto;
    position: relative;
	height:270px;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
	/*background: url("images/bg_panel.jpg")center top no-repeat;
    padding: 10px;*/
    width: 170px;
	height: 270px;
}
.inside {
	padding: 10px;
}
.inside img {
	display: block;
	margin: 24px auto 10px auto;
	width: 150px;
	cursor:pointer;
}
.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}
.inside p {
	font-size: 11px;
	color: #ccc;
}
.scrollButtons {
    position: absolute;
    top: 45px;
    cursor: pointer;
}
.scrollButtons.left {
    left: 0;
}
.scrollButtons.right {
    right: 0;
}
.hide {
    display: none;
}
/* Wrapper for the content and primary/secondary widget sections */
#container {
	background: url("images/bg_column_bottom.jpg")left bottom no-repeat;
	width:960px;
	padding-bottom:0px;
}
	/**
	* Content
	************************************************/
	/* Contains site's main content */
	.content {
		background: url("images/divider_column.jpg") right top no-repeat;
		width:720px;
		float:left;
		color:#b9b9b9;
		position:relative;
	}
		.home .content {
			background:none;
			width:100%;
			float:none;
		}
	
	.content p, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content ul, .content ol {
		margin:8px 16px 12px;
	}
	
	.home .content p, .home .content h1, .home .content h2, .home .content h3, .home .content h4, .home .content h5, .home .content h6, .home .content ul, .home .content ol {
		margin:8px 0 12px;
	}
	
	.content h2 {
		margin-top:24px;
	}
	.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
		color:#ffffff;
	}
	.content h1, .content h2 {
		font-size:1.5em;
		line-height:24px;
	}
		.home .content h1, 
		.lawyer-ads .content h1,
		.medical .content h1,
		.real-estate .content h1,
		.commercial-montage .content h1,
		.feature-films .content h1,
		.behind-the-scenes .content h1  {
			font-size:1em;		
		}
	
	.content h3, .content h4 {
		font-size:1.4em;
	}
	.content h5, .content h6 {
		font-size:1.2em;
	}
	
	.content p.pdf_link {
		background: url("images/pdf_icon.jpg") left top no-repeat;
		padding:2px;
		padding-left:35px;
		height:30px;
		margin-top:50px;
	}
	/* ------------------------------------------------------------- Banner ----------------------- */
	#banner_wrap {
		width:696px; height:380px;
		padding:0 12px 12px;
		float:left;
		background: #000000; /* Old browsers */
		background: -moz-linear-gradient(top, #000000 0%, #333333 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #000000 0%,#333333 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #000000 0%,#333333 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #000000 0%,#333333 100%); /* W3C */
	}
		.banner_spot {
			width:696px; height:120px;
			background-color:#161616;
			margin-bottom:10px;
			position:relative; top:0; left:0;
			overflow:hidden;
		}
			.banner_spot a {
				position:absolute; top:0; left:0;
				width:163px; height:120px;
			}
			.banner_spot .title {
				display:block;
				position:relative; top:0; left:0;
				width:533px; height:120px;
				margin-left:163px;
			}
				.banner_spot .title span {
					display:block;
					position:absolute;
					height:23px;
					text-indent:-9999em;
					top:0;
					display:none;
				}
					#banner_wrap .banner_spot .title span.byline {
						left:540px;
						top:48px
					}
			#banner_wrap .banner_spot span.blurb {
				display:none;
				background:none;
				text-indent:0;
				top:50px; left:10px;
				width:523px;
			}
		.banner_spot_last {
			margin-bottom:0;
		}
		#banner_strategy {
			background:#161616 url("images/bg_banner_strategy.png") 0 0 no-repeat;
		}
			#banner_strategy span {
				background:url(images/banner_txt_strategy.png) 0 0 no-repeat;
				width:157px;
				left:10px
			}
			#banner_strategy span.byline{
				background:url(images/banner_txt_strategy2.png) 0 -1px no-repeat;
				width:307px;
			}
		#banner_placement {
			background:#161616 url("images/bg_banner_placement.png") 0 0 no-repeat;
		}
			#banner_placement span {
				background:url(images/banner_txt_placement.png) 0 0 no-repeat;
				width:185px;
				left:10px;
			}
			#banner_placement span.byline{
				background:url(images/banner_txt_placement2.png) 0 0 no-repeat;
				width:333px;
			}
		#banner_growth {
			background:#161616 url("images/bg_banner_growth.png") 0 0 no-repeat;
		}
			#banner_growth span {
				background:url(images/banner_txt_growth.png) 0 0 no-repeat;
				width:137px;
				left:10px;
			}
			#banner_growth span.byline{
				background:url(images/banner_txt_growth2.png) 0 0 no-repeat;
				width:227px;
			}
	#video_container{
		padding:8px 16px;
	}
	
	.video_player_widget{
		float:left;
		width:640px;
		height:495px;
		margin:5px 25px 5px 0;
	}
	
	.video_thumb {
		float:left;
		width:200px;
		margin:5px;
		height:150px;
	}
		.video_thumb p{
			margin:2px 10px;
			text-align:center;
		}	
		.video_thumb img{
			display:block;
			width:150px;
			height:100px;
			margin:0 auto;
		}	
	#special_boxes {
		/*background: url("images/divider_content.jpg") right 10px no-repeat;*/
		float:left;
		display:block;
		height:194px;
	}
	.special_box {
		width:225px;
		float:left;
		margin-right:6px;
		margin-top:15px;
		display:block;
		height:65px;
	}
	.content #special_boxes p {
		display:none;
	}
	.content #special_boxes h2 {
		margin:40px 12px;
	}
	#box_1 {
		background: url("images/box_production.jpg") 0 0 no-repeat;
		cursor:pointer;
	}
	#box_2 {
		background: url("images/box_placement.jpg") 0 0 no-repeat;
		cursor:pointer;
	}
	#box_3 {
		background: url("images/box_web.jpg") 0 0 no-repeat;
		cursor:pointer;
	}
	#box_4 {
		background: url("images/box_rentals.jpg") 0 0 no-repeat;
		cursor:pointer;
	}
		#special_boxes .special_box_hover {
			background-position:0 -65px;
		}
	#special_content_1, #special_content_2, #special_content_3, #special_content_4 {
		display:none;
	}
	
		/* Breadcrumb trail */
		.breadcrumb {padding:8px 16px 12px;}
		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}
		/* Posts */
		.post {}
			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}
			/* Author and date byline */
			.byline {}
			/* Full entries */
			.entry-content {}
			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}
				/* Using <!--nextpage--> */
				p.pages a {}
				/* More link <!--more--> */
				a.more-link {}
			/* Post meta data */
			.post-meta-data {}
		/* Post series */
		.series {} 
			.series-title {}
		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}
		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}
		/* Attachment image navigation */
		.navigation-attachment {}
		/**
		* Comments template
		************************************************/
		/* Wrapper for entire comments area */
		#comments-template {}
			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}
			/* Comments closed paragraph */
			p.comments-closed {}
				/* Main comments section */
				#comments {}
					#comments ol {}
						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}
							/* Comment avatars */
							#comments .avatar {}
							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}
							/* Comment text */
							#comments .comment-text {}
					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}
				/* Main comment form div */
				#respond {}
					/* Comment form title */
					#reply {}
					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}
		/**
		* Utility widget sections (see other widget code below)
		************************************************/
		/* All utility widget sections (except widgets template) */
		.utility {}
		/* Before content */
		#utility-before-content {}
		/* After content */
		#utility-after-content {}
		/* After post but before comments */
		#utility-after-single {}
		/* After page but before comments */
		#utility-after-page {}
		/* Widgets page template widgets */
		.page-template-widgets .content .widget {}
	/**
	* Sidebar section
	***********************************************/
	#sidebar {
		width:240px;
		float:right;
	}
	
		
	#phone_numbers {
		/*background: url("images/header_phone.jpg") 0 0 no-repeat;
		padding-top:50px;*/
		font-family: Garamond, 'Hoefler Text', 'Times New Roman', Times, serif;
	}
	#phone_numbers p {
		text-indent:15px;
		font-size:1.3em;
	}
	#phone_numbers p span {
		background: url("images/divider_phonenumber.jpg") left center no-repeat;
		font-family: Trebuchet, Tahoma, Arial, sans-serif;
		display:block;
		margin:10px 0;
		padding-left:55px;
		font-size:.9em;
		color:#999999;
	}
	
	
	/**
	* Widget sections (Primary and Secondary)
	************************************************/
	/* Widgets in general */
	.widget {
		
	}
		.widget-inside {}
			.widget-title {}
	/* Primary widget section */
	#primary {}
		#primary #hybrid-pages-3 h3 {
		}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}
	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}
/**
* Footer
************************************************/
/* Wrapper for the entire footer */
#footer-container {}
	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}
	/* Footer section */
	#footer {
		padding:10px 0 20px;
	}
	
	#footer p {
		padding:-30px 0 20px 0;
	}
	
	#footer a {
		color:#ffffff;
	}
		/* Footer extra */
		#footer #copyright {
			float:right;
			text-align:right;
			width:300px;
			padding:15px 0;
		}
		#footer #footer_nav {
			float:left;
			width:600px;
			padding:15px 0;
		}
		#footer #footer_nav li {
			float:left;
			position:relative;
			margin-right:15px;
		}
		#footer .credit {}
