﻿
/*--- Layout -----------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #1a1714; /* 0f0f0f */
}

#container {
	width: 600px;
	margin: 20px auto;
}

#top {
	width: 100%;
	height: 60px;
	background-color: #fff;
	background-image: url("../images/top_background.gif");
}

#middle {
	width: 100%;
	background-color: #fff;
}

#bottom {
	width: 100%;
	height: 60px;
	background-color: #fff;
	background-image: url("../images/bottom_background.gif");
	background-position: bottom center;
}

/*--- Header -----------------------------------*/

#header {
	margin: 0 auto;
	width: 560px;
	position: relative;
	bottom: 40px;
}

.feed {
	width: 80px;
	height: 79px;
	background-image: url("../images/feed_icon.png");
	position: absolute;
	display: block;
	z-index: 100;
	top: -20px;
	left: -20px;
}

.feed span {
	display: none;
}

#logo {
	width: 100%;
	height: 170px;
	background-color: #0099cc;
	background-image: url("../images/logo_text_rounded.png");
}

#logo h1 {
	display: none;
}

/*--- Menu -----------------------------------*/

#menu {
	width: 100%;
	height: 30px;
	background-image: url("../images/menu_background.gif");
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 4px 0;
	list-style-type: none;
}

#menu ul li {
	display: inline;
	padding: 0 0 0 30px;
	background-image: url("../images/list_bullet.gif");
	background-repeat: no-repeat;
	background-position: 7px 6px;
}

#menu ul .firstItem {
	padding: 0;
}

#menu ul li a {
	font-family: calibri, "trebuchet ms", tahoma, arial;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

/*--- Content ----------------------------------*/

#content {
	padding: 0 20px 40px 20px;
	margin-top: -20px;
	font-size: 0.8em;
	color: #5b534d;
}

#content p {
	font-family: Georgia, Times, "Times new roman", calibri, "trebuchet ms";
	line-height: 25px;
}

#content h2, #content h3 {
	padding: 0;
	margin: 0;
	font-family: calibri, "trebuchet ms", tahoma, arial;
	color: #ee1289;
}

#content h2 {
	font-size: 1.8em;
}

#content h3 {
	font-size: 1.4em;
}

/*--- Bottom ----------------------------------*/

#bottom span {
	font-family: calibri, "trebuchet ms", tahoma, arial;
	font-size: 0.8em;
	position: relative;
	top: 10px;
	left: 30px;
	color: #6F5645;
}

/*--- Extra ----------------------------------*/

.quote {
	background: url(../images/quote.gif) no-repeat 0px 5px;
	margin: 10px 0 5px 10px;
	padding-left: 33px;
	font-family: "times new roman", cambria;
	font-size: 1.4em;
	color: #5f5f5f;
	display: block;
	width: 200px;
	float: right;
}

.quote:first-letter {
	font-weight: bold;
}

.quote .via {
	font-size: 0.7em;
	color: #999;
	font-family: calibri, "trebuchet ms", "lucida sans unicode", tunga, verdana, "lucida grande";
	font-style: italic;
}

.calendar {
	width: 60px;
	height: 74px;
	background-image: url("../images/calendar.gif");
	font-family: calibri, "trebuchet ms", "lucida sans unicode", tunga, verdana, "lucida grande";
	background-repeat: no-repeat;
	float: left;
	color: #777;
}

.calendar .day {
	font-size: 1.8em;
	font-weight: bold;
	position: relative;
	top: 12px;
	left: 10px;
}

.calendar .month {
	position: relative;
	top: 24px;
	left: -14px;
}

#openMap {
	float: right;
	width: 114px;
	height: 114px;
	background-image: url("../images/map.png");
	background-repeat: no-repeat;
	margin-right: 10px;
	display: none;
}

#openMap span {
	display: none;
}

#map {
	display: none;
	position: relative;
	border: 1px solid #999;
}


/*--- Forms ----------------------------------*/

#feedbackForm {
	margin-top: 50px;
	font-family: calibri, "trebuchet ms", tahoma, arial;
}

label, input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 20px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

#feedbackForm br {
	clear: left;
}

textarea {
	width: 350px;
	height: 170px;
	margin-left: 95px;
	margin-bottom: 20px;
}

#submit {
	width: 100px;
	margin-left: 95px;
	padding: 4px;
}

#feedbackForm #info {
	width: 316px;
	border-width: 2px;
	border-style: solid;
	margin-left: 95px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding: 5px 5px 5px 30px;
	display: none;
	font-weight: bold;
}

#feedbackForm .success {
	color: #fff;
	display: block;
	border-color: #ADDF8B;
	background-color: #61B329;
	background-image: url("../images/tick.png");
}

#feedbackForm .error {
	color: #fff;
	display: block;
	border-color: #EF8168;
	background-color: #D43D1A;
	background-image: url("../images/cross.png");
}

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

#feedbackForm #info li {
	margin: 0;
	padding: 0;
}


