/**
 * HTML5 âœ° Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,  tfoot,  
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }


hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #004600; color:#fff; text-shadow: none; }
::selection { background:#004600; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color:#004600; }
a:hover { color: #036; }

img{
	vertical-align:bottom; 
}
/**
 * Primary styles
 *
 * Author: Adam Jessop
 */

body{
	background: url(/open/img/bg-head.png) top center fixed no-repeat, url(/open/img/bg-tile.png)  repeat;
	position:relative;
	height:100%;
	text-align:center;
}


#main-container{
	width:970px;
	margin:auto;
}
#site-container{
	width:950px;
	margin:auto;
	text-align:left;
	padding-top:20px;
	position:relative;
	overflow:visible;
	
}
.no-multiplebgs body{
	background:url(/open/img/bg-tile.png) repeat;
}.no-multiplebgs #bgcontainer{
	background: url(/open/img/bg-head.png) top center fixed no-repeat;
	height:100%;
}

.sprite{
	background: url(/open/img/site-sprite.png) no-repeat;
}
#site-logo{
	width:185px;
	height:70px;
	display:block;
	position:absolute;
	top:10px;
	left:0px;
}
#header{
	height:90px;
	position:relative;
}
#social-icons{
	top:0px;
	right:10px;
	position:absolute;
}
#social-icons ul{
	list-style:none;
	padding:0px;
	margin:0px;
}#social-icons li a{
	display:block;
	width:32px;
	height:34px;
	background-position: -1px -82px;
	float:left;
	margin-left:10px;
}#social-icons li{
	display:inline;
}#social-icons a.facebook{
	background-position:-33px -82px;
}
#social-icons a.twitter{
	background-position:-65px -82px;
}
#social-icons a.youtube{
	background-position:-97px -82px;
}#social-icons a.rss{
	background-position:-129px -82px;
}#social-icons a:hover{
	background-position:-170px -81px;
}#social-icons a.facebook:hover{
	background-position:-202px -81px;
}#social-icons a.twitter:hover{
	background-position:-234px -81px;
}#social-icons a.youtube:hover{
	background-position:-266px -81px;
}#social-icons a.rss:hover{
	background-position:-298px -81px;
}

#main-menu{
	float:right;
	margin-top:60px;
	
}#main-menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	border-left:1px solid #cccccc;
	border-right:1px solid #ffffff;
}#main-menu li{
	display:inline;
	font-size:1.2em;
	padding:0px 10px;
	line-height:1.3em;
	font-weight:bold;
	text-shadow:0px 1px 0px #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #CCCCCC;
}#main-menu a{
	text-decoration:none;
}

#head-bar{
	background-position:0px -118px;
	background-repeat:repeat-x;
	height:39px;
	border:1px solid #E0E0E0;
	border-bottom:1px solid #D0D0D0;
	border-top:1px solid #E9E9E9;
	margin-bottom:25px;
}#head-button{
	width:160px;
	float:right;
	height:39px;
	line-height:39px;
	border-left: 1px solid #E0E0E0;
}#head-button a{
	border-left:1px solid #ffffff;
	background-position:-345px -78px;
	padding-left:5px ;
	text-decoration:none;
	line-height:39px;
	height:39px;
	display:block;
}#head-text{
	height:39px;
	line-height:39px;
	padding-left:10px;
	overflow:hidden;
	position:relative;
}
#large-feature{
	width:990px;
	height:505px;
	margin:20px 0px 5px -20px;
	background:url(/open/img/big-banner-bg2.png) no-repeat;
	padding-top:8px !important;
	position:relative;
}

#large-feature-images{
	width:944px;
	height:421px;
	margin:0px 0px 0px 23px;
	list-style:none;
	padding:0px;
	overflow:hidden;
	position:relative;
	display:block;
}




#large-feature-images li{
	position:absolute;
	display:block;
	height:421px;
	width:944px;
	top:0px;
	left:0px;
}

