/* @group Blueprint */

body {
    background: #000 url(/static/images/background.jpg) no-repeat;
    color: #fff;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

a,
a:hover,
a:active,
a:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

td {
    vertical-align: top;
}

.container {
    margin: 0;
    width: 780px;
}

/* @end */

/* @group 330 Ritch */

.header {
    color: #99CCCC;
    background-color: transparent;
}

.header h1,
.header a {
    color: #fff;
    background-color: transparent;
}

.header h1 {
    height: 0;
    overflow: hidden;    
}

.header h1 a {
	display: block;
    padding-top: 3em;
}

.description {
    background: url(/static/images/logo.png) no-repeat 54px;
}

.navigation {
    font-size: 2em;
    text-transform: uppercase;
}

.navigation ul {
	margin: 0;
}

.navigation li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    margin-left: -4em;
    line-height: 1.2em;
}

.navigation li.calendar {

}

.navigation li.gallery {

}

.navigation li.bottles {

}

.navigation li.private-events {

}

.navigation li.contact {

}

.navigation li a {
    text-decoration: none;
    border: none;
    display: block;
}

.navigation li.active {
    margin-left: 0;
}

.body {
    padding-top: 1em;
}

.footer {
    padding-top: 1em;
    color: #ccc;
    text-align: center;
}

.butchershop,
.butchershop a { 
    color: #ccc; 
    font-weight: bold;
    font-variant: small-caps;
}

/* @end */

/* @group Calendar */

.calendar ul {
    margin: 0;
}

.calendar li {
	font-size: 2em;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

.calendar li a {
    text-decoration: none;
    border: none;
}

.date {
    color: #CCCC66;
}

a.event-title {
    color: #99CCCC;
}

a.event-title:hover {
    color: #CCCC66;
}

/* @end */

/* @group Contact */

#contact-box {
    border: 1px solid #99CCCC;
    color: #99CCCC;
    padding: 1em;
    right: -300px;
    position: absolute;
    top: 240px;
}

/* @end */

/* @group Subscribe */

#subscribe label {
    display: block;
}

/* @end */

/* @group Forms */

.field {
    margin-bottom: 1em;
}

/* @end */