@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

	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;
    }
    /* HTML5 display-role reset for older browsers */
    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;
    }
	input, select, textarea {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}


html,body {
	height:100%; /* needed for container min-height */
	font-family: 'Droid Serif', serif;
	color:#FFF;
	text-align: center;
}


table{
	padding:0px;
	margin:0px;
}

fieldset{
	border: none;
}

input,textarea {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

hr {
	border: 1px solid #696969;
}
h1{

}
h2{
	font-weight:bold;
	font-size:30px;
	margin-top:35px;
	margin-bottom:50px;
	line-height: 125%;
}
h3{
	font-weight:bold;
	font-size:23px;
	line-height: 125%;
	margin-bottom:15px;
	margin-top:5px;
}
h4{
	padding-top: 10px;
	font-weight:bold;
	font-size:17px;
	margin-top:10px;
}
h5{
	font-weight:bold;
	font-size:20px;
	padding: 10px;
}
h6{
	font-size:10px;
	color: #fff;
}

/*----------------------------------------------------------------------*/
/* Vertical Navigation */
#menuBar{
	margin: 0 auto;
}

#vertical-menu {
	list-style: none;
	font-size: 14px;
	position: relative;
    display: inline-block;
}

#vertical-menu li {
    display: inline;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	height: 25px;
}

#vertical-menu li a{
	width:100%;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
	margin-top: 5px;
}

#vertical-menu li:hover{
	border-bottom: 2px solid #FFF;
}
/*----------------------------------------------------------------------*/

#logoDiv{
	width: 270px;
	height: 250px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -135px;
	margin-bottom: -115px;
	z-index: 100;
}
#logo{
	width: 100%;
	height: 100%;
}

.margined{
	margin: 10px;
}

.padded{
	padding: 10px;
}

.contentBlock{
	position:relative;
	width:100%;
}

#AboutUsHomeParagraph{
	color: #000;
	font-size:25px;
	line-height: 150%;
	max-width: 850px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------------------*/
/*---------------------------------Slider CSS-------------------------------*/
/*--------------------------------------------------------------------------*/
#AboutUsSlider{
	position: absolute;
	height: 400px;
	background: #444;
	color: #fff;
	width: 100%;
	overflow: hidden;
}

#SlideHolder{
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
}

.SliderImage{
	float: left;
	width: 450px;
	height: 400px;
}

.AboutUsParagraph{
	padding: 15px;
	color: #FFF;
	text-align: left;
	font-size: 17px;
	line-height: 120%;
}

#AboutUs2pictures{
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}
	.ImgHolder2{
		width: 50%;
		text-align: center;
		float: left;
	}

.AboutUsImg{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	box-shadow: 0 1px 2px #EEE;
}

#AboutVideo{
	width: 420px;
	height: 300px;
}

.AboutUsName{
	display: block;
	font-size: 25px;
	color: #444;
	text-shadow: 0 1px 2px #EEE;
}

.AboutUsTitle{
	margin-top: 7px;
	display: block;
	font-size: 17px;
	color: #444;
	text-shadow: 0 1px 2px #EEE;
}

/*--------------------------------------------------------------------------*/

#block1Background{
	width: 100%;
	height: 400px;
	position: absolute;
}
.TitleImage{
	width: 100%;
	height: 400px;
	position: absolute;
	top:0;
	left: 0;
}
#TitleText{
	max-width: 800px;
	width: 70%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight:bold;
	font-size:70px;
}

#block1Content{
	height: 300px;
	position: relative;
	z-index: 5;
	color: #FFF;
	width:100%;
	margin:0 auto;
	font-size:40px;
	padding-bottom: 100px;
	background: rgba(0, 0, 0, 0.6);
}

#block2Content{
	color: #CCC;
	width:100%;
	margin:0 auto;
	padding-top: 140px;
	font-size:40px;
	padding-bottom: 60px;
}