#large-feature-images-list{
	padding:0px;
	margin:0px;
	list-style:none;	
	margin-left:20px;
	padding:3px;
}#large-feature-images-list li{
	display:block;
	float:left;
	position:relative;
	margin-right:3px;
	height:52px;
	width:140px;
	overflow:hidden;
	
}.ie6 #large-feature-images-list li{
	display:inline;
} #large-feature-images-list li span{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	z-index:5;
	background:url(/open/img/bg-trans-70.png);
}#large-feature-images-list li .active span{
	display:none;
}.ie6 #large-feature-images-list li .active shape{
	display:none;
}
#large-feature h1{
	position:absolute; 
	z-index:500;
	background:url(/open/img/bg-trans-60.png);
	color:#ffffff;
	font-size:2.6em;
	top:35%;
	left:23px;
	padding:10px;
	line-height:40px;
	
	font-weight:lighter;
}
#large-feature h2{
	position:absolute; 
	z-index:500;
	background:url(/open/img/bg-trans-60.png);
	color:#ffffff;
	font-size:2.2em;
	top:34%;
	left:23px;
	padding:10px;
	line-height:33px;
}

#large-feature h5{
	position:absolute; 
	z-index:500;
	background:url(/open/img/bg-trans-60.png);
	color:#ffffff;
	font-size:0.9em;
	width:55%;
	line-height:0.9em;
	top:46%;
	left:23px;
	padding:10px;
	line-height:33px;
	font-weight:normal;
}

#featureAlt a{
	display:block;
	width:56px;
	height:53px;
background-position:-266px -8px;
	position:absolute;
	right:-56px;
	top:0px;
}

#twitter-feature-box{
	float:right;
	width:370px;
	height:50px;
	border:1px solid #C7C7C7;
	background-position:0px -163px;
	background-repeat:repeat-x;
	margin-top:3px;
	margin-right:23px;
	position:relative;
	
}.ie6 #twitter-feature-box{
	margin-right:11px;
	overflow:hidden;
} 
a#twitter-logo{
	width:32px;
	height:34px;
	background-position:-202px -19px;
	position:absolute;
	top:10px;
	left:10px;
}
.twitter-feed{
	float:right;
	font-size:0.8em;
	margin:10px 10px 10px 50px; 
}

#right-column{
	float:right;
	width:160px;
	margin-left:20px;
}

#mainContentContainer{
	width:770px;
	overflow:hidden;
	margin-bottom:40px;
	padding-bottom:20px;
	position:relative;
	float:left;
}#mainContentContainer.venueContent{
	width:530px;
}
.promo{
	margin-bottom:20px;
}
.container{
	padding:10px;
	overflow:hidden;
}
#head-button a:hover{
	background-position:-345px -39px;
	color:#020700;
}
#siteLeftMenu {
   
    float: left;
    height: 100%;
    margin-right: 20px;
    width: 220px;
}

#siteMenuContainer, #breadcrumbsContainer, #socialContainer{
	width:218px;
	float:left;
	background:url(/open/img/menu-bg.jpg) bottom #ffffff repeat-x;
	border:1px solid #ffffff;
	margin-bottom:20px;
}
#mainContentContainer p{
	line-height:1.6em;
	margin:15px 0px;
}#mainContentContainer h1{
	font-weight:bold;
	color:#004600;
	text-shadow:0px -1px 0px #002400, 0px 1px 0px #ffffff;
	font-size:2.1em;
	margin-bottom:2px;
}#mainContentContainer hr{
	margin:0px 0px 20px 0px ;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #ffffff;
}.facebook-like{
	float: left;
    margin-left: 2px;
    margin-right: 40px;
}.twitter-share-button{
	margin-top:2px;
}.social-buttons{
	padding-top:10px;
}

