body {
	font-family: Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
	width: 800px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

h1 a {
	text-decoration: none;
	color: #ccc;
}

h1 a:hover {
	color: white;
}

#headline {
	padding-left: 1em;
	color: #eee;
}

#headline h1 {
	font-weight: normal;
	text-shadow: black 1px 2px 4px;
}

#sidebar {
	float: right;
	width: 33%;
}

#sidebar p {
	font-size: 80%;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

#sidebar .section {
	border: solid 2px #555;
	padding: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	background-color: #666;
	color: #eee;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: .5em;
	border-bottom: solid 3px #555;
	margin-bottom: 1em;
}

h3 {
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: dotted 1px #ccc;
}

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

.nav li {
	list-style: none;
	padding: 4px;
	margin-bottom: .3em;
	border: solid 2px #555;
	background: #aaa;
}

.nav li a {
	background-color: #ddd;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", serif;
	color: #3a3b3c;
}

.nav li a:hover, .nav li.current a {
	background-color: white;
	color: black;
}

#body {
	background-color: #eee;
	border: solid 1px #aaa;
	padding: 1em;
	margin-bottom: 1em;
}


#eventbar {
}

#signup {
	padding: 5px 15px;
	margin: 0px -15px;
	background-color: white;
}

#signup-form {
	
}

#event {
	
}

#details {
	padding: 10px;
	margin-bottom: 2em;
	list-style: none;
}

#details li {
	list-style: none;
	margin-bottom: .5em;
}

#details li span {
	font-weight: bold;
	color: #777;
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	
}

#attendees-list {
	
}

#attendees-list li {
	
}

#attendees-list li.waitlist {
	color: #999;
	font-size: 80%;
}

#attendees-list li.waitlist a {
	color: #666;
}

a.current {
	font-weight: bold;
}

#eventlist {
	color: #999;
	padding: 0;
	list-style: none;
}

#eventlist span {
	color: #333;
}

#eventlist li {
	list-style: none;
	padding: .5em;
	margin-bottom: 3px;
	background-color: #ddd;
	border: solid 2px #ccc;
}

#eventlist li a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
}

#footer {
	color: #333;
	font-size: 80%;
	clear: both;
	padding-bottom: 3em;
	padding: 0em 2em;
	list-style: none;
	height: 4em;
	margin-bottom: 1em;
}

#footer ul {
	padding-left: 0em;
}

#footer li {
	margin-left: 0;
	float: left;
	margin-right: 1em;
	list-style: none;
}

#footer a {
	color: #ccc;
	text-decoration: none;
	border-bottom: dashed 1px #666;
	white-space: nowrap;
}

#footer a:hover {
	border-color: white;
	color: white;
}

#footer p {
	margin: 0;
	width: 400px;
	float: right;
	text-align: right;
	color: #ddd;
	line-height: 18px;
	font-size: 80%;
}


/*Form Style*/

form {
}

fieldset {
	border: solid 1px #ccc;
	margin-bottom: 2em;
	background-color: white;
}

legend {
	padding: 0px 1em;
	font-weight: bold;
}

legend span {
	font-weight: normal;
	color: #777;
}

label {
	display: block;
	font-size: 80%;
	font-weight: bold;
	color: #333;
	padding-left: 8px;
}

.horiz label {
	display: inline;
	padding-right: 10px;
}

input:focus, textarea:focus {
	background-color: #feffd3;
}

input, textarea {
	background-color: #eee;
	border: none;
	padding: 4px;
	font-size: 1em;
}

input.big {
	font-size: 1.5em;
	padding: 5px;
}

input[type=submit] {
	background-color: #333;
	color: #ccc;
	border: solid 2px #aaa;
	padding: 4px 8px;
	font-size: 80%;
}

form .primary {
	float: left;
	width: 60%;
}

form .secondary {
	float: right;
	width: 35%;
}


.clear {
	clear: both;
}