@CHARSET "UTF-8";

/* General Style Info */
* {
    margin: 0;
    padding: 0;
}

/* Firefox scrollbar fix */
html {
    overflow-y: scroll;
    overflow-x: auto;
}

body {
background-image:url(/img/background.jpg);
background-repeat:repeat;
    background-color: #000000;
    color: #AAAAAA;
    font-family: arial, tahoma, 'lucida grande', verdana, helvetica, sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

h1{
background-image:url(/img/h1-background.gif);
background-repeat:no-repeat;
background-position:right;
font-size:11px;
color:#FFFFFF;
line-height:24px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
padding:0px 0px 0px 0px;
margin:0px;
display:block;
margin-bottom:5px;
}

h1.nodecoration{
background-image:none;
margin:0px;
line-height:14px;
}

h1 span{
color:#F04F00;
}

h1 img.h1-left{
float:left;
}

h2 {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
padding:0px;
margin:0px;
}

h3 {
margin:10px 0px 5px 0px;
padding:0px;
color:#CC6600;
border-bottom: 1px dotted #666666;
font-size:11px;
}

h4 {
margin:0px;
orphans:0px;
color:#CCCCCC;
font-weight:bold;
font-size:11px;
}

a {
    color: #E5E5E5;
    text-decoration: underline;
}

a:hover {
	color:#F04F00;
    text-decoration:underline;
}

ul, li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}
/* Default Layout divs ====================================================== */

div#container {
    margin: 0pt auto;
    text-align: left;
    vertical-align: top;
    width: 936px;
}

div#header {
    height: 157px;
}

ul#topnav-dropdown li{
float:left;
}

div.logo{
float:left;
width:194px;
height:113px;
line-height:0px;
}

div.logo img{
height:113px;
line-height:0px;
}

div.top-banner img{
height:113px;
line-height:0px;
}

div.top-banner{
float:left;
width:742px;
height:113px;
line-height:0px;
}

div.main-left-column{
float:left;
width:290px;
}

div.main-left-column-inner{
padding-left:15px;
}

div.main-right-column{
float:left;
width:646px;
}

div#content { 
text-align:justify;
}

div.content-box{
line-height:14px;
background-image:url(/img/content-background.gif);
background-repeat:repeat-y;
padding:5px 40px 5px 20px;
}

div.content-top{
height:47px;
background-image:url(/img/content-top-christmas.gif?4);
background-repeat:no-repeat;
}

div.content-bottom{
height:15px;
background-image:url(/img/content-bottom.gif);
background-repeat:no-repeat;
margin-bottom:10px;
}

div.content-bottom-christmas{
height:27px;
background-image:url(/img/content-bottom-christmas.gif?4);
background-repeat:no-repeat;
margin-bottom:10px;
}

div#footer {
  height: 176px;
  line-height:0px;
  margin-top:15px;
}

div.footer-left{
float:left;
line-height:16px;
}

div.footer-right{
float:right;
}

div.footer-right img{
padding-top:10px;
padding-right:7px;
}

div#footer ul{
padding-top:20px;
padding-left:15px;
}

div#footer ul li{
float:left;
padding-right:13px;
}

div#footer ul li a{
text-decoration:none;
}

div#footer ul li a:hover{
color:#FFFFFF;
border-bottom:dotted 1px #fffffff;
}

div.footer-links-container{
height:53px;
line-height:0px;
background-image:url(/img/footer-background.gif);
background-repeat:no-repeat;
}

ul.bullets{
}

ul.bullets li{
padding-left:7px;
background-image:url(/img/bullet.gif);
background-repeat:no-repeat;
padding-bottom:1px;
}

div.article-body{
padding-left:5px;
}

a.back-button{
display:block;
padding:4px;
border: dotted 1px #333333;
margin-top:5px;
background-color:#111111;
}

/* pages ==================================================================== */

/* HOMEPAGE ==================================================================== */

div.homepage-left-column{
float:left;
width:234px;
padding-right:21px;
}

div.homepage-right-column{
float:left;
width:328px;
}


/* events */
div.event-types {
    text-align: center;
}

