/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #6a5059;
    background: #4e3617;
		margin: 10px auto;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style:upper-roman;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 218%; display: none; }
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: underline;
    color: #6a5059;
		border-bottom: none;
}



a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 952px;
    margin: 0 auto;
    text-align: left;
    background: #fcfafb;
		border: 1px solid #fff;
		height: 590px;
}

#content {
    float: left;
    text-align: left;
    width: 475px;
    padding: 0;
    line-height: 1.5em;
		background: #fcfafb;
		height: 420px;
		overflow: auto;
}



#contant a, #content a:link {
border-bottom: none;
}

#content p {
margin: 20px;
margin-bottom: -10px;
}

#content h2, #content h3{
margin: 20px;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #6a5059;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(../assets/templates/default/images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #6a5059;
    background: url(../assets/templates/default/images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #6a5059;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

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

#header { 
    background: #e0e0e0 url(../assets/templates/default/images/header.gif) no-repeat top left;
    position: relative;
		height: 86px;
}

#header h1 {
    margin: 0;
    color: #6a5059;
}

#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}


/* main_nav
--------------------------------------------------------------------------------*/

#main_nav {
width: 952px;
height: 22px;
background: #d1c8cb;
border-bottom: 1px solid #fff;
}


#main_nav li {
line-height: 1.5em;
display: inline;
padding-left:0.9em;
}

#main_nav a, #main_nav a:link {
color: #6a5059;
font-size: 1em;
text-decoration: none!important;
border-bottom: none;
}

#under_nav {
width: 952px;
height: 22px;
background: #4e3617;
border-bottom: 1px solid #fff;
}

#under_nav li {
display: inline;
line-height: 1.7em;
margin-right: -10px;
margin-left: -10px;
}

#under_nav a, #under_nav a:link {
color: #fff;
padding-right: 10px;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 2px;
border-bottom: none;
text-decoration: none;
}


#under_nav a:hover {
background: #d1c8cb;
}



/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(../assets/templates/default/images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	background: url(../assets/templates/default/images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
float: left;
width: 454px;
height: 430px;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
		overflow: hidden!important;
}



/* Footer 
------------------------------------------------------------------------- */
#footer {
clear: both;
width: 952px;
height: 20px;
border-top: 1px solid #b4abae;
    font-size: 85%;
    color: #ddd;
}

#footer p {
font-size: 0.8em;
margin: 5px;
margin-top: 3px;
color: #45363b;
}

#footer a {border-bottom: none;}


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

fieldset {
	margin: 0 20px;
	border: none;
	padding: 10px;
	background: #f5eff1;
}

label {
	display: block;
margin-left: 0;
}

legend {
margin-top: 10px;
		font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

input, textarea {
width: 200px;
}

.left {
float: left;
width: 200px;
}

.right {
float: right;
width: 190px;
}

.right textarea {
width: 190px;
}

#cfsubmit {
width: 70px;
margin-top: 10px;
float: right;
}

#enquiry {
float: right;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

.flags {
float: right;
}

.flags img {
width: 30px;
height: 14px;
margin-left: 10px;
}

.prices {
margin: 20px!important;
}

.prices dt {
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}

.prices dd {
border-bottom: 1px solid #6A5059;
padding-bottom: 10px;
}

table {
margin-top: 10px;
font-size:80%;
}

td, th {
border-bottom: 1px solid #6a5059;
border-top: 1px solid #6a5059;
padding:0 10px;
}


.images img {
border: none;
width: 190px;
height: 130px;
}

.images ul {

}

.images li {
float: left;
list-style-type: none;
background: #e4e4e4;
	border: 1px solid #5c5d58;
padding: 10px;
padding-bottom: 5px;
margin-left: 10px;
margin-top: 10px;
}



.eventsholder {
margin-left:20px;
margin-top:20px;
min-height:200px;
}

.eventsholder img {
	float:left;
	margin-right:15px;
}

