/*-----  Reset Styles  -----*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
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;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*----- Styles -----*/

body {
  color: #ffffff;
  background: #000 url(../png/background_tile.png);
  margin: 0px auto;
}

.wf-loading .tk-league-gothic {
  /*  Hide page content until fonts are finished lading.*/
  /*  TypeKit adds the .wf-loading class to all elements that us a font, before it is loaded. */
  /*  When the font has loaded, the TypeKit script removes the class name, removing this style. */
  visibility: hidden;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
  color: #5ca1fb;
}

a:hover {
  text-decoration: underline;
}

.highlight {
  color: #ffeb40;
}

.JerryCanDivider {
  height: 3px;
  margin-top: 0px;
  min-width: 1000px;
  /*background: url(../images/jerrycan_small.png);*/
  background-color: #cc0000;
}


/*-----  Header  -----*/

.Header {
  background: #e7ecec url(../png/header_background.png) center top no-repeat;
  color: #000000;
  text-align: center;
  min-width: 1000px;
  padding-bottom: 40px;
}

.Header #headerMenu {
  width: 665px;
  height: 150px;
  margin: 0px auto;
  padding-left: 20px;
}

.Header #headerMenu .Bullet {
  color: #da3a3a;
}

.Header #headerMenu li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 29px;
  margin-right: 18px;
  font-size: 20px;
  display: block;
  float: left;
}

.Header #headerMenu li.NavButton {
  color: #656565;
  cursor: pointer;
}

.Header #headerMenu li#WaterWalkLink {
  margin-right: 30px;
}

.Header #headerMenu li.HomeLink {
  margin-top: 0px;
  margin-right: 30px;
}

.Header #headerMenu li#AboutLink {
  margin-right: 0px;
}

.Header h1 {
  width: 645px;
  color: #2e2d2d;
  font-size: 110px;
  margin: 14px auto 2px auto;
  text-shadow: 2px 2px 0px #FFFFFF, 3px 3px 0px #7f7f7f;
  letter-spacing: 1px;
}

.Header h2 {
  width: 645px;
  font-size: 24px;
  margin: 0px auto 2px auto;
}

.Header h3 {
  font-family: ff-meta-serif-web-pro, serif;
  background: url(../png/ribbon_large.png) no-repeat left top;
  width: 622px;
  height: 56px;
  color: #ffffff;
  font-size: 17px;
  margin: 13px auto 0px auto;
  padding-top: 18px
}

.Header h4 {
  font-family: tangerine;
  font-size: 38px;
  width: 645px;
  margin: 15px auto 0px auto;
}

.Header p {
  font-family: ff-meta-serif-web-pro;
  font-size: 18px;
  line-height: 150%;
  width: 645px;
  margin: 0px auto 30px auto;
}

.social_share_text {
  font-family: ff-meta-serif-web-pro;
  font-style: italic;
  color: #aaaaaa;
  font-size: 14px;
}

.back_to_top_text {
  font-family: tangerine;
  font-style: italic;
  color: #585858;
  font-size: 26px;
}


/*-----  Content Blocks  -----*/

.ContentBlock {
  text-align: center;
  width: 975px;
  margin: 0px auto;
  clear: both;
}

.BlockTitle {
  background: url(../png/hor_line_large.png) no-repeat center center;
  margin: 100px auto;
  /*background-position: 0px 45px;*/
}

.BlockTitle h1 {
  font-size: 48px;
  display: inline;
  width: auto;
  padding: 0px 10px 0px 10px;
  background: #000 url(../png/background_tile.png);
}

.BlockTitle .ToTopButton {
  cursor: pointer;
  position: relative;
  top: -10px;
}

.BlockContainer {
  text-align: left;
  width: 980px;
  margin: 0px auto;
}

.LeftColumn,
.CenterColumn,
.RightColumn {
  display: block;
  float: left;
}


/*-----  SOCIAL  -----*/

.social {
  width: 76px;
  margin: 0px auto;
  text-align: center;
  margin-top: 6px;
}

