body {
	margin: 0 auto;
	background: #F9F9F9 url(../images/border.png) repeat-x 0 0;
/* 	background: #F9F9F9 url(../images/grid.png) repeat top center; */
	color: #333;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-variant-ligatures: common-ligatures additional-ligatures;
}

header,
section,
nav {
	display: block;
	max-width: 940px;
	overflow: hidden;
}

body,
input,
button { font-family: "myriad-pro-1", "myriad-pro-2", sans-serif; }

h1 {
	font-size: 31px;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
input,
button { font-weight: 300; }

h1 { margin: 0; }

h2 {
	margin-top: 0;
	padding-top: 10px;
	font-weight: 600;
}

p,
input { font-size: 17px; }

a {
	color: #84210E;
	text-decoration: none;
}

a:hover,
a:active,
a:focus { text-decoration: underline; }

.introduction a { color: #FFF; }

img { border: 0; }

.main {
	padding-top: 0;
	text-shadow: 1px 1px 1px #000;
}

.main,
input,
button,
.button { color: #DDD; }

section,
nav { margin: 0 auto; }

header > a {
	display: block;
	margin: 60px auto 50px;
}

header > a,
nav:nth-child(2) { padding: 0 3%; }

section { padding: 35px 3%; }

.introduction,
.content {
	position: relative;
	background: #2B303C url(../images/background.jpg) repeat;
	border: 3px solid #14161D;
}

.introduction:after,
.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main .introduction section:nth-child(3),
.main .introduction aside:nth-child(3) {
	color: #DDD;
	text-shadow: 1px 1px 1px #000;
}

.main .introduction section:nth-child(3),
.main section section { padding: 0; }

.call {
	margin-top: 1.5em;
	padding: 10px 20px;
	background: #F9F9F9;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#E5E5E5));
	background: -webkit-linear-gradient(#EEEEEE, #E5E5E5); /* Safari 5.1+, Chrome 10+ */ 
	background: -moz-linear-gradient(top, #EEEEEE, #E5E5E5);
	background: -o-linear-gradient(#EEEEEE, #E5E5E5);
	background: -ms-linear-gradient(#EEEEEE, #E5E5E5);
	overflow: hidden;
}

.call h3 {
	margin: 0;
	font-weight: 600;
	color: #84210E;
}

.call .button {
	display: block;
	margin: 0 auto 10px;
	max-width: 60%;
	padding: 7px 15px 8px;
}

.courses .call .button {
	background-color: #57A957;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ABE276), to(#7AA954));
	background-image: -webkit-linear-gradient(top, #ABE276, #7AA954);
	background-image: -moz-linear-gradient(top, #ABE276, #7AA954);
	background-image: -ms-linear-gradient(top, #ABE276, #7AA954);
	background-image: -o-linear-gradient(top, #ABE276, #7AA954);
	background-image: linear-gradient(top, #ABE276, #7AA954);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #111;
}

.call p:last-child { text-align: center; }

.introduction aside p {
	float: none;
	width: auto;
}

.introduction .price {
	font-size: 31px;
	text-align: center;
}

.introduction .button {
	display: block;
	text-align: center;
}

.content a {
	color: #FFF;
	text-decoration: underline;
}

.content a:hover,
.content a:focus { text-decoration: none; }

.main section:nth-child(3),
.main > aside:nth-child(3),
.main > aside:nth-child(4),
nav,
footer {
	padding: 10px 3%;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
}

.main section:nth-child(3) h3 { color: #84210E; }

.main section:nth-child(3) h3,
form h2 { font-size: 27px; }

section,
.errors,
#newsletter {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

nav ul { overflow: hidden; }

nav ul,
#eventbrite ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li {
	float: left;
	margin: 0 15px 15px;
}

nav li:nth-child(2n+1) { margin-left: 0; }

aside h3 { font-size: 25px; }

ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h4 { font-size: 19px; }

.vevent { margin: 0 0 20px; }

aside .vevent:last-child { margin-bottom: 0; }

.vevent h3,
.vevent h4 { margin-bottom: 0; }

.location { font-style: italic; }

.location,
.date { display: block; }

.description { margin: 10px 0 0; }

footer {
	display: block;
	max-width: 876px;
	margin: 0 auto;
	text-shadow: 1px 1px 1px #CCC;
	border-top: 1px dotted #999;
	overflow: hidden;
}

footer p {
	text-align: center;
	text-shadow: none;
}

#newsletter {
	padding: 20px 15px;
	background: #EEE;
	border: 1px dotted #DDD;
}

#newsletter h3 { margin: 0; }

form h2 span,
form p { font-size: 15px; }

form h2 {
	font-weight: 600;
	border: 0;
}

form h2 span {
	display: block;
	font-weight: normal;
}

form p { line-height: 1.5; }

form p:last-child {
	margin-bottom: 0;
	text-align: center;
}

button,
#contactform p:last-child input,
.button,
.presentation form:nth-child(2) input[type=submit] {
	margin: 10px 0;
	padding: 7px 45px 8px; 
	background: #CB3700;
	background: -webkit-gradient(linear, left top, left bottom, from(#C03C26), to(#84210E));
	background: -webkit-linear-gradient(#C03C26, #84210E); /* Safari 5.1+, Chrome 10+ */ 
	background: -moz-linear-gradient(top, #C03C26, #84210E);
	background: -o-linear-gradient(#C03C26, #84210E);
	background: -ms-linear-gradient(#C03C26, #84210E);
	font-size: 25px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	border: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	box-shadow: 0 2px 3px rgba(0,0,0,0.75);
	-webkit-transition : all .1s ease-in-out;
	-moz-transition : all .1s ease-in-out;
	transition : all .1s ease-in-out;
}

button:hover,
button:focus,
#contactform p:last-child input:hover,
#contactform p:last-child input:focus,
.button:hover,
.button:focus,
.presentation form:nth-child(2) input[type=submit]:hover,
.presentation form:nth-child(2) input[type=submit]:focus {
	padding: 7px 50px 8px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.35);
	box-shadow: 0 0 10px rgba(0,0,0,0.35);
	text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
textarea,
select {
	display: block;
	width: 95%;
	margin: 0;
	padding: 5px;
}

input[type=text],
input[type=email],
input[type=url],
textarea {
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#FFF));
	background: -webkit-linear-gradient(#EEE, #FFF); /* Safari 5.1+, Chrome 10+ */ 
	background: -moz-linear-gradient(top, #EEE, #FFF);
	background: -o-linear-gradient(#EEE, #FFF);
	background: -ms-linear-gradient(#EEE, #FFF);
	border: 1px solid #AAA;
	border-right-color: #BBB;
	border-bottom-color: #BBB;
	-moz-transition: all linear .15s,;
	-webkit-transition: all linear .15s;
	transition: all linear .15s;
	color: #333;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
	outline: none;
	border-color: rgba(80,170,235,.6);
	-moz-box-shadow: 0 0 10px rgba(80,170,235,.5);
	-webkit-box-shadow: 0 0 10px rgba(80,170,235,.5);
	box-shadow: 0 0 10px rgba(80,170,235,.5);
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
textarea:disabled {
	background: #EEE;
	border: 1px solid #CCC;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
}

textarea { height: 200px; }
footer p { font-size: 13px; }

.location,
.date { margin: 0; }

.courses h1 { margin-bottom: 15px; }

.courses header { border-bottom: 3px solid #2B303C; }

.courses .main {
	padding-top: 0;
	color: #333;
	text-shadow: 1px 1px 1px #FFF;
}

.courses .vevent {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom-color: #DDD;
	overflow: hidden;
}

.courses .vevent img {
	float: right;
	max-width: 200px;
}

.courses .vevent .price {
	margin: 30px 0 0;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
}

.courses .vevent .price,
.courses .vevent .button {
	float: left;
	clear: left;
	text-align: center;
}

.courses .vevent .button {
	font-size: 15px;
	padding: 7px 17px 8px; 
}

.course h2 { margin: 0; }

.speaker img {
	float: right;
	margin: 0 0 10px 15px;d
}

#eventbrite { margin-bottom: 20px; }

#eventbrite li { margin: 15px 0; }

.gform_footer { text-align: center; }

.presentations img { float: right; }

.presentation form:nth-child(2) { margin-bottom: 20px; }

.presentation form:nth-child(2) p:last-child { text-align: left; }

.presentation form:nth-child(2) input[type=password] { color: #333; }
