/* 
A CSS Framework
-------------------------------------------------------

Copyright (c) 2009, Get Started Pty Ltd

*/


/***** Global Settings *****/

	body {
	font: 75% Georgia, "Times New Roman", Times, serif;
	background: url(/app_themes/bakeryhill/images/background.jpg) no-repeat fixed left top;
	text-align:center;
	color:#1b130e;
	}

    html>body {
    font-size: 12px; 
    }
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
 	padding:0;
	} 
	
      .autoclear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
      .autoclear {display:inline-block;}
      .autoclear {display:block;}
      * html .autoclear {height: 1%;}
	  
	  
/***** Headings *****/

    h1 {
	font-size: 2.2em;
	line-height: 57px;
	margin-top: 0;
	margin-bottom: 0.9em;
	color: #601600;
	background: url(/app_themes/bakeryhill/images/title_bg.gif) no-repeat left center;
	display:block;
	width:280px;
	height:57px;
	padding-left:25px;
	font-weight:normal;
    }
	
	
	#logo h1, #logo h1 a {
	position:relative;
	top:45px;
	overflow:hidden;
	background: transparent url(/app_themes/bakeryhill/images/logo.gif);
	width:393px;
	height:176px;
	text-indent:-9999px;
	margin:0 auto;
	padding:0 0 0 0;
	cursor:pointer;
	}
#logo h1 a {
	display: block;
	top:0px;
}
	
    h2 {
	font-size: 1.667em;
    	line-height: 1.5em;
	padding-top: 1em;
 	padding-bottom: 0.5em; 		
    	color: #601600;
    }
	
	#sidebar-left h2, #sidebar-right h2 {
    	color: #f3e7c0;
	}
	
    h3 {
	font-size:1.167em;
    	line-height: 1.286em;
	margin-top: 1.286em;
 	margin-bottom: 0em; 		
    	color: black;
    }
	
    h4 {
	font-size: 1em;
    line-height: 1.5em;
	margin-top: 1.5em;
 	margin-bottom: 1.5em; 		
    color: black;
    }
	
    h5 {
	font-size: 0.917em;
    line-height: 1.636em;
	margin-top: 1.636em;
 	margin-bottom: 1.636em; 		
    color: black;
    }
	
    h6 {
	font-size: 0.833em;
    line-height: 1.8em;
	margin-top: 1.8em;
 	margin-bottom: 1.8em; 		
    color: black;
    }

/***** Common Formatting *****/

    p {
	font-size: 1em;
	line-height: 1.8em; 
 	padding-top: 1.25em;
 	padding-bottom: 1.25em; 
    }
	
	
	strong, b {
    font-weight: bold;
	color:#601600;
    }
	
	#sidebar-left strong, #sidebar-right strong, b{
	color:#f3e7c0;
	}
	
    em, i {
    font-style:italic;
    }
	
    code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
    }

    img {
    border: 0;
    }
	
	blockquote {
	margin:30px 0;
	padding:30px 20px 0 20px;
	font: italic 2.2em/1.2em Georgia, "Times New Roman", Times, serif;
	color:#413000;
	background: url(/app_themes/bakeryhill/images/green-divider.gif) no-repeat center top;
	}
	
	blockquote span {
	padding-bottom:35px;
	display: block;
	background: url(/app_themes/bakeryhill/images/green-divider.gif) no-repeat center bottom;
	}
	
	