#assets .tweet_box {
  width: 175px;
  height: 175px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(44, 140, 226);
  background: rgba(44, 120, 226, .09);
  float: left;
  padding: 85px 28px 0px 15px;
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 75px;
  color: #313131;
  position: relative;
}

#assets .tweet_banner {
  clear: both;
  height: 49px;
  width: 161px;
  background-image: url(../png/tweet_banner.png);
  color: #FFF;
  font-family: league-gothic, sans-serif;
  font-size: 25px;
  vertical-align: middle;
  padding-top: 7px;
  margin-left: -26px;
  padding-left: 15px;
  background-repeat: no-repeat;
}

#assets .tweet_text {
  font-size: 14px;
  color: #555555;
  font-family: Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: bold;
}

.fbook_share {
  display: block;
  background: url(../png/fbook_btn.png) no-repeat 0 0;
  background-position: 0px 0px;
  width: 35px;
  height: 35px;
  float: left;
}

.fbook_share:hover {
  background-position: 0px -35px;
}

.twitter_share {
  display: block;
  background: url(../png/tweet_btn.png) no-repeat 0 0;
  background-position: 0px 0px;
  width: 35px;
  height: 35px;
  float: left;
  margin-left: 6px;
}

.twitter_share:hover {
  background-position: 0px -35px;
}


/*-----  BUY TICKETS  -----*/

.TicketsBlock .BlockTitle {
  margin-top: 60px;
  margin-bottom: 22px;
}

.TicketsBlock .LeftColumn {
  margin-left: 80px;
}

.TicketsBlock .LeftColumn,
.TicketsBlock .RightColumn {
  margin-top: 25px;
  text-align: center;
  width: 320px;
}

.TicketsBlock .CenterColumn {
  margin: 6px 70px 80px 70px;
}

.TicketsBlock .BlockContainer div h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.TicketsBlock .BlockContainer div h3 {
  color: #bcc9da;
  font-size: 14px;
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  margin-bottom: 22px;
}

.TicketsBlock .BlockContainer div p {
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  font-size: 14px;
  line-height: 140%;
  color: silver;
  margin-bottom: 32px;
}

.TicketsBlock .BlockContainer .CenterColumn {
  background: url(../png/or_divider_closed.png);
  width: 32px;
  height: 151px;
}

.TicketsBlock a.BuyButton {
  font-size: 30px;
  color: #ffffff;
  display: block;
  padding-top: 15px;
  margin-left: 44px;
  background: url(../png/ribbon_small.png);
  width: 238px;
  height: 44px;
}

#button_general {
  display: block;
  width: 233px;
  height: 52px;
  background: url("../png/button_general.png") no-repeat 0 0;
  margin-left: 44px;
}

#button_general:hover {
  background-position: 0 -51px;
}

#button_general span {
  display: none;
}

#button_regular {
  display: block;
  width: 233px;
  height: 52px;
  background: url("../png/button_general.png") no-repeat 0 0;
  margin-left: 44px;
}

#button_regular:hover {
  background-position: 0 -51px;
}

#button_regular span {
  display: none;
}

#button_vip {
  display: block;
  width: 233px;
  height: 52px;
  background: url("../png/button_vip.png") no-repeat 0 0;
  margin-left: 44px;
}

#button_vip:hover {
  background-position: 0 -51px;
}

#button_vip span {
  display: none;
}

.TicketsBlock #emailFoot {
  padding-top: 10px;
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  font-style: italic;
  text-align: center;
  font-size: 14px;
  clear: left;
}

.jquerybubblepopup ul {
  list-style-type: disc;
  margin-left: 20px;
}

.TicketsClosed {
  margin-top: 25px;
  text-align: center;
}

TicketsClosed .BlockContainer div h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.TicketsClosed .BlockContainer div p {
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  font-size: 14px;
  line-height: 140%;
  color: silver;
  margin-bottom: 32px;
}


