/*
 * CSS for Weasel Reader website on SourceForge.net
 *   http://weaselreader.org
 *
 * Time-stamp: <Tue Apr 30 22:04:56 MST 2013 (John Gruenenfelder)>
 *
 */


/*
 * Global layout information
 */

body {
	margin: 0;
	padding: 0;
}

h2, h3 {
	padding-bottom: 0;
}

#RHSSidebox h2, #RHSSidebox h3 {
	padding-top: 0;
}

#Body h2, #Body h3 {
	padding-top: 1.5em;
}

dd {
	margin-left: 1em;
}

#SiteNews dd {
	margin-bottom: 1em;
}

#topStrip {
	margin: 0;
	padding: 0;
}

#Body {
	margin-right: 12em;
	margin-bottom: 0;
	padding: 1em;
	clear: left;
}

#RHS {
	display: inline;
	float: right;
	width: 12em;
	clear: left;
}

#RHSSidebox {
	padding-left: 1em;
	padding-right: 0.5em;
}

#RHSSidebox ul {
	padding-left: 1.5em;
}

#Footer {
	clear: both;
	margin: 0;
	padding: 0;
}

#TitleImageLarge {
	position: relative;
	top: 50px;
}

#TitleImage {
	position: relative;
	top: 15px;
}

.leftImage {
	margin: 5px;
	float: left;
}

.rightImage {
	margin: 5px;
	float: right;
}

.centerImage {
	margin: 5px;
}





/*
 * Global formatting information
 */


/* Color information */

body {
	background-color: #EEEEF8;
}

#Header, .sidebox, #RHS {
	background-color: #EEEEF8;
}

#Body {
	background-color: #FFFFFF;
}

#topStrip, #Footer {
	background-color: #737B9C;
	color: #FFFFFF;
}

h1 {
	color: #737B9C;
}

h2, h3 {
	color: #737B9C;
}

h2, h3 {
	border-color: #737B9C;
}

.RHSHeader {
	background-color: #CCCCCC;
}

#RHSSidebox a:hover, #Location {
	background-color: #737B9C;
	color: #FFFFFF;
}

#RHSSidebox a {
	color: #737B9C;
}

a:hover {
	color: red;
	background-color: transparent;
}

a {
	color: black;
	background-color: transparent;
}

.structTable {
	background-color: #BBBBFF;
}




/* Text/Font information */

body {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva,
                     Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}

h1 {
	font-size: 175%;
	font-weight: bold;
}

h2 {
	font-size: 130%;
	font-weight: normal;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

dt {
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

#Header {
	text-align: center;
}

#Body {
	text-align: justify;
}

#Footer {
	text-align: center;
}

#RHSSidebox {
	font-size: 80%;
}

#RHSSidebox a {
	text-decoration: none;
}

#WRImageLarge {
	text-align: center;
}

#WRImage {
	text-align: center;
}

.LatestNews {
	font-size: 125%;
	font-weight: bold;
}

.ImgLink {
	text-decoration: none;
}

.FooterText {
	font-size: 90%;
}

.ImageTitle {
	font-weight: bold;
	font-size: 135%;
}

.centerImage {
	text-align: center;
}

.structTable {
	text-align: center;
}





/* Border information */

#RHSSidebox a {
	border-bottom: none;
}

img {
	border: 0;
}

a {
	border-bottom: 1px dotted;
}

a:hover {
	border-bottom: 1px solid;
}

h2 {
	border: 1px solid;
	border-width: 0px 0px 1px 0px;
}

h3 {
	border: 1px solid;
	border-width: 0px 0px 1px 0px;
}

.ImgLink {
	border-bottom: 0px solid;
}

.ImgLink:hover {
	border: 0px solid;
}

