/* The primary stylesheet for the QSEN 2010 Annual Conference pages */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	padding: 0;
    margin: 0;
    text-align: center;
	background-color: #FFC;
}

.content {
	/*border: thin solid red;*/
	width: 80%;
	text-align: left;
	background-color: #FFF;
    margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	border: thin solid #F3F3F3;
}

#leftColumn {
	float: left;
	/*width: 186px;
	background-color: #336699;
	width: 186px;*/
	text-align: center;
	width: 30%;
}

#leftColumn #banner {
	 width: 100%;
}

#rightColumn {
	/*border: thin solid blue;
	width: 70%;
	margin-right: 2%;
	margin-left: 250px;*/
	float: right;
	width: 68%;
}

.left {
	float: left;
	width: 48%;
}

.right {
	margin-right: 2%;
	width: 48%;
	float: right;
}

.titles {
	text-align: center;
}

.full {
	width: 100%;
	margin-left: 10px;
}

.instructions {
	margin-left 10px;
	font-style: italic;
	padding: 5px;
	margin: 5px;
}

.clear {
	clear: both;
}

h2 {
	color: white;
	font-size: larger;
	font-weight: bold;
	background-color: #06c;
	padding: 10px;
}

h3 {
	background-color: #69F;
	color: white;
	margin-top: 20px;
	padding: 5px;
	clear: both;
}

h4 {
	font-size: small;
	font-weight: normal;
	color: #666;
	padding-bottom: 10px;
	border-bottom: thin solid #666;
}

a, a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #6364A9;
	text-decoration: underline;
}

a:focus {
	color: #3a32c4;
}

a:active {
	color: #3991C3;
}

div.text {
	clear: both;
	padding-top: 10px;
}

div.text label {
	float: left;
	width: 40%;
	text-align: right;
	margin-left: 3%;
}

div.text span.field {
	float: right;
	width: 50%;
	text-align: left;
	margin-right: 3%;
} 
  
div.text input {
	width: 100%;
}

div.text input#city, div.text input#institution_city {
	width: 60%;
}

div.text select#state, div.text select#institution_state {
	width: 50px;
}

div.check {
	clear: both;
	padding-top: 10px;
}

div.checkbox {
clear: both;
float: none;
position: relative;
margin-bottom: 5px;
}

div.checkbox input {
left: 5%;
position: absolute;
top: 1px;
}

div.checkbox label {
display: block;
margin-left: 10%;
width: 80%;
}

div.abstracttext {
	clear: both;
	padding-top: 10px;
}

div.abstracttext span.field {
	float: right;
	display: block;
	width: 80%;
	text-align: left;
	margin-right: 3%;
}

div.abstracttext label {
	float: left;
	width: 15%;
	text-align: right;
	margin-bottom: 10px;
}

div.abstracttext span.field input {
	width: 80%;
	margin-bottom: 10px;
}

div.abstracttext span.field textarea {
	width: 100%;
}

div.authors {
	margin-bottom: 40px;
}

h4.author {
	font-weight: bold;
	font-size: normal;
	background-color: #CCC;
	padding: 5px;
	margin-top: 15px;
}

.wordCount {
	margin-top: 15px;
}
.error {
	color: #f00; 
}

#submit {
	float: right;
	margin: 20px;
	width: 150px;
}

/* FOR VALIDATION ERROR DISPLAY */

ul#messageBox {
	padding: 10px;
}

ul#messageBox li {
	list-style: none;
}

ul#messageBox label.invalid {
	color: #f00;
	float: none;
	width: 80%;
	margin: 0px 0px 0px 50px;
	text-align: left;
}

input.invalid {
	/*background-color: #FFC;*/
	background-color: #F9F;
}

textarea.invalid {
	background-color: #F9F;
}

/* FOR POST SUBMISSIONS RESPONSE MESSAGES */

.response {
	/*margin: 50px 50px 200px 50px;*/
	margin: 25px;
	padding: 50px 50px 25px 50px;
	border: thin solid #666; 
}

.response h1 {
	color: #69F;
	font-weight: bold;
	font-size: x-large;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.response .homelink {
	text-align: center;
	margin-top: 25px;
}

#addlink {
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}