/*-----  PHOTOS  -----*/

.PhotosBlock {
  height: 560px;
  margin-top: 60px;
  margin-bottom: 22px;
}

.PhotosBlock .BlockTitle {
  margin-top: 0px;
  margin-bottom: 42px;
}

.PhotosBlock .LeftColumn {
  width: 620px;
  height: 415px;
  text-align: left;
  font-family: arial;
  font-size: 13px;
}

.PhotosBlock .RightColumn {
  margin-left: 20px;
  width: 300px;
}

.PhotosBlock .RightColumn h2 {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: left;
}

.PhotosBlock .RightColumn p {
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 180%;
  font-size: 14px;
  text-align: left;
}

.PhotosBlock .credits {
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  font-size: 12px;
  line-height: 14px;
  color: #CCC;
  text-align: left;
}


/*-----  SPONSORS  -----*/

.SponsorsBlock {
  height: 695px;
}

.SponsorsBlock .BlockTitle {
  margin-top: 90px;
  margin-bottom: 47px;
}


/*-----  SPECIAL THANKS  -----*/

.ThanksBlock {
  height: 800px;
}

.ThanksBlock .BlockTitle {
  margin-top: 0px;
  margin-bottom: 47px;
}


/*-----  HOST COMMITTEE  -----*/

.HostsBlock {}

.HostsBlock .BlockTitle {
  margin-top: 0px;
  margin-bottom: 47px;
}

.HostsBlock h2 {
  font-size: 16px;
  text-align: center;
  font-family: ff-meta-serif-web-pro, georgia;
  font-style: italic;
  color: #7b7b7b;
}

.HostsBlock ul.ChairsList {
  font-size: 24px;
  text-align: center;
  height: 110px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.HostsBlock ul.ChairsList li {
  margin: 3px 0px;
  text-transform: uppercase;
  width: 193px;
  float: left;
  font-family: alternate-gothic-no-1-d;
}

.HostsBlock ul.HostsList {
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  margin-left: 5px;
  margin-bottom: 100px;
}

.HostsBlock ul.HostsList li {
  margin: 3px 0px 10px 0px;
  width: 193px;
  float: left;
}


/*-----  PREVIOUS YEARS  -----*/

.PreviousYearsBlock {
  height: 720px;
}

.PreviousYearsBlock .BlockTitle {
  margin-bottom: 31px;
  margin-top: 0px;
}

.PreviousYearsBlock .PreviousYearsMenu {
  margin: 0px auto;
  width: 350px;
  height: 54px;
}

.PreviousYearsBlock .PreviousYearsMenu ul li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
  color: #5ca1fb;
  cursor: pointer;
  font-size: 16px;
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  font-style: italic;
  margin-right: 40px;
}

.PreviousYearsBlock .PreviousYearsMenu ul #last_li {
  margin-right: 0px;
}

.PreviousYearsBlock .PreviousYearsMenu ul li:last-child {
  margin-right: 0px;
}

.PreviousYearsBlock .PreviousYearsMenu ul li.SelectedYear {
  color: #ffffff;
}

.PreviousYearsBlock .PreviousYearsMenu .YearSelection {
  position: relative;
  width: 36px;
  height: 3px;
  clear: left;
  border-bottom: 2px solid yellow;
}

.PreviousYearsBlock .ThumbnailWindow {
  clear: left;
  width: 964;
  position: relative;
  overflow: hidden;
}

.PreviousYearsBlock .ThumbnailWindow .ThumbnailContainer {
  position: relative;
  width: 5000px;
  left: 20px;
}

.PreviousYearsBlock .ThumbnailWindow .ThumbnailContainer .ThumbnailSet {
  float: left;
  position: relative;
  margin-right: 10px;
  width: 980px;
}

.PreviousYearsBlock .ThumbnailWindow .ThumbnailContainer .ThumbnailSet li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.PreviousYearsBlock .ThumbnailWindow .ThumbnailContainer .ThumbnailSet li a img {
  border: 2px solid black;
  -moz-box-shadow: 0px 0px 12px #000;
  -webkit-box-shadow: 0px 0px 12px #000;
  box-shadow: 0px 0px 12px #000;
}