#siteMenu, #breadcrumbs, #social{
	border:1px solid #cdcdcd;
}#breadcrumbs, #social{
	padding:10px;
	padding-bottom:20px;
}
#breadcrumbs{
	line-height:2em;
}#breadcrumbs a{
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	
	display:block;
}
.side-header{
	color:#777777;
	font-weight:bold;
	margin-bottom:10px;
	font-size:1.1em;
}
#siteInfoBlock{
	background-position:0px -250px;
	color:#ffffff;
	padding:5px;
}.siteName{
	font-weight:bold;
}.siteEmail, .sitePhone{
	font-size:0.8em;
	padding-left:25px;
	line-height:15px;
	margin-top:10px;
}.siteEmail{
	background-position:-258px -250px;
}.sitePhone{
	background-position:-258px -274px;
	margin-bottom:5px;
}
.venuePreview{
	margin-top:60px;
	
	
}#mainContentContainer h3{
	color:#4C6C19;
	text-shadow:0px 1px 0px #ffffff;
	font-size:1.5em;
}.venuePreviewText{
	float:left;
	width:310px;
	
}.venuePreviewImage{
	width:210px;
	float:left;
}.imgWrap{
	padding:3px;
	background:#ffffff;
	position:relative;
	border:1px solid #cccccc;
	float:left;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;

-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}	/*.imgWrap:after {
z-index: -1;
position: absolute;
background: transparent;
width: 70%;
height: 55%;
content: '';
right: 10px;
bottom: 10px;
transform: skew(15deg) rotate(6deg);
-webkit-transform: skew(15deg) rotate(6deg);
-moz-transform: skew(15deg) rotate(6deg);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); }

.imgWrap:before {
z-index: -2;
position: absolute;
background: transparent;
width: 70%;
height: 55%;
content: '';
left: 10px;
bottom: 10px;
transform: skew(-15deg) rotate(-6deg);
-webkit-transform: skew(-15deg) rotate(-6deg);
-moz-transform: skew(-15deg) rotate(-6deg);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); }*/

.imgWrap:before, .imgWrap:after {
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-transform: rotate(-3deg);
    bottom: 15px;
    height: 20%;
    left: 2px;
    max-width: 300px;
    width: 60%;
	content: "";
    position: absolute;
    z-index: -2;
}
.imgWrap:after {
    -moz-transform: rotate(3deg);
    left: auto;
    right: 2px;
}
#siteMenu ul, #siteMenu li{
	list-style:none;
	
}#siteMenu a{
	text-decoration:none;
}#siteMenuList{
	margin:0px;
	margin-top:20px;
	padding:0px 5px;
	
}
a.headLink{
	color:#4C6C19;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #cccccc;
	padding:2px 0px;
}.subLinks{
	margin-top:10px;
	padding-left:15px;
	margin-bottom:25px;
	
}.subLinks li{
	margin:5px 0px;
}.subLinks a{
	color:#444;
	
}.subLinks a:hover{
	color:#4C6C19;
}


#image-object img{
	
	position:relative;
	border:1px solid #ffffff;
	box-shadow:0 0px 4px #666666;
	-webkit-box-shadow:0 0px 4px #666666;
	-moz-box-shadow: 0 0px 4px #666666;
}
#image-object img:before, #image-object img:after {
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-transform: rotate(-3deg);
    bottom: 15px;
    height: 20%;
    left: 2px;
    max-width: 300px;
    width: 60%;
	content: "";
    position: absolute;
    z-index: -2;
}
#image-object img:after {
    -moz-transform: rotate(3deg);
    left: auto;
    right: 2px;
}
.image-object-selection{
	height:20px;
	margin-top:5px;
	line-height:20px;
}.image-object-selection a{
	background:url(/open/img/site-sprite.png);
	height:18px;
	width:18px;
	display:block;
	margin-top:1px;
}#prev-select-image{
	float:left;
	background-position:-66px -354px;
}#prev-select-image:hover{
	background-position:-45px -354px;
}#next-select-image{
	float:right;
	background-position:-2px -354px;
	
}#next-select-image:hover{
	background-position:-23px -354px;
}#next-select-image.disabled{
	background-position:-87px -354px !important;
}#prev-select-image.disabled{
	background-position:-108px -354px !important;
}
.calllink{
	background:url(/open/img/site-sprite.png) -266px -378px no-repeat;
	display:block;
	padding-left:25px;
	height:20px;
	line-height:20px;
}.emaillink{
	background:url(/open/img/site-sprite.png) -266px -352px no-repeat;
	display:block;
	padding-left:25px;
	height:20px;
	line-height:20px;
}
.promosDown{
	margin-top:59px;
}
.template-content{
	margin-top:20px;
}
.template-content .imgwrap{
	clear:both;
	margin-bottom:30px;
}
.template-content #image-object:after{

}

