    
body {
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #FFCC99; 
	background-image: url(images/body_bg.php);
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center; 
}

a {
    color: #A54804;
}

h4 span.right {
    float:left;
}

span.inner_nav {
    float: right;
}

span.inner_nav a {
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
}

#header {
    background: #fff url(images/logo.jpg) center top no-repeat;
    padding-top: 120px;
    border-bottom: solid 1px #A54804;
    margin-bottom: 25px;
}

#header ul {
    list-style-type: none;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0;
    font-size: 1.2em;
}

#header ul li {
    display: inline;
}

#header ul a {
    border-right: 1px solid #A54804;
    font-weight: bold;
    padding: 0 5px 0 10px;
    text-decoration: none;
    color: #A54804;
}

#header ul .active a {
    color: #FA9449;
}

#sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    float: left;   
}

#sidebar ul {
    font-size: 1.1em;
    font-weight: bold;  
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #000;
}

#sidebar li {
    display: inline;
}

#sidebar ul a {
    display: block;
    background: #FFCC99 url(images/sidebar_bg.php) top left no-repeat;
    border: 1px solid #000;
    border-bottom: 0;
    padding: 3px 5px 2px 5px;
    text-decoration: none;
    color: #fff;
}

* html #sidebar a {
    height: 1px;
}

/* fix IE 3 px bug */
* html #sidebar {
    margin-right: -3px;
}

#wrapper {
    width: 796px;
    margin: 15px auto 15px auto;
    background: #fff;
    border: #A54804 solid 2px;
    text-align: left;
}

#content {
    font-size: 1.3em;
    padding: 0;
    margin-left: 215px; 
    padding-right: 15px;
}

/* fix IE 3 px bug */
*html #content {
    height: 1px;
}

#content h2 {
    margin-top: 30px;
    font-size: 1.3em;
    color: #A54804;
}

#content h2.first  {
    padding-top: 0;
    margin-top: 0;
}

#content h4 {
    margin-bottom: 10px;
    background-color: #A54804;
    padding: 3px 5px 2px 10px;
    font-size: 1em;
    color: #fff;
    overflow: hidden;
    zoom: 1;
}

#content h5 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#content p {
    padding-top: 0;
    margin-top: 0;
}

.photo {
    float: right;
    padding: 15px;
    margin: 5px;
}

.map {
    text-align: center;
}

#distilleries {
    padding-top: 20px;
}

address {
    clear: both;
    border-top: 1px dashed #A54804;
    padding: 5px;
    margin-top: 15px;
}

table.tasting {
    width: 95%;
    font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
    border-collapse: collapse;
}

table.tasting td, table.tasting th {
    font-size: 1em;
    border: 1px solid #A54804;
    padding: 3px 5px 2px 5px
}

table.tasting th {
    background: url(images/th_bg.php) no-repeat top left;
    color: white;
    text-align: left;
    border-color: #000;
}

table.issues {
    text-align: center;
}    

table.issues .image_row td {
    padding: 10px 15px 0 15px;   
}

table.issues .caption_row td {
    padding: 0 15px 20px 15px;   
}

.dateblock {
    margin-right: 10px;
    border: 1px solid #A54804;
    background: url(images/sidebar_bg.php) no-repeat top left;
    float: left;
    color: #fff;
    text-align: center;
    width: 40px;
    font-family: Arial;
}

.day {
    font-size: 26px;
    line-height: 20px;
}

.month {
    font-size: 12px;
}

.year {
    font-size: 12px;
}


#content .entry:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}    

#content .entry {
    min-height: 1px;
    margin-bottom: 20px;
}

* html #content .entry {
    height: 1px;
}

#content .entry p { 
    margin: 0;
    padding: 0;
}
