body {
	margin: 0 auto;
	background: #E8E2D1 url(../images/body-bg.gif) repeat-x left top;
	font: 62.5%/1.5 "Myriad Web","Myriad Pro","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #333;
	text-align: center;
	text-shadow: rgba(0,0,0,0.01) 0 0 0;
}

p, dl, ul, ol { font-size: 1.4em; }

ul ul { font-size: 0.9em; }

img { border: none; }

h2 { text-shadow: #1112px 2px 0; }
#masthead h3 { text-shadow: #000 1px 1px 0; }
#main h3 { text-shadow: #CCC 1px 1px 0; }

h3 {
	margin: 0;
	font-size: 2.3em;
	color: #C13700;
}

#header {
	height: 70px;
	padding: 15px 0;
	overflow: hidden;
}

#header h1 { 
	float: left;
	margin: 15px 0;
	padding: 0;
}

#header h1 a {
	display: block;
	height: 40px;
	margin: 0 15px;
}

#signup {
	position: relative;
	float: right;
	margin: 10px 20px 0 0;
}

#signup img.badge {
	-webkit-transition : all .3s ease-in-out;
	-moz-transition : all .3s ease-in-out;
}

#signup:hover img.badge {
	-webkit-transform : translate(0,-50px) rotate(3deg);
	-moz-transform : translate(0,-50px) rotate(3deg);
}

#signup img.pin {
	position: absolute;
	top: 8px;
	left: 80px;

	-webkit-transition : all .7s ease-in-out;
	-moz-transition : all .7s ease-in-out;
}

#signup:hover img.pin {
	-webkit-transform : translate(150px,-75px);
	-moz-transform : translate(150px,-75px);
}

.navigation, .navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#masthead-wrapper {
	background: #43423C;
	border-top: 3px solid #252525;
	border-bottom: 3px solid #53514C;
	color: #F0F0F0;
}

#header, #masthead, #main, #footer {
	clear: both;
	min-width: 770px;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header:after, #masthead:after, #main:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

#primary-nav {
	clear: both;
	margin: -0.9em 15px 0;
	padding: 1px 5px;
	background: #252525;
	border: 0px solid #252525;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#primary-nav li {
	margin: 0 10px;
}

#primary-nav a {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#primary-nav a:hover { text-decoration: underline; }

#masthead {
	background: #4C4C4C;
	border: 1px solid #3D3D3D;
	border-width: 0 1px;
	text-shadow: #111 1px 1px 0;
}

#masthead p {
	margin-top: 0;
	font-size: 1.7em;
}

#masthead .block h3 {
	margin: 0 0 10px;
	padding-top: 0;
	font-weight: bold;
	font-size: 1.8em;
	color: #D73D00;
	text-align: left;
}

#masthead a {
	color: #FEFEFE;
	font-weight: bold;
}

.content {
	clear: both;
	float: left;
	width: 63%;
	padding: 15px;
}

.wide { width: 95%; }

#masthead h2 {
	margin: 0;
	font-size: 2.6em;
	color: #FEFEFE;
}

span.date {
	display: block;
	margin: -10px 0 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #FEFEFE;
}

#masthead h3 {
	margin-top: 0;
	font-size: 1.55em;
	font-weight: normal;
	color: #FEFEFE;
}

.content h4 {
	margin: 0;
	font-size: 1.8em;
	color:  #C13700;
}

#main .content h4 {
	margin: 0;
	font-size: 1.5em;
	color:  #C13700;
}

#profileimg {
	float: left;
	margin: 0 10px 50px 0;
}

#important {
	padding: 10px;
	background: #FCFCFC;
	border: 1px solid #EEE;
}

#newsletter {
	border: 1px solid #CCC;
	background: #FFC;
	padding: 10px 15px;
	margin: 15px 0;
}

#newsletter h3 { margin: 0; }

#newsletter fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#newsletter input[type=text] {
	display: block;
	width: 75%;
	font-size: 1.2em;
	margin: 0 0 15px;
}

#newsletter #subscribe { margin: 0; }

