/* GENERAL STYLES */

body {
    width: 960px;
    text-align: left;
    margin: 0 auto;
    font-family: helvetica,arial,sans-serif;
    font-size: 10pt;
}

h1, h2, h3, p {
    text-align: left;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    color: #092B5A;
    padding-top: 15px;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.25em;
}

h3 { }

p {
    padding-top: 8px;
    line-height: 150%;
    letter-spacing: 0.2px;
    font-family: helvetica,arial,sans-serif;
}

img {
    border: 0;
}

a {
    color: #09738A;
    text-decoration: underline;
}

ul {
    margin: 0;
    padding: 0;
    padding-top: 2px;
}

li {
    padding-top: 3px;
    list-style: none;
}

.clear {
    height: 0;
    clear: both;
}

.note {
    color: #808080;
    font-size: 0.90em;
}

.red {
    color: red;
}

/* FORMS */
.formHolder {
    float: left;
    width: 90%;
}

/* LISTS */
ul.horizontalList {
    padding: 0;
    margin: 0;
}

ul.horizontalList li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

/* IMAGES */
.holder {
    margin-top: 10px;
    text-align: center;
    background: #DFDFDF;
    border: 1px solid #9F9F9F;
}
.holder img {
    padding: 5px;
    margin: 0;
    vertical-align: middle;
}

.holder .caption {
    text-align: center;
    width: 80%;
}

/* SLIDER */
#slider { border-width:0px 1px; height: 1em; text-align: center; margin: 0 20px 0 20px; }
#slider .ui-slider-range { z-index: 1; }
#slider .tick { z-index: 2; color: gray; position: absolute; height: 100%; font-size: .9em; line-height: 1em; background: none; border-top: none; border-right: none; border-bottom: none; text-align: center; vertical-align: bottom;}
#slider .ui-slider-handle { z-index: 3;  }



/* COLUMNS */
/* colX is 960*X% - 40px for padding */
.col20, .col25, .col50, .col75,
.col33, .col66, .col80 {
    float: left;
    padding: 10px 40px 0 0px;
}

.col20 {
    width: 150px;
}

.col25 {
    width: 200px;
}

.col50 {
    width: 440px;
}

.col75 {
    width: 680px;
}

.col33 {
    width: 280px;
}

.col66 {
    width: 600px;
}

.col80 {
    width: 728px;
}


/* HEADER */

#header {
    width: 960px;
}

#header #logo {
    padding-top: 10px;
    float: left;
    width: 200px;
}


#header #navigation {
    float: right;
    width: 750px;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
    font-size: 1.35em;
}


/* NAVIGATION */

#header #navigation #smallLinks {
    font-size: 0.65em;
    height: 10px;
    color: #9F9F9F;
}

#header #navigation #smallLinks a {
    color: #9F9F9F;
    text-decoration: none;
}

#header #navigation #search input {
    border: 1px solid #DFDFDF;
    display: none;
}

#header #navigation #links {
    padding-top: 15px;
    font-size: 1.4em;
}

#header #navigation #accountLinks {
    padding-top: 5px;
    font-size: 0.71em;
}



/* BODY */

#body {
    padding-top: 5px;
    text-align: left;
    width: 960px;
}

/* FOOTER */

#footer {
    width: 960px;
    padding: 25px 0 10px 0;
    font-size: 0.90em;
    color: #9F9F9F;
}

#footer a {
    color: #9F9F9F;
    text-decoration: none;
}

#footer .left {
    width: 50%;
    float: left;
}

#footer .right {
    width: 50%;
    float: right;
    text-align: right;
}

/* INDEX */

#welcome {
    width: 100%;
    text-align: center;
}

#homepage div {
    float: left;
}

#homepage li a {
    font-size: 1.4em;
}

/* SEARCH RESULTS */

.resultRow {
    padding-top: 5px;
}

.resultRow .title {
    color: #092B5A;
    padding-top: 8px;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
}

.resultRow .picture {
    float: left;
    width: 150px;
    text-align: left;
    padding: 5px 10px 10px 5px;
}

.resultRow .address {
    color: #808080;
    font-size: 0.90em;
    padding-left: 5px;
}

.resultRow .text {
    font-size: 0.90em;
    float: left;
    width: 550px;
    text-align: left;
}

.resultRow p {
    padding-top: 3px;
}

.resultRow .tools {
    padding-top: 10px;
    padding-bottom: 5px;
}

.resultRow .clear {
    margin-top: 10px;
    border: 0;
    height: 1px;
    background-color: #9F9F9F;
}

.resultRow .info {
    padding-top: 10px;
}

.resultRow .info .rates {
    float: left;
    width: 50%;
    padding-bottom: 10px;
}

.resultRow .info .sleeps {
    float: left;
    width: 50%;
    padding-bottom: 10px;
}

.resultRow .info .location {
    
}

.resultRowSmall .title {
    color: #092B5A;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

/* PLACE */

#place #description .bit {
    padding-top: 15px;
}

#place #map {
    float: right;
    width: 464px;
    padding: 0 0 10px 10px;
}

#place address {
    padding-top: 5px;
    color: #9F9F9F;
    font-size: 0.90em;
    font-style: normal;
}

/* GALLERY */

.gallery-view-more a {
    padding-left: 20px;
}

/* MEDIA ITEM */

.mediaItem {
    padding-bottom: 5px;
}

