/*
Theme Name: Cafe Ons Thuis
Theme URI: http://cafeonsthuis.nl
Description: Default theme for Cafe Ons Thuis
Version: 1.0
Author: Luuk Thomassen
Author URI: http://lutho.nl
Tags: lutho, dark, clean
*/

@import "style/css/reset.css";
@import "style/css/960.css";
@import "style/css/typography.css";

/****** General Styles ******/

body {
	background:#120d09 url(style/images/bg-wood.jpg);
	color:#e1d0c7;
	font: 13px/1.5 Verdana, sans-serif;
}

.dessert i {
margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
	font: 13px/1.5 Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration:none;
	color:#E1D0C7;
}

input, textarea {
	border:none;
	padding:3px;
}

address {
	margin:10px 0px;
}

#container {
	margin-top:60px;
	position:relative;
}

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS/ */
.aligncenter {
	display:block;
	margin:0 auto;
}

.alignleft {
	float:left;
	margin:10px 15px 15px 0px;
	border:1px solid #B19789;
}

.alignright {
	float:right;
	margin:10px 0px 15px 15px;
	border:1px solid #B19789;
}

.wp-caption {
	border:1px solid #666;
	text-align:center;
	background:#ccc;
	padding:10px;
	margin:10px;
}

/****** Header ******/

#header {
	margin-bottom:40px;
}

#logo {
	position:absolute;
	top:-20px;
	width:273px;
	height:99px;
	background:url(style/images/logo.png) no-repeat;
	text-indent:-9999px;
}

#menu {
	float:right;
	width:725px;
	background:url(style/images/bg-menu.gif) repeat-x;
	height:60px;
	line-height:52px;
}

#menu ul {
	padding-left:70px;
}

#menu li {
	float:left;
}

#menu a {
	display:block;
	padding:8px 20px 0px 20px;
}

#menu a:hover {
	background:url(style/images/bg-menu-over.gif) repeat-x;
}

/****** Content ******/
#content h2 {
	font-size:24px;
	font-weight:normal;
}

#content p {
	margin-bottom:15px;
}

.post {
	background:#0b0502;
	padding:20px;
	margin-bottom:20px;
}

.post ul {
	margin:5px 0px 10px 5px;
	list-style-type:circle;
	list-style-position:inside;
}

.post h3 {
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:5px;
}

.post-edit-link {
	background:#9a3311;
	margin-top:20px;
	padding:5px;
	display:inline-block;
}

#zaal-specs-link {
	font-weight:bold;
	text-decoration: underline;
}

/****** Sidebar ******/

#zalen-slide, #bbq-slide {
	height:173px;
}

#zalen-slide img, #bbq-slide img {
	position:absolute;
	top:0px;
	left:0px;
	width:260px;
	height:173px;
	padding-top:20px;
	padding-left:20px;
}

.maandmenu {
    background:#0b0502 url(style/images/leeg_frame.jpg) no-repeat;
    height:424px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

#mm-content {
    position: absolute;
    top:90px;
    left:35px;
    bottom: 35px;
    right: 35px;
    overflow: auto;
    font-size:11px;
}

#mm-content h3 {
    font-size:16px;
    font-weight: bold;
    margin-bottom:5px;
}

#mm-content h4 {
    font-size:24px;
    font-weight: bold;
    font-style: italic;
    margin-top:15px;
    margin-bottom:5px;
}

#mm-content ul {
    margin-top:3px;
    margin-bottom:5px;
}

.widget {
	background:#0b0502;
	padding:20px;
	margin-bottom:20px;
}

.widget h2 {
	margin-bottom:10px;
	font: 14px/1.5 Verdana, sans-serif;
	font-weight:bold;
}

#search-widget {
	/*background:#9a3311;
	border-top:8px solid #5d1b09;*/
}

#s {
	background:#fff url(style/images/search.gif) no-repeat scroll 2px 50%;
	border:0;
	padding:3px 3px 3px 20px;
	width:152px;
}

.submit {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#9a3311;
	color:#fff;
	border:0;
	padding:0;
	height:22px;
}

#searchsubmit {
	width:75px;
	margin-left:3px;
}

#subnav li {
	list-style:url(style/images/menu-arrow-bigger.gif) inside;
}

#subnav a:hover {
	text-decoration:underline;
}

.page_item li {
	margin-left:12px;
	list-style:url(style/images/menu-arrow.gif) inside !important;
	font-size:11px;
}

/****** Footer ******/

#footer p {
	background:#0b0502;
	padding:20px;
	font-size:11px;
	margin-bottom:20px;
}