/**
 * Title: Hotel restaurant "de Piramide"
 * Description: This stylesheet defines the layout of the website of Hotel restaurant "de Piramide"
 * Copyright: Pronamic Internet, Vormgeving en Software
 * Company: Pronamic Internet, Vormgeving en Software
 * Author: Remco Tolsma
 * Version: 1.0
 */

body {
	background: #999;

	color: #333;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;

	margin: 0;
}

a {
	color: #580002;
}

a:hover {
	color: #990000;
}

h1 {
	color: #CC3300;

	font-size: 275%;
	font-weight: normal;

	letter-spacing: .1em;
}

h2, h3 {
	font-size: 120%;

	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	font-weight: normal;
	font-style: italic;
}

p {
	margin-top: 0;
}

.action {
	color: #580002;

	font-style: italic;
	font-size: 140%;
	font-weight: bold;

	margin: 2em 0;

	text-align: center;
}

/**
 * Definition list
 */
dl dt {
	width: 80%;
}

dl dd {
	float: right;

	position: relative;
	top: -1.75em;

	margin: 0;

	width: 15%;
}

/* Top link */
.top_link {
	background: url("top.gif") no-repeat center left;

	padding-left: 20px;
}

/**
 * Header
 */
#header {
	padding: 32px 18px 12px 18px;
}

/**
 * Company name
 */
#company_name {
	color: #580002;

	font-size: 160%;
	font-weight: bold;

	letter-spacing:.3em;

	line-height: 22px;

	margin: 0;
	padding: 0;
}

#company_name a {
	color: #580002;

	text-decoration: none;
}

/**
 * Navigation
 */
#navigation {
	background: #580002;

	float: left;

	font-size: 95%;

	width: 100%;
}

#navigation ul {
	list-style: none;

	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #FFF;

	display: block;

	letter-spacing: .1em;

	padding: 12px;

	text-decoration: none;
	text-transform: uppercase;
}

#navigation li:hover a, 
#navigation li.hovering a, 
#navigation a:hover {
	color: #C30;
}

/**
 * Navigation - sublevel
 */
#navigation ul ul {
	position: absolute;

	left: -999em;

	width: 15em;
}

#navigation li li {
	width: 15em;
}

#navigation li:hover ul a,
#navigation li.hovering ul a,
#navigation ul ul a {
	background: #793335;

	color: #FFF;

	border-bottom: 1px solid #FFF;

	padding: 8px;

	width: 100%;
	height: 100%; 
}

#navigation ul ul a:hover {
	background: #F4F4F4;

	color: #000;
}

#navigation li:hover ul, 
#navigation li.hovering ul {
	border-top: 1px solid #FFF;

	left: auto;
}

/**
 * Core
 */
#core {
	background: #FFF url("extra_background.gif") repeat-y;

	float: left;

	width: 100%;
}

/**
 * Main
 */
#main {
	width: 850px;
}

/**
 * Content 
 */
#content {
	float: right;

	line-height: 175%;

	padding: 35px 50px;

	width: 520px;
}

#content img {
	background: #F4F4F4;

	padding: 10px;
	margin: 0 1em 1em 0;
}

.action_news{
	padding: 10px;

	font-style:italic;
	font-weight:bold;
	font-size:14px;
}

.action_news a {
	padding: 20px;
	color: #580002;
	background-color: #ffd200;
	border: solid 1px #000;
}

.action_news a:hover{
	padding: 20px;
	color: #580002;
	background-color: #ffea00;
	border-style:dotted;
	border: solid 1px #000;
}

.action_news_2 a {
	background: url("action_button_2.gif") no-repeat;

	display: block;

	height: 24px;

	padding: 38px 0 38px 120px;
}

/**
 * Extra
 */
#extra {
	background: #999 url("piramide.jpg") no-repeat;

	color: #580002;

	float: left;

	line-height: 175%;

	padding: 300px 20px 30px 20px;

	width: 190px;
}

#extra a {
	text-decoration: underline;
}

#extra address {
	font-style: normal;
}

/**
 * Footer
 */
#footer {
	background: #580002;

	border-top: 1px solid #FFF;

	clear: both;

	min-height: 32px;
}

/**
 * Copyright
 */
#copyright {
	padding: 10px;
}

#copyright a {
	color: #000;
}

/**
 * Forms
 */
form .textfield, 
form .textarea {
	float: left;
	clear: both;

	line-height: 100%;

	margin-bottom: 1em;

	width: 100%;
}

form .textfield label, 
form .textarea label {
	cursor: pointer;

	float: left;

	font-weight: bold;

	padding: 3px 10px 0 0;

	text-align: right;

	width: 10em;
}

form .textfield input, 
form .textarea textarea {
	float: left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;

	margin: 0;
	padding: 2px;

	width: 20em;
}

form .textfield input:focus, 
form .textarea textarea:focus {
	border-color: #000;
}

.form_actions {
	clear: both;

	display: inline;

	float: left;

	margin-left: 10em;
	padding-left: 10px;
}

/**
 * Guestbook
 */
#guestbook {
	margin-bottom: 2em;
}

#guestbook h2 {
	background: #F4F4F4 url("quote.gif") no-repeat top right;

	padding: 15px 15px 0 15px;
	margin-top: 1em;
}

#guestbook p {
	background: #F4F4F4;

	padding: 0 15px 15px 15px;
	margin: 0;
}