body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background:#ffde00 url(../img/page_bgr.jpg) 50% 0 no-repeat;
	color: #444;
}

a:link,
a:visited {
	color: #0054A8;
	text-decoration: none;
}

a:hover,
a:active {
	color: #c00;
	text-decoration: underline;
}

h1 {
	margin: 1em 0;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	margin: 0.75em 0;
	font-size: 2em;
	font-weight: bold;
	line-height: 160%;
	color: #A101E9;
}

h3 {
	margin: 0.75em 0;
	color: #A101E9;
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	margin: 1em 0;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 1em 0;
}

img {
	border: none;
}

ul, ol, li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

input,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
textarea {
	font-size: 1em;
	color: #333;
	line-height: 140%;
}

table {
	border: none;
	border-collapse: collapse;
	font-size: 1em;
}

table td,
table th {
	padding: 5px 10px 5px 0;
	vertical-align: top;
}


#container {
	width: 960px;
	margin: 0 auto;
	font-size: 1.3em;
	text-align: left;
}

#body_border {
	background: url(../img/vertical_dotted_border.gif) 50% 249px repeat-x;
}

#header {
	height: 326px;
	position: relative;
	background:url(../img/header_bgr.jpg) left top no-repeat;
}

#header h1 {
	margin: 0;
	position: absolute;
	left: 64px;
	top: 29px;
	width: 195px;
	height:191px;
	text-indent: -999em;
	overflow: hidden;
}

#header h1 a {
	display: block;
	float: left;
	width: 195px;
	height:191px;
}

#today {
	position: absolute;
	top: 10px;
	left: 25px;
	width: 300px;
	font-size: 0.9em;
}

#header .contact {
	display: none;
}


/* Top menu */

ul#top-menu {
	position: absolute;
	top: 10px;
	right: 25px;
	width: 50%;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	list-style: none;
	text-align: right;
}

ul#top-menu a {
	color: #444;
}

ul#top-menu li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 9px;
	border-left: 1px solid #444;
}

ul#top-menu li.first {
	border: none;
}
ul#top-menu li.active {
	font-weight: bold;
}


/* Main menu */

ul#main-menu {
	position: absolute;
	left: 31px;;
	top: 278px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
}

ul#main-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#main-menu li a {
	text-decoration: none;
	display: block;
	text-indent: -999em;
	overflow: hidden;
}

ul#main-menu li.home a {
	background: url(../img/navigation/home.png) left top no-repeat;
	height: 24px;
	width: 60px;
	margin-right: 30px;
}

ul#main-menu li.active.home a,
ul#main-menu li.home a:hover {
	background: url(../img/navigation/home_a.png) left top no-repeat;
}

ul#main-menu li.parties a {
	background: url(../img/navigation/parties.png) left top no-repeat;
	height: 24px;
	width: 69px;
	margin-right: 30px;
}

ul#main-menu li.active.parties a,
ul#main-menu li.parties a:hover {
	background: url(../img/navigation/parties_a.png) left top no-repeat;
}

ul#main-menu li.news-events a {
	background: url(../img/navigation/news_events.png) left top no-repeat;
	height: 24px;
	width: 174px;
	margin-right: 30px;
}

ul#main-menu li.active.news-events a,
ul#main-menu li.news-events a:hover {
	background: url(../img/navigation/news_events_a.png) left top no-repeat;
}

ul#main-menu li.menu a {
	background: url(../img/navigation/cafe_menu.png) left top no-repeat;
	height: 24px;
	width: 109px;
	margin-right: 200px;
}

ul#main-menu li.active.menu a,
ul#main-menu li.menu a:hover {
	background: url(../img/navigation/cafemenu_a.png) left top no-repeat;
}

ul#main-menu li.directions a {
	background: url(../img/navigation/directions.png) left top no-repeat;
	height: 24px;
	width: 100px;
	margin-right: 30px;
}

ul#main-menu li.active.directions a,
ul#main-menu li.directions a:hover {
	background: url(../img/navigation/directions_a.png) left top no-repeat;
}

ul#main-menu li.contact {
	display: block;
}
ul#main-menu li.contact a {
	background: url(../img/navigation/contact.png) left top no-repeat;
	height: 24px;
	width: 76px;
}

ul#main-menu li.active.contact a,
ul#main-menu li.contact a:hover {
	background: url(../img/navigation/contact_a.png) left top no-repeat;
}

ul#main-menu.admin li a {
	text-indent: 0;
	overflow: auto;
}

/* Body */