/* Links */	

    a {
    text-decoration: underline;
	color:#601600;
	font-weight:bold;
    }

    a:hover {
    text-decoration: none;
	color: #1b130e;		
    }
	
	a.button {
	display:block;
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(/app_themes/bakeryhill/images/button-bg.gif) no-repeat left top;
	height:25px;
	line-height:25px;
	padding:0;
	margin:0;
	}
	
	html>body a.button span { 
	display:block; 
	float:left; 
	background:url(/app_themes/bakeryhill/images/button-bg.gif) no-repeat right top; 
	height:25px; 
	padding-left:5px; 
	padding-top:0px; 
	padding-right:15px; 
	margin-left:10px; 
	margin-right:-10px;
	cursor:pointer
	}

	a.button span{
	display:block; 
	float:left; 
	background:url(/app_themes/bakeryhill/images/button-bg.gif) no-repeat right top; 
	height:25px; 
	padding-left:5px; 
	padding-top:0px; 
	padding-right:15px; 
	margin-left:5px; 
	margin-right:0px;
	cursor:pointer;
	}

	a.button:hover{
	background-position:0px bottom; 
	color:#601600;
	}

	a.button:hover span{
	background-position:right bottom;
	}
	
	a.button-red {
	display:block;
	float:left;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(/app_themes/bakeryhill/images/button-bg-red.gif) no-repeat left top;
	height:25px;
	line-height:25px;
	padding:0;
	margin:0;
	position:relative;
	left:60px;
	}
	
	html>body a.button-red span { 
	display:block; 
	float:left; 
	background:url(/app_themes/bakeryhill/images/button-bg-red.gif) no-repeat right top; 
	height:25px; 
	padding-left:5px; 
	padding-top:0px; 
	padding-right:15px; 
	margin-left:10px; 
	margin-right:-10px;
	cursor:pointer
	}

	a.button-red span{
	display:block; 
	float:left; 
	background:url(/app_themes/bakeryhill/images/button-bg-red.gif) no-repeat right top; 
	height:25px; 
	padding-left:5px; 
	padding-top:0px; 
	padding-right:15px; 
	margin-left:5px; 
	margin-right:0px;
	cursor:pointer;
	}

	a.button-red:hover{
	background-position:0px bottom; 
	color:#601600;
	}

	a.button-red:hover span{
	background-position:right bottom;
	}
	
	#footer a {
    text-decoration: underline;
    color:#FFF;
    }

    #footer  a:hover {
	color: #efe5c2;		
    }
	
	
	a.buy-whiskies {
	position:relative;
	width:313px;
	height:121px;
	display:block;
	background: url(/app_themes/bakeryhill/images/btn_whiskies.gif);
	text-decoration:none;
	font-weight:normal;
	color:#2f221a;
	}
	
	a:hover.buy-whiskies {
	background: url(/app_themes/bakeryhill/images/btn_whiskies.gif) 0 -121px;
	}
	
	a.davids-blog {
	position:relative;
	width:313px;
	height:121px;
	display:block;
	background: url(/app_themes/bakeryhill/images/btn_blog.gif);
	text-decoration:none;
	font-weight:normal;
	color:#2f221a;
	}
	
	a:hover.davids-blog {
	background: url(/app_themes/bakeryhill/images/btn_blog.gif) 0 -121px;
	}
	
	a.friends-distillery {
	position:relative;
	width:313px;
	height:121px;
	display:block;
	background: url(/app_themes/bakeryhill/images/btn_distillery.gif);
	text-decoration:none;
	font-weight:normal;
	color:#2f221a;
	}
	
	a:hover.friends-distillery {
	background: url(/app_themes/bakeryhill/images/btn_distillery.gif) 0 -121px;
	}
	
	a.whisky-appreciation {
	position:relative;
	width:313px;
	height:121px;
	display:block;
	background: url(/app_themes/bakeryhill/images/btn_whisky.gif);
	text-decoration:none;
	font-weight:normal;
	color:#2f221a;
	}
	
	a:hover.whisky-appreciation {
	background: url(/app_themes/bakeryhill/images/btn_whisky.gif) 0 -121px;
	}
	
	a.cartoons{
	position:relative;
	width:313px;
	height:121px;
	display:block;
	background: url(/app_themes/bakeryhill/images/btn_cartoons.gif);
	text-decoration:none;
	font-weight:normal;
	color:#2f221a;
	}
	
	a:hover.cartoons {
	background: url(/app_themes/bakeryhill/images/btn_cartoons.gif) 0 -121px;
	}
	


/* Lists */

    ul {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    margin-left:30px;
    }
	
    ul li {
    line-height:2em;
    margin-bottom: 1.5em;
    }
	
    ol {
    margin-top: 1.5em;
	margin-bottom: 1.5em;
    }
	
    ol li {
    line-height:1.5em;
	margin-bottom: 1.5em;
    }
	
	
	.product ul {
    margin-top: 1.5em;
	margin-bottom: 1.5em;
    }
	
    .product ul li {
	line-height:1.5em;
	margin-bottom: 1.5em;
	list-style: url(none) none;
    }
	
	
