/*
---------------------------------------

As Cascatas de Vilamoura Mobile
PurpleDaydream 2009

---------------------------------------
*/


/* Generic
--------------------------------------- */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

a, a:hover {
	color: #333;
	outline: none;
}

a img {
	border: none;
	margin: 0 !important;
}

button {
	background: none;
	border: none;
	cursor: pointer;
	height: 55px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

button.small {
	height: 29px;
}

.submit {
	background: transparent url(../images/button_submit.png) no-repeat;
	border: none;
	cursor: pointer;
	color: transparent;
	height: 59px;
	text-indent: -9999px;
	width: 85px;
	vertical-align: top;
}

.submit.small {
	background: transparent url(../images/button_submit_small.png) no-repeat;
	color: transparent;
	width: 67px;
	height: 29px;
}

table {
	width: 100%;
}

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

ol li {
	margin: 0;
	padding: 0 0 5px 0;
}

form {
	margin: 0 0 10px 0;
}

form input.text {
	padding: 3px;
	width: 280px;
}

form select {
	padding: 3px;
}

form > div {
	margin: 0 0 5px 0;
}

label {
	display: block;
	font-weight: bold;
	padding: 0 0 5px 18px;
	text-align: left;
}

form table td {
	text-align: center;
	vertical-align: top;
}

form .section {
	background: #fff url(../images/bg_section.png) repeat-x bottom;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 8px 0 10px;
}

form .text.inline {
	width: 200px !important;
}

.inner { /* used to center content in each section */
	margin: 0 auto;
	width: 286px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

.acenter {
	text-align: center;
}

/* Wrapper
--------------------------------------- */
#wrapper {
	font-size: 1.1em;
	margin: 0 auto;
}


/* Header
--------------------------------------- */
#header {
	background: #1F2022;
	height: 110px;
}

#header .inner {
	margin: 0 auto;
	width: 320px;
}


/* Content
--------------------------------------- */
#home #content {
	padding: 0 !important;
}

#content { 
	/*padding: 35px 0 20px;*/
	padding: 0;
}

#content:after {
	clear: both;
	content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#content h3.section {
	color: #333;
	font-size: 1.4em !important;
	padding: 10px 0 0 0;
}

#page #content h2 {
	color: #333;
	font-size: 2em;
	margin: 0;
}

#page #content h2 span {
	color: #5d8d31;
	font-weight: normal;
}

#page #content img {
	margin: 0 0 10px;
}

#page #content h3 {
	color: #5d8d31;
	font-size: 1em;
	margin: 10px 0 5px;
}

#page #content p {
	font-size: 1em;
	margin: 5px 0 15px;
}


#content .event-title {
	margin: 0;
	background: url(../images/bullet.png) no-repeat left 5px;
	display: block;
	font-size: 1.2em;
	overflow: hidden;
	padding: 6px 10px 4px 22px;
	text-decoration: none;
}


/* Booking
--------------------------------------- */
#booking .text, #booking .select {
	padding: 3px;
	width: 42px;
}

#booking .select {
	width: 50px;
}

#booking .wide {
	width: 280px;
}


/* Intro
--------------------------------------- */
#intro {
	background: #484D51 url(../images/bg_intro.png) repeat-x top left;
	color: #fff;
	height: 74px;
	padding: 15px 0 10px;
}

#home #intro h2 {
	font-size: 1.1em;
	margin: 0 0 15px;
}

#intro p {
	font-size: .9em;
}

#intro a {
	color: #fff;
}


/* Page title
--------------------------------------- */
#home #title, #page #title {
	background: #1F2022 url(../images/bg_title.png) repeat-x bottom;
	margin: 0 0 10px;
	padding: 16px 0;
}

#form #title {
	background: url(../images/bg_title.png) repeat-x bottom;
	height: 17px;
	margin: 0;
	padding: 16px 0;
}

#title h2, #title h2 span {
	color: #fff !important;
	font-size: 17px !important;
	margin: 0;
	padding: 0;
}


/* Navigation
--------------------------------------- */
#navigation {
	clear: both;
	margin: 20px 0 0;
}


/* Options
--------------------------------------- */
#options {
	margin: 5px 0 0;
}

#options:after {
	clear: both;
	content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#options .row {
	clear: both;
	float: left;
	margin: 10px 0 0;
	width: 100%;
}

#options table {
	width: 100%;
}

#options .b-left {
	vertical-align: top;
	text-align: left;
	padding: 2px 0 0;
}

#options .b-right {
	vertical-align: top; 
	text-align: right; 
	padding: 2px 0 0;
}

.center {
	text-align: center;
}

/*
#options .row a {
	margin: 0 10px 0 0;
}

#options .row a:last-child {
	margin: 0;
}
*/



/* Listing
--------------------------------------- */
.listing {
	margin: 0;
	padding: 0;	
}

.listing li {
	list-style: none;
	margin: 0 0 5px;
}

.listing li a {
	background: url(../images/button_listing.png) no-repeat;
	display: block;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding: 11px 10px 11px 35px;
	text-decoration: none;
}


/* Bulleted list
--------------------------------------- */
.bulleted {
	margin: 0 0 10px;
	padding: 0;	
}

.bulleted li {
	background: url(../images/checked.png) no-repeat left 5px;
	border-bottom: 1px dotted #ccc;
	display: block;
	list-style: none;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 6px 5px 5px 18px;
	text-decoration: none;
}


/* Footer
--------------------------------------- */
#footer {
	border-top: 1px dotted #ccc;
	clear: both;
	color: #555;
	font-size: 11px;
	margin: 0 0 10px 0;
}

#footer h3, #footer h4 {
	font-size: 12px;
	margin: 10px 0 5px;
}

#footer p {
	margin: 3px 0 0 0;
}

#footer-nav {
	clear: both;
	background: url(../images/bg_footer_links_bottom.png) no-repeat center bottom;
	margin: 0 0 20px;
}

#footer-nav .inner div {
	background: url(../images/bg_footer_links_top.png) no-repeat center top;
	line-height: 18px;
	padding: 14px 18px;
}

#footer-nav .inner div a {
	margin: 0 3px;
	padding: 2px 4px;
	text-decoration: none;
}

#footer-nav .inner div a:hover {
	background: #eee;
}


/* Conditions
--------------------------------------- */
.conditions {
	color: #444;
	font-size: 11px;
}

.conditions ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.conditions ul li {
	margin: 0 0 2px;
	padding: 0;
}


