/*
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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	}
	
/* fix png images */
* { 
  behavior: url('/journal/wp-content/themes/white_mackay/iepngfix.htc');
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #transparent;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #806B5F;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #806b5f;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	clear: both;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

.formsearch {
	padding: 0;
	margin: 0;
	width: 230px;
	height: 42px;
	display: block;
	position: relative;
	z-index: 2;
	}

.formsearch-back {
	background: url(images/search_bg.png) no-repeat;
	width: 230px;
	height: 42px;
	display: block;
	position: relative;
	top: -42px;
	left: 0;
	z-index: 0;
}
	
form#search {
	margin: 0;
	padding: 0px 0px;
	text-align: left;
	}

 form#search input#s {
	width: 146px;
	padding: 0px;
	background-color: transparent;
	position: relative;
	top: 12px;
	border: none;
	height: 18px;	
	}
	
form#search input#send-btn {
	width: 21px;
	height: 11px;
	color: #876b60;
	position: relative;
	top: 13px;
	left: 1px;
}



#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 578px;
	padding: 2px;
	background: none;
	border: 1px dotted #ffffff;
	color: #999;
	}



#commentform #submit {
	margin: 0;
	float: right;
	width: 137px;
	height: 39px;
	display: block;
	background: url(/journal/wp-content/themes/white_mackay/images/submit_comment.gif) no-repeat;
	border: none;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 5px 0 5px 0;
	text-align: justify;
	position:relative;
	left:28px;
	width: 580px;
	}
	
	

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/********************************************************************************/
/***************************  STEVENS STYLES  ***********************************/
/********************************************************************************/

/* Styles here remove all default browser settings */

/* Set margins & padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td, a
{margin:0; padding:0;}

/* Set left margins */
li, dd, {margin-left:1em;}

/* Text-scaling */
html, body, fieldset{font:100.1%/120% Arial, Helvetica, verdana, sans-serif;}
input, select, textarea{font-size:100.1%;}
h1, h2, h3, h4, h5, h6{font-size:100%;}

/* Miscellaneous */
form label{cursor:pointer;}
fieldset, img{border:none;}
table{border-collapse:collapse; border-spacing:0;}
a:focus, a:hover, a:active { outline:none }


html, body{
background: #000;
color:#999;
}

a {color: #806b5f;}
a.alt {color: #5f5344;}

/* Font sizing */

body{font:13px/1.5em verdana, arial, helvetica, sans-serif;}

/* Set the templates to a sensible font-size */
#doc,#doc2,#doc3{font-size:1em;}
table{font-size:inherit; font-size:100%;}

/* 99% for safari; 100% is too large */
select, input, textarea{font:99% verdana, arial,helvetica,sans-serif;}

pre, code{font:1.2em monospace;}


p{
margin:0 0 1.5em 0;
font-size:1em;
line-height:1.5em;
font-weight: normal;
}


/* Headings */
h1{/* 18px */
margin:1.0833em 0;
font-size:1.3846em;
line-height:1.0833;
}

h2{/* 16px */
margin:1.2188em 0;
font-size:1.2308em;
line-height:1.2188;
}

h3{/* 13px */
margin:1.5em 0;
font-size:1em;
line-height:1.5;
}


/* General element styles -------------------------------------- */
body{
  text-align:center; 
  background: #000 url(/images/overall_bg.png) top left repeat-x;
}

/* Layout grid ------------------------------------------------- */

div#wrapper {width: 980px; height: auto; margin: 0 auto; text-align: left; background-color: transparent; padding-top: 14px;}

div#main-menu {width: 946px; height: 60px; position: relative; background-color: transparent; margin: 0 auto; margin-bottom: 3px;}


/*****************************************************************************************
* MAIN MENU
*****************************************************************************************/


/*
#menu{width: 980px; height: 60px; position: relative; background: url(images/main_menu_matrix.gif) no-repeat;}
#menu li {float: left; list-style-type: none;}
#menu li a {
	position: absolute; 
	top: 0; 
	display: block; 
	height: 60px; 
	background: url(images/main_menu_matrix.gif) no-repeat; 
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#home a {left: 0; width: 80px; background-position: 0 0;}
li#collection a {left: 80px; width: 200px; background-position: -80px 0;}
li#availibility a {left: 280px; width: 190px; background-position: -280px 0;}
li#journal a {left: 470px; width: 190px; background-position: -470px 0;}
li#more a {left: 660px; width: 200px; background-position: -660px 0;}
li#signup a {left: 860px; width: 120px; background-position: -860px 0;}
*/

/* hover and active states */
/*
li#home a:hover , li#home a.selected {background-position: 0 -60px;}
li#collection a:hover , li#collection a.selected {background-position: -80px -60px;}
li#availibility a:hover , li#availibility a.selected {background-position: -280px -60px;}
li#journal a:hover , li#journal a.selected {background-position: -470px -60px;}
li#more a:hover , li#more a.selected {background-position: -660px -60px;}
li#signup a:hover , li#signup a.selected {background-position: -860px -60px;}
*/

#menu{
  width: 946px; 
  height: 60px; 
  position: relative; 
  background: url(images/new_main_menu_matrix.gif) no-repeat;
}
#menu li {
  float: left; 
  list-style-type: none;
}
#menu li a {
	position: absolute; 
	top: 0; 
	display: block; 
	height: 60px;
	background: url(images/new_main_menu_matrix.gif) no-repeat; 
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

