/**
 * Title:  De Buitenplaats - restaurant - zalen - events
 * Description: This stylesheet defines the layout of the website of  De Buitenplaats - restaurant - zalen - events
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Remco Tolsma
 * Version: 1.0
 */

body {
	background: #0F1519 url("back.gif") no-repeat center top;

	color: #FFF;

	font: 80%/1.5 "Century Gothic", Arial, Helvetica, sans-serif;

	margin: 0 0 50px 0;
}

/**
 * Headings
 */
h1 {
	font: normal 300%/1 "Century Gothic", Arial, Helvetica, sans-serif;

	margin: 0.25em 0;
}

h2 {
	font: 200%/1 "Century Gothic", Arial, Helvetica, sans-serif;
}

h3 {
	font: 130%/1 "Century Gothic", Arial, Helvetica, sans-serif;
}

h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/**
 * Anchors
 */
a {
	color: #FA7A1D;
}

a:hover {
	color: #1F2C36;
}

/**
 * Buttons
 */
.subscribe-button {
	background: url("buttons/aanmelden.gif") no-repeat;

	border: none;

	cursor: pointer;

	display: block;

	overflow: hidden;

	width: 99px;
	height: 36px;

	text-indent: -10000px;
}

.subscribe-button span {
	display: none;
}

.unsubscribe-button {
	background: url("buttons/afmelden.gif") no-repeat;

	border: none;

	cursor: pointer;

	display: block;
	float: left;

	width: 99px;
	height: 36px;

	margin-left: 1em;
}

.unsubscribe-button span {
	display: none;
}

.send-button {
	background: url("buttons/verstuur.gif") no-repeat;

	border: none;

	cursor: pointer;

	display: block;

	width: 82px;
	height: 36px;
}

.send-button span {
	display: none;
}

/**
 * Other
 */
address {
	font-style: normal;

	margin: 1em 0;
}

.clear {
	clear: both;
}

p {
	margin: 1em 0;
}

p.error {
	color: #C00;
	
	font-size: 90%;
}

blockquote {
	color: #FA7A1D;

	font-size: 180%;

	text-align: center;
}

/**
 * Main menu
 */
#main-menu {
	background: #4B6070 url("main-menu-back.gif") repeat-x bottom;

	float: left;

	font-weight: bold;

	line-height: 1;

	text-transform: uppercase;

	width: 100%;
}

#main-menu ul {
	list-style: none;

	margin: 0 auto;
	padding: 0;

	width: 960px;
}

#main-menu li {
	background: url("main-menu-separator.gif") no-repeat right top;

	float: left;

	padding-right: 1px;
}

#main-menu a {
	background-position: center 15px;
	background-repeat: no-repeat;

	color: #FFF;

	display: block;

	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;

	padding: 15px;
}

#main-menu li:hover > a, 
#main-menu li.child-active > a, 
#main-menu a.active, 
#main-menu a:hover {
	background-position: center -75px;

	color: #EB7215;
}

#main-menu-bottom {
	background: url("main-menu-shadow.png");

	clear: both;

	height: 6px;
}

/* specific items */
#menu-item-home { width: 41px; height: 11px; background-image: url("main-menu/home.gif"); }
#menu-item-home span { display: none; }

#menu-item-nieuws { width: 49px; height: 11px; background-image: url("main-menu/nieuws.gif"); }
#menu-item-nieuws span { display: none; }

#menu-item-fotos { width: 47px; height: 11px; background-image: url("main-menu/fotos.gif"); }
#menu-item-fotos span { display: none; }

#menu-item-restaurant { width: 127px; height: 11px; background-image: url("main-menu/restaurant-bar.gif"); }
#menu-item-restaurant span { display: none; }

#menu-item-meeting { width: 66px; height: 11px; background-image: url("main-menu/meetings.gif"); }
#menu-item-meeting span { display: none; }

#menu-item-event { width: 47px; height: 11px; background-image: url("main-menu/events.gif"); }
#menu-item-event span { display: none; }

#menu-item-arrangementen { width: 121px; height: 11px; background-image: url("main-menu/arrangementen.gif"); }
#menu-item-arrangementen span { display: none; }

#menu-item-catering { width: 69px; height: 11px; background-image: url("main-menu/catering.gif"); }
#menu-item-catering span { display: none; }

#menu-item-contact { width: 68px; height: 11px; background-image: url("main-menu/contact.gif"); }
#menu-item-contact span { display: none; }

/* Sub menu */
#main-menu li.hover ul, 
#main-menu li:hover ul {
	left: auto;
}

#main-menu ul ul {
	background: #485E6C url("main-menu/sub-back.gif") repeat-x;

	border-top: 1px solid #000;
	border-right: 1px solid #74828B;
	border-left: 1px solid #74828B;

	font-weight: normal;

	position: absolute;
	left: -999em;

	text-transform: none;

	width: 15em;

	z-index: 100;
}

