/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/* HTML5 tags */  
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display: block;}
.clear {float:none;	clear:both;	height:0; line-height:0; font-size:0; padding:0; margin:0;}
.clearLeft {clear: left;}

:focus {
	outline: 0;
}

body
{
	background-image: url('../img/bg_main.gif');
	background-position: top left;
	background-repeat: repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
}

header {
	background-color: #372615;
	background-image: url('../img/bg_header.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: 510px;
}

header .content {
	position: relative;
	height: 165px;
}

.content {
	margin: 0 auto;
	width: 1000px;
}

header h1
{
	float: right;	
}

header hgroup#welcome {
	margin-top: 25px;
	float: left;
}


#welcome h2 {
	color: #ffa800;
	font-size: 2.5em;
}

#welcome h2 .white {
	display: block;
	color: #fff;
	font-size: .75em;
	line-height: .75em;
}

#welcome h3 {
	margin-top: 10px;
	color: #fff;
	font-size: 1.5em;
}


#nextDrawing {
	position: absolute;
	bottom: 0;
	left: 1px;
	background-image: url('../img/bg_next_prize_draw.png');
	background-repeat: no-repeat;
	background-position: top right;
	color: #fff;
	font-size: 1.15em;
	padding: 0 20px 0 9px;
}

#nextDrawing h4 {
	float: left;
	padding: 11px 10px 0 0;
	margin-top: -5px;
	color: #178be8;
}

#nextDrawing span {
    float: left;
    padding-top: 4px;
}

#crest {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -110px;
	display: block;
	z-index: 100;
}

#sharing {
	position: relative;
	height: 75px;
	clear: right;
	margin-top: 15px;
	text-align: right;
	float: right;
}

#sharing h4 {
	color: #ffa800;
	float: left;
	margin: 15px 5px 0 0;
}

#sharing a.share {
	float: left;
	display: block;
	width: 91px;
	height: 46px;
	background-position: top center;
	background-repeat: no-repeat;
}

#sharing a.share span {
	display: none;
}

#sharing a.share:hover {
	background-position: bottom center;
}

#sharing #shareTwitter {
	background-image: url('../img/share_twitter.png');
}

#sharing #shareFacebook {
	background-image: url('../img/share_facebook.png');
}

#likeButton {
	clear: left;
	border:none;
	width: 80px;
	height:24px;
	text-align: right;
	margin-top: 10px; 	
}

.addthis_default_style {
    position: absolute;
    right: 0;
    bottom: 0;
}

.addthis_default_style a span {
    visibility: hidden;
    width: 1px;
}

#main .content {
	margin-top: -345px;
}

#flash {
	margin-bottom: 10px;
	width: 1000px;
	height: 562px;
	background-color: #000;
}

section.box
{
	background-position: bottom left;
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 20px 0;
	height: 314px;
}

section.tall
{
	height: 455px;
}

section.extraTall {
	height: 650px;	
}

section.narrow
{
	width: 328px;
}

section.wide
{
	width: 666px;
}

section.extraWide {
	width: 1000px;
}

section.last
{
	width: 324px;
	margin-right: 0;
}
	
section.box .boxContent
{
	height: 216px;
	margin: 7px 13px;
	overflow: auto;
}

section.tall .boxContent
{
	height: 352px;
}

section.narrow .boxContent
{
	width: 302px;
}

section.narrow .boxContent.customScroll {
	width: 297px;
	margin: 0 !important;
}

section.wide .boxContent
{
	width: 638px;
}

section.half {
    width: 496px;
    margin-right: 8px;
    float: left;
    /* iefix.css */
}

section.half.last {
    margin-right: 0;
}

section.box h4
{
	height: 57px;
	width: 100%;
}

section.box h4 img
{
	display: block;	
}

section.tall h4 {
	height: 66px;
}

section.last .boxContent {
	width: 298px;
}

section#promo {
    padding-bottom: 30px;
}

#facebook {
	background-image: url('../img/bg_facebook.png');
}

