﻿/* -------------------------------------------------------------- 
  
   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";
@import "css/jquery.fancybox.css";

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hr
{
    clear: both;
    background-color: #000;
    height: 3px;
    position: relative;
}

.centre
{
    text-align: center;
}

.error
{
    color:Red;
}

.fleft
{
    float: left;
    display: block;
}

.fright
{
    float: right;
    display: block;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* GENERAL  
----------------------------------------------------------*/
body
{
    color: #333;
    background-color: #dddada;
    margin: 0;
    padding: 0;
}

a
{
    color: #d31975;
}

a:hover
{
    text-decoration: none;
    color: #000;
}

#container
{
    width: 950px;
    margin: 0 auto;
    border-left: solid 1px #d2c0c0;
    border-right: solid 1px #d2c0c0;
    background-color: #f5f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header
{
    height: 159px;
    background-image: url(/Content/Images/bg_header.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#header a.logo
{
    display: block;
    float: left;
    margin: 55px 0 0 25px;
}

#header a.logo img
{
    width: 125px;
    height: 52px;
}

#navigation 
{
    display: block;
    float: left;
    margin: 68px 0 0 30px;
    padding: 0;
}

#navigation ul li
{
    display: inline;
    margin: 0 6px 0 13px;
    font-size: 1.3em;
    vertical-align: top;
    padding-bottom: 10px;
}

#navigation ul li.selected, #navigation ul li.breadcrumb
{
    border-bottom: solid 6px #f382ba;
}

#navigation ul li a
{
    color: #000;
    text-decoration: none;
}

#navigation ul li.selected a, #navigation ul li.breadcrumb a
{
    font-weight: bold;
}

#navigation ul li.breadcrumb.first
{
    border-bottom: none;
}

#navigation ul li.breadcrumb.first a
{
    font-weight: normal;
}

#body
{
    padding: 10px;
}

#infobar
{
    padding: 0px 10px 10px 10px;
}

#dates
{
    float: left;
}

#dates p
{
    margin: 0;
}

#dates, #infobar .fright
{
    width: 50%;
    color: #706c6e;
    font-size: 1.3em;
}

#dates strong, #infobar .fright strong
{
    color: #d31975;
    font-weight: normal;
}

#infobar .fright
{
    text-align: right;
}

#infobar .fright a
{
    color: #706C6E;
    text-decoration: underline;
}

#body .container
{
    border-bottom: solid 5px #d31975;
}

#body .column
{
    float: left;
    width: 210px;
}

#body .wideColumn
{
    float: left;
    width: 480px;
    border-top: solid 5px #d31975;
    margin: 0;
}

#body .extraWideColumn
{
    float: left;
    width: 700px;
    border-top: solid 5px #d31975;
    margin: 0;
}

#body .wideColumn .column
{
    width: 230px;
}

#body .wideColumn .home
{
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: solid 2px #cecbcb;
}

#body .wideColumn .content
{
    float: left;
    width: 269px;
}

#body .column h1, #body .column h4
{
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1em;
    color: #000;
    border-bottom: solid 2px #cecbcb;
    margin-bottom: 10px;
    padding: 12px 0 10px 0;
    position: relative;
    padding-left: 5px;
}

#body .column .home h1
{
    padding-left: 0;
}

#body .column h1 .icon, #body .column h4 .icon
{
    position: absolute;
    margin-left: 5px;
}

#body .column h1 .link, #body .column h4 .link
{
    font-size: 0.8em;
    position: absolute;
    right: 0;   
    color: #706c6e; 
}

#body .column p strong, #body .column p strong
{
    color: #d31975;
    font-weight: normal;
}

#body .marginLeft
{
    margin-left: 15px;
}

#body .marginRight
{
    margin-right: 15px;
}

#body .box
{
    border-top: solid 5px #d31975;
    border-bottom: solid 2px #cecbcb;
    margin-bottom: 30px;
}

#body .box ul
{
    list-style-type: none;
    font-weight: bold;
    margin: 0 0 10px 0;
    height: 167px;
    overflow: hidden;
}

#body .box ul li
{
    border-bottom: solid 2px #cecbcb;
    padding: 5px 0 5px 5px;
}

#body .box ul li.last
{
    border-bottom: none;
}

#body .box ul li a
{
    color: #333;
}

#competitions .cmsItemListOptions, #news .cmsItemListOptions
{
	display: none !important;
}

/*
#competitions ul li
{
    padding-left: 22px;
}

#competitions ul li
{
    background-image: url(/Content/Images/icon_bullet.gif);
    background-repeat: no-repeat;
    background-position: 5px 12px;
}
*/
#body .box form input.textbox
{
    float: left;
    width: 157px;
    height: 20px;
    padding: 5px;
    background-color: #ebe7e7;
    border: solid 1px #b8b5b5;
    color: #333;
}

#body .box form input.submit
{
    float: left;
    margin-left: 10px;
}

#body .smallBox
{
    height: 155px;
}

#body .smallBox ul
{
    height: 86px;
    overflow: hidden;
}

#body .largeBox
{
    height: 230px;
}


#body .subnav ul
{
    height: auto;
    background-color: #ebe7e7;
}

#body .subnav ul li
{
    padding-left: 15px;
    font-size: 1.3em;
}

#body .subnav ul li a
{
    color: #191818;
    font-weight: normal;
}

#body .subnav ul li.selected
{
    background-color: #ebe7e7;
    background-image: url(/Content/Images/icon_bullet_pink.gif);
    background-repeat: no-repeat;
    background-position: 0 16px;
    padding-left: 15px;
    margin-bottom: 0;
    font-weight: bold;
}

#cover
{
    float: left;
    width: 196px;
    margin-right: 15px;
}

#cover .pageContent
{
    color: #706c6e;
    background-color: #cecbcb;
    font-size: 0.9em;
    padding: 2px 5px;
}

#cover .pageContent strong
{
    font-weight: normal;
    color: #d31975;
}

#body .howToBook
{
    height: auto;
}

#body .pageContent img
{
    margin: 0 10px 10px 0;
}

#body .extraWideColumn ul.cmsItemList
{
    list-style-type: none;
    margin: 0;
}

#body .extraWideColumn ul.cmsItemList li
{
    border-top: solid 5px #d31975;
    border-bottom: solid 2px #cecbcb;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

#body .extraWideColumn ul.cmsItemList li.first
{
    border-top: none;
}

#body .extraWideColumn ul.cmsItemList li .image
{
    float: left;
    width: 220px; 
}

#body .extraWideColumn ul.cmsItemList li .content
{
    float: left;
    width: 480px;
}

#body .extraWideColumn ul.cmsItemList li .fullwidth
{
    width: 100%;
}

#body .extraWideColumn ul.cmsItemList li .content h2
{
    border-bottom: solid 2px #e1dede;
    font-size: 1.3em;
    font-weight: normal;
    padding: 10px
}

#body .extraWideColumn ul.cmsItemList li .content h2 a
{
    float: left;
    color: #000;
}

#body .extraWideColumn ul.cmsItemList li .content h2 .date
{
    float: right;
    text-align: right;
    font-size: 0.7em;
    color: #706c6e;
    margin-top: 3px;
}

#body .extraWideColumn ul.cmsItemList li .content p
{
    border-bottom: solid 2px #e1dede;
    margin-bottom: 5px;
    padding: 0 10px 5px 10px;
}

#body .extraWideColumn ul.cmsItemList li .content .readmore
{
    text-align: right;
    padding-right: 15px;
}

#body .mediaGalleryModule ul.cmsGallery
{
    list-style-type: none;
    margin: 0;
}

#body .mediaGalleryModule ul.cmsGallery li
{
    float: left;
    width: 215px;
    height: 200px;
    margin: 8px;
    overflow: hidden;
}

#body .mediaGalleryModule ul.cmsGallery li img
{
    border: solid 1px #cecbcb;
}

#body .mediaGalleryModule ul.cmsGallery li h2
{
    font-size: 1em;
    font-weight: normal;
    border-bottom: solid 1px #cecbcb;
    padding: 5px 0;
}

#body .mediaGalleryModule h1 span
{
    float: left;
    width: 40%;
}

#body .mediaGalleryModule h1 .cmsPager
{
    float: right;
    width: 55%;
    text-align: right;
}

#body .mediaGalleryModule h1 .cmsPager ul
{
    margin: 0;
    list-style-type: none;
}

#body .mediaGalleryModule h1 .cmsPager ul li
{
    display: inline;
}

#body .mediaGalleryModule h1 .cmsPager ul li.selected a
{
    color: #000;
}

#sponsors
{
    padding-bottom: 5px;
    border-bottom: solid 2px #cecbcb;
}

#sponsors h4
{
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1em;
    color: #000;
    border-bottom: solid 2px #cecbcb;
    padding-left: 10px;
    margin-bottom: 10px;
    padding: 12px 0 10px 0;
    position: relative;
}

#sponsors #sponsorlinks
{
    margin: 10px 0;
    border: solid 1px #cecbcb;
    background-color: #faf8f8;
    padding: 10px 0 0 7px;
    text-align: center;
}

#sponsors #sponsorlinks ul
{
    list-style-type: none;
    margin: 0;
}

#sponsors #sponsorlinks ul li
{
    margin: 0 0px;
    display: inline;
}

#footer
{
	color: #a09d9d;
    margin-top: 15px;
    position: relative;
    font-size: 0.9em;
}

#footer a
{
    color: #444;
}

#footernavigation
{
    float: left;
    width: 60%;
}

#footernavigation p a
{
	vertical-align: top;
}

#footernavigation ul
{
    margin: 0;
    list-style-type: none;
}

#footernavigation ul li
{
    display: inline;
    padding: 0 10px;
    border-right: solid 1px #333;
}

#footernavigation ul li.first
{
    padding-left: 0;
}

#footernavigation ul li.last
{
    border-right: none;
}

#footer .credits
{
    float: right;
    width: 40%;
    text-align: right;
}

