/* -----------------------------------------------------------------------
 
   * Kentucky Bourbon Trail
   * http://kybourbontrail.com
   * Print styles

   * Copyright (c) 2008-2009
   * Created by thevimarcgroup : http://vimarc.com
   * Author Andrew Creek
 
----------------------------------------------------------------------- */
 
 
/*	Generic site styles
----------------------------------------------------------------------- */
* { margin: 0; padding: 0; }
 
body {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}
 
/* Layout
----------------------------------------------------------------------- */

div#header {
	display: none;
}

div#content {
	margin-left: 35px;
	margin-right: 35px;
}

div#map-content-main {
	padding: 0 25px 0 25px;
}

div#map-content-nav {
	display: none;
}

div#footer {
	height: 155px;
}



/* Typography
----------------------------------------------------------------------- */
/* This is the Bourbon Trail logo */
h1 {
	width: 384px;
	height: 227px;
	margin: 0;
	position: relative;
	top: 90px;
	left: 50px;
	background: transparent url('./themes/site_themes/kyda_template_09/images/kyda-branding.png') no-repeat;
	text-indent: -9999px;
}

h1 a { float:left; width:384px; height:227px; text-decoration:none; border:none; }

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h3 {
	color: #b54c14;
	font-size: 1.30em;
	font-style: italic;
	margin: 5px 0 5px 0;
}

a {
	color: #492109;
}

a:hover {
	color: #b54c14;
	text-decoration: none;
}

#content ul {
	font-size: 1.15em;
	color: #b54c14;
	margin-left: 20px; 
}

#content li {
	margin-bottom: .50em;	
}

p {
	font-size: 1.15em;
	line-height: 1.75em;
	margin-bottom: 1.75em;
}

strong {
	font-style: italic;
	font-weight: bold;
}

#articles-content h2 {
	font-size: 1.40em;
	border-bottom: 1px dotted #492109;
	padding: 20px;
	margin-bottom: 40px;
	font-style: italic;
}

#articles-content ul {
	width: 606px;
	margin: 0 auto 0 auto;
	list-style: none;
}

#articles-content li {
	width: 270px;
	margin: 15px;
	font-size: .70em;
	float: left;
	height: 370px;
	border-bottom: 1px dotted #492109;
}

#articles-content li h3 {
	color: #492109;
	margin: 0;
	padding: 0;
	font-size: 1.25em;
	border-bottom: none;
}

#articles-content li p {
	margin: 0;
}

#footer p {
	position: relative;
	font-size: .85em;
}

div.event p {
	margin: 0 0 15px 0;
}

div.event a {
	color: #b54c14;
}

div.event a:hover {
	list-style: none;
}

/* Misc
----------------------------------------------------------------------- */
div#content-main img{
	margin-bottom: 20px;
}

img.distillery-tab {
	float: left;
	position: relative;
	bottom: 45px;
	right: 15px;
	z-index: 99;
}

div#news-story {
	padding: 0 20px 0 20px;
}

div.news-article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8ad6a;
}

.clear {
	clear: both;
}

#directions-app {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#directions-app h2 {
	font-size: 1.05em;
	color: white;
	text-align: center;
}

#directions-app #direction-order h2 {
	font-size: 6em;
}

#directions-app h3 {
	clear: both;
	margin: 10px 5px 10px 5px;
	font-style: italic;
	color: #86562b;
}

#directions-app h3#dnd {
	display: block;
	float: right;
	width: 280px;
	height: 78px;
	background: transparent url('./themes/site_themes/kyda_template_09/images/drag-n-drop.png') no-repeat;
	text-indent: -9999px;
}

#directions-app #direction-order h4 {
	position: relative;
	top: 30px;
	font-size: 1.05em;
	color: grey;
	text-align: center;
}

#directions-app ul {
	width: 588px;
}

#directions-app li {
	float: left;
	list-style-type: none;
}

#directions-app ol {
	float: left;
	clear: both;
	width: 588px;
	margin-top: 30px;
	margin-bottom: 30px;
	list-style-type: none;
}

#directions-app li {
	margin: 5px;
}

#directions-app ul#cities {
	clear: both;
}

#directions-app ul#distilleries {
	clear: both;
}

#directions-app li.city {
	width: 137px;
	height: 58px;
	padding-top: 40px;
	background: transparent url('./themes/site_themes/kyda_template_09/images/map-drag-drop-bg.png') no-repeat -5px -4px;
}

#directions-app li.distillery {
	width: 137px;
	height: 68px;
	padding-top: 30px;
	background: transparent url('./themes/site_themes/kyda_template_09/images/map-drag-drop-bg.png') no-repeat -5px -112px;
}

#directions-app li.dropper {
	width: 137px;
	height: 96px;
	padding-top: 2px;
	background: transparent url('./themes/site_themes/kyda_template_09/images/map-drag-drop-bg.png') no-repeat -5px -228px;
}

#directions-app li.dropper h2 {
	color: grey;
}

#directions-app li.dropperHover {
	background: lightgrey;
}

div#directions-app {
	width: 590px;
}

#directions-app div.sep {
	clear: both;
}
#directions-app #generate {
	float:right;
	width: 136px;
	height: 34px;
	display: block;
	background: transparent url('./themes/site_themes/kyda_template_09/images/dnd-buttons.png') no-repeat -5px -3px;
	text-indent: -9999px;
}
#directions-app #print {
	float:right;
	width: 136px;
	height: 34px;
	display: block;
	background: transparent url('./themes/site_themes/kyda_template_09/images/dnd-buttons.png') no-repeat -5px -100px;
	text-indent: -9999px;
	margin-left: 10px;
}
#directions-app #restart {
	float: right;
	width: 136px;
	height: 36px;
	display: block;
	background: transparent url('./themes/site_themes/kyda_template_09/images/dnd-buttons.png') no-repeat -5px -50px;
	text-indent: -9999px;
	margin-left: 10px;
}
a#turn-directions {
	display: block;
	width: 245px;
	height: 75px;
	padding-top: 20px;
	background: #dc7d24;
	text-decoration: none;
	font-size: 1.75em;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-top:  20px;
}

#direction-order {
	margin-left: 20px;
}

a#distance-distillery {
	display: block;
	width: 245px;
	height: 75px;
	padding-top: 20px;
	background: #dc7d24;
	text-decoration: none;
	font-size: 1.75em;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-top:  20px;
}

.bg-distillers {
	padding: 10px 20px 10px 20px;
	background: transparent url('./themes/site_themes/kyda_template_09/images/bg-distillers.png');
}

.even {background:#eedaab;}

p.event-heading {
	margin: 0;
}

ul#ky-links {
	display: none;
}

div#map-content-options {
	display: none;
}
div.result { padding: 10px; }