@import url("reset.css");



/**************************************************************************
***************************** = FONTS = *****************************
**************************************************************************/

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

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

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



/**************************************************************************
***************************** = BODY = *****************************
**************************************************************************/

body {
	background: url(../../images/layout/bg.jpg) no-repeat top #f3e3b7;
	
	padding:0px;
	margin:0px;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-weight: normal; 
	font-size: 18px;
	color: #2f2f2f;
	min-width: 900px;
	text-align: center;
}

div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

table {
	padding:0px;
	border:0px;
	border-spacing:0px;
}

td {
	vertical-align:top;	
}

p {
	line-height:22px;
	margin:0;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size:18px;	
	/* text-shadow: -2px -2px #fbeeb7; */
	padding:20px 0px 30px 0px;
	text-align:center;
	line-height:25px;
	font-weight:bold;
}

hr {
	width:100%;
	height:1px;
	background-color:#2f2f2f;	
	box-shadow: -2px -2px #fbeeb7;
	margin:5px 0px 5px 0px;
	border:0px;
}

hr.thick {
	width:100%;
	height:5px;
	background-color:#2f2f2f;	
	box-shadow: -2px -2px #fbeeb7;
	margin:5px 0px 5px 0px;
	border:0px;
}

div.vr2 {
	width:1px;
	height:600px;
	background-color:#2f2f2f;	
	box-shadow: -2px -2px #fbeeb7;
	margin:0px 25px 0px 25px;
	border:0px;
}

h1 {
	font-family: 'cartonslab';
	color: #ce3835;
	font-size: 23px;
	letter-spacing: -1px;
	width:auto;
	text-shadow: -2px -2px #fbeeb7;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}


p + p, p + h1 {
	margin-top:20px;
}

h2 + p {
	margin-top:4px;	
}


h2 {
	width:100%;
	font-family: 'abraham_lincolnregular', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 28px;
	text-shadow: -2px -2px #fbeeb7;
	margin: 15px 0px 15px 0px;
	font-weight:normal;
}

a {
	color:#2f2f2f;
	text-decoration:none;
}

/**************************************************************************
***************************** = FORM = *****************************
**************************************************************************/

input[type=text], input[type=password], textarea {
	max-width: 100%;
	width: 100%;
	height: 54px;
	background: #fcf8db;
	border: 0px;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 16px;
	color: #2f2f2f;
	-webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.2);
	padding: 0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	min-width:50px;
}

input[type=text]:focus, textarea:focus {
	background: #fcf8db;
	color:#2e7e72;
   transition: background-color .32s ease-in-out;
   -moz-transition: background-color .32s ease-in-out;
   -webkit-transition: background-color .32s ease-in-out;
}

input[type=submit], div.button {
	width: 235px;
	font-size: 18px;
	line-height:50px;
	background-color: #ce3835;
	color: #ffffff;
	border: 0;
	text-shadow: 0px 1px 0px #025c4c;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	margin:auto;
	text-decoration:none;
}

input[type=submit]:hover, div.button:hover {
	background-color: #f06664;
	cursor: pointer;	
   transition: background-color .32s ease-in-out;
   -moz-transition: background-color .32s ease-in-out;
   -webkit-transition: background-color .32s ease-in-out;
}

.form_select select {
   background: #fcf8db;
   width: 100%;
   padding: 12px;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 16px;
   line-height: 25px;
   border: 0;
   border-radius: 0;
   -webkit-appearance: none;
   color:#2f2f2f;
   }
   
.form_select {
   width: 100%;
   overflow: hidden;
   border: 0px;
 }

table.form_wrap {
	width:100%;	
	font-size:17px;
}

table.form_wrap td {
	padding-bottom:10px;
}

td.form_label {
	height: 50px;
	text-align:center;
	vertical-align:middle;
	font-size: 19px;
	font-weight:bold;	
}

td.form_input {
	text-align:left;
}

td.form_break {
	width:10px;
}

td.form_required {
	width:2px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	color:#ffffff;
	padding-left:5px;
}



/**************************************************************************
***************************** = STYLES = *****************************
**************************************************************************/


div.wrap_main {
	width:846px;
	position:relative;
	margin-top:30px;
	margin-bottom:30px;
	display: inline-block;
	text-align:center
}

table.navigation {
	font-family: 'abraham_lincolnregular', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-size: 26px;
	width: 100%;
}

table.navigation td {
	width: 25%;
}

div.intro {
	width:435px;
	height:190px;
	position:relative;
	margin-top:500px;
	margin-bottom:15px;
	margin-left:42px;
	font-size:17px;
	line-height:30px;
	text-align:left;
	font-weight:bold;
	/* text-shadow: -2px -2px #fbeeb7; */
}

table.content {
	width:762px;
	position:relative;
	display: inline-block;
	text-align:center;
}

table.navigation td {
	width: 25%;
}

span.text_carton { 
	font-family: 'cartonslab';
	color: #ce3835;
	font-size: 27px;
}






.calbox {
	width:120px; 
	padding:0px 0px 0px 0px; 
	color:#4fc0af; 
	text-align:center; 
	text-shadow: -2px -2px #fbeeb7;
}

.calbox .date {
	font-family: 'carnivalee_freakshowregular';
	font-size: 140px; 
	letter-spacing: -2px; 
	display:block;	
	color: #ce3835;
	line-height: 110px;
}

.calbox .day {
	font-family: 'abraham_lincolnregular', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	 letter-spacing: 0px; 
	 display:block; 
	 margin-top:5px;
	 text-transform:uppercase;
	 color: #2f2f2f;
}

.schedule p {
	font-size: 27px;
	font-family: 'abraham_lincolnregular', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	font-weight:normal;
	text-align:left;
	padding:5px 0px 0px 0px;
	line-height:35px;
}

.schedule tr td {
	vertical-align: middle;	
}


.schedule tr td hr {
	margin:15px 0px;
	border-bottom:2px solid #f7e1ae;
}

.schedule tr td div.vr {
	margin:0px 15px;
	height:165px;
	width:2px;
	background-color:#f7e1ae;
	border: 0px;
	box-shadow: -2px -2px #fbeeb7;
}

.schedule div.button {
	margin:inherit;
	margin-top:10px;
	margin-bottom:50px;	
}

td.wrap_left-col {
	width:400px;
	text-align:center;	
	padding:0px 25px 0px 0px;	
}

td.wrap_mid-col {
	text-align:center;
}

td.wrap_right-col {
	text-align:center;	
	padding:0px 0px 0px 25px;	
}

div.title_wrap {
	margin-bottom:20px;	
}

div.text_wrap {
	text-align:left;
	padding:0px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

span.text_heading {
	font-size:15px; 
	/* color:#363437; */
	color:#434044; 
	font-weight:bold;
}

span.text_main {
	line-height:20px;	
}

table.wrap_footer {
	background:#3e3e3e;
	width:100%
}

table.wrap_footer-content {
	width:900px;
	padding:6px 0px 6px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2a2a2;
}

table.wrap_footer-content a:link, table.wrap_footer-content a:active, table.wrap_footer-content a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a2a2a2;
	text-decoration:underline;
}

table.wrap_footer-content a:hover {
	color:#ffffff;
}


