/* Font (free font, converted to all formats using font2web.com) */
@font-face {
    font-family: 'Conv_Trocchi-Bold';
    src: url('https://s3.amazonaws.com/floktu-cdn/account/2823/fonts/Trocchi/Trocchi-Bold-webfont.eot');
    src: url('https://s3.amazonaws.com/floktu-cdn/account/2823/fonts/Trocchi/Trocchi-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3.amazonaws.com/floktu-cdn/account/2823/fonts/Trocchi/Trocchi-Bold-webfont.woff') format('woff'),
         url('https://s3.amazonaws.com/floktu-cdn/account/2823/fonts/Trocchi/Trocchi-Bold-webfont.ttf') format('truetype'),
         url('https://s3.amazonaws.com/floktu-cdn/account/2823/fonts/Trocchi/Trocchi-Bold-webfont.svg#TrocchiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#website-wrapper h1,
#website-wrapper h2,
#website-wrapper h3,
#website-wrapper h4,
#website-wrapper h5,
#website-wrapper .button,
#website-wrapper #footer,
#website-wrapper a.register-bar 
{ 
    font-family:'Conv_Trocchi-Bold',Sans-Serif;
}

#website-wrapper .nav
{
	font-family:"Arial Bold",Arial,Helvetica,Sans-Serif;
}

/* Sizing and styling of heading */
#header{background-color:#D9DDC3;}
#hero{background-color:#677718;height:50px;}
#hero h1, #hero h2{display:none;}
#event-logo{padding-top:30px;}

/* Sidebar changes */
#content .content-padding{border-color:#FFF !important;border-width:0 !important;}
#sidebar{float:right}
#eventinfo{display:none;}
#sharelinks h1{display:none;}

@media (max-width: 767px)
{
	#sidebar{float:none}
}

/* Website width changes */
.container{max-width:940px;}

.span4{max-width:300px;}
.span6{max-width:450px;}
.span8{max-width:600px;}
.span12{max-width:950px;}

/* Other style guide changes */
#website-wrapper h1 { color: #000; }
#website-wrapper h2 { color: #000; line-height:30px; margin:15px 0;}
#website-wrapper h3 { color: #000; line-height:27px; margin:10px 0;}

.dottedborder
{
	display:block;
	height:45px;
	line-height:45px;
	border-top:1px dashed #677718;
	border-bottom:1px dashed #677718;
	color:#5A5A5A;
	font-size:18px;
}

.dottedborder a
{
	font-size:12px;
	color:#677718 !important;
	text-decoration:none;
}

.button
{
	background-color:#677718;
	text-transform:none;
	color:#FFF;
}

.ticketName{color:#000;font-weight:bold;}