ul.events {
    margin: 5px 0px 5px 0px;
}

ul.events li {
    padding-bottom: 10px;
    margin: 5px 0px 5px 0px;
    display: block;
}

ul.events p {
    margin: 4px 0px 4px 110px;
    text-align: justify;
}

ul.events div#eventDetails {
    background-image: url(../img/eventsSecondaryHeading.gif);
    background-repeat: no-repeat;
    margin-left: 110px;
    height: 21px;
    padding-top: 4px;
}

div.eventTypes {
    background-image: url(../img/subLinksBackground.gif);
    background-repeat: no-repeat;
    height: 21px;
    padding: 6px;
}

div.eventsView p {
    text-align: justify;
    margin-bottom: 15px;
}

ul.eventTypeList {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
}

ul.eventTypeList li {
    display: inline;
    padding-right: 15px;
}

ul.eventTypeList a {
    color: #303030;
}

ul.eventTypeList a:hover {
    color: #B60000;
    text-decoration: underline;
}
/* Guestbooks */
div.guestbooksForm {
    clear: both;
    padding: 5px 5px 10px 5px;
    margin: 10px 0px 10px 0px;
    border: 1px dashed black;
}
/* Pagination =============================================================== */
div.pagination {
    margin-top: 0px;
    position: relative;
    height: 18px;
}

div.paging div.info {
    float: left;
}

div.paging div.navigation {
    float: right;
}

div.paging div.disabled {
    display: inline;
    color: gray;
}

/*Forms*/
div.required {
    font-weight: bold;
}

div.error-message {
    color: #FF4200;
    font-weight: normal;
}

.validationErrorMessage {
    color: #FF4200;
}

form fieldset {
    border: none;
}

form legend {
    visibility: hidden;
}

