@font-face {
    font-family: 'Segoe-UI-SemiBold';
    src: url('fonts/segoe-ui-semibold.eot');
    src: url('fonts/segoe-ui-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe-ui-semibold.woff') format('woff'),
         url('fonts/segoe-ui-semibold.ttf') format('truetype'),
         url('fonts/segoe-ui-semibold.svg#Segoe-UI-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo300';
    src: url('fonts/museo300-regular-webfont.eot');
    src: url('fonts/museo300-regular-webfont.eot?#iefix') format('eot'),
         url('fonts/museo300-regular-webfont.woff') format('woff'),
         url('fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('fonts/museo300-regular-webfont.svg#webfontJA9Sojwh') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo500';
    src: url('fonts/museo500-regular-webfont.eot');
    src: url('fonts/museo500-regular-webfont.eot?#iefix') format('eot'),
         url('fonts/museo500-regular-webfont.woff') format('woff'),
         url('fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('fonts/museo500-regular-webfont.svg#webfontGF4BwnoR') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe-UI';
    src: url('fonts/segoe-ui.eot');
    src: url('fonts/segoe-ui.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe-ui.woff') format('woff'),
         url('fonts/segoe-ui.ttf') format('truetype'),
         url('fonts/segoe-ui.svg#Segoe-UI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe-UI-Bold';
    src: url('fonts/segoe-ui-bold.eot');
    src: url('fonts/segoe-ui-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe-ui-bold.woff') format('woff'),
         url('fonts/segoe-ui-bold.ttf') format('truetype'),
         url('fonts/segoe-ui-bold.svg#Segoe-UI-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Book';
    src: url('fonts/Oswald-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('fonts/Oswald-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BradhITC';
    src: url('fonts/BradhITC.TTF');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; margin: 0;padding: 0;}
.clear{ clear: both; }
.shell{ margin: 0 auto; width: 853px;}
p{margin: 10px;padding: 0;letter-spacing: 0px;}

body {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Segoe-UI', Georgia, times, serif;
    color: #555555;
    background: #fcfcfc;
	background: url(images/convert-bg-pattern.png) 0 0 repeat;
}


header {
	padding: 0;
	margin: 0;
	height: 225px;
	background-color: #31abf2;
	background: url(images/bg-top.png) 0 0 repeat;
}

#headline h1{
	padding: 30px 0;
	width: 100%;
	font-family: 'Oswald-Book', Georgia, times, serif;
	font-size: 30px;
	color: #fff000;
	text-shadow: 1px 1px 2px #848484;
	font-weight: 100;
	text-align: center;
	background: url(images/headline-bottom-line.png) 0 bottom repeat-x;
}

#headline h1 span{
	font-family: 'Oswald-Light', Georgia, times, serif;
	font-size: 30px;
	color: #ffffff;
	font-weight: 100;
}

#headline p{
	margin: 20px 0 0 0;
	padding-right:10px;
	font-family: 'Oswald-Book', Georgia, times, serif;
	font-size: 36px;
	color: #ffffff;
	line-height: 40px;
	letter-spacing:-.05px;
	text-shadow: 1px 1px 2px #848484;
	text-align: center;
}

#intro .shell{
	width: 830px;
	height: 56px;
	margin-top: -30px;
	padding-left: 25px;
	padding-right: 0px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #d8d8d8;
	background-color:#ffffff;
}

.btm-box-img{
	width: 46px;
	height: 36px;
	margin: 0 auto;
	margin-top: -8px;
	padding: 0;
	background: url(images/box-bottom.png) bottom center no-repeat;
}
#date-time{
	padding-top: 5px;
}
#date{background: url(images/bullet-date.png) 0 center no-repeat;padding: 0 0 0 20px;}
#time{background: url(images/bullet-time.png) 0 center no-repeat;padding: 0 0 0 20px; margin-left: 10px;}
#arrow{background: url(images/botton-arrow.png) 0 center no-repeat;padding: 0 0 0 20px; margin-left: 10px;}

#button1{
	float: right;
	margin: -11px 0 0 0;
	padding: 0;
	width: 351px;
	height: 57px;
	background: url(images/button1.png) 0 0 no-repeat;
}

#button1 a{
	padding-top: 15px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: 'Segoe-UI-Bold', Georgia, times, serif;
	font-size: 17px;
	color: #9c8107;
	letter-spacing: -.5px;
}

#list .shell{
	position: relative;
	z-index: -1;
	width: 803px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #d8d8d8;
	background-color:#ffffff;
}

#list .shell h2{
	text-align: center;
	font-family: 'BebasNeue', Georgia, times, serif; 
	font-size: 45px;
	font-weight: 100;
	margin: 50px 0;
	color: #555555;
}

#list .shell  h2 span{
	font-family: 'BebasNeue', Georgia, times, serif; 
	color: #1b98df;
}

#photos{
	margin: 10px auto;
	width: 745px;
}