#block3Content{
	color: #CCC;
	width:100%;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:40px;
}


.ListDiv{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	background: rgba(0,0,0,0.3);
	margin-bottom: 50px;
}

.ListImage{
	padding: 10px;
	float: left;
	width: 140px;
	height: 140px;
    clear:both;
}

.ListParagraph{
    overflow:auto;
    display:block;
	font-size: 15px;
	padding: 10px;
	padding-left: 0;
	line-height: 140%;
}

.ListTile{
	position: relative;
	text-align: left;
	color: #FFF;
	margin-top:-10px;
}

.ListBroder{
	border-bottom: 1px solid #666;
}

.ListBroder:last-of-type {
    border-bottom:none;
}

.TitleDiv{
	width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #FFF;
	font-size: 27px;
	font-weight: bold;
	border-bottom: 2px solid #DDD;
}

#RecentEvents{
	width: 800px;
	height: 300px;
	background: rgba(0,0,0,0.3);
	margin-top: 50px;
}

#block1{
	background-color:#333;
}
#block2{
	background-color:#e8e8e9;
	background-image: url('grain.png');
	background-repeat:repeat;
}
#block3{
	background-color: #2c3e50;
	color: #333;
}

.comedianDescParagraph{
	padding: 10px;
	color: #000;
	font-size: 17px;
	text-align: left;
}

.FooterTile{
	float: left;
	width: 25%;
	height: 250px;
	color: #FFF;
	text-align: center;
}

.bordered{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-right: 1px solid #1c2e40;
}

#subsInput{
	margin-top:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #4980b9;
	padding:5px;
	width: 90%;
	color: #000;
}
#subsInputName{
	margin-top:20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #4980b9;
	padding:5px;
	width: 90%;
	color: #000;
}

#SubscribeBtn{
	display: block;
	margin:20px auto;
	width: 130px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 7px;
	border-style:none;
	font-weight: normal;
	background-color: #CCC;
	color: #000;
	font-size: 15px;
}

#SubscribeDesc{
	margin-top: 10px;
	font-size: 15px;
	font-weight: normal;
}

.SprLink{
	font-size: 17px;
	line-height: 180%;
	text-decoration: none;
	color: #FFF;
	display: block;
	font-weight: normal;
}

#SeeAllBtn{
	display: block;
	margin:20px auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100px;
	padding: 7px;
	text-decoration: none;
	font-size: 15px;
	border-style:none;
	font-weight: normal;
	background-color: #CCC;
	color: #000;
}

#contactInfo{
	font-size: 15px;
	font-weight: normal;
	line-height: 130%;
}

#contactInfo a{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#contactForm{
	color: #FFF;
}

#ContactUs2pictures{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.ContactUsName{
	display: block;
	font-size: 25px;
	color: #000;
	text-shadow: 0 1px 2px #EEE;
}

.ContactUsTitle{
	margin-top: 10px;
	display: block;
	font-size: 17px;
	color: #000;
	text-shadow: 0 1px 2px #EEE;
}

.ImgHolder2 a{
	text-decoration: none;
	color: blue;
}

.largeForm{
	display: block;
	width: 90%;
	max-width: 700px;
	padding: 10px;
	background: #ecf0f1;
	border: none;
	margin: 20px auto;
	color: #666;
}

.smallForm{
	display: block;
	width: 30%;
	max-width: 700px;
	padding: 10px;
	background: #ecf0f1;
	border: none;
	margin: 20px auto;
	color: #666;
}

.largeTextArea{
	display: block;
	width: 90%;
	max-width: 700px;
	min-height: 200px;
	padding: 10px;
	background: #ecf0f1;
	border: none;
	margin: 20px auto;
	resize:none;
	color: #666;
}

.longBtn{
	display: block;
	width: 90%;
	max-width: 700px;
	padding: 10px;
	background: #CCC;
	color: #000;
	border: none;
	margin: 20px auto;
}
.longBtn:hover{
	background: #AAA;
}