#facebook .boxContent {
	margin: 0;
	width: 326px;
	height: 365px;
	overflow: hidden;	
}

#facebook iframe {
	border:none;
	overflow:hidden;
	width:328px;
	height:400px;
	margin: -1px 0 0 -1px;
}
#twitter {
	background-image: url('../img/bg_twitter.png');
	color: #2f2f2f;
}

#twitter li.recentTweet {
	padding: 15px 0;
	border-bottom: 1px dotted #a8a6a8;	
}

#twitter li.first {
	padding-top: 0;
}

#twitter li.recentTweet .status a {
	color: #da4025;
	text-decoration: none;
}

#twitter li.recentTweet .status a:visited {
	color: #bb3612;
}

#twitter li.recentTweet .from,
#twitter li.recentTweet .from a,
#twitter li.recentTweet .from a:visited {
	color: #da4025;
}

#statistics {
	background: url('../img/bg_statistics.png') 0 -15px;
	color: #fff;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	height: auto;
}

#statistics .boxContent {
	height: auto;
	overflow: visible;
}

#statistics img {
	display: block;
}

#statistics a {
	color: #fff;
	text-decoration: none;	
}

#statistics .bigNumber {
	font-size: 3.75em;
	line-height: .73em;
	color: #fff;	
	font-weight: bold;
	padding-bottom: 8px;
	font-family: arial, helvetica, sans-serif;

	zoom: 1;
}

#statistics .mediumNumber {
	font-size: 2.5em;
	line-height: .5em;
	color: #fff;
	font-weight: bold;
	padding: 8px 0 5px;	
	font-family: arial, helvetica, sans-serif;
}

#statistics .mediumNumber .small {
	font-size: .5em;
	position: relative;
	top: -5px;
	left: 3px;
}

#statistics #trollsSpotted {
	float: left;
	font-size: 1.33em;
	color: #ffa800;
	line-height: 10em;
	width: 180px;
}

#statistics #daysToGo {
	float: right;
	font-size: 1.33em;
	width: 90px;
	color: #8fcb2d;
}

#statistics #whatCouldYouWin {
	margin-top: 15px;
	height: 180px;
	background-image: url('../img/divider_shadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 20px
}

#statistics #whatCouldYouWin ul {
	clear: both;	
}

#statistics #whatCouldYouWin li {
	padding: 10px 10px 10px;
	width: 129px;
	height: 60px;
	float: left;
}

#statistics #whatCouldYouWin li.lastCol {
	border-left: 1px dotted #70645a;
	padding-left: 9px;	
}

#statistics #whatCouldYouWin li.lastRow {
	padding-top: 9px;
	padding-bottom: 0;
	border-top: 1px dotted #70645a;
}

#statistics #whatCouldYouWin .col1 {
	float: left;
	width: 55px;
}

#statistics #whatCouldYouWin .prize {
	float: right;
	width: 70px;
	height: 53px;
}
#statistics #whatCouldYouWin a {
	position: relative;
	top: 0;
	left: 0;	
}
#statistics #whatCouldYouWin .prizeDetail {
	display: none;
	height: 82px;
	width: 196px;
	background-repeat: no-repeat;
	color: #fff;
	position: relative;
	top: -150px;
	left: -77px;
	z-index: 1;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	text-align: center;
}

#statistics #whatCouldYouWin .prizeDetail h5 {
	padding-top: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}


#statistics #whatCouldYouWin #prize-kubb {
	background-image: url(/img/what_could_you_win_overlay_5.png);
	color: #11aae2;
}

#statistics #whatCouldYouWin #prize-trip {
	background-image: url(/img/what_could_you_win_overlay_10.png);
	color: #f5a50c;
}

#statistics #whatCouldYouWin #prize-shirt {
	background-image: url(/img/what_could_you_win_overlay_2.png);
	color: #87c224;
}

#statistics #whatCouldYouWin #prize-ball {
	background-image: url(/img/what_could_you_win_overlay_1.png);
	color: #d6442b;
}