/* Navigation */
	
	div#navcontainer {
	font-family: georgia, serif;
	font-size:1.25em;
	font-weight:bold;
	padding: 9px 0;
	margin: 0;
	width: 880px;
	background:url(/app_themes/bakeryhill/images/nav-border.gif) repeat-x left top;
	height:55px;
	float: left;
	position:relative;
	left:60px;
	top:70px;
	}

	div#navcontainer ul {
	margin: 0 0 0 8px;
	padding: 0 0 0 4px;
	height:55px;
	list-style-type: none;
	white-space: nowrap;
	background: url(/app_themes/bakeryhill/images/nav-divider.gif) no-repeat left 7px;
	}

	div#navcontainer ul li {
	padding: 0;
	margin: 0;
	display: inline;
	float: left;
	background: url(/app_themes/bakeryhill/images/nav-divider.gif) no-repeat right center;
	line-height:normal;
	}

	html>body div#navcontainer ul li a {
	float: left;
  	color: #601600;
	padding: 8px 6px;
	margin: 0 8px 0 4px;
	display: block;
  	text-decoration: none; 
	height:1%;
	}
	
	div#navcontainer ul li a {
	float: left;
  	color: #601600;
	padding: 8px 6px;
	margin: 0 4px 0 2px;
	display: block;
  	text-decoration: none; 
	height:1%;
	}

	div#navcontainer ul li a:hover, div#navcontainer ul li #active a:hover  {
 	/*color: #74a893;*/
	color: #FFF;
 	background:url(/app_themes/bakeryhill/images/nav-hover.gif) no-repeat left 3px;
	cursor:hand;
	}
	
	div#navcontainer ul li a:hover span, div#navcontainer ul li #active a:hover span {
 	color: #FFF;
	float:left; 
	background:url(/app_themes/bakeryhill/images/nav-hover.gif) no-repeat right 3px; 
	margin-top:-8px;
	margin-right:-8px;
	padding:8px 8px 0 0;
	}


	
	/* Blog */
	
	.blog .day {
	color:#FFF;
	font-size: 3em;
	margin:8px 0 0 0;
	padding:0;
	line-height:25px;
	display:block;
	}

	.blog .month{
	color:#FFF;
	font-size: 1.167em;
	text-transform: uppercase;
	}
	
	.blog .comments {
	font-weight:bold;
	font-style: italic;
	position:relative;
	top:-10px;
	}
	
	.blog .share {
	font-weight:bold;
	font-style: italic;
	padding-left:20px;
	position:relative;
	top:-10px;
	left:20px;
	}
	
	#tagcloud .title {
	background: url(/app_themes/bakeryhill/images/tag-title-bg.gif) no-repeat left top;	
	width:97px;
	height:33px;
	display:block;
	color:#f3e7c0;
	font-size: 1.667em;
	font-weight:bold;
	padding:4px 0 0 22px;
	}
	
/* Contact */
	
	.contact {
	margin-top: 1.5em;
 	margin-bottom: 1.5em;
	font: italic bold 1.167em/1.286 Georgia, "Times New Roman", Times, serif;
	display:block;
	margin-bottom:-30px;
	}
	
	.contact-number {
	color:#601600;
	margin-top: 1.5em;
 	margin-bottom: 1.5em;
	font: italic bold 2em  Georgia, "Times New Roman", Times, serif;
	display:block;
	}
	
	
/* Forms */
	
	label {
	display:block;
	font-weight:bold;
	margin:0 0 5px 0;
	}
	
	.textbox {
	background:#000;
	border:none;
	width:100%;
	color:#FFF;
	padding:2px;
	margin-bottom:20px;
	}
	
	.textarea {
	background:#000;
	border:none;
	width:100%;
	color:#FFF;
	padding:2px;
	margin-bottom:20px;
	min-height:120px;
	height:auto !important;
	height:120px;
	}

	div.button-red {
	display:block;
	float:left;

	text-decoration:none;
	background:url(/app_themes/bakeryhill/images/button-bg-red.gif) no-repeat left top;
	height:25px;
	padding:0;
	margin:0;
	position:relative;
	left:60px;
	border: 0px;
	}

