/*  
Theme Name: Signature Video
Theme URI: 
Description: Custom WordPress Theme for Signature Video
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html {
	background: url(images/container.jpg) no-repeat center top #1e1e1e;
}

body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	width: 100%;
	line-height: 20px;
	background: url(images/background.jpg) repeat-x center top;
}

#container {
	width: 980px;
	margin: 0px auto;
	position: relative;
}

.sample_container {
	background: none;
}

#sample_container {
	background: url(images/container.jpg) no-repeat center top #1e1e1e;
	width: 576px;
	margin: 15px auto 0px auto;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline; 
	color: #88B37C;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #496a7a; 
}

a:active {
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

p {
	padding-bottom: 20px;
}

h2 {
	color: white;
	margin-bottom: 15px;
}

.paw li {
	background: transparent url(images/paw.jpg) left no-repeat;
	padding: 0px 0px 0px 18px;
	font-weight: bold;
	list-style-type: none;
}

.paw {
	margin-bottom: 20px;
}

strong {
	color: #88B37C;
}

.whole_split {
	width: 960px;
	height: 52px;
	background: url(images/whole_split.jpg);
	text-indent: -9999px;
	clear: both;
}

ul.listing li {
	list-style-image: url(images/list.jpg);
	margin-left: 35px;
}

ul.listing {
	margin-bottom: 20px;
}

/* Forms ////////////////////////////////////////////////////////// */

.forms {
	width: 550px;
	background-color: #88B37C;
	border: none;
	color: white;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.formsfour {
	width: 550px;
	height: 80px;
	background-color: #88B37C;
	border: none;
	color: white;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

.submit_it {
	background-color: #000000;
	border: 1px solid #88B37C;
	width: 100px;
	height: 30px;
	color: white;
}

/* Images ////////////////////////////////////////////////////////// */

.faq_links {
	margin-top: 3px;
	width: 17px;
	display: inline;
	float: left;
}

.faq_answers {
	float: left;
	width: 533px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.alignright {
   padding: 0px;
   margin: 0px 0px 3px 10px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 10px 3px 0px;
   display: inline;
   float: left;
}

.rightup {
   padding: 0px;
   margin: -8px 0px 3px 35px;
   display: inline;
   float: right;
}

/* Header ////////////////////////////////////////////////////////// */

#header {
	width: 960px;
	height: 101px;
}

#logo {
	width: 360px;
	height: 101px;
	background: url(images/svl.jpg) no-repeat;
	display: inline;
	float: left;
}

#logo h1 {
	width: 360px;
	height: 101px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

#logo a {
	width: 360px;
	height: 101px;
	display: block;
}

/* Navigation In Separate Stylesheet //////////////////////////////////////////////////////////////// */

/* Video ////////////////////////////////////////////////////////// */

#home_testimonials {
	display: inline;
	float: left;
	width: 457px;
	height: 335px;
}

#home_slider {
	float: right;
	width: 523px;
	height: 335px;
	background: url(images/video_bg.jpg) top no-repeat;
	position: relative;
}

#slide_left {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#slide_right {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 50;
}

#previous {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
}

#next {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

#slide_middle {
	width: 432px;
	height: 335px;
	background-position: top;
	position: relative;
	float: left;
	margin: 44px 0px 0px 29px;
	z-index: 1;
}

.stepcarousel {
	position: relative;
	overflow: scroll;
	width: 523px;
	height: 335px;
}

.stepcarousel .belt{
	position: absolute;
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left;
	overflow: hidden;
	margin: 0px;
	width: 523px;
	height: 335px;
	position: relative;
}

#home_text {
	width: 520px;
	margin: 0px auto 20px auto;
}

#home_text h3 {
	width: 387px;
	height: 61px;
	background: url(images/welcome.jpg);
	text-indent: -9999px;
}

#tri_hd h4 a {
	display: inline;
	float: left;
	width: 330px;
	height: 125px;
	background: url(images/tri_hd.jpg);
	text-indent: -9999px;
	display: block;
}

#tri_hd h4 a:hover {
	background: url(images/tri_hd2.jpg);
}

#tri_wedding h4 a {
	float: left;
	width: 320px;
	height: 125px;
	background: url(images/tri_wedding.jpg);
	text-indent: -9999px;
	display: block;
}

#tri_wedding h4 a:hover {
	background: url(images/tri_wedding2.jpg);
}

#tri_contact h4 a {
	float: left;
	width: 330px;
	height: 125px;
	background: url(images/tri_contact.jpg);
	text-indent: -9999px;
	display: block;
}

#tri_contact h4 a:hover {
	background: url(images/tri_contact2.jpg);
}

/* body ////////////////////////////////////////////////////////// */

#left {
	display: inline;
	float: left;
	margin: 63px 0px 50px 36px;
	width: 560px;
}

#right {
	float: right;
	width: 255px;
	margin: 40px 36px 50px 0px;
}

/* Sidebar ////////////////////////////////////////////////////////// */

h3#contact_us a {
	width: 250px;
	height: 113px;
	display: block;
	background: url(images/contact_us.jpg);
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

h3#contact_us a:hover {
	width: 250px;
	height: 113px;
	margin: 0;
	padding: 0;
}

h3#watch_samples {
	width: 250px;
	height: 107px;
	background: url(images/watch_samples.jpg);
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

ul.sidebar {
	list-style-image: url(images/list.jpg);
	margin-left: 94px;
}

h3#clients_saying a {
	width: 250px;
	height: 113px;
	display: block;
	background: url(images/clients_saying.jpg);
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	width: 980px;
	height: 150px;
	background: url(images/footer.jpg) top repeat-x;
	font-size: 11px;
	margin: 50px 0px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#footer_left {
	display: inline;
	float: left;
	width: 400px;
	padding: 5px 0px 0px 36px;
}

#footer_right {
	float: right;
	width: 400px;
	text-align: right;
	padding: 5px 36px 0px 0px;

}