div.input {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

input.input-text, input.input-captcha {
    width: 80%;
    border: 1px solid #323232;
	background-image:url(/img/form-background.jpg);
	color:#CCCCCC;
	background-repeat:repeat-x;
    font-size: 1.1em;
    padding: 3px;
}

input.input-captcha {
    width: 154px;
}

select.input-select {
    width: 80%;
    border: 1px solid #323232;
	background-image:url(/img/form-background.jpg);
	background-repeat:repeat-x;
		color:#CCCCCC;
    font-size: 1.1em;
    padding: 3px;
}

textarea.input-textarea {
    width: 80%;
    border: 1px solid #323232;
	background-image:url(/img/form-background.jpg);
	background-repeat:repeat-x;
	color:#CCCCCC;
    font-size: 1.1em;
    padding: 3px;
    font-family: sans-serif;
    font-size: 1em;
}

label {
    display: block;
    margin-bottom: 0px;
}

div.submit {
    clear: both;
    margin: 5px 0px 5px 0px;
}

div.input-container {
    float: left;
    width: 49%;
    position: relative;
}

div.input-captcha img {
    border: 1px solid #323232;
	background-image:url(/img/form-background.jpg);
	background-repeat:repeat-x;
	color:#CCCCCC;
}

input.form-error, textarea.form-error, select.form-error {
    border: 1px solid #FF4200;
}
/* Slideshow ================================================================ */
ul.crossfade {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

ul.crossfade li {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
}

div.caption {
}
/* Used styles ============================================================== */
div.clear {
    display: block;
    clear: both;
	line-height:0px;
	font-size:0px;
}

.bold {
    font-weight: bold;
}
/* Home Page ================================================================ */
.notice {
    background-color: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background-color: green;
    color: #FFF;
}
/* Custom CSS =============================================================== */
/* Articles */
div.article-index {
}

div.article-view {
}
/* Contacts */
div.contact-index {
    border: 1px dashed black;
    position: absolute;
    right: 0px;
}

div.contact-form {
}

div.accommodation-fieldset label, div.kykhouer-fieldset label{
float:left;
padding-top:2px;
vertical-align:middle;
display:block;
}

div.accommodation-fieldset legend, div.kykhouer-fieldset legend{
display:none;
}

div.contact-form input, textarea {
    display: block;
}

div.contact-form input.radios {
    float:left;
	margin-right:5px;
}

div.contact-form input.kykhouer {
    float:left;
	margin-right:5px;
}

/* Events */
div.event-index {
}

ul.events {
}

ul.events div.event {
}

div.event-view {
}
/* Event Bookings */
div.event-booking-form {
}
/* Galleries */
div.gallery-index {
}

div.gallery-view {
}
/* Guestbooks */
div.guestbook-index {
}

div.guestbook-view {
}

div.guestbook-form {
}
/* Links */
div.link-index {
}

div.link-view {
}
/* Link Types */
div.link-type-index {
}

table.cake-sql-log {
  line-height:14px;
}

table.cake-sql-log tr {
  line-height:14px;
}

table.cake-sql-log td {
  line-height:14px;
}
div.sub-menu {
background-image:url(/img/dropdown-background.gif);
background-repeat:no-repeat;
background-position:bottom left;
  position:absolute;
  left: -999em;
  display: inline;
  padding: 4px;
  width: 135px;
}

div.sub-menu2 {
background-image:url(/img/dropdown-background2.gif);
background-repeat:no-repeat;
background-position:bottom left;
  position:absolute;
  left: -999em;
  display: inline;
  padding: 4px;
  width: 135px;
}

div.sub-menu a {
  display:block;
  color:#ffffff;
  text-decoration:none;
  font-weight: normal;
  padding:6px 6px 9px 6px;
  width:130px;
}

div.sub-menu a:hover {
color:#F04F00;
}

div.sub-menu2 a {
  display:block;
  color:#ffffff;
  text-decoration:none;
  font-weight: normal;
  padding:6px 6px 9px 6px;
  width:120px;
}

div.sub-menu2 a:hover {
color:#F04F00;
}

/**Link Message**/
.message{
text-decoration:none;
text-transform:uppercase;
font-weight:bold;}

/* GALLERY =============================================================================== */

div.gallery-container li{
float:left;
}

div.gallery-container li img{
margin-right:12px;
margin-bottom:10px;
padding:1px;
border:solid 1px #000000;
}

div.gallery-container li img:hover{
border:solid 1px #FFFFFF;
}

div.gallery-container ul{
padding-top:5px;
}

/* COURSES =============================================================================== */

ul.course-details li{
padding-bottom:4px;
margin-bottom:4px;
padding-top:4px;
margin-top:4px;
border-bottom:dotted 1px #2D2D2D;
}

ul.course-details li a.read-more{
padding-left:6px;
background-image:url(/img/bullet.gif);
background-repeat:no-repeat;
display:block;
}

div.course-dates-container{
background-image:url(/img/calendar-background.gif);
background-repeat:no-repeat;
height:80px;
}

ul.course-dates {
display:block;
padding-top:10px;
padding-left:10px;
}

ul.course-dates li{
float:left;
padding-right:7px;
margin-bottom:15px;
}

ul.course-dates li a{
padding:2px 4px 2px 4px;
display:block;
text-decoration:none;
border: dotted 1px #3B5B72;
}

ul.course-dates li a:hover{
padding:2px 4px 2px 4px;
color:#ffffff;
text-decoration:none;
border: dotted 1px #A6BDCD;
background-color:#3B5B72;
}

ul.course-dates li a.selected{
padding:2px 4px 2px 4px;
color:#ffffff;
text-decoration:none;
border: dotted 1px #A6BDCD;
background-color:#264459;
}

/* PRODUCTS =============================================================================== */

ul.products-list li{
padding-bottom:4px;
margin-bottom:4px;
padding-top:4px;
margin-top:4px;
}

ul.products-list li a{
padding-left:7px;
background-image:url(/img/bullet.gif);
background-repeat:no-repeat;
}

ul.products-list li span{
padding-left:7px;
}

img.inquire-button {
padding-top:12px;
padding-bottom:7px;
}

div.facebook{position:absolute; margin-left:850px; margin-top:-30px; color:#FFFFFF;}
div.banner{position:absolute; margin-left:455px; margin-top:-105px; color:#FFFFFF;}