@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*MEYER RESET*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END MEYER RESET*/

@font-face {
	font-family: 'FuturaStdCondensedRegular';
	src: url('futurastd-condensed-webfont.eot');
	src: local('?'), url('futurastd-condensed-webfont.woff') format('woff'), url('futurastd-condensed-webfont.ttf') format('truetype'), url('futurastd-condensed-webfont.svg#webfontortwjGf0') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStdCondensedBold';
	src: url('futurastd-condensedbold-webfont.eot');
	src: local('?'), url('futurastd-condensedbold-webfont.woff') format('woff'), url('futurastd-condensedbold-webfont.ttf') format('truetype'), url('futurastd-condensedbold-webfont.svg#webfontortwjGf0') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image:url(images/main-logos-bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:1.4em;
}

.go-button {
	padding-right:20px;
	background-image:url(images/go-btn.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.entry ul {
	margin-left:20px;
}

.entry li {
	color:#666;
	list-style-position:outside;
	list-style-image:url(images/arrow-right.png);
	margin-bottom:1em;
}

p {
	margin-bottom:1.25em;
}

a {
	color:#4c7e99;
	text-decoration:none;
}

a:visited {
	color:#4c7e99;
}

a:hover {
	text-decoration:underline;
}

hr {
	border:0;
	background-color: #e1e1e1;
	height: 1px;
	color:#e1e1e1;
	margin-top:20px;
	margin-bottom:25px;
}

h1 {
	font-family: FuturaStdCondensedRegular, 'Trebuchet MS';
	font-size:65px;
	color:#5186a3;
	text-transform:uppercase;
	text-shadow: 1px 1px 20px #fff;
	margin:65px 0 30px 30px;
}

h2 {
	font-family: FuturaStdCondensedBold, 'Trebuchet MS';
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:0.6em;
	color:#363636;
}

h3 {
	font-family: FuturaStdCondensedRegular, 'Trebuchet MS';
	font-size:24px;
	font-weight:normal;
	margin-bottom:0.6em;
}

h4 {
	font-family: FuturaStdCondensedBold, 'Trebuchet MS';
	font-size:16px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:0.6em;
	color:#5186a3;
	text-transform:uppercase;
	display:inline;
}

blockquote {
	font-size:24px;
	padding:25px 25px 1px 25px;
	margin-bottom:1em;
	line-height:1.4em;
	color:#666666;
	background-color:#EFEFEF;
}

#wrapper {
	background-color:#fff;

/*	-moz-box-shadow: 5px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135);*/
}

#main-nav {
	margin-right:10px;
	background-color:#000000;
	background-image:url(images/main-nav-bg.jpg);
	background-repeat:repeat-x;
	width:960px;
}

#main-nav #logo {
	margin-top:5px;
	padding-left:10px;
	width:360px;
	height:60px;
}

#main-nav #nav {
	margin-top:22px;
	text-align:right;
	float:right;
}

#main-nav #nav a {
	font-family: FuturaStdCondensedRegular, 'Trebuchet MS';
	font-size:20px;
	text-transform:uppercase;
	color:#5186a3;
}

#main-nav #nav ul li {
	display:inline;
	margin-left:20px;
	float:left;
}

#main-nav #nav ul li ul {
	display:none;
}

#main-nav #nav .current_page_item a, #main-nav #nav .current_page_parent a {
	color:#fff;
}

#main-nav #nav .current {
	display:inline-block;
	margin-left:20px;
	color:#fff;
	font-weight:bold;
}

#home-showcase {
	background-image:url(images/home-showcase-bg.jpg);
	background-repeat:no-repeat;
	height:390px;
	width:960px;
	margin-bottom:40px;
}

/*START OF JQUERY SLIDER*/
#jFlowSlide{
	font-family: Georgia; 
	position:relative; 
}
#myController { 
	font-family: Georgia; 
	padding:2px 0;  
	background:#3AB7FF; 
	position:absolute; 
	top:300px; 
	left:0px; 
}
#myController span.jFlowSelected { 
	background:#43A0D5;
	margin-right:0px; 
}

.slide-wrapper { 
}
.slide-thumbnail { 
	margin-top:8px;
}
.slide-details { 
	width:230px;
	float:right; 
	position:absolute; 
	top:30px; 
	left:650px; 
}
.slide-details h2 { 
	font-size:1.5em; 
	font-style: italic; 
	font-weight:normal; 
	line-height: 1; 

}
.slide-details .description p{ 
	line-height:1.5em;
	margin-bottom:0.5em;
	padding-left:5px;
	display:block;
	overflow:hidden;
	background-color:#cfe4f0; 
}

.jFlowControl, .jFlowPrev, .jFlowNext { color:#FFF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #43A0D5; }



/*END JQUERY SLIDER*/

#home-botbucket {
	padding-bottom:55px;
}

#home-botbucket img {
	border:#e1e1e1 1px solid;
	margin-bottom:1em;
	background-color:#000000;
}

#home-botbucket a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.bucket1 {
	background-image:url(images/home-divider-bg.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-left:10px;
} 

.bucket2 {
	padding-left:10px;
}

.bucket3 {
	background-image:url(images/home-divider2-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
} 

#int-title-holder {
	height:153px;
	background-image:url(images/int-title-holder.jpg);
	background-repeat:no-repeat;
	width:960px;
}

#int-left-nav {
	min-height:600px;
	background-image:url(images/int-left-nav.jpg);
	background-repeat:repeat-x;
}

#int-left-nav ul {
	margin-left:35px;
	display:block;
	line-height:1.5em;
	margin-top:50px;
	font-family: FuturaStdCondensedRegular, 'Trebuchet MS';
	font-size:18px;
	text-transform:uppercase;	
	color:#5186a3;
}

#int-left-nav li {
	padding-top:2px;
	padding-left:10px;
	height:27px;
}

#int-left-nav .current_page_item {
	background-image:url(images/int-left-nav-selected.png);
}

#int-left-nav .current_page_item a{
	color:#d7a15c;
}


#int-content {
	min-height:600px;
	margin-bottom:40px;
	width:700px;
	margin-top:20px;
}

div .mapp-poweredby {
	display:none;
}

.gels-form gels-form-idle {
	display:none;
}

.mapp-directions-div {
	margin-top:50px;
	width:675px;
}

.entry {
	margin-bottom:40px;
}

.entry img {
	margin-top:-3px;
}

.entry h2 {
	margin-top:15px;
	font-size:30px;
	text-transform:uppercase;
	color:#5186a3;
}

.entry .alignleft {
	clear:both;
	float:left;
	margin-right:20px;

}

#distro-form {
	float:right;
	width:200px;
	padding:20px;
	background-image:url(images/int-left-nav.jpg);
	background-repeat:repeat-x;
}

#contact-form {
	width:420px;
	padding:5px 25px 25px 25px;
	margin-top:25px;
}

#contact-box {
	background-image:url(images/contact-box-bg.png);
	background-position:220px 15px;
	background-repeat:no-repeat;
}

.wpcf7-form {

}

.wpsc_description h2 {
	text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:1.4em;
}

#footer {
	width:960px;
	padding-top:45px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
}

#footer #footer-1 {
	width:140px;
	padding-left:10px;
}

#footer #footer-2 {
	width:130px;
	padding-left:30px;
}

#footer #footer-3 {
	width:140px;
	padding-left:30px;
}

#footer #footer-4 {
	padding-left:30px;
}

#footer .footer-divide{
	background-image:url(images/footer-divider-bg.png);
	background-repeat:no-repeat;
	padding-bottom:45px;
}

