/* $Id: styles.css,v 1.1.2.2.2.1 2011/01/11 01:08:49 dvessel Exp $ */

h1#site-name {
  margin-bottom: 0;
}

#site-header,
#site-subheader,
#footer-region,
.column,
.comment,
.block {
  margin-bottom: 20px;
}

ul.main-menu,
ul.secondary-menu {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background-color: #EEE;
  border-top: 20px solid #000;
  color: #333;
  font-family: "Courier", Helvetica, Arial;
  padding: 20px 0 0;
  position: relative;
}

footer {
	background-color: #333;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #CCC;
	margin: 20px 0 100px;
}

#social-icon {
	
}

#social-icon ul {
	list-style: none;
	margin: 12px 0 0 30px;
}

#social-icon li {
	display: inline-block;
}

#social-icon li a {
	display: block;
	height: 32px;
	opacity: 0.7;
	overflow: hidden;
	text-indent: -100px;
	width: 32px;
}

#social-icon li a:hover {
	opacity: 1;
}

#social-icon li#twitter a { background: transparent url('social-icon/twitter.png') no-repeat; }
#social-icon li#facebook a { background: transparent url('social-icon/facebook.png') no-repeat; }
#social-icon li#vimeo a { background: transparent url('social-icon/vimeo.png') no-repeat; }


#copyright {
	text-align: right;
}

/*
**  FIX CSS
*/
.breadcrumb, #page-title { display: none; }
.block {
	margin: 0;
	padding : 0;
}

/*
**  Public Class
*/

a:link, a:visited { color:#666; text-decoration: none; }
a:hover, a:active, a.active { color:#000; }

h1, h2 ,h3, h4 { font-family: Helvetica, Arial, sans-serif; }

h1 { font-size: 1.6em }
h2 { font-size: 1.4em }
h3 { font-size: 1.2em }
h4 { font-size: 1em }

h6 { margin: 0; padding: 0; }

.floattext { color: #333; }

.boxhead {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	height: 349px;
	overflow: hidden;
}

.boxbody {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.bg1 { 
	background-color: #444;
	color: #FFF;
}
.bg2 {
	background-color: #666;
	color: #FFF;
	height: 100%;
}

.bg3 {
	background-color: #666;
	color: #FFF;
}

.pad { padding: 30px; }
.pad2 { padding: 20px 30px; }
.pad20 { padding: 20px; }

.mb { margin-bottom: 20px }

ul.head-grid-nav li {
	height: 168px;
}

.thumb {
	background-color: #333;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 20px;
}

h2.floattext {
	margin-bottom: 10px;
}



/*
**  Main Nav
*/
#main-menu {
	font-family: "Courier", Helvetica, Arial;
	font-size: 1.2em;
	text-align: right;
	margin-top: 40px;
}

#main-menu li {
	margin: 0;
	padding: 0;
}

#main-menu li a:link,
#main-menu li a:visited {
	color: #666;
	margin: 0 0.5em;
	text-decoration: none;
}

#main-menu li a:hover,
#main-menu li a:active,
#main-menu li a.active {
	border-bottom: 2px solid #000;
	color: #000;
	padding-bottom: 2px;
}

/*
**  Vid_Grid
*/
.vid_grid {
	height: 168px;
	position: relative;
	overflow: hidden;
	width: 300px;
}

.vid_grid:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.vid_grid a {
	display: block;
	height: 168px;
	width: 300px;
}

.vid_grid img {
	left: 0;
	position: absolute;
	top: 0;
}

.vid_grid_bar {
	background-color: #000;
	bottom: 0;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	height: 168px;
	opacity: 0.8;
	padding: 10px 30px 0;
	position: absolute;
	top: 168px;
	width: 240px;
}

.vid_grid_bar h6 {
	color: #FFF;
}

.vid_grid_bar span {
	color: #AAA;
}

.still {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 20px;
}
.still:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.still img,
.pic img {
	vertical-align: bottom;
}

.pic {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/*
**  IMAGE ROTATOR
*/
.rotator {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	height: 240px;
}
.rotator img { max-height: 240px; position: absolute; }

/*
**  TAB GRID
*/
#tabs-grid { 
    background: transparent; 
    border: none;
    padding: 0;
}