#body {
	padding:30px;
	min-height: 280px;
	line-height: 140%;
	background:#fff url(../img/content_bgr.jpg) left top no-repeat;
}

* html #body {
	height: 280px;
}


/* Footer */

#footer {
	color: #666;
}

#footer_top {
	background: #fff;
}

#footer_top_left {
	width: 430px;
	height:150px;
	float: left;
	margin: 0 20px 0 30px;
	display: inline;
	background: url(../img/quick_links_bgr.gif) left top no-repeat;
}

#footer_top_left ul {
	display: none;
}

#footer_top_right {
	width: 480px;
	float: left;
	height: 198px;
	display: inline;
	background: url(../img/admission_prices_bgr.jpg) right top no-repeat;
	margin: -30px 0 -16px 0;
}

/* Admission Prices */

#prices {
	padding: 32px 0 0 30px;
	color: #fff;
}

#prices h3, #prices p {
	margin: 5px 0 0 0;
	color: #fff;
	font-size: 1em;
}

#prices table td {
	padding: 2px 10px 1px 0;
}

#prices strong {
	color: #ffde00;
}

#footer_middle {
	height: 77px;
	background: url('../img/footer_bgr.gif') no-repeat 0 0;
}

#footer_bottom {
	height:71px;
}

#footer .copy {
	float: left;
	margin: 10px 0 0 31px;
	width: 220px;
	font-size: 0.9em;
	padding: 14px 0 34px 60px;
	background: url(../img/logo_footer.jpg) left top no-repeat;
}

#footer .menu1 {
	float: left;
	width: 440px;
	margin: 36px 0 0 30px;
	padding: 0;
	list-style: none;
	color: #666;
	font-size: 1.1em;
	text-transform: lowercase;
}

#footer .menu1 a {
	color: #003cbf;
	font-weight: bold;
}

#footer .menu1 li {
	display: inline;
	margin: 0 2px 0 15px;
}

#footer .menu1 li.first {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
#footer .menu1 li.active a {
	color:#a101e9;
}

#footer .menu2 {
	float: right;
	margin: 36px 30px 0 0;
	padding: 0;
	color: #666;
	font-size: 0.9em;
	text-align: right;
	list-style: none;
}

#footer .menu2 a {
	color: #666;
}

#footer .menu2 li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0 0 0 9px;
	border-left: 1px solid #666;
}

#footer .menu2 li.first {
	border: none;
	margin-left: 0;
	padding-left: 0;
}
#footer .menu2 li.active {
	font-weight: bold;
}


#map {
	width: 450px;
	height: 240px;
}



/* Forms */

form {
	margin: 0;
}

.form-error {
	background-color: #fee;
	color: red;
}

.input.static {
	margin-left: 140px;
}
div.input label {
	display: block;
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
}
div.input fieldset label {
	width: 120px;
}
fieldset legend {
	background-color: #fff;
}

form .required label {
	font-weight: bold;
}

form div.input {
	clear: both;
	padding: 5px 0;
}

form div.input .error-message {
	margin-left: 140px;
	font-size: 11px;
	color: #f00;
}

fieldset div.input .error-message {
	margin-left: 130px;
}

form div.submit {
	padding: 5px 0 5px 140px;
}

form fieldset div.submit {
	padding-left: 130px;
}

fieldset {
	margin: 5px 0;
	background-color: #fafafa;
	border: 1px solid #ccc;
}

.input.text input,
.input.password input,
.input textarea {
	padding: 2px;
	border: 1px solid #ccc;
}

.input.select select {
	border: 1px solid #ccc;
}

.submit input {
	padding: 3px 5px;
	background-color: #ccc;
	color: #444;
	border: 1px outset #ccc;
	font-weight: bold;
}

.checkbox {
	margin-left: 140px;
}
fieldset .checkbox {
	margin-left: 130px;
}
.checkbox label {
	display: inline;
	float: none;
	width: auto;
	margin-left: 5px;
}
.radio div {
	margin: 0 0 5px 140px;
}

/* Newsletter form */

#newsletter_container {
	width:481px;
	float:left;
}

#newsletter_container form {
	padding:20px 0 0 30px;
}

#newsletter_container label {
	color:#ffba00;
	font-size:20px;
	font-weight:bold;
	width:106px;
}

#newsletter_container input.newsletter {
	background:url(../img/subscribe_input_bgr.png) left top no-repeat;
	border:0;
	height:15px;
	width:185px;
	padding:8px 12px;
}

#newsletter_container div.text {
	float:left;
}

#newsletter_container div.submit input {
	background:url(../img/subscribe_btn_bgr.png) left top no-repeat;
	border:0;
	color:#fff;
	font-weight:normal;
	height:30px;
	width:104px;
}