.photo{
	float: right;
	width: 202px;
	height: 238px;
	border: 1px solid #b9b9b9;
	background-color: #ffffff;
	padding: 9px 9px 0px 9px;
	margin: 100px 25px;
	margin-top: 11px;
	-webkit-box-shadow: 1px 1px 2px #848484;
	box-shadow: 1px 1px 2px #848484;
}

.photo p.host-name{
	font-family: 'BradhITC', Georgia, times, serif;
	font-weight: 900;
	font-size: 24px;
}


#list .shell ul{
	margin: 40px 0;
	padding: 0;
	list-style-type: none;
}
#list .shell ul li{
	margin: 0;
	padding: 30px;
	padding-left: 80px;
	list-style-type: none;
	border-bottom: 1px dashed #e3e3e3;
}

#list .shell ul li:last-child{
	border-bottom: none;
}
#list .shell ul li#num1{background: url(images/bullet-1.png) left center no-repeat;}
#list .shell ul li#num2{background: url(images/bullet-2.png) left center no-repeat;}
#list .shell ul li#num3{background: url(images/bullet-3.png) left center no-repeat;}
#list .shell ul li#num4{background: url(images/bullet-4.png) left center no-repeat;}
#list .shell ul li#num5{background: url(images/bullet-5.png) left center no-repeat;}


#warning .shell{
	width: 853px;
	margin-top: 30px;
	padding-top: 0;
	/*padding-left: 25px;
	padding-right: 25px;*/
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #d8d8d8;
	background-color:#ffffff;
}

#warning .shell #message{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffeeee;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

#warning .shell #message p{
	margin: 0;
	padding: 20px 25px 20px 100px;
	background: url(images/warning.png) 30px center no-repeat;
	font-size: 16px;
	letter-spacing: .5px;
}

#warning .shell p#info{
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: .5px;
}


#claim-button .shell{
	width: 853px;
	margin-top: 30px;
	padding-top: 0;
	/*padding-left: 25px;
	padding-right: 25px;*/
}

#button2{
	padding: 0;
	margin: 30px 0;
	width: 853px;
	height: 81px;
	background: url(images/button2.png) 0 0 no-repeat;
}

#button2 a{
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-family: 'Segoe-UI-Bold', Georgia, times, serif;
	font-size: 36px;
	color: #9c8107;
}

#fb-section .shell{
	width: 853px;
	margin-bottom: 20px;
}

.fbFeedbackContent .fbFeedbackReplyPager .fbFeedbackPagerLink{
	background-color: transparent;
}

.fbFooterBorder{
	display: none;
}

footer{
	height: 100px;
	background-color: #ffffff;
	margin: 0px;
	padding-top: 10px;
	border-top: 1px solid #ececec;
	overflow: hidden;
}

footer p{
	font-size: 14px;
	text-align: center;
	font-family: 'Segoe-UI', Georgia, times, serif;
	margin: 0;
	color: #555555;
}

footer p.legal{ margin: 30px auto; padding-bottom: 10px; }

footer p a{
	color: #555555;
	text-decoration: underline;
}

/* sharebar */

.social-box {
	float: left;
	margin-left: -100px;
	margin-top: 0px;
}	
/* sharebar */


/* popup */

.popup { width: 714px; height: 244px; text-align: center; overflow: hidden; background-color: #ffffff; background: url(images/popupbg.png) top right no-repeat;}
.popup h1 { font-size: 24px; text-align: center; font-weight: normal; padding: 18px 0 10px 0; margin: 0 0 0 -7px; word-spacing: 1px; font-family: 'Segoe-UI-Bold', Georgia, times, serif; color: #333333; }
.popup p { font-family: 'Segoe-UI', Georgia, times, serif; color: #333333; font-size: 24px; padding: 10px 0 14px 0; }
.row { width: 528px; height: 56px; background: url(images/input.png) repeat-x; margin: 0 auto; }
.row input { border: none; width: 496px; height: 37px; background: url(images/inp.jpg) repeat-x; border-left: solid 1px #cacaca; border-right: solid 1px #cacaca; margin: 7px auto; font-size: 18px; line-height: 26px; color: #595959; padding: 4px 8px 0 8px; }
.popsubmit { text-align:center; border: none; cursor: pointer; margin: 14px auto 0 auto; display: block; padding-right: 45px; width: 257px; height: 61px; background: url(images/submit-button-lightbox.png) no-repeat 0 0 #118bf0; font-weight:bold;  font-size: 30px; line-height: 77px; letter-spacing: -1px;  color: #fff; text-shadow: 1px 1px #20143d; text-indent: -999px; font-family: 'Segoe-UI-Bold', Georgia, times, serif; }

.popup-container { display: none; }


/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#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;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:right; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{padding: 16px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingGraphic{background:url(loading.gif) no-repeat center center;}
        #cboxClose{ background: url(images/ico-close.png); width: 36px; height: 36px; position: absolute; top: 0; right: 0; font-size: 0; line-height: 0; text-indent: -9999px; }