#tabs-grid h1.title { 
	font-size: 1.4em;
	margin-bottom: 0;
}
#tabs-grid h2 { 
	font-size: 1.4em;
	margin-bottom: 0;
}
#tabs-grid ul.ui-tabs-nav li a p {
	font-family: "Courier", Helvetica, Arial;
	font-size: 0.85em;
}

#tabs-grid .head-grid {
	background-color: #333;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	color: #FFF;
	display: block;
	float: left;
	height: 168px;
	margin: 0 10px 20px 0;
	padding: 0;
	overflow: hidden;
	width: 300px;
}

#tabs-grid .head-grid p {
	font-family: "Courier", Helvetica, Arial;
	font-size: 0.85em;
}

#tabs-grid ul.ui-tabs-nav { 
    background: transparent; 
    border: none;
    display: block;
    float: right;
    padding: 0;
    /*width: 620px;*/
    margin: 0 0 20px 10px;
} 
#tabs-grid ul.ui-tabs-nav li {
    background: none;
    border: none;
    padding: 0;
	margin: 0 0 0 0;
	top: 0; /* fix jquery ui css */
}
#tabs-grid ul.ui-tabs-nav li:last-child {
	margin: 0;
}
#tabs-grid ul.ui-tabs-nav li a:link,
#tabs-grid ul.ui-tabs-nav li a:visited {
	background-color: #666;
	transition: background-color 0.5s;
	color: #FFF;
    height: 168px;
    padding: 0;
}

#tabs-grid ul.ui-tabs-nav li a:hover {
	background-color: #555;
}

#tabs-grid ul.ui-tabs-nav li.ui-state-active { 
	z-index: 10;
}

#tabs-grid ul.ui-tabs-nav li.ui-state-active a { 
	background-color: #333;
	box-shadow: 0 0 10px rgba(0,0,0,0.5) inset;
}

#tabs-grid ul.menu-5 li a { width: 124px; }
#tabs-grid ul.menu-4 li a { width: 155px; }
#tabs-grid ul.menu-3 li a { width: 206px; }
#tabs-grid ul.menu-2 li a { width: 310px; }

#tabs-grid .ui-tabs-panel {
	padding: 0;
}


dl.video-title {
	font-size: 1.4em;

}

dl.video-title dt {
	color: #999;
}

dl.video-title dd {
	color: #FFF;
	margin-bottom: 1em;
}

/*
**	FORM
*/

#webform-client-form-71,
#webform-client-form-72 {
	background-color: #333;
	padding: 30px;
}

#webform-client-form-71 .form-item,
#webform-client-form-72 .form-item {
	font-size: 1em;
	display: inline-block;
	margin-right: 30px;
}

#webform-client-form-71 .form-item:nth-child(even),
#webform-client-form-72 .form-item:nth-child(even),
#webform-client-form-72 .webform-component-textarea {
	font-size: 1em;
	display: inline-block;
	margin-right: 0;
}

#webform-client-form-71 input,
#webform-client-form-72 input {
	border: none;
	font-size: 1em;
	margin: 0;
	padding: 10px;
	width: 400px;
}

#webform-client-form-71 select {
	border: none;
	height: 35px;
	line-height: 35px;
	width: 420px;
}

#webform-client-form-71 .form-actions,
#webform-client-form-72 .form-actions {
	margin-bottom: 0;
}

#webform-client-form-71 .form-actions input,
#webform-client-form-72 .form-actions input {
	width: 200px;
}

#webform-client-form-72 textarea {
	border: none;
	font-size: 1em;
	min-height: 200px;
	margin: 0;
	padding: 10px;
	width: 880px;
}

.webform-confirmation {
	font-size: 6em;
	text-align: center;
}

#credits {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 20px 0 0;
}

#credits dl.col5 {
	float: left;
	margin: 0 0 10px 20px;
	width: 164px;
}

#credits dl dt {

}

#credits dl dd {
	margin-bottom: 10px;
}

#credits dl dt {
	color: #888;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#credits dl dd {
	color: #777;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

#credits dl dt:nth-child(5),
#credits dl dd:nth-child(5) {
	float: left;
}

.dn-button {
	background-color: #666;
	text-indent: 0px;
	display: inline-block;
	color: #444;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-decoration: none;
	text-align: center;
}.dn-button:hover {
	background-color: #888;
}.dn-button:active {
	position: relative;
	top: 1px;
}

/* maintenance-page */
.maintenance-page #page {
  margin: 15% auto;
  width: 500px;
}

