.template-content #quote-block{
	float:right;
	padding:10px;
	font-style:italic;
	margin:20px 0px 20px 20px;
	
	max-width:150px;
	
}#quote-block .quote-body{
	font-weight:bold;
}#quote-block .quote-ref{
	font-size:0.9em;
	margin-top:8px;
}


#footer{
	background:url(/open/img/footer-bg.png) repeat-x #618533;
	margin-top:20px;
}
#footer_container{
	width:950px;
	margin:auto;
	padding-top:40px;
	
}

.footerMenu{
	float:left;
	width:270px;
	text-align:left;
	color:#ffffff;
}.footMenuHead{
	font-weight:bold;
	margin-bottom:8px;
	font-size:1.1em;
}.footerMenu ul, .footerMenu li, #head-text ul, #head-text li{
	list-style:none;
	padding:0px;
	margin:0px;
}.footerMenu li{
	line-height:1.9em;
}.footerMenu a, .footerMenu a:visited{
	color:#ffffff !important;
	text-decoration:none;
}
.menu-right{
	float:right;
	text-align:right;
}.menu-right .footMenuHead{
	display:none;
}
#footer-menus{
	margin-bottom:30px;
}#copyright{
	padding-bottom:5px;
	font-size:0.9em;
	color:#bbbbbb;
}
#head-text a{
	text-decoration:none;
	
}#head-text li{
	position:absolute;
	top:0px;
	left:10px;
}

#errorBlock{
	background:#ffffff;
	padding:20px;
	border:1px solid #cdcdcd;
	margin:20px;
	  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  position:relative;

}#errorBlock:after{
	content:"";
	width:191px;
	height:16px;
	position:absolute;
	right:0px;
	bottom:-16px;
	background:url(/open/img/site-sprite.png) -1px -223px no-repeat;
	display:block;
	z-index:0;
}.error-text{
	font-size:1.2em;
	line-height:1.9em;
	margin-bottom:20px;
}

#errorBlock h1{
	font-size:3.9em;
}


#partner-scroll-container{
	color:#ffffff;
	background:#ffffff;
	width:915px;
	overflow:hidden;
	margin:auto;
	padding-left:35px;
	margin-bottom:10px;
	margin-top:20px;
	border:1px solid #ffffff;
	position:relative;
	height:98px;
}

#partners-scroll, #partners-scroll ul{
	width:960px;
}
#hotels-ad-container{
	width:160px;
	height:137px;
	position:relative;
	background:url(/shared/files/adverts/hotel-advert-sch.gif) no-repeat;
}#hotel-input{
	position:absolute;
	top:84px;
	left:15px;
	width:126px;
	font-size:0.9em;
	color:#004c9e;
}#hotel-search{
	display:block;
	width:73px;
	height:20px;
	position:absolute;
	top:110px;
	left:46px;
}
#ui-datepicker-div{
	font-size:0.9em;
}

#partners-scroll li{
	list-style:none;
	display:block;
	padding:10px 0px;
	margin:0px;
	width:75px;
	height:75px;
}#partners-scroll a{
	display:block;
	border:1px solid #ffffff;
	background:url(/open/img/partners-sprite.jpg);
	width:75px;
	height:75px;
	 
}
#partners-scroll .irwin{
	background-position:-75px 0px;
}#partners-scroll .rutland{
	background-position:-150px 0px;
}#partners-scroll .jurys{
	background-position:-225px 0px;
}#partners-scroll .cutlers{
	background-position:-300px 0px;
}#partners-scroll .aston{
	background-position:-375px 0px;
}#partners-scroll .copthorne{
	background-position:-450px 0px;
}#partners-scroll .emt{
	background-position:-525px 0px;
}#partners-scroll .speedo{
	background-position:-600px 0px;
}#partners-scroll .rollover{
	background-position:-675px 0px;
}#partners-scroll .nestle{
	background-position:-750px 0px;
}#partners-scroll .coke{
	background-position:-825px 0px;
}#partners-scroll .fruitina{
	background-position:-900px 0px;
}#partners-scroll .carlsberg{
	background-position:-975px 0px;
}#partners-scroll .tchibo{
	background-position:-1050px 0px;
}#partners-scroll .realradio{
	background-position:-1125px 0px;
}
#partner-scoller-container{
	width:930px;
	margin:auto;
	height:90px;
	overflow:hidden;
	position:relative;
	zoom:1;
}

