/*
Theme Name: Quintessentially TV
Description: 
Version: 1.0
Author: Shaun Stilwell
Author URI: http://www.shaunstilwell.com
*/

/* ================================ Begin Page ================================*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0e0e0e;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}
.oneColFixCtrHdr #container {
	width: 938px; 
	background: #000;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}
.oneColFixCtrHdr #header {
	background: #000; 
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	height: 100%;
	min-height: 552px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../qtv-images/footer-bg.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#clearfooter {
height: 50px;
}
#blockContent {
	display:block;
	min-height:550px;
	padding:0;
	margin:20px;
}

#blockTextLeft {
	display:-moz-inline-stack;
	display:inline-block;
	width: 450px;
	min-height:550px;
	padding:0;
	margin:0;
}
#blockImageRight {
	display: block;
	float:right;
	position:relative;
	width: 450px;
	padding:0;
	margin:0;
}
.blockImage {
	display:block;
}
.thumb-wrapper{
	display:-moz-inline-stack;
	display:inline-block;
	width:200px;
	margin: 10px 10px 10px 0;
	height:150px;
	vertical-align:top;
}
.blockImg-thumb{
	display:block;
	margin-bottom:10px;
}

#blockMenuLeft {
	display:-moz-inline-stack;
	display:inline-block;
	width: 200px;
	min-height:550px;
	padding:0;
	margin:0;
	margin-left: 30px;
}
#blockVideoRight {
	display: block;
	float:right;
	position:relative;
	background:#111;
	width: 635px;
	padding: 0 20px 20px 20px;
	margin:0 15px 0 0;
	font-size: 11px;
	color: #ccc;
}

/* ================================ General Headings ================================*/  
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  /* font-family: Arial, Helvetica, Sans-Serif; */
  /* font-family: Tw Cen MT,Gill Sans,Century Gothic,sans-serif; */
  font-family: Tw Cen MT;
  font-size: 20px;
  text-align: left;
  color: #e9d188;
  font-weight:normal;
  text-transform:uppercase;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  text-align: left;
  color: #ccc;
  font-weight:normal;
  text-transform:uppercase;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  text-align: left;
  color: #fff;
  margin: 0px;
  font-weight:normal;
  text-transform:uppercase;
}
p { font-size:13px; }
li { font-size:13px; }
a { color:#fff; text-decoration:none; }
a:hover { color:#999; text-decoration:inherit; }
a:selected { color:#999; text-decoration:inherit; }
/* ================================ Body Text ================================*/  

.external_client_text {
  font-family: TW Cen MT;
  font-size: 14px;
  text-transform:uppercase;
  font-weight:200;
  text-align:left;
  letter-spacing:4px;
  text-align: left;
  color: #fff;
  height:40px;
}

.bodyText {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  color: #fff;
}

.bodyText a:link{
	color:#ffcd9a;
	text-decoration: none;	
 }
 .bodyText a:visited{
	color:#999;
	text-decoration: none;
}
.bodyText a:active{
	color:#ffcd9a;
	text-decoration: none;	
}
.bodyText a:hover{
	color:#fff;
	text-decoration: none;
}

#form {
	display:block;
	margin-bottom:10px;
}
.form-layout {
	margin: 7px;
	display:block;
}

.input {
	margin:3px;
	width:300px;
	border: 1px solid #ccc;
    background: #999;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.input:hover {
    border: 1px solid #ffcd9a;
    background: #ccc;
}
.button {
    border: 1px solid #ccc;
    background: #ccc;
}
.button:hover {
    border: 1px solid #ffcd9a;
    background: #999;
}

label {
    display: block;
    width: 90px;
    float: left;
    margin:5px;
}

input, textarea{
width: 200px;
margin-bottom: 5px;
}

textarea{
font: 100% Verdana, Arial, Helvetica, sans-serif;
width: 250px;
height: 100px;
}

dl{
	text-indent:-20px;
}
/* ================================ Block Menu Text ================================*/

.menuText {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-align: left;
  color: #fff;
  text-transform:uppercase;
}

.menuText a:link{
	color:#fff;
	text-decoration: none;	
 }
 .menuText a:visited{
	color:#999;
	text-decoration: none;
}
.menuText a:active{
	color:#ffcd9a;
	text-decoration: none;	
}
.menuText a:hover{
	color:#ffcd9a;
	text-decoration: none;
}

/* ================================ Header Text ================================*/
#header { height:170px; }
#nav {
	position:absolute;
	top:7em;
	height:20px;
	width:900px;
}
#nav li {
	float:left;
	list-style:none;
	padding:7px;
	margin:0;
	color:#fff;
}
#nav a { color:#fff; text-decoration:none; }
#nav a:hover { color:inherit; text-decoration:inherit; }
#nav a:selected { color:inherit; }
.bounce {
	position:relative;
	color:#fff;
	list-style:none;
	font-size:13px;
	letter-spacing:1px;
}

/* ================================ Footer Text ================================*/

.footer-text{
	text-align:center;
	color:#999;
	font-family: Arial, Helvetica, Sans-Serif; font-size: 11px; font-style: normal; font-weight: normal;
}
.footer-text a:link{
	color:#ffcd9a;
	text-decoration: none;	
}
.footer-text a:visited{
	color:#999;
	text-decoration: none;
}
.footer-text a:active{
	color:#ffcd9a;
	text-decoration: none;	
}
.footer-text a:hover{
	color:#fff;
	text-decoration: none;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 20px solid navy;
overflow: scroll; /*leave this value alone*/
width: 280px;
height: 200px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

