/* Stylesheet for True Expression website. */
/* Matthew Jenkin, May 2011 */


body {
	font-family: "High Tower Text", garamond, serif;
	color: #232c69;
	background-color: #7a8996;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.25em;
}

a {
	color: #00648a;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #563b92;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.menu li a:active {
	color: #ffff00;
	background-color: inherit;
	text-decoration: underline;
}

#leftmargin {
	color: #232c69;
	background-color: #ffffff;
	background-image: url("img/leftgradient.png");
	background-repeat: repeat-y;
	background-position: top left;
	margin: 0;
	padding: 0;
}

#rightmargin {
	background-image: url("img/rightgradient.png");
	background-repeat: repeat-y;
	background-position: top right;
	margin: 0;
	padding: 0;
}

#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px;
	background-image: url("img/vine.png");
	background-repeat: no-repeat;
	background-position: right 10px;
}

#logo {
	float: left;
	padding-bottom: 1em;
}

h1 {
	margin-top: 220px;
	margin-left: 250px;
	font-size: 1.4em;
}

h1 + p {
	color: #4b565f;
	background-color: inherit;
	margin-left: 262px;
	font-size: 1.2em;
}

h1 + p > a {
	font-weight: normal;
	color: #4b565f;
	background-color: inherit;
}

h1 + p > a:visited {
	color: #4b565f;
	background-color: inherit;
	text-decoration: none;
}

h1 + p > a:hover {
	text-decoration: none;
}

h1 + p > a > span {
	margin-left: 1.5em;
}

h2 {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h3 + p {
	margin-top: 0.5em;
}

h3 + .special > p {
	margin-top: 0.5em;
}

#rightcol h4 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

#rightcol * + h4 {
	margin-top: 3em;
}

#content {
	margin-right: 180px;
}

#norightcol {
	margin-right: -180px;
}

#content h4 {
	font-weight: bold;
}

.menu {
	clear: left;
	background-image: url("img/menugradient.png");
	background-repeat: repeat-y;
	background-position: top left;
	list-style-type: none;
	overflow: hidden;
}

.menu li {
	padding: 0;
	margin: 0 3px 0 20px;
	float: left;
	width: 110px;
}

.menu li + li {
	margin: 0 3px 0 0;
}

.menu li span {
	display: block;
	width: 100%;
	margin-top: 0.25em;
	padding: 0.1em 0;
	text-align: center;
	color: inherit;
	background-color: #eaeaea;
	border: 2px solid #4b565f;
}

.menu li a {
	display: block;
	width: 100%;
	padding: 0.5em 0;
	text-align: center;
}

.menu li a:hover {
	color: #1899cc;
	background-color: inherit;
}

.menu li a:active {
	color: #ffff00;
	background-color: inherit;
}

.special {
	color: #00648a;
	background-color: inherit;
	padding: 0;
	margin: 0;
}

.homepage {
	font-size: 1.2em;
	padding-top: 1em;
}

.spacedout li {
	margin-top: 0.5em;
}

.sectionbreak {
	margin: 0;
	padding: 0;
	height: 1em;
}

.linklist {
	list-style-type: none;
}

#extralist {
	float: right;
	margin-right: 10em;
}

.showhide {
	text-align: center;
	color: #00648a;
	background-color: inherit;
	font-weight: bold;
	cursor: default;
	display: none;
	margin-top: -1em;
	margin-bottom: 0;
	text-decoration: none;
}

.showhide:hover {
	text-decoration: underline;
}

.showhide + div ul {
	margin-top: 0.2em;
}

.extra p,
.extra ul {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.extra {
	margin-bottom: 0.3em;
}

form div {
	margin-bottom: 1em;
}

label {
	float: left;
	clear: left;
	width: 200px;
}

#submission {
	text-align: center;
}

#rightcol {
	float: right;
	margin-top: 50px;
	padding-left: 2em;
	padding-bottom: 1em;
	font-size: 0.8em;
	color: #4b565f;
	background-color: inherit;
	width: 180px;
}

#rightcol ul {
	list-style-type: none;
	padding-left: 1em;
}

#rightcol li {
	text-indent: -1em;
}

#rightcol .centered {
	text-align: center;
}

#content .centered {
	text-align: center;
}

#footer {
	clear: right;
	padding-top: 1em;
	font-size: 0.9em;
}

#this {
	color: inherit;
	background-color: inherit;
}

#footer p {
	text-align: center;
}

.error {
	margin: 0;
	padding: 0;
	color: #ff0000;
	background-color: inherit;
}

.lefticon {
	clear: left;
	float: left;
	margin: 1em 1em 0 0;
}

.righticon {
	float: right;
	margin: 0 1em 0 0;
}