/* colorbox */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(/open/img/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(/open/img/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(/open/img/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/open/img/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(/open/img/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(/open/img/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/open/img/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/open/img/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/open/img/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(/open/img/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/open/img/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(/open/img/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(/open/img/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/open/img/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/open/img/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/open/img/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/open/img/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/open/img/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/open/img/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/open/img/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/open/img/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/open/img/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


.error-hover{
	display:none;
}
#emailThisForm, #registerForm{
	height:360px;
	font-size:1.1em;
}
#registerForm .header{
	text-align:left;
	font-size:1.8em;
	margin:20px;
}
#emailThisForm .header{
	padding-left:20px;
	margin-bottom:20px;
	font-size:1.2em;
	
}#emailThisForm .you,#emailThisForm .friends, #registerForm .you, #registerForm .friends{
	float:left;
	padding-left:20px;
	width:47%;
	padding-top:20px;
}#emailThisForm h3, #registerForm h3{
	font-size:1em;
	
	text-align:left;
}#emailThisForm .form-row, #registerForm .form-row{
	margin:10px 0px 20px 0px;
	position:relative;
	width:300px;
	text-align:left;
} #registerForm .form-row{
	height:30px;
}#emailThisForm input, #registerForm input{
	width:250px;
	border:1px solid #4F8529;
	padding:0px 5px;
	color:#4F8529;
	font-size:0.7em;
	height:30px;
	line-height:30px;
}#emailThisForm .friends, #registerForm .friends{
	width:250px;
}#emailThisForm textarea, #registerForm textarea{
	width:250px;
	height:125px;
	padding:5px;
	border:1px solid #1F8AD0;
	font-family:verdana, arial;
	color:#1F8AD0;
	font-size:0.7em;
	
}#emailThisForm .send-button, #registerForm .send-button{
	clear:both;
	width:250px;
	height:40px;
	text-align:right;
	margin-top:10px;
	text-decoration:none;
}#emailThisForm #send-email, #registerForm #send-register{
	background:#4F8529;
display:block;
font-size:0.8em;
font-weight:bold;
height:29px;
line-height:29px;
text-align:center;
width:136px;
color:#ffffff;
text-decoration:none;
margin:auto;
margin-top:36px;
}#registerForm #send-register{
	margin-top:10px;
	height:30px;
}#emailThisForm #load-email, #registerForm #load-register{
	width:250px;
	height:40px;
	background:url("/open/img/fb-load.gif") no-repeat center center;
	margin-top:36px;
	display:none;
}#emailThisForm input.error{
	border:1px solid #cc0000;
}

.scoreTable{
	border-collapse:collapse;
	border:1px solid #bbbbbb !important;
	background:#ffffff;
	width:100% !important;
	
}.scoreTable td{
	padding:5px;
	border:1px solid #bbbbbb !important;
	
}


#emailThisForm input.removeBg, #emailThisForm textarea.removeBg, #registerForm input.removeBg, #registerForm textarea.removeBg{
	background:none;
}
.you h3{
	margin-left:20px;
}#cboxTitle{
	display:none !important;
}
#registerForm .form-thanks{
	font-size:7em;
	padding-top:30px;
	margin-top:0px;
	text-align:left;
	padding-left:20px;
}#registerForm .form-comment{
	text-align:left;
	padding-top:20px;
	line-height:1.4em;
	padding:20px;
}

#browserWarn{
	background:#FDF2AB;
	padding:10px;
	text-align:center;
	color:#000000;
	border-bottom:1px solid #A29330;
}
#advertSpot{
	width:160px;
	right:-175px;
	position:absolute;
	top:135px;
}

.ie6 #advertSpot{
	right:-200px;
}

#sivBar{
	height:42px;
	background:url(/open/img/sivbarbg.png) repeat-x;
	margin-bottom:-1px;
}#sivBar .sivBarContent{
	width:980px;
	margin:auto;
	text-align:right;
	height:40px;
	line-height:40px;
}#sivBar img{
	vertical-align:middle;
	padding-right:10px;
}
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

.hide{
	display: none;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


