/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}


body {
	background-color: #fff8ea;
}

header {
	width: 1000px;
	margin: auto;
	height: 100px;
	padding-top: 30px;
}


#title {
	text-align: center;
	font-family: 'Alegreya', serif;
	font-size: 40px;
	color: #a80000;
	text-align: center;
	margin-top: 0px;
}

#subtitle {
	text-align: center;
	font-family: 'Alegreya', serif;
	font-size: 30px;
	color: #a80000;
	font-style: italic;
	margin-top: 0px;
}

#fullbanner {
	width: 100%;
	background-color: #701620;
	background-image: url('images/newworkshopbg.jpg');
	background-position:center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 435px;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 24px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 24px 0px rgba(50, 50, 50, 0.75);
	overflow:hidden;
}

#banner{
	/*background-image:url('images/bannerbackground.png');*/
	margin:auto;
	width: 1000px;
	height: 435px;
	overflow: hidden;
	position: relative;
}

#eventwrap {
	width: 800px;
	/* background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(5%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* IE10+ */
/*background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(255,255,255,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
background-color: #fff;
opacity: .85;
height: 285px;
margin-top: 70px;
margin-left: 30px;
border-radius: 500px;
padding-left: 30px;

}

#event{
	float:left;
	width: 500px;
	text-align:center;
	color: #002256;
	padding: 10px;
	margin-top: 20px;
}

#event h1 {
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}

#event h2 {
	font-family: 'Alegreya', serif;
	font-size: 18px;
	margin-bottom: 30px;
}

#date1 {
	float:left;
	margin-left: 20px;
}

#date1 h3 {
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
	font-size: 22px;
}

#date1 p {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
}

#date2 {
	float:right;
	margin-right: 20px;
}

#date2 h3 {
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
	font-size: 22px;
}

#date2 p {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
}

#restaurant {
	font-family: 'Alegreya', serif;
	font-size: 22px;
	margin-top: 100px;
}
#restaurant a:link, a:visited, a:active {
	color: #A80000;
}

#restuarant a:hover {
	color: #5b0000;
}

.restlogo {
	width: 130px;
	margin-bottom: 5px;
}

#form {
background: rgb(48,79,100); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(48,79,100,1) 0%, rgba(17,47,67,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,79,100,1)), color-stop(100%,rgba(17,47,67,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(48,79,100,1) 0%,rgba(17,47,67,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(48,79,100,1) 0%,rgba(17,47,67,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(48,79,100,1) 0%,rgba(17,47,67,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(48,79,100,1) 0%,rgba(17,47,67,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304f64', endColorstr='#112f43',GradientType=0 ); /* IE6-9 */



	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
padding: 20px;
width: 300px;
position: absolute;
	top: 20px;
	left: 600px;
	color: #fff;
}

#form h1 {
	font-size: 36px;
	font-family: 'Alegreya', serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

#form p{
	font-family: 'Muli', sans-serif;
	font-size: 16px;
}

input {
	width: 100%;
	background-color: #fff;
	opacity: 1.0;
	border-radius: 5px;
	padding: 5px;
	border: 1px #0b4d7c solid;
	margin-bottom: 10px;
}

select {
 background-color: #fff;
	opacity: 1;
	border-radius: 5px;
	padding: 5px;
	border: 1px #0b4d7c solid;
	margin-bottom: 10px;
	height: 30px;
	width: 245px;
}

button {
	height: 50px;
background: rgb(176,50,65); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(176,50,65,1) 0%, rgba(118,30,41,1) 50%, rgba(97,21,30,1) 51%, rgba(176,24,41,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,50,65,1)), color-stop(50%,rgba(118,30,41,1)), color-stop(51%,rgba(97,21,30,1)), color-stop(100%,rgba(176,24,41,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(176,50,65,1) 0%,rgba(118,30,41,1) 50%,rgba(97,21,30,1) 51%,rgba(176,24,41,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(176,50,65,1) 0%,rgba(118,30,41,1) 50%,rgba(97,21,30,1) 51%,rgba(176,24,41,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(176,50,65,1) 0%,rgba(118,30,41,1) 50%,rgba(97,21,30,1) 51%,rgba(176,24,41,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(176,50,65,1) 0%,rgba(118,30,41,1) 50%,rgba(97,21,30,1) 51%,rgba(176,24,41,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b03241', endColorstr='#b01829',GradientType=0 ); /* IE6-9 */
border-radius: 10px;
color: #fff;
font-size: 20px;
width: 100%;
}

button:hover {


background: rgb(240,24,20); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(240,24,20,1) 0%, rgba(157,21,19,1) 50%, rgba(135,13,11,1) 51%, rgba(193,18,15,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,24,20,1)), color-stop(50%,rgba(157,21,19,1)), color-stop(51%,rgba(135,13,11,1)), color-stop(100%,rgba(193,18,15,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,24,20,1) 0%,rgba(157,21,19,1) 50%,rgba(135,13,11,1) 51%,rgba(193,18,15,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,24,20,1) 0%,rgba(157,21,19,1) 50%,rgba(135,13,11,1) 51%,rgba(193,18,15,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,24,20,1) 0%,rgba(157,21,19,1) 50%,rgba(135,13,11,1) 51%,rgba(193,18,15,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,24,20,1) 0%,rgba(157,21,19,1) 50%,rgba(135,13,11,1) 51%,rgba(193,18,15,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f01814', endColorstr='#c1120f',GradientType=0 ); /* IE6-9 */

}

#contentwrapper{
	width: 1000px;
	margin:auto;
	font-family: 'Muli',sans-serif;
	color: #002256;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

#contentwrapper p {
	margin-bottom: 10px;
	line-height: 19px;
}

#contentwrapper h1 {
	font-family: 'Alegreya', serif;
	font-size: 24px;
	font-style: italic;
	margin: 30px;
	margin-top: 55px;
	text-align: center;
	color: #002256;
	margin-bottom: 10px;
	
}

.infosection {
	width: 31%;
	float:left;
	padding: 10px;
	position: relative;
	height: 200px;
}


.infosection ul {
	list-style-type: disc; 
	padding-left: 20px;
	line-height: 19px;
}

.infosection li {
	margin-bottom: 5px;
}

.border {
	border-right: 1px #A80000 solid;
	position: absolute;
   top: 20%;
left: -5px;
bottom: 20%;
}

.left {
	border-left: 1px #c8bca3 solid;
}

footer {
	clear:both;
	width: 100%;
	text-align:center;
	background-color: #2F4D62;
	font-family: 'Muli', sans-serif;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#agent {
	width: 200px;
	border: 1px #c8bca3 solid;
	margin: 0 auto;
	float:left;
	margin-right: 10px;
}

.infosectionlarge {
	width: 61%;
	float:left;
	padding: 10px;
	position: relative;
	padding-right: 15px;
}

#thanks {
	margin-top: 40px;
}

#thanks h2 {
	font-size: 25px;
}

#thanks h1 {
	font-size: 55px;
}

.friendform {
	margin-top: 25px;
	height: 300px;
	
}

#wrapper {
	min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -56px;
}

footer, .push {
	height: 56px;
}

#loading, #invite_another, #success {
	font-family: 'Muli', sans-serif;
}

#invite_another a:link{
	color: #508AC8;
}

#invite_another a:hover{
	color: #6ea4dd;
}