.horLine{
	width: 70%;
	height: 0px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px auto;
}

.horLine2{
	width: 90%;
	height: 0px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px auto;
	margin-top: 10px;
}

/*------------------------------------------------------------------------*/
/*----------------------------Hire a comedian-----------------------------*/
/*------------------------------------------------------------------------*/
.WideBlock{
	max-width: 900px;
	width: 90%;
	background: rgba(0,0,0,0.3);
	margin: 0 auto;
	padding: 10px;
}

#ComedianDesc{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:5px solid #555;
	border-bottom: none;
	background: rgba(0,0,0,0.5);
	position: relative;
	overflow-y: scroll;
	width: 100%;
	height: 400px;
	color: #000;
}

.ComedianVideo{
	display: block;
	width: 500px;
	height: 280px;
	margin: 0 auto;
}

.DescriptionBlock{
	position: absolute;
	top: 0;
	left: 0;
}

.HiddenBlock{
	display: none;
}

#ComedianSlider{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:5px solid #555;
	background: rgba(0,0,0,0.5);
	position: relative;
	width: 100%;
	height: 180px;
}

#leftArrow{
	width: 120px;
	float: left;
	margin-top: 70px;
}

#scrollDiv{
	width: 650px;
	float: left;
	height: 168px;
	overflow:hidden;
}

#rightArrow{
	width: 120px;
	float: right;
	margin-top: 70px;
}

#rightArrPic{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#ComedianImgHolder{
	width: 10000px;
}

.ComedianImg{
	width: 150px;
	height: 150px;
	float: left;
	margin: 10px;
	margin-left: 5px;
}

#HireForm{
	max-width: 700px;
	margin: 0 auto;
	font-size: 17px;
	color: #000;
}

/*------------------------------------------------------------------------*/
/*------------------------------Image Gallery-----------------------------*/
/*------------------------------------------------------------------------*/
#ImageGallery{
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto;
}

.box {
	float: left;
	position: relative;
	width: 33.3%;
	padding-bottom: 33.3%;
}

.shadow {
	position: absolute;
	left: 6px;
	right: 6px;
	top: 6px;
	bottom: 6px;
	background: #fff;
	box-shadow: 2px 2px 2px #888888;
}

.boxInner {
   position: absolute;
   left: 8px;
   right: 8px;
   top: 8px;
   bottom: 8px;
   overflow: hidden;
}
.boxInner img {
	width: 100%;
	height: 100%;
}

.boxInner video {
	width: 100%;
	height: 100%;
}

.titleBox {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.boxInner:hover .titleBox {
	opacity: 1;
	visibility: visible;
}
.boxInner:active .titleBox {
	opacity: 1;
	visibility: visible;
}


/*------------------------------------------------------------------------*/
/*-----------------------------------Events-------------------------------*/
/*------------------------------------------------------------------------*/
#PosterSlider{
	width: 400px;
	height: 610px;
	margin: 0 auto;
	position: relative;
}

.PosterImage{
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 600px;
	margin: 0 auto;
}

#TicketsDiv{
	width: 270;
	height: 200px;
	margin: 0 auto;
	margin-bottom: 10px;
}


/*------------------------------------------------------------------------*/
/*---------------------------------Sponsors-------------------------------*/
/*------------------------------------------------------------------------*/
#RanksDiv{
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 50px;
}
	.ImgHolder3{
		width: 33.3%;
		text-align: center;
		float: left;
	}
	
.RankImg{
	width: 150px;
	height: 150px;
}

.SponsorRank{
	float: right;
	width: 150px;
	height: 150px;
}

#DonateForm{
	display: block;
	margin-top: 30px;
}