#newsletter .options { list-style: none; }

#newsletter .options input { width: auto; margin-right: 10px; }

#newsletter .mc_error_msg {
	padding: 10px 25px;
	background: #FFF;
	border: 2px solid #F00;
}

#mc-indicates-required { font-style: italic; }

.mc_success_msg { color: green; }

.sidebar {
	position: relative;
	float: right;
	width: 30%;
	padding: 15px 10px;
}

#masthead .sidebar { text-align: center; }

#workshop-logo {
	position: relative;
	margin: -100px 0 -15px -5px;
}

#workshop-logo img { margin: 0; }

#masthead .sidebar .block {
	text-align: left;
	padding: 10px;
	background: #333;
	border: 1px solid #252525;
}

.sidebar h3 { margin: 0; }

.sidebar dl { margin: 0; }

.sidebar dt {
	margin-top: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 1.1em;
	color: #D73D00;
	border-top: 1px solid #252525;
}

.sidebar dd {
	margin: 0;
	font-size: 0.9em;
}

#main .sidebar .block {
	margin: 10px 0;
	padding: 10px;
	background: #F6F6F6;
	border: 1px solid #EEE;
}

.sidebar blockquote {
	margin: 0 0 5px;
	font-style: italic;
}

.sidebar p { margin: 0; }

#masthead .sidebar p { font-size: 1.4em; }

#questions {
	border: 1px solid #CCC;
	background: #FFC !important;
	padding: 10px;
	margin: 15px 0;
}

#questions h5 { margin: 0; }

#questions ul, #questions li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#questions ul { margin: 10px 5px; }

.purchaseorder {
	padding: 5px;
	background: #FFF;
	border: 1px solid #CCC;
}
	
#header, #main {
	background: #FFF;
	border: 1px solid #CCC;
	border-width: 0 1px;
}

#main { border-width: 0px 1px 1px; }

#footer { text-align: center; }

.title, .summary { display: none; }

abbr { border: none; }

.event {
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
	margin-bottom: 10px
}

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

.event-logo {
	float: right;
	margin: 0 10px 15px 10px;
}

.event ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

.event li {
	margin: 0 20px;
	padding: 0;
}

.sidebar .block h5 {
	font-size: 1.7em;
	margin: 0;
}

.sidebar .block h6 {
	font-size: 1.3em;
	color: #D73D00;
	margin: 0;
}

.sidebar .event li {
	margin: 0 5px;
	font-size: 0.9em;
}

button.fancy {
	background: #222 url(../images/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 0.5em 1.0em 0.6em; 
	color: #fff; 
	font-size: 0.9em;
	font-weight: bold;

	border: 1px solid rgba(0,0,0,0.25);
	border-width: 0 0 1px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);

	text-shadow: 0 -1px 1px #000;
}

button.fancy:hover { background-color: #020202; }
button.fancy:active { background-color: #555; }

body .gform_wrapper input.button { font-size: 1.3em; }

body .gform_wrapper .top_label .gfield_label { margin: 15px 0 0; }

#contactform {
	margin: 1.0em 0;
	padding: 1.0em 1.5em;
	background: #F0F0F0;
	border: 1px solid #DDD;
	border-width: 1px 0;
}

#contactform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#contactform legend, #contactform em.error {
	color: #930;
	font-weight: bold;
}

#contactform .error-notice { font-weight: bold; }
#contactform .error-notice:focus { outline: none; }

#contactform input, #contactform select, #contactform textarea { display: block; }

#contactform input[type=text], #contactform select { width: 300px; }

#contactform input[type=text], #contactform textarea { padding: 2px 5px; }

#contactform textarea {
	width: 500px;
	height: 200px;
}

#contactform label { display: block; }

.events {
	margin: 0;
	padding: 0;
	list-style: none;
}

.events li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.events .summary {
	display: block;
	font-weight: bold;
}

.events .location { font-style: italic; }

.events .date { margin-bottom: 10px; }

.events .location,
.events .date {
	display: block;
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.events .description {
	display: block;
	margin-top: 10px;
}