* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background-color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.2em;
}

#page-wrap {
	width: 100%;
	background: url('../images/back.gif') top left repeat-y #fff;
}

#header {
	margin-left: 0px;
	margin-bottom: 20px;
}

h1 {
  color:#A71930;
  font-family:'Trebuchet MS',Helvetiva,sans-serif;
  font-size:1.4em;
  font-weight:bold;
  margin:10px 0;
  text-decoration:none;
}

h2 {
  color:#A71930;
  font-family:'Trebuchet MS',Helvetiva,sans-serif;
  font-size:1.1em;
  font-weight:bold;
  text-decoration:none;
  margin-bottom: 1em;
}

p {
	font-size: 1em;
}

em {
  text-transform: normal;
  font-variant: normal;
  font-style: italic;
}

label, p.speakers_label {
  font-size: 1em;
	display: block;
	width: 160px;
	float: left;
	clear: left;
}

input {
	display: block;
	margin-left: 170px;
}

ul#speakers_list {
 list-style-type: none;
 font-size: 1em;
}

ul#speakers_list li {
  list-style-type: none;
  margin: 0.5em 0 0.5em 0;
}

#admin ul#speakers_list {
	list-style-type: none;
	margin-left: 170px;
}

#admin ul#speakers_list li {
	width: 100%;
	list-style-type: none;
	border-top: 1px dashed #448;
	border-bottom: 1px dashed #448;
	background-color: #99f;
	margin-bottom: 2px;
}

#admin ul#speakers_list li input {
	display: block;
	float: right;
	margin: 0 10px 0 0;
	border: 2px solid #448;
	background-color: #CCCCCC;
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
}

#admin select {
	margin-left: 170px;
}

#admin #page-wrap {
  background-image: none;
}

#admin input.speaker_add {
  display: inline;
  margin-left: 20px;
	margin: 0 10px 0 10px;
	border: 2px solid #448;
	background-color: #CCCCCC;
	font-size: 0.8em;
	font-weight: bold;
	cursor: pointer;
}

#admin textarea {
  margin-left: 170px;
}

#sidebar {
	float: right;
	width: 155px;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	margin: 50px -30px 0 0;
	display: none;
}

#sidebar input {
  margin-left: 0px;
}

#quick_register {
	border: 1px solid #00f;
	padding: 5px;
}

#newsletter_subs {
	display: none;
	margin: 5px 0 0 0;
}

#newsletter_subs div {
	background-color: #cccccc;
	margin-top: 5px;
	padding: 5px;
}

div.session {
	margin: 10px 10px 0 0px;
}

div.about {
color:#000;
font-size:1em;
font-weight:bold;
}

div.speaker {
	font-size: 1em;
	font-weight: bold;
}

div.date {
font-size:1em;
font-weight: normal;
margin:0 0 1em;
}

div.session_foot {
	font-size: 1em;
	font-weight: normal;
}

div.session_foot input {
  float: none;
  display: inline;
  margin: 0 10px 0 0;
}

div.description {
	font-size: 1em;
}

#admin table, #personal_info table {
	width: 80%;
	font-size: 1em;
	margin: 0 auto;
}

#personal_info {
	display: none;
}

#personal_info table th {
	font-weight: bold;
}

#deleteSession {
  float: right;
  width: 150px;
  text-align: center;
  background-color: #ccf;
  border: 2px dashed #333;
  font-size: 1em;
  font-weight: bold;
}

#deleteSession a {
  color: #000;
}

#deleteSession .warning {
  color: #f00;
}

#menu-bar {
  width: 203px;
  float: left;
}

#content {
width: 100%;
}

span.fn {
  font-weight: normal;
}

#pastevents {
  font-size: 1em;
}

#pastevents ul {
	list-style-type: none;
}

#pastevents ul li {
	list-style-type: none;
	margin-bottom: 1em;
}

#upcoming_sessions, #location {
  margin: 2em 3em;
}

#registration {
  width: 90%;
  margin: 0 auto;
  padding: 1em 2em;
  border: 1px solid #CDC9C4;
}

