﻿/* -------------------------------------------------------------- 
  
   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;
    position: absolute;
    font-size: 80%;
    top: 62px;
    left: 175px;
    width: 765px;
    overflow: hidden;
    height: 90px;
}

#navigation .navigationModule  ul li
{
    display: inline;
    margin: 0 6px 0 10px;
    font-size: 16px;
    vertical-align: top;
    padding-bottom: 10px;
}

#navigation ul li.currentPage, #navigation ul li.openPage, #navigation ul li.breadcrumb
{
    border-bottom: solid 6px #f382ba;
}

#navigation ul li a
{
    color: #000;
    text-decoration: none;
}

#navigation ul li.currentPage 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, #dates b, #infobar .fright b
{
    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: 5px;
    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: 15px;
}

#body .box ul
{
    list-style-type: none;
    font-weight: bold;
    margin: 0 0 10px 0;
    overflow: hidden;
}

#body .box .widgetContent ul li, #body .subnav ul li
{
    border-bottom: solid 2px #cecbcb;
    padding: 5px 0 5px 5px;
}

#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 .formRow .TextBox input
{
    float: left;
    width: 157px;
    height: 20px;
    padding: 5px;
    background-color: #ebe7e7;
    border: solid 1px #b8b5b5;
    color: #333;
}

#body .box .submitRow input
{
    float: left;
    margin-left: 10px;
}

.contentArea .submitRow
{
	padding: 10px;
}

.contentArea .submitRow .btnSave
{
	width: 136px;
    height: 32px;
    color: #fff;
    border: 0px;
    background-image: url(/Content/Images/button_submit.jpg);
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.success
{
	padding: 10px;
	margin: 10px;
	background: #e2f4e2;
	font-weight: bold;
}

.smallBox
{
    height: 200px;
}

.smallBox h4
{
	border-top: 0px;
}

.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.currentPage
{
    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;
}

#mailinglist .formRow, #mailinglist .submitRow
{
	float: left;
	clear: none;
}

#mailinglist .submitRow
{
	margin-top: 4px;
}

#mailinglist .formRow label
{
	display: none;
}

#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%;
}

h2
{
    border-bottom: solid 2px #e1dede;
    font-size: 15px;
    font-weight: normal;
    padding: 10px
}

#body .extraWideColumn ul.cmsItemList li .content h2 a
{
    float: left;
    color: #000;
    text-decoration: none;
}

#body .extraWideColumn ul.cmsItemList li .content h2 a:hover
{
    text-decoration: underline;
}

#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
{
    margin-bottom: 5px;
}

#body .extraWideColumn ul.cmsItemList li .content .readmore
{
    text-align: right;
    padding-right: 15px;
}

ul.cmsGallery
{
    list-style-type: none;
    margin: 0;
}

ul.cmsGallery li
{
    float: left;
    width: 215px;
    height: 200px;
    margin: 8px;
    overflow: hidden;
    background: #000;
    text-align: center;
}

ul.cmsGallery li img
{
    border: solid 1px #cecbcb;
}

ul.cmsGallery li h2
{
    font-size: 1em;
    font-weight: normal;
    border-bottom: solid 1px #cecbcb;
    padding: 5px 0;
}

ul.eventDetails, ul.eventDetails li
{
	list-style: none;
	text-indent: 0px;
	clear: left;
}

ul.eventDetails li *
{
	float: left;
}

ul.eventDetails li strong
{
	width: 80px;
}

#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;
    height: 48px;
}

#sponsors #sponsorlinks ul li
{
    margin: 0 6px;
    float: left;
    height: 40px;
}

.galleryIntro
{
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	color: #1d1d1b;
	background: #e6e6e8;
	border: 2px solid #a6a6a8;
}

#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;
}

.paginationControls
{
	padding: 5px;
	border: 1px solid #5a5a5a;
	margin: 5px;
	clear: both;
}

#main .dynamicFilterModule .formRow, #main .dynamicFilterModule .submitRow
{
	float: left;
	width: 200px;
	margin-right: 20px;
	clear: none;
}

#main .dynamicFilterModule .formRow input
{
	width: 92% !important;
}

#main .dynamicFilterModule .submitRow
{
	text-align: right;
}

.dataObjectDisplayModule
{
	clear: both;
	display: block;
}

.youTube li
{
	width: 123px !important;
	background: transparent !important;
	position: relative;
}

.youTube li span
{
	display: block;
	bottom: 0px;
	left: 0px;
	padding: 3px;
	background: #d3d3d4;
}

.twitterFeed
{
	overflow: auto !important;
	border-top: 5px solid #D31975;
	border-bottom: 2px solid #CECBCB;
	width: 250px;
}

.twitterFeed ul
{
	padding: 0px 8px 0px 0px;
	margin: 0px;
	text-indent: 0px;
	overflow: auto;
	height: 157px;
}

.twitterFeed li
{
	font-size: 12px;
	font-weight: normal;
	list-style: none;
}

.twitterFeed li small
{
	display: block;
}

.shareIt
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.copyrightMsg
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #3a3a3a;
	padding: 5px;
	border-top: 1px solid #a3a3a3;
	color: #a3a3a3;
}

.copyrightMsg a:hover
{
	color: #D31975;
	text-decoration: underline;
}

.launchPad_ModuleEditBar
{
	width: 220px;
}

.launchPad_ModuleNameBar
{
	top: -40px !important;
}