li#home a {left: 0; width: 65px; background-position: 0 0;}
li#collection a {left: 65px; width: 200px; background-position: -65px 0;}
li#availibility a {left: 265px; width: 160px; background-position: -265px 0;}
li#journal a {left: 425px; width: 185px; background-position: -425px 0;}
li#more a {left: 610px; width: 185px; background-position: -610px 0;}
li#signup a {left: 795px; width: 151px; background-position: -795px 0;}

/* hover and active states */

li#home a:hover , li#home a.selected {background-position: 0 -60px;}
li#collection a:hover , li#collection a.selected {background-position: -65px -60px;}
li#availibility a:hover , li#availibility a.selected {background-position: -265px -60px;}
li#journal a:hover , li#journal a.selected {background-position: -425px -60px;}
li#more a:hover , li#more a.selected {background-position: -610px -60px;}
li#signup a:hover , li#signup a.selected {background-position: -795px -60px;}


/*****************************************************************************************
* END OF MAIN MENU
*****************************************************************************************/


/*****************************************************************************************
* MAIN CONTENT
*****************************************************************************************/

body.home div#flashcontent {width: 980px; height: 300px;}
div#content-holder {width: 980px; height: auto; background: url(images/main_content_bg.png) top left no-repeat; min-height: 500px; _height: 500px;}
div#whisky-menu {position: relative; width: 980px; height: 370px; background-color: transparent;}
div#rare-prestige {position: absolute; top: 10px; left: 261px; display: block; width: 458px; height: 130px; background: url(images/rare_prestige_logo.png) no-repeat; text-indent: -9999px; font-size: 1%;}

/* tertiary menu on Collection pages */
div#tertiary-menu {width: 980px; height: 210px; position: absolute; top: 145px;}
div#tertiary-menu #whiskys {width: 980px; height: 210px; position: relative; background: url(../../images/whisky_menu_matrix.jpg) no-repeat;}
div#tertiary-menu #whiskys li {float: left; list-style-type: none;}
div#tertiary-menu #whiskys li a {
	position: absolute; 
	top: 0; 
	display: block; 
	height: 210px; 
	background: url(../../images/whisky_menu_matrix.jpg) no-repeat; 
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

div#tertiary-menu li#jura40 a {left: 0; width: 182px; background-position: 0 0;}
div#tertiary-menu li#orig40 a {left: 182px; width: 160px; background-position: -182px 0;}
div#tertiary-menu li#dalm73 a {left: 342px; width: 160px; background-position: -342px 0;}
div#tertiary-menu li#dalm40 a {left: 502px; width: 150px; background-position: -502px 0;}
div#tertiary-menu li#jura74 a {left: 652px; width: 150px; background-position: -652px 0;}
div#tertiary-menu li#dalm74 a {left: 802px; width: 178px; background-position: -802px 0;}

/* hover & selected states */
div#tertiary-menu li#jura40 a:hover , li#jura40 a.selected {background-position: 0 -210px;}
div#tertiary-menu li#orig40 a:hover , li#orig40 a.selected {background-position: -182px -210px;}
div#tertiary-menu li#dalm73 a:hover , li#dalm73 a.selected {background-position: -342px -210px;}
div#tertiary-menu li#dalm40 a:hover , li#dalm40 a.selected {background-position: -502px -210px;}
div#tertiary-menu li#jura74 a:hover , li#jura74 a.selected {background-position: -652px -210px;}
div#tertiary-menu li#dalm74 a:hover , li#dalm74 a.selected {background-position: -802px -210px;}



/* content */

div#content {
  width: 570px; 
  height: auto; 
  float: left; 
  margin-left: 60px;
}

/* collection home page */

div#content h2 {padding: 0; margin: 0 0 20px 0;}
div#content p {padding: 0 0 0 28px;}
div#content .puff-holder {float: left; margin-bottom: 10px;}
div#content .puff-image {float: left; width: 204px;}
div#content .puff-quote {float: left; width: 426px;}


