@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	vertical-align: baseline;
}

body {
	font: 75%/1.5em "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #222422;
	background: url('img/pattern.png') repeat;
	margin: 0 auto;
	text-align: center;
}

html>body {
	font-size: 12px;
}


/*---------------------------------
GENERAL LAYOUT
---------------------------------*/

#header, #main, #content, #footer {
	text-align: left;
	margin: 0 auto;
	width: 771px;
}


/*---------------------------------
HEADER & NAVIGATION 
---------------------------------*/

#header {
	width: 870px;
	height: 72px;
	margin-top: 26px;
	margin-bottom: 45px;
	border-bottom: 1px solid #afb1ae;
	overflow: hidden;
	position: relative;
}

#header h1 a {
	background: url('img/melee-logo.png') 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	width: 249px;
	height: 64px;
	float: left;
	outline: none;
}

#nav {
	width: 522px;
	height: 14px;
	float: right;
	list-style-type: none;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	bottom: 8px;
	z-index: 55;
	background: url('img/navigation.png') left center no-repeat;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	float: left;
	height: 14px;
	outline: none;
	position: absolute;
	top: 0;
}

#nav .page-about {
	width: 72px;
	left: 0px;
}

#nav .page-food {
	width: 50px;
	left: 100px;
}

#nav .page-wine {
	width: 42px;
	left: 179px;
}

#nav .page-shop {
	width: 61px;
	left: 251px;
}

#nav .page-blog {
	width: 88px;
	left: 341px;
}

#nav .page-contact {
	width: 64px;
	left: 458px;
}


/*---------------------------------
CONTENT
---------------------------------*/

#article #content {
	width: 510px;
	float: left;
}

#content img {
	border: 6px solid #3a371f;
}

#article #content p img {
	max-width: 498px;
}

#article input[type="text"], #article textarea {
	border: thin inset #999;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

#article input[type="submit"], #article input[type="button"] {
	border: thin outset #999;
	padding: 2px;
}

label {
	margin-right: 9px;
}

label.message {
	display: none;
}

.headpic {
	margin-bottom: 18px;
}

.presentation, .opening-hours, .blog {
	margin-bottom: 1.5em;
}

.presentation {
	width: 510px;
	float: left;
}

.opening-hours {
	width: 249px;
	float: right;
}

.opening-hours ul {
	list-style-type: none;
}

.opening-hours ul span {
	font-weight: bold;
	display: block;
	float: left;
	min-width: 4.5em;
	color: #838681;
}

.blog {
	width: 771px;
	clear: both;
}

.blog-post {
	width: 249px;
	float: left;
	margin-right: 12px;
}

.blog-list {
	border-top: 1px solid #afb1ae;
	padding-top: 1.5em;
}

.blog-post:last-child, .last {
	margin-right: 0;
}

.event p {
	width: 510px;
}


/*---------------------------------
SIDE COLUMN
---------------------------------*/

#side-col {
	width: 249px;
	float: right;
	margin: -10px 0 0 0;
}

.blog-intro, .blog-categories, .box {
	background: #dcdbd4;
	border: 1px solid #adab97;
	width: 213px;
	float: right;
	padding: 18px 18px 0 18px;
	margin-bottom: 1.5em;
	overflow: hidden;
}

#side-col ul {
	list-style-type: none;
	padding-bottom: 18px;
}


/*---------------------------------
FOOTER 
---------------------------------*/

#footer {
	text-align: center;
	padding: 3em 0 1.5em 0;
	clear: both;
	overflow: hidden;
}

#footer div {
	display: inline;
}

#footer .geo {
	display: none;
}

#footer .kontrolrap {
	display: block;
	width: 99px;
	height: 32px;
	text-indent: -9999px;
	background: url('/images/15.gif') no-repeat;
	margin: 1.5em auto;
}


/*---------------------------------
TYPOGRAPHY
---------------------------------*/

@font-face {
	font-family: 'SlabSerif';
	src: url('SlabSerif.eot');
	src: local('SlabSerif'), local('SlabSerif'), url('SlabSerif.woff') format('woff'), url('SlabSerif.otf') format('opentype');
}

#article p, #article #content ul {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: SlabSerif, Rockwell, Georgia, serif;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: -0.01em;
}

h1, h2 {
	font-size: 200%;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 116.6%;
}

h4, h5, h6 {
	font-size: 100%;
}

#frontpage #content h2 {
	border-bottom: 1px solid #afb1ae;
	margin-bottom: 3px;
	padding-top: 18px;
	line-height: 0.99em;
}

#article #content h2 {
	font-size: 300%;
}

#article #content h3 {
	margin-bottom: 4px;
}

#content h4, #content h5, #content h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
}

#content h3#kommentar {
	border-top: 1px solid #afb1ae;
	margin: 1.5em 0;
	padding-top: 1.5em;
}

#side-col h3 {
	font-size: 150%;
	color: #3a371f;
	padding-bottom: 8px;
	margin-bottom: 9px;
	border-bottom: 1px solid #adab97;
}

.event h2 {
	color: #838681;
}

.opening-hours h2 {
	text-indent: -9999px;
}

.blog-post h3 {
	margin-top: 6px;
}

.blog-list h3 {
	font-size: 150%;
}

.excerpt {
	font-size: 116.6%;
	line-height: 1.285em;
	font-weight: bold;
}

.blog-list .excerpt {
	font-size: 1em;
	font-weight: normal;
}

.blog-intro em {
	display: block;
}

ol.comments li {
	margin-bottom: 1.5em;
	border-bottom: 1px dashed #bab9ab;
}

/*---------------------------------
HYPERLINKS
---------------------------------*/

a:link, a:visited {
	color: #aa9639;
	font-weight: bold;
}

a:hover, a:active {
	color: #3a371f;
}

h1 a, h2 a, h3 a {
	font-weight: normal !important;
}

#frontpage #content h2 a {
	color: #838681;
}

#content h3 a, #content h4 a, #footer a {
	color: #222422;
	font-weight: normal;
}

#content p a:link, #content p a:visited {
	color: #222422;
	border-bottom: 1px dotted #222422;
	font-weight: normal;
}

#content p a:hover, #content p a:active {
	color: #3a371f;
	border-bottom: 1px solid #3a371f;
}

#footer a:hover {
	text-decoration: underline;
}

.blog-categories a {
	color: #222422;
}