#main-menu li li {
	background: none;

	border-bottom: 1px solid #546876;

	float: none;

	padding: 0;
}

#main-menu li li.first-child {
	border-bottom-color: #FFF;
}

#main-menu li li a {
	padding: 10px 15px;
}

#main-menu li li a:hover {
	background: #FA7A1D;

	color: #FFF;
}

/**
 * Top 
 */
#top {
	clear: both;

	margin: 0 auto;
	padding: 30px 0 15px 0;

	width: 930px;
}

/**
 * Company name
 */
#company-name {
	float: left;

	margin: 0 20px;
}

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

	display: block;

	padding: 5px;

	width: 300px;
	height: 108px;
}

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

/**
 * Language-menu
 */
#language-menu { 
	float: right;

	font-weight: bold;

	margin: 100px 0 0 0;
	padding: 0;
}

#language-menu a {
	color: #808385;

	text-decoration: none;
}

#language-menu a:hover{
	color: #FFF;

	text-decoration: underline
}

#language-menu span.active {
	color: #FFF;
}

#language-menu span {
	color: #f47b20;
}

/**
 * By pass
 */
#by-pass-section {
	display: none;
}

/**
 * Main
 */
#main {
	background: #FFF url("main-back.gif") repeat-y;

	border-top: 5px solid #324452;

	color: #141E26;

	margin: 0 auto;
	padding: 5px 10px;

	width: 910px;
}

/**
 * Head
 */
#head {
	background: #FA7A1D;

	color: #FFF;

	float: left;
}

/**
 * Impression
 */
#impression {
	float: left;

	width: 610px;
}

#impression img,
#impression embed, 
#impression object {
	display: block;
}

/**
 * Slogan
 */
#slogan {
	background: url("slogan-back.gif") repeat-y;

	float: right;

	padding: 25px;

	text-align: center;

	width: 250px;
	height: 125px;
}

#slogan table {
	height: 100%;
}

#slogan table tr td {
	vertical-align: middle;
}

#page-home #slogan {
	padding-top: 60px;
	padding-bottom: 60px;

	height: 130px;
}

#slogan h2 {
	font-size: 22px;

	line-height: 1.75;
	
	text-align: center;

	margin: 0;
}

/**
 * Breadcrumbs
 */
#bread-crumbs {
	background: url("bread-crumbs-back.gif") repeat-x bottom;

	clear: both;

	color: #141E26;

	line-height: 1;

	padding: 15px;
}

#bread-crumbs p {
	margin: 0;
}

#bread-crumbs .separator {
	color: #345D71;
}

.lead {
	font-size: 125%;
}

/**
 * Images list
 */
.images-list {
	list-style: none;

	margin-left: 0;
	padding-left: 0;
}

.images-list li {
	float: left;

	margin: 0 5px 5px 0;
}

.images-list a {
	border: 2px solid #FA7A1D;

	display: block;
}

.images-list a:hover {
	border-color: #1F2C36;
}

.images-list img {
	border: none;

	display: block;

	width: 135px;
	height: 90px;
}

/**
 * Core
 */
#core {
	float: left;

	margin: 15px;

	width: 600px;
}

#core p
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#core a {
	font-weight: bold;
}

/**
 * News
 */
 .news-article {
	background-color: #e9e9e9;

	margin-bottom: 10px;
	padding: 10px;
 }
 
 .news-article h3 {
	margin-bottom: -5px;
 }
 
 p.date {
	font-style: italic;
 }
 
/**
 * Forms
 */
form {
	
}

label {
	cursor: pointer;

	font-weight: bold;
}

.textarea, 
.textfield {
	margin-bottom: 1em;
}

.textarea label, 
.textfield label {
	display: block;
}

.textarea textarea,
.textfield input {
	border: 1px solid #C2CBD1;

	padding: 5px;
}

.textarea textarea:focus, 
.textfield input:focus {
	border-color: #30424F;
}

.error textarea, 
.error input {
	border-color: #FA7A1D;
}

.required-indicator {
	color: #FA7A1D;

	font-weight: normal;
}

/**
 * Directions maps
 */
#directions-map {
	margin: 1em 0;

	width: 600px;
	height: 300px;
}

/**
 * Extra
 */
#extra {
	float: right;

	margin: 15px;

	width: 250px;
}

#extra h1 {
	font: 170%/1 "Century Gothic", Arial, Helvetica, sans-serif;

	text-transform: uppercase;
}

#extra h1 a {
	color: #141E26;

	text-decoration: none;
}

#extra h1 a:hover {
	text-decoration: underline;
}

#extra a img {
	border: none;
}