div#content .puff-quote blockquote {
  float: left;
  background: transparent url(../../images/left_dquo.gif) no-repeat left top;
  margin: 0pt 0pt 20px 0px;
  padding-left: 0px;
}
div#content .puff-quote blockquote div {
  background: transparent url(../../images/right_dquo.gif) no-repeat right bottom;
  color: #FFFFFF;
  line-height: 1.5em;
  padding: 0pt 0px 0pt 20px;
  width: 350px;
}

.journal-entry {width: 151px; height: 39px; position: relative; left: 20px; display: block;}



/**
* right side Nav blocks 
**/

div#right-nav {
  width: 265px; 
  height: auto; 
  float: left; 
  margin-left: 25px;
}

div#right-nav h3 {padding: 0 0 0 30px; margin: 0 0 16px 0;}
div#right-nav ul.side-nav {position: relative; left: 48px; margin-bottom: 30px;}
div#right-nav ul.side-nav li {list-style-type: none;}
div#right-nav ul.side-nav li a {text-decoration: none;}




/**
* WHISKY PAGES 
**/

/* backgrounds */
body.dalmore73 div#content-holder {background: url(../../images/backgrounds/dalmore73_content_bg.png) top left no-repeat; min-height: 700px;}
body.jura40 div#content-holder {background: url(../../images/backgrounds/jura_40_content_bg.png) top left no-repeat; min-height: 700px;}
body.original40 div#content-holder {background: url(../../images/backgrounds/wm_original_40_content_bg.png) top left no-repeat; min-height: 700px;}

/* whisky page title holders */
body.whiskys div#whisky-menu {position: relative; width: 980px; height: 253px; background-color: transparent;}
body.dalmore73 div#whisky-menu {position: relative; width: 980px; height: 250px; background-color: transparent;}
body.original40 div#whisky-menu, body.dalmore40 div#whisky-menu, body.dalmore74 div#whisky-menu {position: relative; width: 980px; height: 248px; background-color: transparent;}
/* whisky page titles */
body.whiskys div#whisky-menu h1 {position: absolute; left: 260px; bottom: 0px; padding: 0; margin: 0;}

/* content for whisky pages */
body.whiskys div#content {width: 430px; height: auto; float: left; margin-left: 260px; margin-top: 37px;}
body.whiskys div#content h2 {padding: 0; margin: 0 0 32px 0;}
body.whiskys div#content p {padding-left: 0px;}
body.whiskys div#content .puff-holder {float: left;}
body.whiskys div#content .puff-image {float: left; width: 161px;}
body.whiskys div#content .puff-quote {float: left; width: 269px;}
body.whiskys div#content .puff-quote blockquote div {width: 250px;}
body.whiskys a.journal-entry {width: 151px; height: 39px; display: block; background: url(../../images/buttons/read_journal_entry_btn.jpg) no-repeat; clear: both; text-indent: -9999px; font-size: 1%; margin: 0 auto 15px auto; position: relative; left: 0px;}
body.whiskys a.enquire {width: 137px; height: 39px; display: block; background: url(../../images/buttons/enquire_buy_btn.png) no-repeat; clear: both; text-indent: -9999px; font-size: 1%; margin: 5px auto 0 auto;}


/**
* right side Nav blocks 
**/
body.whiskys div#right-nav {width: 265px; height: auto; float: left; margin-left: 25px; margin-top: 30px;}
body.whiskys div#right-nav a.enquire {margin: 0;}
body.whiskys div#right-nav h3 {padding: 0; margin: 20px 0 16px 0;}
body.whiskys div#right-nav ul.side-nav {position: relative; left: 18px; margin-bottom: 30px;}
body.whiskys div#right-nav ul.side-nav li {list-style-type: none; margin-left: 0px;}
body.whiskys div#right-nav ul.side-nav li a {
  text-decoration: none; 
  display: block; 
  width: 120px; 
  border: none; 
  border-top: 1px solid #5F5344; 
}
body.whiskys div#right-nav ul.side-nav li.last a {border-bottom: 1px solid #5F5344;}
body.whiskys div#right-nav .product-image {position: relative; left: 18px;}

/* end of right side nav blocks */