@media only screen and (max-width : 480px) {
	/* Smartphone view: 1 tile */
	.ListImage{	float: none; display: block; margin: 0 auto; margin-top: 10px;}
	.ListParagraph{ padding: 10px;}
	h4{ padding: 10px;}
	.box {width: 100%; padding-bottom: 100%;}
	#TitleText{font-size:27px; margin-top: 20px;}
	#AboutUsSlider{height: 280px;}
	.SliderImage{height: 280px;  width: 33.3%;}
	#block1Content{height: 180px;}
	#logoDiv{width: 230px; height: 210px; margin-left: -115px; margin-bottom: -95px;}
	.FooterTile{width: 100%;}
	#vertical-menu li {line-height: 30px;}
	#ComedianGallery{ display: none !important;}
	#AboutUsHomeParagraph{font-size:18px;}
	.bordered{border-right: none; border-bottom: 1px solid #1c2e40;}
	#AboutVideo{width:95%; height: 160px;}
	.ImgHolder2{width: 100%; float: none;}
	.marginCorrecter{margin-top: 30px;}
	#PosterSlider{width: 250px; height: 370px;}
	.PosterImage{width: 250px; height: 360px;}
	.ImgHolder3{width: 100%;}
	.SponsorRank{position: relative; top: 0; right: 0; width: 30px; height: 30px;}
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
	/* Tablet view: 2 tiles */
	.box {width: 50%; padding-bottom: 50%;}
	#TitleText{font-size:45px; margin-top: 20px;}
	#AboutUsSlider{height: 300px;}
	.SliderImage{height: 300px; width: 16.66%;}
	#block1Content{height: 200px;}
	#logoDiv{width: 230px; height: 210px; margin-left: -115px; margin-bottom: -95px;}
	.FooterTile{width: 100%;}
	#vertical-menu li {line-height: 30px;}
	#ComedianGallery{ display: none !important;}
	#AboutUsHomeParagraph{font-size:20px;}
	.bordered{border-right: none; border-bottom: 1px solid #1c2e40;}
	.ImgHolder2{width: 100%; float: none;}
	.marginCorrecter{margin-top: 30px;}
	.SponsorRank{position: absolute; bottom: 0; right: 0; width: 100px; height: 100px;}
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
	/* Small desktop / ipad view: 3 tiles */
	.box {width: 33.3%; padding-bottom: 33.3%;}
	#TitleText{font-size:60px; margin-top:20px}
	#AboutUsSlider{height: 350px;}
	.SliderImage{height: 350px; width: 11.1%;}
	#block1Content{height: 250px;}
	#logoDiv{width: 270px; height: 250px; margin-left: -135px; margin-bottom: -115px;}
	.FooterTile{width: 50%; border-bottom: 1px solid #1c2e40;}
	#vertical-menu li {line-height: 30px;}
	#ComedianGallery{ display: none !important; }
	#AboutUsHomeParagraph{font-size:22px;}
	.marginCorrecter{margin-top: 0;}
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
	/* Medium desktop: 3 tiles */
	.box {width: 33.3%; padding-bottom: 33.3%;}
	#TitleText{font-size:70px;}
	#AboutUsSlider{height: 400px;}
	.SliderImage{height: 400px; width: 11.1%;}
	#block1Content{height: 300px;}
	#logoDiv{width: 270px; height: 250px; margin-left: -135px; margin-bottom: -115px;}
	#AboutUsHomeParagraph{font-size:25px;}
	.marginCorrecter{margin-top: 0;}
}
@media only screen and (min-width : 1290px){
	/* Medium desktop: 3 tiles */
	.box {width: 33.3%; padding-bottom: 33.3%;}
	#TitleText{font-size:70px;}
	#AboutUsSlider{height: 400px;}
	.SliderImage{height: 400px; width: 8.33%;}
	#block1Content{height: 300px;}
	#logoDiv{width: 270px; height: 250px; margin-left: -135px; margin-bottom: -115px;}
	#AboutUsHomeParagraph{font-size:25px;}
	.marginCorrecter{margin-top: 0;}
}

