/*header styles*/

h6 {
	display: block;
	border-bottom: 1px solid #5B5E27;
	border-top: 1px solid #5B5E27;
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 7px 2px;
	text-indent: 1px;
	line-height: 1.4em;
	font-size: 0.9em;
	font-style: italic;
	}

/*registry styles*/

#registry {
	margin-bottom: 0.5em;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	-khtml-border-radius-top-right:20px;
	border-top-right-radius:15px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-khtml-border-radius-top-left:20px;
	border-top-left-radius:15px;
		}

/*bullet styles*/

ul.indent {
	list-style-type: none;
	padding-left: 2em;
	}

li.first {
	list-style-type: none;
	padding-left: 0;
	font-weight: bold;
	font-size: 1em;
	color: #606060;
	}

.bullets {
	list-style-type: none;
	}

.bullets li {
	list-style-type: none;
	}

/*box styles*/

fieldset {
	border: 2px solid #7ECFAD;
	margin-bottom:10px;
	margin-top: 15px;
	padding: 5px 5px 7px 15px;
	background-color: #F8F9FA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}

pre {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
    white-space: pre;
    margin: 1em 0;
}

table, th, td {
    border: none;
    border-collapse: collapse;

}

td {
    padding: 10px;
}

table p {
	font-size: smaller;
	font-style: italic;
	text-align: left;
	}

/*image styles*/

div.floato {
  float: none;
  margin: 1em 20em 0 20em;
  }

div.floato p {
   text-align: center;
   font-size: smaller;
   font-style: italic;
   }

#(img-id) {
    max-width: 1150px;
    max-height: 130px;
    width: 100%;
    height: auto;
}

/* Dustins Styles */
.sidebar-speakers a {
	display:block;
	padding:4px 0;
}
.panel-speaker-name {
	font-size: 22px;
	margin-top: 5px;
}
.speaker-image {
	border-width: 1px;
	border-style: solid;
	width: 100%;
	height: 100%;
}
.green-glyph { color: #5c5f29; }

.to-top-button, .to-top-button:active, .to-top-button:visited {
	text-align: center;
	position: fixed;
	z-index: 99999;
	text-transform: uppercase;
	right: 20px;
	bottom: 20px;
	font-size: 32px;
	display:none;
	color:#eb9723;
	text-decoration:none;
	opacity:0.8;
}
.to-top-button:hover {
	color:#5c5f29;
}
.a-center {
	text-align:center;
}

.join-pg-btn {
	display:block; padding:10px 10px;
	background:#5d602a;
	color:white;
	text-align:center;
	border-radius:5px;
	font-weight:bold;
}
.join-pg-btn:hover {
	background:#eb9723;
	color:white;
	text-decoration:none;
}
.join-table {
	border-spacing:5px;
	border-collapse:separate;
	margin: 0 auto;
}
.join-table td {
	padding:5px;
}
.join-hr {
	border-top: 1px solid #5d602a;
}