/* tertiary menu on whisky pages */
body.whiskys div#whisky-menu-bottom {width: 980px; height: 55px; clear: both; background-color: transparent;border: none; padding-top: 20px;}
body.whiskys div#whisky-menu-bottom #tertiary {width: 980px; height: 55px; position: relative; background: url(../../images/tertiary_menu_matrix.jpg) no-repeat;}
body.whiskys div#whisky-menu-bottom #tertiary li {float: left; list-style-type: none;}
body.whiskys div#whisky-menu-bottom #tertiary li a {
	position: absolute; 
	top: 0; 
	display: block; 
	height: 55px; 
	background: url(../../images/tertiary_menu_matrix.jpg) no-repeat; 
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}
body.whiskys div#whisky-menu-bottom #tertiary li.jura40 a {left: 0; width: 180px; background-position: 0 0;}
body.whiskys div#whisky-menu-bottom #tertiary li.orig40 a {left: 180px; width: 180px; background-position: -180px 0;}
body.whiskys div#whisky-menu-bottom #tertiary li.dalm73 a {left: 360px; width: 150px; background-position: -360px 0;}
body.whiskys div#whisky-menu-bottom #tertiary li.dalm40 a {left: 510px; width: 140px; background-position: -510px 0;}
body.whiskys div#whisky-menu-bottom #tertiary li.jura74 a {left: 650px; width: 150px; background-position: -650px 0;}
body.whiskys div#whisky-menu-bottom #tertiary li.dalm74 a {left: 800px; width: 180px; background-position: -800px 0;}
/* hover & selected states */
body.whiskys div#whisky-menu-bottom #tertiary li.jura40 a:hover , body.whiskys div#whisky-menu-bottom #tertiary li.jura40 a.selected {background-position: 0 -55px;}
body.whiskys div#whisky-menu-bottom #tertiary li.orig40 a:hover , body.whiskys div#whisky-menu-bottom #tertiary li.orig40 a.selected {background-position: -180px -55px;}
body.whiskys div#whisky-menu-bottom #tertiary li.dalm73 a:hover , body.whiskys div#whisky-menu-bottom #tertiary li.dalm73 a.selected {background-position: -360px -55px;}
body.whiskys div#whisky-menu-bottom #tertiary li.dalm40 a:hover , body.whiskys div#whisky-menu-bottom #tertiary li.dalm40 a.selected {background-position: -510px -55px;}
body.whiskys div#whisky-menu-bottom #tertiary li.jura74 a:hover , body.whiskys div#whisky-menu-bottom #tertiary li.jura74 a.selected {background-position: -650px -55px;}
body.whiskys div#whisky-menu-bottom #tertiary li.dalm74 a:hover , body.whiskys div#whisky-menu-bottom #tertiary li.dalm74 a.selected {background-position: -800px -55px;}
/* END OF WHISKY PAGES */

/**
* WHISKY JOURNAL 
**/

body.journal div#whisky-menu {position: relative; width: 980px; height: 248px; background-color: transparent;}
body.journal div#whisky-menu h1 {position: absolute; left: 60px; bottom: 0px; padding: 0; margin: 0;}
body.journal div#content {margin-top: 30px;}
body.journal div#content p.postmetadata {padding: 5px 0 5px 0; position: relative; left: 28px;}
body.journal div#content h3 {color: #fff; margin-bottom: 25px;}
body.journal div#content h3 a {color: #fff;}
body.journal div#content h3 span {color: #999;}
body.journal div#content h4 {color: #999; margin-bottom: 25px; font-size: 0.9em;}
body.journal div#content h4 span {color: #fff;}
body.journal div#content img {
  margin-bottom: 25px;
}
body.journal div#content p.wp-caption-text {
 width: auto;
 padding: 0;
 margin: -20px 0 6px 0;
}
body.journal div#content div.seperator {display: block; width: 100%; height: 5px; border-top: 1px dotted #999999;}

body.journal #right-nav ul, body.journal #right-nav ul ul, body.journal #right-nav ul ul ul {list-style-type: none;}
body.journal #right-nav ul {position: relative; left: 18px;}
body.journal #right-nav h2 {margin: 0.5em 0;}
body.journal div#content div.seperator {border-top:1px dotted #999999; display:block; height:5px; width:100%;}




/****************************************************************************************
* END OF MAIN CONTENT
*****************************************************************************************/


/****************************************************************************************
* FOOTER
*****************************************************************************************/

/* footer menu */

div#footer {width: 980px; height: 2em; position: relative; top: 35px; clear: both; margin-bottom: 6em; background: none;}
div#footer ul {width: 70%; height: 2em; position: absolute; left: 0px; top: 0px; background:none; padding-left: 0px;}
div#footer ul li {float: left; list-style-type: none; margin-right: 1em;}
div#footer ul li a {font-size: 0.85em; line-height: 2em; text-decoration: none; font-weight: normal;}

/* drinkaware link */
div#footer .drinkaware {position: absolute; right: 0px; top: 0px; float: none; background: none;}
div#footer .drinkaware a {font-size: 0.85em; line-height: 2em; text-decoration: none; font-weight: normal;}
div#footer .drinkaware a.alt {background: none; border: none;}
div#footer .drinkaware a:hover {text-decoration: underline;}


/*****************************************************************************************
* END OF FOOTER
*****************************************************************************************/


/**clearfix*******************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
