﻿/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "css/reset.css";
@import "css/typography.css";
@import "css/forms.css";
@import "css/table.css";

body
{
    background-color: #66368b;
    margin: 0;
    padding: 0;
    color: #77787B;
    background-image: url(/Content/images/bg_main.gif);
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#container
{
    background-image: url(/Content/Images/bg_header.gif);
    background-repeat: repeat-x;
}

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#bordercontainer
{
    width: 990px;
    margin: 0 auto;
    /*padding: 10px;*/
}

#bordertop
{
    height: 15px;
    background-image: url(/Content/Images/bg_border_top.png);
    background-repeat: no-repeat;
}

#borderbottom
{
    height: 15px;
    background-image: url(/Content/Images/bg_border_bottom.png);
    background-repeat: no-repeat;
}

#borderbody
{
    background-image: url(/Content/Images/bg_border_body_full.png);
    background-repeat: no-repeat;
}

#header
{
    color: #fff;
    height: 100px;
    font-size: 1.4em;
    margin: 0 20px;
    position: relative;
}

#header a
{
    color: #fff;
    text-decoration: none;
}

#header a:hover
{
    text-decoration: underline;
}

#header .logo
{
    margin-top: 25px;
}

#header .logo a
{
    display: block;
    margin-bottom: 0px
}

#header .strapline
{
    margin: 55px 0 0 5px;
    text-transform: uppercase;
    color: #8cc63f;
}

#header .strapline span
{
    color: #fff;
}

#header .contact
{
    margin: 54px 150px 0 0;
    position: relative;
    z-index: 2;
}

#dnd
{
    position: absolute;
    right: 0;
}

#dnd .flashModule
{
    position: relative;
    z-index: 1;
    left: 100px;
    width: 300px;
    height: 160px;
}

#page
{
    padding: 0 10px 10px 10px;
    background-color: #fff; 
    margin: 0 15px;
}

#maincontainer
{
    float: left;
    width: 700px;
    min-height: 900px;
    line-height: 2em;
}




/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{
    padding-top: 10px;
}

#menucontainer ul
{
    padding: 0 0 3px;
    position: relative;
    margin: 0;
    background-color: #9e83b9;
    height: 20px;
}

#menucontainer ul li
{
    display: inline;
    list-style: none;
    text-transform: uppercase;
    width: 95px;
    position: relative;
    z-index: 3;
}

#menucontainer ul li a
{
    padding: 3px 0 3px 10px;
    text-decoration: none;
    /*line-height: 2.8em;*/
    color: #fff;
    display: block;
    width: 95px;
    height: 17px;
    float: left;
    border-right: solid 1px #bba8ce;
}

#menucontainer ul li a:hover
{
    background-color: #6f3c98;
}

/*
#menucontainer ul li.last a
{
    color: #6f3c98;
    text-transform: none;
    border-right: none;
}

#menucontainer ul li.last a:hover
{
    color: #fff;
    background: none;
}
*/

#menucontainer ul li.selected a, #menucontainer ul li a:active
{
    color: #fff;
    background-color: #6f3c98;
    border-right: none;
}

#menucontainer ul li.id2 a
{
    color: #6f3c98;
    border-right: none;
    text-transform: none;
    padding-left: 20px;
}

#menucontainer ul li.id2 a:hover
{
    color: #fff;
    background-color: Transparent;  
}

/* Submenu */

#submenu
{
    float: left;
    width: 160px;
    margin: 0 10px 0 10px;
}

#submenu ul
{
    list-style-type: none;
    margin: 0;
}

#submenu ul li
{
    border-bottom: solid 1px #8cc63f;
    padding-left: 1.5em;
}

#submenu ul li.first
{
    border-top: solid 1px #8cc63f;
}

#submenu ul li.selected
{
    background-image: url(/Content/Images/icon_arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#submenu ul li a
{
    display: block;
    margin-top: 3px;
    padding-top: 3px;
    height: 25px;
    color: #6f3c98;
}

#submenu ul li.selected a
{
    font-weight: bold;
}

#submenu .pageContent strong
{
    font-weight: normal;
    color: #8cc63f;
}

#submenu .pageContent a
{
    color: #77787b;
}

/* Main Content */


#maincontainer .home .flashModule, #maincontainer .home .imageModule, #maincontainer .home .mediaGalleryModule
{
    margin-top: 10px;
    width: 700px;
    height: 350px;
}

#maincontainer .home .mediaGalleryModule
{
    width: 700px;
    height: 350px;
}

#maincontainer .home .mediaGalleryModule ul
{
    margin: 0;
    list-style-type: none;
}

#maincontainer .content .pageContent
{
    padding: 0 110px 0 0;
}

#maincontainer .home .pageContent
{
    padding: 0 30px 0 20px;
    width: auto;
}

#maincontainer div.content
{
    float: left;
    width: 520px;
}

#maincontainer h1, #maincontainer h2, #maincontainer h3
{
    font-weight: normal;
    text-transform: uppercase;
    color: #8cc63f;
}

#maincontainer h1
{
    padding: 40px 0 15px 5px;
    font-size: 3em;
}

#maincontainer h1 span
{
    color: #66368b;
    font-weight: normal;
}

#maincontainer .home h1
{
    border-bottom: solid 1px #8cc63f;
    padding: 30px 0 10px 0;
    margin-bottom: 10px;    
}

#maincontainer h3
{
    margin-bottom: 0;
}

#maincontainer div.home h2
{
    border-bottom: solid 1px #8cc63f;
}

#maincontainer h2 span
{
    color: #6f3c98;
}

#maincontainer h2
{
    padding-top: 20px;
}

#maincontainer h6
{
    color: #6F3C98;
}

#maincontainer h4, #maincontainer b
{
    color: #6f3c98;
}

#maincontainer h4
{
    margin: 0;
    font-size: 1em;
    line-height: 2em;
}

#maincontainer div.home p
{
    padding-right: 140px;
}

#maincontainer a
{
    color: #8cc63f;
    text-decoration: none;
}

#maincontainer a:hover
{
    text-decoration: underline;
}

#maincontainer blockquote
{
    margin: 0;
    width: 464px;
    height: 105px;
    background-image: url(/Content/Images/bg_blockquote.gif);
    background-repeat: no-repeat;
    padding: 15px;
    overflow: hidden;
    font-size: 1.6em;
    line-height: 1.6em;
    color: #fff;
}

#maincontainer blockquote em
{
    font-style: normal;
    color: #8cc63f;
    margin-top: 5px;
    display: block;
}

#maincontainer p
{
    line-height: 1.5em;
}

#maincontainer p img
{
    float: left;
    margin-right: 20px;
}

#maincontainer .pageContent ul, #bookingcontainer table ul
{
    list-style-type: none;
    margin: 0;
}

#maincontainer .pageContent ul li, #bookingcontainer table ul li
{
    background-image: url(/Content/Images/icon_bullet.gif);
    background-repeat: no-repeat;
    background-position: 3px 9px;
    padding-left: 1.2em;
}

#bookingcontainer table ul li
{
    background-position: 3px 7px;
}

#maincontainer .googleMapModule
{
    margin-bottom: 20px;
}

.apartment #secondaryContent
{
    width: 410px;
}

.specialrates ul
{
    list-style-type: none;
    margin: 0 20px 0 0;
}

.specialrates ul li
{
    padding: 15px;
}

.specialrates ul li.alternative
{
    background-color: #eeeaf2;
}

.specialrates ul li .fleft, .specialrates ul li .fright
{
    color: #6F3C98;
    font-weight: bold;
}

.specialrates ul li .title
{
    margin-left: 20px;
    color: #66368b;
    font-weight: normal;
}

.specialrates p
{
    margin-top: 20px;
}

/* Gallery */
.gallery div.main
{
    float: left;
    margin-right: 10px;
    width: 410px;
}

.gallery div.main img
{
    width: 410px;
    height: 350px;
}

.gallery div.thumbs
{
    float: left;
}

.gallery div.thumbs ul
{
    margin: 0;
    list-style-type: none;
}

.gallery div.thumbs ul li
{
    margin: 0;
    padding: 0;
}

.gallery div.thumbs ul li a img
{
    margin-bottom: 10px;
    display: block;
    width: 100px;
    height: 80px;
}

#sidebar
{
    margin-top: 10px;
}

#availability, #offers
{
    margin: 0 0 10px 0;
    min-height: 275px;
    background-color: #e2f0cf;
}

#availability div, #offers div
{
    padding: 0 15px 15px 15px;
}

#availability h3, #offers h3
{
    height: 37px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
}

#availability
{
    color: #000;
}

#availability h3
{
    background-image: url(/Content/Images/box_green_header.gif);
}

#availability p
{
    margin: 0 0 10px 0;
    padding: 0 15px;
}

#availability .cmsClear
{
    margin: 0;
    padding: 0;
}

#availability .formRow
{
    padding: 0 0 5px 15px;
}

#availability .formRow label
{
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
}

#availability .doubleRow
{
    float: left;
}

#availability .submitRow input.saveButton
{
    color: #fff;
    width: 185px;
    height: 23px;
    background-image: url(/Content/Images/box_green_arrow.gif);
    border: 0;
    background-color: Transparent;
    text-align: left;
    padding: 0 0 0 5px;
    margin-top: 10px;
    cursor: pointer;
}

#availability .validationSummary
{
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding-bottom: 10px;
}

#offers
{
    background-color: #b79dcb;
    height: 265px;
    margin-top: 0;
}

#offers div div
{
    padding: 0;
}

#offers h3
{
    background-image: url(/Content/Images/box_purple_header.gif);
}

#offers .rate
{
    margin-bottom: 10px;
    border-bottom: solid 1px #fff;
}

#offers .period
{
    color: #66368b;
    clear: both;
}

#offers .fleft
{
    color: #fff;
}

#offers .fright
{
    color: #66368b;
}

#offers a
{
    width: 180px;
    height: 20px;
    background-image: url(/Content/Images/box_purple_arrow.gif);
    display: block;
    padding: 3px 0 0 5px;
    margin-top: 10px;
    text-align: left;
    font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
    text-decoration: none;
    color: #fff;
    margin: 10px 0 0 15px;
}

#sidebar 
{
    width: 230px;
    float: right;
}

#sidebar a
{
    display: block;
    margin-bottom: 10px;
}

#sidebar .imageModule
{
    margin-bottom: 10px;
}

#sidebar .imageModule img
{
    margin: 0 auto;
    display: block;
}

#submenu .standardrates h3
{
    text-transform: none;
    padding-bottom: 10px;
    border-bottom: solid 1px #8CC63F;
}

#submenu .standardrates ul
{
    margin: 0;
    list-style-type: none;
    margin-bottom: 10px;
    padding-top: 10px;
}

#submenu .standardrates ul li
{
    padding-left: 0;
}

#submenu .standardrates ul li strong
{
    color: #66368B
}

#submenu .standardrates ul li ul
{
    padding-top: 0;
}

#submenu .standardrates ul li ul li
{
    border-bottom: none;
}


/* FOOTER */

#pagefooter
{
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: solid 10px #9E83B9;
}

#pagefooter ul
{
    list-style-type: none;
    margin-left: 165px;
}

#pagefooter ul li
{
    float: left;
    margin-right: 40px;
}

#footer
{
    margin: 0px 15px 20px 15px;
    color: #eee;
}

#footer a
{
    color: #eee;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

#footerLeft
{
    float: left;
    width: 50%;
}

#footerLeft ul
{
    margin: 0;
    list-style-type: none;
    text-align: left;
}

#footerLeft ul li
{
    display: inline;
    margin-left: 10px;
    padding-right: 10px;
    border-right: solid 1px #eee;
}

#footerLeft ul li.first
{
    margin-left: 0;
}

#footerLeft ul li.last
{
    border-right: none
}

#footerRight
{
    float: right;
    width: 50%;
    text-align: right;
}

/* BOOKING
----------------------------------------------------------*/

#bookingcontainer
{
    padding: 25px;
}

#tube 
{
    list-style-type: none;
    margin: 0 0 0 15px;
}

#tube li
{
    color: #bcbec0;
    text-transform: uppercase;
    float: left;
}

#tube li.purple
{
    color: #6F3C98;
}

#tube li img
{
    float: left;
}

#tube li.last
{
    text-align: right;
}

.special
{
    margin: 100px auto;
    width: 525px;
}

.special .slug
{
    text-align: center;
}

.actionbox
{
    color: #fff;
    float: left;
    width: 290px;
    height: 250px;
    padding: 45px 75px 0 75px;
    background-image: url(/Content/Images/bg_actionbox.gif);
    background-repeat: no-repeat;
}

.newcustomer
{
    margin-left: 10px;
}

.actionbox h1
{
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    color: #66368b !important;
    font-size: 2.5em !important;
    text-transform: none !important;
}


.bookingDetails
{
    color: #939598;
}

.bookingDetails .fleft
{
    width: 50%;
}

.bookingDetails strong
{
    display:block;
    width: 145px;
    float: left;
}

.bookingDetails span
{
    display: block;
    float: left;
}

.buttons
{
    margin-top: 20px;
    float: right;
    text-align: right;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}


.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hr
{
    clear: both;
    margin-bottom: 10px;
    border-bottom: solid 1px #8cc63f;
}

.error
{
    color:Red;
}

.fleft
{
    float: left;
}

.fright
{
    float: right;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

.field-validation-error
{
    color: #ff0000;
    display: block;
    clear: both;
}

.validationSummary
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


/* Hide cms admin controls */
.cmsItemListOptions, .cmsContentAreaOptions
{
    /*display: none !important;*/
}
