﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.larger {
	font-size: large;
}
#container {
	border: 1px solid #000000;
	padding: 0;
	background-color: #fff;
	width: 955px;
	margin: 0 auto;
}
#container2 {
	position: relative;
	width: 100%;
}
#container2 table {
	font-size: medium;
}
#container2 a {
	text-decoration: none;
	color: #000080;
}
#container2 a:hover {
	color: #E17806;
}
#masthead {
	margin: 2px;
	background-image: url('images/bg_title.jpg');
	height: 100px;
	padding: 0;
}
#tagline {
	float: left;
	color: #FFFFFF;
	font-size: small;
	margin-top: 10px;
	margin-left: 20px;
}
#banner {
	margin: 5px 1px 1px 1px;
	float: right;
	padding: 0;
}
#content {
	margin-right: 324px;
	padding: 0px 2px 2px 2px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #E17806;
	text-align: justify;
	font-size: small;
}
#container2 h2 {
	margin: 5px 0px 10px 0px;
	color: #000080;
	font-size: x-large;
	font-weight: normal;
}
#container2 h3 {
	margin: 5px 0px 0px 0px;
	color: #000080;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
}
#latesteditorial {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 10px;
	font-size: small;
}
#latesteditorial hr {
	height: 1px;
	color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #E17806;
}
#latesteditorial a {
	text-decoration: none;
	color: #000080;
}
#latesteditorial a:hover {
	color: #E17806;
}
.editorialhead {
	font-size: medium;
}
#LeonShow {
	font-size: medium;
	color: #000000;
	padding-right: 2px;
	font-weight: normal;
}
#rssright {
	padding: 0px 2px 2px 2px;
	width: 320px;
	font-size: x-small;
	position: absolute;
	right: 0px;
	top: 0px;
}
#rssright a {
	color: #000080;
	font-size: x-small;
	text-decoration: none;
}
#rssright a:hover {
	color: #E17806;
}
.rssdate {
	color:gray;
}
.rssheading {
	background-color: #E17806;
	padding: 2px 5px 3px 10px;
	font-size: small;
	color: #FFFFFF;
	margin-bottom: 3px;
	background-image: url('images/bg_rssheading.gif');
}
.rssdescription {
	font-size: x-small;
	color: #000000;
	margin-bottom: 2px;
}
#weatherforecast {
	font-size: x-small;
	text-align: center;
	color: #000000;
	margin-right: 10px;
}
#weatherforecast img {
	border: 0;
}
#footer {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #E17806;
	text-align: center;
	padding: 5px;
}
#footer a {
	color: #000080;
	font-size: x-small;
	text-decoration: none;
}
#footer a:hover {
	color: #E17806;
}
#navigation {
	background: url('images/bg_navigation.gif');
	overflow: hidden;
	font-size: small;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	display: inline;
}
#navigation a {
	color: #000080;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #E17806;
	background: url('images/bg_rssheading.gif');
}
form {
	float: right;
}
.img2sm {
	border-width: 0;
	text-align: center;
}
.leonheadshot {
	margin-right: 5px;
}
.galleryphoto {
	margin-right: 20px;
	margin-bottom: 10px;
}