#statistics #mostSuccessful {
	margin-top: 5px;
	background-image: url('../img/divider_shadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 18px 10px 0;
}

#statistics #hallOfFame {
	margin-top: 5px;
	background-image: url('../img/divider_shadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding: 20px 10px 25px 5px;
}

#statistics #mostSuccessful #trophyBack {
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('../img/prize_trophy.png');
	padding-left: 48px;
	height: 48px;
	/** iefix.css **/
}
#statistics #hallOfFame #trophyBack {
	background-repeat: no-repeat;
	background-position: 2px top;
	background-image: url('../img/prize_shield.png');
	padding-left: 53px;
	height: 60px;
	/** iefix.css **/
}

#statistics #mostSuccessful h5,
#statistics #hallOfFame h5
{
	color: #ffa800;	
}

#flickr {
	overflow: hidden;
	background-image: url('../img/bg_flickr.png');
}

#flickr .boxContent {
	margin: 15px 13px 19px 15px;
}

#flickr ul {
	width: 638px;
}

#flickr li.recentPhoto {
	float: left;
	width: 200px;
	margin: 0 0 15px 19px;	
}

#flickr li.firstCol {
	clear: left;
	margin-left: 0;
}

#flickr li.lastRow {
	margin-bottom: 0;	
}

#flickr li.recentPhoto img {
	float: left;
	width: 100px;
	height: 56px;
	border: 3px solid #fff;	
}

#flickr li.recentPhoto img:hover {
	border-color: #3973c3;	
}

#flickr li.recentPhoto .text {
	float: left;
	width: 89px;
	margin-left: 5px;
}

#flickr li.recentPhoto .text .date {
	color: #da4025;
}	


/** Spotify box **/
#spotify
{
	height: 102px;
	font-style: italic;
	margin-bottom: 9px;
}

#spotify #playlistLink {
	display: block;
	position: relative;
	left: 2px;
	width: 320px;
	height: 45px;
	background: url('../img/spotify_launch_playlist.png') no-repeat top left;
}

#spotify #playlistLink:hover {
	background-position: bottom left;
}

#spotify #playlistLink span {
	display: none;
}

/** YouTube box **/
#youtube
{
	height: 102px;
	font-style: italic;
	margin-bottom: 9px;
}

#youtube #videoLink {
	display: block;
	position: relative;
	left: 2px;
	width: 320px;
	height: 50px;
	background: url('../img/youtube_visit_stsc.png') no-repeat top left;
}

#youtube #videoLink:hover {
	background-position: bottom left;
}

#youtube #videoLink span {
	display: none;
}

/** Guide box **/
#guide
{
	height: 203px;
	font-style: italic;		
}

#guide #guideLink {
	display: block;
	width: 324px;
	height: 203px;
	background: url('../img/guide_download.png') no-repeat top left;
}

#guide #guideLink:hover {
	background-position: bottom left;
}

#guide #guideLink span {
	display: none;
}



/** Custom scrollbars **/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 8px 13px;	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(/img/scroller/bg.png) repeat;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}


#spotify .boxContent {
	height: 200px;
}

#spotify .jScrollPaneContainer {
	margin-bottom: 0;	
}

#spotify .jScrollPaneDrag {
	width: 6px;
	height: 36px;
	background: url(/img/scroller/handle_spotify.gif) no-repeat;
}

#spotify .jScrollPaneTrack {
	background: #0b0704;
}


/** Region box **/
#region {
	position: relative;
	background: url('../img/bg_region.jpg') bottom left no-repeat;
}

#region .coatArms {
	position: absolute;
	left: 425px;
}

#region .regionContent {
	padding: 70px 0 0 17px;
	color: #fff;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-style: italic;
}

#region .regionContent p {
	margin-bottom: 1em;
}

#region .regionContent .mT {
	margin-top: 1em;
}

#region .regionContent .col1 {
	float: left;
	width: 390px;
	margin-right: 10px;
}