/*-----  WATER WALK  -----*/

.WaterWalkBlock {
  height: 530px;
}

.WaterWalkBlock .BlockTitle {
  margin-top: 0px;
  margin-bottom: 51px;
}

.WaterWalkBlock .LeftColumn {
  margin-top: 10px;
  margin-right: 30px;
  width: 455px;
}

.WaterWalkBlock .LeftColumn h2 {
  float: left;
  font-size: 30px;
  padding-bottom: 17px;
}

.WaterWalkBlock .LeftColumn p {
  clear: left;
  float: left;
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 170%;
  width: 455px;
}

.WaterWalkBlock .LeftColumn #celebrities {
  clear: left;
  float: left;
}

.WaterWalkBlock .RightColumn {
  width: 270px;
}

.WaterWalkBlock .RightColumn h2 {
  background: url(../png/arrow_red.png) no-repeat top left;
  padding-top: 32px;
  padding-left: 20px;
  font-size: 30px;
  padding-bottom: 20px;
}

.WaterWalkBlock .RightColumn p {
  clear: left;
  float: left;
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 170%;
  padding-left: 20px;
}


/*-----  ABOUT US  -----*/

.AboutBlock {
  height: 500px;
  border-bottom: 1px dotted #272727;
}

.AboutBlock .BlockTitle {
  margin-top: 0px;
  margin-bottom: 32px;
}

.AboutBlock .RightColumn {
  margin-left: 20px;
  width: 300px;
}

.AboutBlock .RightColumn h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.AboutBlock .RightColumn p {
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  padding-top: 10px;
  margin-bottom: 10px;
  line-height: 180%;
  font-size: 14px;
}

.AboutBlock .RightColumn a {
  font-family: ff-meta-serif-web-pro, Georgia, serif;
  font-size: 13px;
}

.clear {
  clear: both;
}


/*

  jQuery Bubble Popup v.2.3.1
  http://maxvergelli.wordpress.com/jquery-bubble-popup/

  Copyright (c) 2010 Max Vergelli

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  THE SOFTWARE.

*/

/* Layout Settings */

.jquerybubblepopup {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  position: absolute;
  border: 0px;
  z-index: 100;
  text-align: center;
  background-color: transparent;
}

.jquerybubblepopup-ie {
  filter: progid: DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);
}


/* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */

.jquerybubblepopup table {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  display: table;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0px;
  empty-cells: show;
  background-color: transparent;
}

.jquerybubblepopup tbody {
  display: table-row-group;
  vertical-align: middle;
  border: 0px;
  background-color: transparent;
}

.jquerybubblepopup td {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

.jquerybubblepopup-top-left,
.jquerybubblepopup-top-right,
.jquerybubblepopup-bottom-left,
.jquerybubblepopup-bottom-right {
  width: 21px;
  height: 21px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.jquerybubblepopup-top-middle,
.jquerybubblepopup-bottom-middle {
  overflow: hidden;
  background-repeat: repeat-x;
}

.jquerybubblepopup-middle-left,
.jquerybubblepopup-middle-right {
  overflow: hidden;
  background-repeat: repeat-y;
}

.jquerybubblepopup-tail {
  border: 0px;
  margin: 0px;
  padding: 0px;
  display: inline;
}


/*
  Themes:

  The plugin adds the class of the theme (for example ".jquerybubblepopup-azure")
  to the main <DIV> container, then you can edit the style of any element inside the
  Bubble Popup markup for each theme.

  The following code defines fonts and backgrounds of the "innerHtml" for each theme:
*/

.jquerybubblepopup-azure .jquerybubblepopup-innerHtml {
  font-family: ff-meta-serif-web-pro, Georgia;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  color: #777777;
  background-color: #FFFFFF;
}