html>body div.button-red input { 
	display:block; 
	float:left; 
	background:url(/app_themes/bakeryhill/images/button-bg-red.gif) no-repeat right top; 
	height:25px; 
	padding-left:5px; 
	padding-top:0px; 
	padding-right:15px; 
	margin-left:10px; 
	margin-right:-10px;
	cursor:pointer;
	border: 0px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:25px;
	}

	div.button-red input{
	display:block; 
	float:left; 
	background:url(/app_themes/bakeryhill/images/button-bg-red.gif) no-repeat right top; 
	height:25px; 
	padding-left:5px; 
	padding-top:0px; 
	padding-right:15px; 
	margin-left:5px; 
	margin-right:0px;
	cursor:pointer;
	border: 0px;
	font-weight:bold;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	line-height:25px;
	}

	div.button-red:hover{
	background-position:0px bottom; 
	}

	div.button-red:hover input{
	background-position:right bottom;
	color:#601600;
	}


/* Sitemap */

	.CMSSiteMapList {
	margin-left:20px;
	}

	ul ul li.CMSSiteMapListItem a {
	font-weight:normal;
	}


	ul ul.CMSSiteMapList {
	margin:0;
	padding:0;
	}
	
	ul ul li.CMSSiteMapListItem{
	list-style:none;
	margin:0;
	padding:0;
	line-height:2em;
	}



/* Shopping Cart */

	.BlockContent table {
	margin:10px 0 !important;
	}

	.CartContentTable {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	}


	.CartContentTable tr, .CartContentTable td, .CartContentTable th {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #ECF0F3;
	}

	.CartContentTable th {
	background:#601600;
	color:#fff;
	border-right:1px solid #471100;
	border-top:1px solid #471100;
	border-left:1px solid #471100;
	border-bottom:1px solid #471100;
	padding:4px 5px;
	}

	.CartContentTable td{
	color:#1b130e;
	border-right:1px solid #CACED1;
	border-top:1px solid #CACED1;
	border-left:1px solid #CACED1;
	border-bottom:1px solid #CACED1;
	padding:4px 5px;
	}

	.CartContentTable td a, .CartContentTable td a:hover {
	color:#1b130e;
	font-weight:bold;
	text-decoration:none;
	}

	.CartContentTable {
	margin-bottom:20px;
	width:800px;
	}


	.CartStepHeader {
	font: 18px Arial, Helvetica, sans-serif;
	letter-spacing:0.02em;
	color:#601600;
	margin:0 0 5px 0;
	padding:0;
	padding: 20px 0 10px 0;
	font-weight:bold;
	}


	.CartTable {
	width:100%;
	margin:0 auto;
	}

	.BlockTitle {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	color:#111C24;
	display:block;
	}


	.UnitsTextBox {
	width: 25px;
	}
    

	.PricePanel {
	float: right;
	}

	.ContentButton {
    	text-align:center;
    	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    	color:#fff;
	width:63px;
	height:18px;
	margin-top:0px;
	padding:2px 1px;
	background: #601600;
	border:none;
	cursor: pointer;
	}

	.ContentButton:hover {
    	background:#413000;
    	color:#FFF;
	}

	input.ContentButton[value=Back] {
    	float: left;
	margin-left: 0px;
	/*firefox margin-left:-20px;*/
	}
    
	.LongButton {
   	text-align:center;
    	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    	color:#fff;
    	border:1px solid #111C24;
	width:100px;
	height:18px;
	margin-top:0px;
	padding:1px 2px 3px 2px;
	background: #1b130e;
	cursor: pointer;
	}

	.LongButton:hover {
    	background:#fff;
    	color:#111C24;
	border:1px solid #C3C7CA;
	}

	.HiddenButton {
	display: none;
	}


	.CartStepBody
	{
	text-align: left;
	}
    
	.CartStepBody legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#111C24;
	}

	#billingAddrTable, #shippingAddrTable, #SecurePayTable {
	border:none;
	color:#111C24;
	}
    

	#billingAddrTable input, #shippingAddrTable input, #SecurePayTable input {
	margin-top: 5px;
	margin-bottom: 4px;
	}
    
	#billingAddrTable select, #shippingAddrTable select, #SecurePayTable select {
	margin-top: 5px;
	margin-bottom: 4px;
	}