/********************************/
/* Order of Concord Style Sheet */
/* Designed by Debbie Javete    */
/* July 10, 2009                */
/* Updated July 13, 2009        */
/********************************/

body {
	color: #331234;
	background-color: #F3EAD7;
	background-image: url(../presentation/bg.gif);
	font-size: 1.1em;
}

#header, #footer {
	text-align: center;
	margin: 0;
}

#header {
	background-image: url(../presentation/oocBanner.png);
	background-repeat: no-repeat;
	background-position: center 0;
	height: 156px;
	margin-top: -15px;
}

#header h1 {
	padding-top: 115px;
	font-style: italic;
}

.motto {
	text-align: center;
	font-weight: bold;
}

#footer {
	clear: both;
	font-size: .75em;
}

#leftSide {
	float: left;
	margin-right: 10px;
}

#rightSide {
	float: right;
}

#leftSide,
#rightSide {
	font-size: .9em;
	width: 150px;
	color: #AB954F;
	background-color: #331234;
	border: 3px #AB954F solid;
	margin-bottom: 15px;
	font-size: .90em;
}


#leftSide h4,
#rightSide h4 {
	text-align: center;
}

#leftSide ul,
#rightSide ul {
	list-style: url(../presentation/tinyStar.png) outside;
	margin-left: -10px;
}


#rightSide a,
#leftSide a,
#rightSide a:visited
#leftSide a:visited {
	color: #AB954F;
	text-decoration: none;
}

#rightSide a:hover,
#leftSide a:hover {
	color: #331234;
	background-color: #AB954F;
}

.large {
	font-size: 1.2em;
}

#content {
	margin-top: 15px;
	margin-left: 160px;
	margin-right: 160px;
}

#index #content {
	margin-top: 0;
}

.title {
	font-weight: bold;
	text-align: center;
}

fieldset {
	width: 65%;
	border: 1px solid;
	border-top: #331234 4px solid;
	border-left: #331234 4px solid;
	margin-left: 150px;
}

legend {
	font-weight: bold;
}

.buttons {
	text-align: center;
}

input, select, textarea {
	background-color: #F3EAD6;
}

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

label {
	display: block;
}

.error {
	color: #C00;
}

li.section {
	list-style: none;
	font-weight: bold;
	margin-left: -20px;
}

hr {
	width: 75%;
	height: 2px;
	color: #AB954F;
	text-align: center;
}

hr.small {
	width: 50%;
}

#content li {
	padding-bottom: 10px;
}

table {
	border: 1px solid #331234;
}

#character {
	margin-top: 50px;
	margin-left: 20%;
}

#character #basicInfo {
	margin-top: -20px;
}

.center {
	text-align: center;
}

.centerLink {
	text-align: center;
	font-size: .85em;
}

#avatar {
	float: left;
	background-color: #331234;
	border: 5px #AB954F ridge;
	margin-right: 25px;
	margin-left: 25px;
	width: 165px;
	height: 162px;
	text-align: center;
	padding: 10px 10px 0px 10px;
}

#picture {
	background-color: #F3EAD7;
	border: 3px solid #331234;
	margin-top: 3px;
}

#character h4 {
	height: 140px;
	padding-bottom: 25px;
	line-height: 1.75em;
}

#character p {
	margin-left: 5%;
}

.normal {
	font-weight: normal;
}

#charInfo {
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
}

#charInfo h2 {
	font-style: italic;
	text-align: left;
}

#charBio h2,
#altToons h2 {
	margin-left: 5%;
}

#charBio p,
#altToons p {
	margin-right: 10%;
	margin-left: 10%;
	text-align: left;
}

#editToon,
#editBio {
	float: right;
	font-size: .75em;
	margin-top: -5px;
}

#editToon a,
#editBio a {
	color: #331234;
}

.floatright {
	float: right;
	margin-right: 50px;
	margin-left: 10px;
}