.mediaItem .item {
    display: block;
    text-decoration: none;
}

.mediaItem .title {
    font-size: 0.90em;
}

.mediaItem .description {
    font-size: 0.90em;
    color: #9F9F9F;
}

/* FORMS */

.zend_form dt, .zend_form dd {
	padding: 3px;
}

.zend_form dt {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 0px;
	padding-top: 7px;
}

.zend_form dd {
	margin-left: 158px;
}

.zend_form dd fieldset {
    width: 120%;
	float: left;
	margin: 0 10px 15px -158px;
	padding: 5px;
	border: 1px solid #CFCFCF;
}

.zend_form dd fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 3px;
	color: #000;
}

.zend_form dt label {
	/* font-weight: bold; */
}

.zend_form dd ul.errors li {
	font-weight: bold;
	color: #BF2323;
}


/* INPUTS */

input, textarea, select, button {
	background-color: #FFF;
	border: 1px solid #7F7F7F;
	padding: 2px;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #09738A;
}

input#submit, input#submitForm {
	background-color: #DFDFDF;
}

textarea {
	font-family: helvetica,arial,sans-serif;
	font-size: 1em;
	width: 350px;
}

/* HOMEEDITOR */

#editor .navigation ul {
    margin: 0;
    padding: 0;
}


#editor .navigation ul li img {
    vertical-align: middle;
}

#editor .navigation a {
    display: block;
    text-decoration: none;
    padding: 3px;
}


/* calendar */

.homeeditor_date_controls {
    font-size: 1.5em;
}

/* ALERTS */

.infoBox {
    display: block;
    margin: 10px;
    padding: 20px;
}

.infoBox .header {
    font-size: 1.4em;
}

.fail {
	border: 1px solid #8B3534;
	color: #8B3534;
	background-color: #E8D5CE;
}

.pass {
	border: 1px solid #44862F;
	color: #44862F;
	background-color: #DDF0AE;
}

/* AJAX FORM ROW */

table.ajaxFormRow {
    width: 100%;
    font-size: 0.90em;
}

table.ajaxFormRow thead tr th {
    
}

table.ajaxFormRow tbody tr td {
    height: 25px;
}

/* MEDIA TABLE */

table.mediaTable {
	font-size: 1em;
	width: 100%;
}

table.mediaTable td {
	padding: 5px;
	text-align: center;
}

table.mediaTable td {
	font-size: 0.90em;
}

/* MEDIA EDIT */

#mediaEdit {
	padding: 15px;
	text-align: left;
}

#mediaEdit textarea {
	width: 220px;
	font-size: 1em;
}

#mediaEdit .zend_form dt {
	width: 100px;
}

#mediaEdit .zend_form dd {
	margin-left: 108px;
}

/* DATA TABLE */

table.dataTable {
    padding-top: 5px;
	width: 100%;
}

table.dataTable th {
	font-size: 1.1em;
	text-align: center;
}

table.dataTable td {
	padding: 2px 5px 2px 5px;
}

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

table.dataTable tr.highlight {
    background-color: #D1EFE0;
}

/* VIEW INQUIRY */

.inquiryView {
	text-align: center;
    padding: 5px;
}

table.inquiryTable {
	padding-left: 25px;
	text-align: left;
}

table.inquiryTable th {
    vertical-align: top;
	text-align: right;
    width: 120px;
}

/* REFINE SEARCH */

#refine h3 {
    padding-top: 5px;
}

#refine .map {
    padding-bottom: 10px;
}

#refine .search, #refine .reset {
    padding-top: 3px;
}

#refine .search .heading {
    font-size: 0.90em;
    font-weight: bold;
}

#refine .search .options {
    font-size: 0.90em;
    padding-left: 8px;
    padding-bottom: 10px;
}

#refine input {
	font-size: 0.85em;
}

#refine label.format {
	text-align: left;
	float: left;
	width: 40px;
}

#refine input.format {
	float: left;
}

#refine .go {
    display: none;
    text-align: center;
    padding-right: 8px;
    padding-top: 3px;
}

/* HOME VIEW */

#homeview .navigation {
    position: absolute;
    width: 150px;
}

#homeview .navigation ul {
    margin: 0;
    padding: 0;
}

#homeview .navigation ul li img {
    vertical-align: middle;
}

#homeview #jumpLinks a {
    display: block;
    text-decoration: none;
    padding: 3px;
}

#homeview .section {
    padding-top: 15px;
}

#homeview .breadcrumb {
    color: #808080;
    font-size: 0.90em;
}

#homeview .breadcrumb a {
    
}

#homeview .details {
    float: left;
    width: 230px;
    padding-left: 10px;
}

#homeview .details .info {
    padding-bottom: 4px;
    font-size: 0.90em;

}

#homeview .details h3 {
    padding: 0;
}

.infoLabel {
    float: left;
    width: 120px;
    padding-top: 8px;
    padding-right: 10px;
    text-align: right;
    color: #092B5A;
}

.infoText {
    padding-top: 8px;
    float: left;
}

#homeview ul.horizontalList {
    width: 500px;
}

/* Create Listing */

#homeCreate .included {
    float: left;
    width: 450px;
}

#homeCreate .included li {
    list-style: disc;
    margin-left: 25px;
}

#homeCreate .images {
    float: right;
    width: 500px;
}