/* Lists */
#extra ul {
	border-top: 1px solid #E1E5E8;

	list-style: none;

	margin: 1em 0;
	padding: 0;
}

#extra li {
	border-bottom: 1px solid #E1E5E8;
}

#extra li a {
	background: #FBFBFB;

	display: block;

	padding: 10px;
}

#extra li a.active { color: #000; }

/**
 * Extra - block
 */
#extra .block {
	background: url("nymphaeaceae-gray.gif") no-repeat top center;

	margin-bottom: 35px;
	padding-top: 40px;

	text-align: center;
}

#extra .block:hover {
	background-image: url("nymphaeaceae-orange.gif");
}

/**
 * Foot menu
 */
#foot-menu {
	clear: both;

	padding-top: 50px;
}

#foot-menu img,
#foot-menu embed, 
#foot-menu object {
	display: block;
}

#foot-menu ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

#foot-menu li {
	float: left;
}

#foot-menu a {
	display: block;

	width: 300px;
	height: 147px;
}

#foot-menu a span {
	display: none;
}

/* Specific items */
#foot-item-1,
#foot-item-2,
#foot-item-3 {
	background: url("foot-menu/background.jpg") no-repeat;

	margin-right: 5px;
}

#foot-item-3 {
	margin: 0;
}

/**
 * Bottom 
 */
#bottom {
	background: #324452 url("foot-back.gif") no-repeat top;

	color: #7E888F;

	font-size: 90%;

	margin: 0 auto;
	padding: 5px 20px;

	width: 890px;
}

#bottom a {
	color: #C0CED7;
}

#bottom a:hover {
	color: #7E888F;
}

#bottom .separator {
	color: #EB7215;
}

.fotocategorieen {
	width: 100%;
	height: 160px;
}

.fotocategorie {
	float: left;
	width: 115px;

	margin: 0 5px 20px 0;

	text-align: center;
}

.fotocategorie img {
	width: 100px;
	height: 100px;

	margin-bottom: 5px;

	border-width: 1px;
}

.fotocategorie a:link img,
.fotocategorie a:active img,
.fotocategorie a:visited img {
	border-color: #FF6600;
}

.fotocategorie a:hover img {
	border-color: #1F2C36;
}

.fotocategorie a {
	text-decoration: none;
	font-size: .9em;
}

.monthnames {
	vertical-align: top;
	font-weight: bold;
}

.firstcolumn {
	width: 90px;

	vertical-align: top;
	padding-left: 1.5em;

	font-weight: bold;
}

/**
 * Comparison table
 */
.comparison-table {
	width: 100%;
}

.comparison-table thead th {
	vertical-align: top;

	border-bottom: 1px solid #1A2329;
	border-right: 1px solid #F0F0F0;

	background: url(bread-crumbs-back.gif) bottom repeat-x;
}

.comparison-table tfoot td {
	font-size: 1.3em;
	font-weight: bold;

	border-top: 1px solid #1A2329;
	background: url(bread-crumbs-back.gif) bottom repeat-x;
}

.comparison-table tfoot .first-column {
	vertical-align: middle;

	font-size: 1em;
	font-weight: bold;

	background: url(bread-crumbs-back.gif) bottom repeat-x;
}

.comparison-table td {
	text-align: center;

	color: #FF6600;

	border-right: 1px solid #F0F0F0;
	background: #F7F7F7;
}

.comparison-table span {
	color: #FF6600;
}

.comparison-table td span {
	font-size: 1.2em;
	font-weight: bold;
}

.comparison-table .first-column {
	width: 275px;

	text-align: left;
	vertical-align: top;

	color: #000000;
	background: #FFFFFF;
}

/**
 * Menukaart
 **/
#menukaart {
	border-top: 1px solid #E1E5E8;
}

#menukaart h3 {
	position: relative;

	font-variant: small-caps;
	font-weight: bold;
	color: #FA7A1D;

	margin: 0;
	padding: 10px;

	border-bottom: 1px solid #E1E5E8;
	background: transparent url(bread-crumbs-back.gif) center 5px repeat-x;

	cursor: pointer;
}

#menukaart h3 span {
	position: absolute;
	right: 15px;

	color: #CCCCCC;
}

#menukaart ul {
	list-style: none;

	margin: 1em 0 0 0;
	padding: 0;

	border-bottom: 1px solid #E1E5E8;

	display: none;
}

#menukaart ul li {
	position: relative;
	width: 500px;

	margin: 0 0 1em 1em;
}

#menukaart ul li strong {
	display: block;
}

#menukaart ul li span {
	position: absolute;
	top: 0;
	right: -80px;

	color: #FA7A1D;
}

#menukaart ul li div {
	color: #777777;
}


#menukaart ul li div span {
	position: relative;
	display: block;
	top: 0;
	right: 0;

	color: #777777;
}
