/*
 black: #010101
 red:   #c8000a
 */

body {
	font-family: Eurostile;
	background-color: #010101;
	color: 	#DDDDDD;
	padding: 0;
	margin: 28px;
	text-align:center;
}

p, dd, dt {
	margin-bottom:16px;
	font-size:13px;
	line-height:20px;
	display:block;
	margin:1em 0;
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	font-size:14%;
	margin:0;
	outline:0 none;
	padding:0;
	vertical-align:baseline;
}

a {
	color: 	#DDDDDD;
	/*
    color:#929999;
    */
    cursor:default;
	text-decoration:none;
}

a:hover {
    color: #c8000a;
}

/*********************************************************************************************************************************
 * Main blocks
 */

div#page{
	/*
    */
    width:800px;
	height:600px;
	margin: auto;
	text-align:justify;

}

div#content {
	border:14px solid #c8000a;
	height:400px;
	position:relative;
	overflow:hidden;
}
div#footer {
	border:none;
	height:150px;
	clear:both;

}

/*********************************************************************************************************************************
 * Business Info
 */

div#info {
    float: left;
    width: 300px;
    padding: 14px 0px 0 0;
}
div#info h1.logo {
    font-size:34px;
    margin: 0px;
    padding: 0px 14px 0 0;
    font-weight: bold;
    font-variant:normal;
    font-style:normal;
    text-align:right;
}
span.logo {
    letter-spacing:2px;
}
span.turbine{ color: white; }
span.wine { color: #c8000a; }
span.bar { color: white; }

div#location {
    text-align:right;
    margin: 72px 0 0 0;
    padding: 0px 14px 0 0;
}
div#location span.address {
    margin-left: 0.5em;
}
div#location span.separator {
    border-right: 1px solid #c8000a;
    padding-right: 0.5em;
}
div#location p {
    margin-bottom: 0.125em;
}

div#events {
	width: 272px;
	position: absolute;
	bottom: 18px;
	left: 12px;
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 14px;
	margin-left: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
div#events h1 {
    font-size:16px;
    color:#DDDDDD;
    margin: 0;
    padding: 0;
    letter-spacing:0.5px;
    margin-bottom:0.0em;
    text-shadow:1px 1px 2px #030303;
    text-transform:lowercase;
}
div#events ul{
    list-style-position:outside;
    list-style-type:none;
    list-style-image: none;
    margin: 0 0 0 0;
    padding: 0;
}
div#events li{
	font-size:12px;
	line-height:14px;
	list-style-position:outside;
	margin:0 0 0.3em 3em;
	padding: 0;
	text-indent:0em;
}


/*********************************************************************************************************************************
 * Media
 */
div#media {
	width: 470px;
	height: 400px;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
}
div#slideshow {
    display: inline;

}
div#slideshow img {
    display: none;
    width: 470px;
    padding: 0;
    margin: 0;
}
div#slideshow img.first {
    display: block;
}

div#text {
	padding: 0px;
	font-size: 14px;
	margin: 14px;
	color: #DDDDDD;
}

div#text p {
	line-height:14px;
	margin: 0 0 1.5em 0;
	font-size: 14px;
	font-family: Eurostile;
	color: #DDDDDD;
}

/*********************************************************************************************************************************
 * Footer
 */
div#footer-container {
	/*
    border: 1px solid yellow;
    */
    margin-left:0px;
	width:auto;
}
div#footer-menu {
    display: block;
    clear:both;
}
div#footer-endmatter {
    display: block;
    clear:both;
    text-align:right;
}

#footer .grid {
	width:130px;
	display: inline;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
#footer .alpha {
	margin-left: 10px;
}
#footer .omega {
    margin-right: 0px;
}

#footer .grid h1
{
	color:#B1B1B1;
	display:block;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-bottom:0.3em;
	text-shadow:1px 1px 2px #030303;
	text-transform:lowercase;
	font-family: Eurostile;
	text-decoration: underline;
}
#footer .grid ul{
    list-style-position:outside;
    list-style-type:none;
    list-style-image: none;
    margin: 0 0 18px 0;
    padding: 0;
}

#footer .grid li{
	font-size:14px;
	line-height:16px;
	list-style-position:outside;
	margin:0;
	padding: 0;

}

#footer .grid a{
	color:#999999;
	text-transform:lowercase;
	cursor:text;
	text-decoration:none;
}
#footer .grid a.external{
	padding-right: 0px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right 50%;
}
#footer .grid a:hover {
	color: red;
	cursor: default;
}

.copyright {
    color: #2f2f2f;
    font-size:11px;
    padding-top:72px;
}
.copyright a {
    color: #2f2f2f;

}

.empty {
    clear:both;
}