#region .regionContent .col2 {
	float: left;
	width: 180px;
	padding-top: 130px;
}

#region .regionContent #skane p
{
	height: 111px;	
}

#region .regionContent nav li a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;

	cursor: pointer; /* IE6 fix */
	*display: block; /* IE 6+7 fix */
}

#region .regionContent nav.tabCta li {
	padding-bottom: 5px;
}
#region .regionContent nav.tabCta li a {
	width: 178px;
	height: 55px;
	background: url(/img/region_nav_tab_cta_bg.png) no-repeat top left;

	*padding-top: 17px; /* IE 6+7 fix */
	*height: 37px; /* IE 6+7 fix */
}

#region .regionContent nav.tabCta li a:hover {
	background-position: bottom left;
}

#region .regionContent nav.galleryCta li {
	float: left;
	margin: 7px 19px 1em 0;
	
}

#region .regionContent nav.galleryCta li.last {
	margin-right: 0;	
}

#region .regionContent nav.galleryCta li a {
	width: 116px;
	height: 22px;
	background: url(/img/region_nav_gallery_cta_bg.png) no-repeat top left;
}

	
#region .regionContent nav.galleryCta li a:hover,
#region .regionContent nav.galleryCta li a.active {
	color: #ffa800;
}


#region .regionContent .highlight {
	color: #f1d596;
}

.js #region .gallery {
	position: relative;
	width: 385px;
	height: 202px;
	overflow: hidden;
}

.js #region .gallery ul,
.js #region .gallery-content .wrapper {
	position: absolute;
	width: 99999px;
}

.js #region .gallery ul li {
	float: left;
}

.js #region .gallery ul li img,
.js #region .gallery div img {
	border: 3px solid #fff;	
}

.js .tab {
	display: none;
}

.js #region .gallery-content {
	position: relative;
	width: 385px;
	height: 140px;
	overflow: hidden;
}

.js #region .gallery-content p {
	float: left;
	width: 385px;
}

footer {
	height: 521px;
	background-image: url('../img/footer_tile.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
}

footer #partners {
	height: 75px;
	width: 1000px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 35px;
	z-index: 5;
	text-align: center;
}


footer #partners h4 {
	height: 35px;	
}
footer #partners ul {
	margin: 0 auto;
	width: 370px;
	height: 75px;
}

footer #partners li {
	float: left;
	width: 100px;
	height: 75px;
	margin-right: 35px;

	/* iefix.css */
}

footer #partners li.last {
	margin-right: 0;	
}

footer #partners p {
	position: absolute;
	top: 43px;
	right: 0;
	width: 300px;
	font-size: .8em;
	font-style: italic;
	color: #332213;
}

footer #presidents {
	position: relative;
	top: -25px;
	display: block;
	height: 471px;
	margin: 0 auto -60px;
	z-index: 2;
	background-image: url('../img/footer_presidents.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

/** Overlay box **/
.js #overlay {
	display: none;
	position: fixed;
	top: 20px;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	height: 480px;
	background-color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #fff;
	z-index: 300;
	/* iefix.css */
}

.js #overlay .overlay-content .header {
	width: 713px;
	padding: 30px 0 30px 0;
	margin: 0 auto 10px auto;
	text-align: center;
	border-bottom: 1px solid #454543;
}

.js #overlay .overlay-content .overlay-inner-content {
	height: 315px;
	width: 713px;
	margin: 0 auto 0 auto;
	overflow: auto;
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
}

.js #overlay .overlay-content ol {
	margin-top: 1em;
}

.js #overlay .overlay-content li {
	list-style: decimal inside none;
	margin-bottom: 1em;
}

.js #overlay div.footer {
	width: 713px;
	margin: 10px auto 0 auto;
	border-top: 1px solid #454543;
}

.js #overlay .overlay-close {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 30px 0 0 -40px;
}

.js #overlay .overlay-close span {
	display: none;
	/* iefix.css */
}
