/**
 * Title: Sportcafe/Kegelbaan "Time Out"
 * Description: This stylesheet defines the default layout of kegelbaantime-out.nl
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Karel-Jan Tolsma
 * Version: 1.0
 */

body {
	background: #901a0c url('background.jpg');

	color: #000;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
	line-height: 160%;

	margin: 0;	
}

.clear {
	clear: both;
}

/**
 * Headings
 */
h1, h2, h3 {
	font-weight: normal;
	
	margin: 0;
}

h2 {
	color: #c00400;
	font-size: 28px;
	
	background: url("star-title.gif") no-repeat left 40%;
	
	padding: 35px 50px;
	
	margin-bottom: -45px;
	margin-left: -50px;
}

h3 {
	color: #0054a5;
	font-size: 20px;
}

/**
 * Anchors
 */
a {
	color: #c00400;
	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/**
 * Forms
 */
form {

}

input.text, 
textarea, 
select {
	border: 1px solid #e5d191;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	border-bottom-color: #d3b252;
	border-right-color: #d3b252;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;

	padding: 8px;

	width: 30em;
}

input.text:focus, 
textarea:focus, 
select:focus {
	border-color: #901a0c;
}

label {
	cursor: pointer;

	float: left;

	display: block;

	font-weight: bold;

	padding: 6px 10px 6px 0;

	width: 150px;
}

form .field {
	clear: both;

	margin: .5em 0;
}

form .actions {
	margin-left: 160px;
}

.required-indicator {
	color: #d3b252;
}

p.error {
	color: #c10501;
	
	margin-left: 160px;
}

/**
 * Header
 */
#head-wrap {
	background: url("sprite.png") no-repeat center;

	border-bottom: 3px solid #eee0b1;
}

#head {
	width: 860px;
	
	margin: 0 auto;
	padding: 25px 0;
}

/**
 * Company name
 */
#company-name {
	float: left;
	
	position: relative;
	left: -25px;
	top: 0;
	
	margin: 0;
}

#company-name a {
	background: url("logo.png") no-repeat;

	display: block;

	width: 345px;
	height: 123px;
}

#company-name a span {
	display: none;
}

/**
 * Main menu
 */
#main-menu  {
	float: right;
	
	width: 480px;

	list-style: none;

	padding: 0;
	margin: 0;
	margin-top: 35px;
}

#main-menu  li {
	float: left;
	
	width: 110px;
	
	padding: 10px 0 10px 30px;
}

#main-menu #menu-item-home { width: 150px; }
#main-menu #menu-item-wie { width: 150px; }

#main-menu li a {
	background-repeat: no-repeat;
	
	display: block;
	
	height: 20px;
}

#menu-item-home a { width: 59px; background: url("menu/home.gif"); }
#menu-item-wie a { width: 121px; background: url("menu/wie-zijn-wij.gif"); }
#menu-item-cafe a { width: 46px; background: url("menu/cafe.gif"); }
#menu-item-kegelen a { width: 85px; background: url("menu/kegelen.gif"); }
#menu-item-fotos a { width: 59px; background: url("menu/fotos.gif"); }
#menu-item-contact a { width: 81px; background: url("menu/contact.gif"); }

#main-menu li a span {
	display: none;
}

#main-menu a:hover { background-position: bottom left; }
#main-menu li.active { background: url('menu/star.gif') no-repeat left 35%; }
#main-menu li.active a { background-position: bottom left; }

/**
 * Main
 */
#main-wrap {
	background: #f0e1b6 url("main.jpg");
	
	border-top: 6px solid #901a0c;
	border-bottom: 6px solid #901a0c;
}

#main-wrap-2 {
	background: url("kegels.gif") no-repeat bottom center;
}

#main {
	margin: 0 auto;

	width: 860px;
}

/**
 * Content
 */
#content {
	float: left;
	
	width: 585px;
	
	margin-right: 25px;
	margin-bottom: 150px;
}

.content-block {
	float: left;
	
	width: 280px;
}

/**
 * Extra
 */
#extra {
	float: left;
	
	width: 250px;
	
	margin: 20px 0;
}

#extra img
{
	background: url("bg-image.gif") no-repeat;
	
	border: none;
	
	padding: 17px;
	margin-bottom: 5px;
}

#fotos {
	background: url("fotos.gif") no-repeat;
	
	width: 161px;
	height: 117px;
	
	margin-left: 25px;
}

/**
 * Gallery
 */
 
 #gallery-top {
	background: url("gallery-top.jpg") no-repeat;
	
	float: left;
	
	width: 860px;
	height: 25px;
}

#gallery {
	background: url("gallery-center.jpg") repeat-y;
	
	float: left;
	
	width: 860px;
	
	padding: 0 25px;
}

#gallery-bottom {
	background: url("gallery-bottom.jpg") no-repeat;
	
	float: left;
	
	height: 25px;
	width: 860px;
	
	margin-bottom: 200px;
}

#gallery ul  {
	list-style-type: none;
	
	margin: 0;
	padding: 0;
}

#gallery ul li {
	float: left;
}

#gallery img {
	background: url("bg-image-dark.gif") no-repeat;
	
	border: none;
	
	margin: 4px;
	padding: 17px;
}

/**
 * Footer
 */
#foot-wrap {
	border-top: 3px solid #eee0b1;
}

#icon {
	background: url("icon.png") no-repeat;
	
	position: absolute;
	left: -40px;
	top: -70px;
	
	width: 78px;
	height: 100px;
}

#foot {
	position: relative;
	
	width: 860px;
	min-height: 100px;
	
	margin: 0 auto;
	
	text-align: right;
	
	color: #b5756e;
	font-size: 11px;
}

#foot p {
	margin-top: 10px;
}

#foot a { color: #b5756e; }
#foot a:hover { color: #fff; }
