/* -----------------------------------------------------------------------
 
   * Kentucky Bourbon
   * http://kybourbonspirit.com
 
   * Copyright (c) 2009-2010
   * Created by thevimarcgroup : http://vimarc.com
   * Author Andrew Creek
 
----------------------------------------------------------------------- */
 
 
/*	Generic site styles
----------------------------------------------------------------------- */
* { margin: 0; padding: 0; }
 
body {
	font-size: small;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: transparent url('./themes/site_themes/teambourbon_10/images/bg.png');
}
 
/* Layout
----------------------------------------------------------------------- */
div#wrapper {
	position: relative;
	width: 898px;
	margin: 0 auto 0 auto;
	background: white;
}

div#header {
	height: 120px;
	background: #070606 url('./themes/site_themes/teambourbon_10/images/header-bg.png') no-repeat;
}

div#content {
	margin-bottom: 10px;
}

div#content-main {
	float: right;
	width: 565px;
	padding: 80px 15px 15px 15px;
}

div#partner-info {
	background: transparent url('./themes/site_themes/teambourbon_10/images/seperator.png') no-repeat bottom right;
	padding-bottom: 10px;
}

div#contact-info {
	background: black;
	background-image: -webkit-gradient(linear, 100% 100%, 90% 100%, from(#491D08), to(#000000));
	background-image: -moz-linear-gradient(0% 100% 180deg,#491D08, #000000);
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	height: 170px;
	margin: 10px 0 20px 0;
	padding: 15px 30px 10px 10px;
	width: 540px;
}

#contact-info a {
	color: white;
}

#contact-info img {
	width: 220px;
	height: auto;
	float: right;
}

div.article {
	clear: both;
	min-height: 213px;
	
	margin-top: 20px;
	background: transparent url('./themes/site_themes/teambourbon_09/images/article-border.gif') repeat-x;
}

div.article-content {
	min-height: 230px;
	padding: 30px 30px 0 230px;
}

div#content-sidebar {
	float: left;
	margin: 0 0 20px 0;
}

div#top-footer {
	height: 20px;
	padding: 5px 0 0 0;
	background: #8f260b;
}

div#footer {
	width: 100%;
	height: 110px;
	clear: both;
	background: #000000;
}

img#dynamicHeader {
	float: right;
	margin-bottom: 25px;
}

/* Navigation
----------------------------------------------------------------------- */
ul#main-nav {
	position: absolute;
	left: 302px;
	z-index: 99;
}
ul#main-nav li {
	float: left;
	margin-right: 3px;
	list-style-type: none;
	background: #000000 url('./themes/site_themes/teambourbon_10/images/button-bg.png') repeat-x;
}

ul#main-nav li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#491D08), to(#000000));
	background-image: -moz-linear-gradient(20% 0% 90deg,#491D08, #000000);
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

ul#main-nav li a {
	float: left;
	width: 126px;
	height: 50px;
	padding: 20px 10px 0 10px;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: lighter;
}

ul#main-nav li#register a {
	height: 45px;
	padding: 25px 10px 0 10px;
}

ul#main-nav li#share a {
	height: 55px;
	padding: 15px 10px 0 10px;
}

ul#main-nav li#info a {
	height: 55px;
	padding: 15px 10px 0 10px;
}

ul#main-nav li#itinerary a {
	height: 45px;
	padding: 25px 10px 0 10px;
}

ul#main-nav li a:hover {
	text-decoration: underline;
}

ul#secondary-nav {
	width: 299px;
	list-style-type: none;
	background: #000000 url('./themes/site_themes/teambourbon_10/images/sidebar-bg.png') no-repeat;
}

ul#secondary-nav {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#491D08), to(#000000));
	background-image: -moz-linear-gradient(20% 0% 90deg,#491D08, #000000);
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

ul#secondary-nav li a {
	display: block;
	height: 27px;
	color: white;
	text-decoration: none;
	padding: 10px 0 10px 30px;
	text-transform: uppercase;
	font-size: .85em;
}

ul#secondary-nav li#s1 a {
	padding: 20px 0 10px 30px;
}

ul#secondary-nav li a:hover {
	text-decoration: underline;
}