#newsletter_container div.submit {
	padding:5px 0;
}

/* Page Styles */

.col-left {
	float: left;
	display: inline;
	width: 425px;
}

.col-right {
	width:450px;
	float:right;
	display:inline;	
}

#body .home .col-left {
/*	width: 265px;
	padding: 90px 0 0 190px;
	margin: -80px 0 0 -30px;
	background:url(../img/homepage_child.png) left top no-repeat;
*/	
}

#body .home .col-left img {
	float: left;
	margin: -50px 20px 10px -30px;
}

#body .home h2 {
	margin: 0 0 0 160px;
	height:64px;
	width:235px;
	background:url(../img/wellcome_to_hippodome.gif) left top no-repeat;
	text-indent:-999em;
}

#body .home .col-right {
	height: 650px;
	background:url(../img/leaflet.jpg) left top no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#body .home .col-right p {
	display: none;
}

#body .menu {
	background: url(../img/childrens_menu_food_drink.png) no-repeat 100% 0 #fff;
	padding-right: 350px;
	color: #4e6fb6;
	text-align: center;
}

#body .menu h2.title {
	height: 130px;
	margin: 0;
	background: url(../img/childrens_menu.png) 50% 20px no-repeat;
	text-align: center;
	text-indent: -1000px;
	overflow: hidden;
}

#body .menu h3.subtitle {
	display: none;
}

#body .home .col-right {
	text-align: center;
	margin-top: -70px;
}

#body .parties {
	color: #4e6fb6;
	text-align: center;
}

#body .menu h3,
#body .parties h3 {
	margin: 0.5em;
	font-size: 1.2em;
}

#body .home ul,
#body .menu ul,
#body .parties ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

#body .home li,
#body .cafe-menu li,
#body .parties li {
	margin: 0;
}

.image-center  {
	text-align: center;
}




/* Tables */

table.list {
	margin: 0;
	border-collapse: collapse;
}

table.list th {
	padding: 5px;
	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

table.list td {
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.list tr.altrow td {
	background-color: #f4f4f4;
}

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

table td.right {
	text-align: right;
}


/* Definition list */

dl {
	margin: 0 0 0 20px;
	padding: 0;
}

dt {
	clear: left;
	float: left;
	width: 120px;
	margin: 0 10px 10px 0;
	font-weight: bold;
	text-align: right;
}

dd {
	float: left;
	width: 500px;
	margin: 0 0 10px 0;
}

#content dd {
	width: 500px;
}


/* Actions list */

.actions ul {
	height: 24px;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.actions ul li {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	background: none;
}

.actions a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 1px 0 1px 20px;
}

table td.actions {
	white-space: nowrap;
}

a.add,
a.view,
a.edit,
a.del,
a.list,
a.upload,
a.up,
a.down {
	margin: 0 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

a.add {
	background-image: url('../img/icons/plus_circle.png');
}
a.view {
	background-image: url('../img/icons/magnifier_left.png');
}
a.edit {
	background-image: url('../img/icons/pencil.png');
}
a.del {
	background-image: url('../img/icons/cross_circle.png');
}
a.list {
	background-image: url('../img/icons/table.png');
}
a.upload {
	background-image: url('../img/icons/document__plus.png');
}
a.up {
	background-image: url('../img/icons/arrow__090.png');
}
a.down {
	background-image: url('../img/icons/arrow__270.png');
}

span.tick {
	display: block;
	height: 16px;
	background: url('../img/icons/tick.png') no-repeat 0 50%;
	text-indent: -999em;
	overflow: hidden;
}
td span.tick {
	display: block;
	height: 16px;
	background: url('../img/icons/tick.png') no-repeat 50% 50%;
	text-indent: -999em;
	overflow: hidden;
}

td a.add,
td a.edit,
td a.del,
td a.up,
td a.down,
div>a.edit,
div>a.del {
	display: block;
	width: 16px;
	height: 16px;
	padding: 0;
	text-indent: -999em;
	overflow: hidden;
}

/* Paging */

.paging {
	margin: 10px 0;
}

.paging div {
	display: inline;
	margin-right: 10px;
}

.paging a {
	margin: 0 5px;
}

.paging .current {
	margin: 0 5px;
	font-weight: bold;
}

.paging .disabled {
	color: #ccc;
}


.clear {
	clear: both;
}

.more {
	text-align: right;
	font-size: 0.9em;
}

.navigation {
	margin-top: 1em;
}

.nav-arrows {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
}

