
/**** Wrapper ****/

#content_wrapper {
	max-width: 500px;
	margin: auto;
}

/**** Header ****/

#greeting h1, #greeting h2 {
	text-align: center;
}

#greeting h2 {
	color: #3a8a9e;
	font-size: 2.8em;
}

.OrnamentedText .Image img {
	float: right;
	opacity: 0.7;
	margin-left: 1em;
	margin-bottom: 1em;
}

/**** Student Information and Topics ****/

legend {
	font-size: 1.5em;
}

input, textarea, select {
	font-size: 16px;
}

.Mandatory {
	color: #f00;
}

input:invalid {
  border: 2px red;
}

input:invalid:required {
  background-image: linear-gradient(to right, blue, red);
  color: white;
}

input:valid {
  border: 1px solid black;
}

select {
	color: #777;
}

#student_identification, #selected_entry, #contact_information, .MyTopic {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	width:90%;
	margin: 0.5em auto 0.0em auto;
}

.InputEntry, .MyTopicTitle, .MyTopicDetails  {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width:90%;
	margin: 0.5em auto 0.0em auto;
}

input, select {
	text-align: center;
}

/**** Advertised Topics ****/

.SelectionBoxes {
	float: right;
}

.TopicEntry {
	margin-top: 1.0em;
}

.TopicEntry label {
	text-transform: uppercase;
	color: #333;
	font-size: 0.8em;
}

.TopicSelection .TopicDetails {
	display: none;
}

#topic_selection fieldset {
	margin-bottom: 2.0em;
}

.TopicSubtitle {
	font-family: 'Bradley Hand', cursive;
	font-size: 1.2em;
}

.TopicDetails .SectionTitle {
	margin-bottom: 0.3em;
	font-size: 1.6em;
	text-align: center;
}

.TopicDetails .SubSectionTitle {
	margin-top: 0.3em;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}

.TopicEntry .ListItem {
	font-variant: small-caps;
	font-weight: bold;
}

.BlockquoteCitation {
	text-align: right;
	font-size: 0.8em;
}

/**** List of States ****/

#states, #stats, #stats_subtitle {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
/* 
	flex-wrap: wrap;
 */
	justify-content: center;
}

.States {
/* 
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
 */
	margin-top: 1em;
}

#states #slave, #stats #stats_slave, #stats_subtitle #stats_subtitle_slave {
	text-align: left;
	width: 230px;
}


#table_footer {
	margin-top: 1em;
	font-size: 0.8em;
	line-height: 1em;
}

/**** Text Color Coding ****/


.mark-pink {
	color:pink;
}

.mark-orange {
	color:orange;
}

.mark-yellow {
	color:yellow;
}

.mark-red {
	color:red;
}

.mark-blue {
	color:blue;
}

.mark-green {
	color:#008000;
}

.mark-purple {
	color:purple;
}

.mark-gold {
	color:#FFD700;
}

/**** Student Suggested Topics ****/

.Note {
	font-size: 0.8em;
}

.MyTopicTitle label {
	font-family: 'Bradley Hand', cursive;
	font-size: 1.1em;
	text-transform: none;
	color: #000;
}

.MyTopicDetails label {
	vertical-align: top;
}

.MyTopic textarea {
	padding: 0.5em;
}

/**** Sign Up ****/

#signup_button {
	text-align: center;
}
.SignUpButton {
	box-shadow: 3px 4px 0px 0px #899599;
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	background-color:#ededed;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:17px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.SignUpButton:hover {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}
.SignUpButton:active {
	position:relative;
	top:1px;
}

img#music_bar {
    display: block;
    margin: 0 auto;
	height: auto;  width: 100%;
	max-width: 400px;    
}
        
/**** Footer ****/

footer {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Footer {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	margin-top: 1em;
}

#right_footer {
	text-align: right;
}

#contact_info a:link {text-decoration: none;color: #3a8a9e; border:none}