/* Typography
----------------------------------------------------------------------- */
#header h1{
	width: 100%;
	height: 120px;
	background: url('./themes/site_themes/teambourbon_10/images/bourbon-logo.png') no-repeat 20px 11px;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	width: 420px;
	height: 77px;
}

#header p {
	display: none;
}

#content h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: -.10em;
}

#content p {
	font-size: .95em;
	line-height: 1.75em;
	margin-bottom: 25px;	
}

div#contact-info p {
	font-size: .85em;
	margin-top: 5px;
	color: white;
	margin-bottom: 0;
}

div#contact-info strong {
	font-size: 1.05em;
	text-transform: uppercase;
}

div#contact-info a {
	color: white;
	margin-bottom: 8px;
	text-decoration: none;
}

#footer h2 {
	float: left;
	width: 145px;
	height: 43px;
	margin-right: 20px;
	background: transparent url('./themes/site_themes/teambourbon_09/images/kentucky-brand.jpg') no-repeat;
	text-indent: -9999px;
}

#footer p {
	font-size: .90em;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

#footer a {
	font-size: .90em;
	text-decoration: none;
	color: white;
	font-weight: lighter;
	text-transform: uppercase;
}

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

span#footer-right {
	float: left;
	margin: 35px 0 0 95px;
	color: #000000;
}

span#footer-right a {
	margin: 0 10px 0 0;
}

#partner-intro p {
	margin-bottom: 10px;
}

a {
	color: #D16F19;
}

/* Misc
----------------------------------------------------------------------- */
div.sep {
	clear: both;
}

.article img {
	float: left;
	width: 213px;
	height: 213px;
	background-color: black;
}

#shareYourSpirit .fieldName {
	width: 100px;
	text-align: right;
}

.ss {
	font-size: .75em;
	position: relative;
	bottom: 5px;
}

div#content-main .spiritStory p {
	margin: 0;
}

div.spiritStory {
	padding: 5px;
	margin-top: 20px;
	clear: both;
}

div.spiritStory object {
	float: left;
	border: 1px solid black;
	margin-right: 10px;
}

div.spiritStory h4 {
	font-size: 1.5em;
}

div.spiritStory a {
	color: black;
}

div.spiritStory p.poster {
	margin: 0;
	padding: 0;
}

div.spiritStory img{
	float: left;
	margin-right: 10px;
	margin-bottom: ;
}

img a {
	border: none;
}



#shareit {
	float: right;
	background: transparent url('./themes/site_themes/teambourbon_09/images/share-your-spirit-logo.jpg');
	width: 146px;
	height: 66px;
	margin-top: 117px;
	text-indent: -9999px;
}

a#kytourism-link {
	float: left;
	width: 265px;
	height: 68px;
	background: transparent url('./themes/site_themes/teambourbon_10/images/unbridled-spirit.png') no-repeat;
	text-indent: -9999px;
	margin: 8px 0 0 10px;
}

img a {
	border: none;
}

img#partner-logo {
	width: 250px;
}

div.comment p {
	margin-bottom: .25em !important;
}

div.comment {
	padding: 10px;
}

div.comment.odd {
	background: #eeeeee;
}

div#comment_form_dv {
	padding: 10px;
	border-top: 1px solid #491c06;
	background: #ddd;
}

#comment_form input {
	margin-bottom: 5px;
}

div#f-banner {
	position: relative;
	right: 16px;
	bottom: 20px;
	width: 593px;
	height: 375px;
	background: transparent url('./themes/site_themes/teambourbon_10/images/vid-bg.png') no-repeat bottom;
}

div#f-banner img {
	float: left;
	margin: 3px 4px 0 10px;
	border: none;
}

div#f-banner p {
	color: white;
}

div#f-banner object {
	margin: 0 0 0 5px;
}

a img { 
	border: none;
	text-decoration: none;
}
div.spirit_promote {
	height: 45px;
	padding: 5px 0 0 0;
	background: black;
}
div.spirit_promote p {
	color: white;
	line-height: 1.5em !important;
	margin: 0 !important;
}
div.spirit_promote img {
	float: left;
	margin: 0 10px 0 0;
}