@CHARSET "UTF-8";

body {
	background-color: #fff;
	color: #000;
	background: #9DA4A8 url(../images/bg_lg.gif) center repeat-y;
}

a {
	color: #494717;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}

.event-details {float:left; padding-right: 40px;}

#twitter {height:420px; background:#e9ece1;}
#twitter-copy {padding:10px;}
#content h1 {font-family:Impact; color:#494717}
#content h2 {font-family:Impact;}
#rsvpform h2 {font-family:Impact; margin-bottom:50px;}
#rc-bottom {background:url(../images/rc-bottom.jpg) no-repeat top;  height:30px;}

#footer {
	margin: 0 20px p 20px
}

#register-form {
	padding: 20px;
	background:#e9ece1 url(../images/ticket-to-ride.jpg) no-repeat top; 
}

#disclaimer { font-size:80% }

.error-message {
	color: #8a1f11;
}


div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 150px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 650px;
	text-align: left;
}

/* Overwrite default blueprint css */
input[type=text],input[type=password],input.text,input.title,textarea,select
	{
	margin: 0 0;
}

input[type=checkbox],input[type=radio],input.checkbox,input.radio {
	position: relative;
	top: 0
}
