/** Custom styles go here */

body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #084922;
}

a
{
	color: #000;
	text-decoration: none;
}

a.active
{
	color: green;
	text-decoration: underline;
}

a:hover,
a.active:hover
{
	color: #000;
	text-decoration: underline;
}
#header h1 a
{
	line-height:80px;
}

#main
{
	line-height: 15px;
}

h1
{
}

h2{
	font-size: 120%;
}
fieldset
{
	border: 0px solid transparent;
}

#main fieldset
{
	background: #98c03c url(../img/bg.gif) repeat-x center center;
	border: 1px solid green;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	margin: 0 0 1em 0;
}
#main legend
{
	font-weight: bold;
	font-size: 14px;
	color: #084922;
}

#left,
#right
{
	padding-top: 25px;
}


#TB_title
{
	background: #fdb843;
	border-bottom: 1px solid #98c03c;
}
#TB_ajaxContent
{
	background: #98c03c url(../img/bg.gif) repeat-x center center;
}

/** Primary Links */

.primary-links-container
{
	position: absolute;
	left: 200px;
	top: 100px;
	color:#084922;
}

.primary-link
{
	float: left;
	display: block;
	margin-left: 20px;
}

.primary-link a
{
	font-size: 14px;
	font-weight: bold;
	color:#084922;
}

.primary-link a.active
{
	font-size: 14px;
	font-weight: bold;
	color:green;
}

span.first-letter
{
	font-size: 18px;
	font-weight: bold;
}


/** Secondary Links */

.secondary-links-container
{
	position: absolute;
	left: 200px;
	top: 130px;
}

.secondary-link
{
	float: left;
	display: block;
	margin-left: 20px;
}

.secondary-link a
{
	font-size: 12px;
	font-weight: bold;
	color:#084922;
}


/** Headers */

h1
{
	font-size: 18px;
	font-weight: bold;
}

h1:first-letter
{
	font-size: 22px;
}


/** Logo */

.logo-container
{
	padding-top: 5px;
	float: left;
}


/** Messages */

div.messages
{
	padding: 10px;
}

div.status {
	color: #2c8a24;
	background-color: #c4fdbf;
	border: 1px solid #2c8a24;
}

div.error {
	color: #ff0000;
	background-color: #ffc2c2;
	border: 1px solid #ff0000;
}

/** Slogan */

.slogan-container
{
	position: absolute;
	width: 120px;
	left: 400px;
	top: 0px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 26px;
}
span.label
{
	font-size: 14px;
}

/** Images */

.imagecache-main
{
	float:right;
	margin: 0px 0px 15px 15px;
	border: 5px solid #9ebd31;
}

.field-label
{
	display: none;
}


/** Forms */
#coupon-request-form div.onerow div.form-item
{
	float: left;
}
#coupon-request-form input.form-text,
#reservations-form input.form-text
{
	width: 220px;
}
#coupon-request-form label,
#reservations-form label
{
	width:150px;
	display: block;
	float: left;
}
#coupon-request-form label.option,
#reservations-form label.option
{
	width: 100px;
}
#reservations-form div.form-radios
{
	height: 22px;
}
#coupon-request-form div.description,
#reservations-form div.description
{
	text-align: right;
	padding-right: 4px;
}

div.container-inline-date
{
	margin-bottom:1em;
	margin-top:1em;
}

div.form-submit-container
{
	display: block;
	text-align: right;
}
#edit-newsletter-wrapper label.option,  
#edit-conditions-wrapper label.option
{
	width: auto;
	float: none;
	display: block;
}

/*** FORUM ***/
#forum table
{
	width: 100%;
}

/*** COMMENTS ***/
#comments
{
	border-bottom:1px solid #EFF6F8;
	margin: 0;
	position:relative;
	top:-1px;
}
#comments h2.comments
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #FFFFFF url(../img/gradient-inner.png) repeat-x scroll 0 0;
	margin:0 -25px;
	padding:0.5em 25px;
}

.comment
{
	margin: 0 -25px;
	padding: 1.5em 25px 0.5em;
}

.comment .clear-block
{
	border:1px solid green;
	border-top: 1px solid #EFF6F8;
	background: #DCE8B8 url() no-repeat scroll right top;
	padding: 3px 8px;
}

.comment .content
{
	margin:0.6em 0;
}
.comment .submitted
{
	clear:right;
	float:right;
	padding-left:1em;
}

.comment span.submitted
{
	color:#9D9D9D;
	font-size:0.92em;
}

.forum-topic-navigation
{
	background-color: #ccc;
	opacity: 0.4;
}
.forum-topic-navigation:hover
{
	opacity: 1;
}
#comment-controls
{
	display: none;
}