body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	background: #fff;
	/*min-width: 850px;*/ /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
	font-family: Book Antiqua, Palatino Linotype, Serif;
	text-align:center;
}
div#wholepage
{
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	width:930px;
}
/*
#header img#bg
{
	position: absolute;
	top:0;
	width:930px;
	height: 145px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}*/
a
{
	color:#000;
}
h1, h2, h3
{
	margin: .8em 0 .2em 0;
	padding: 0;
}
h2
{
	font-family:Book Antiqua;
	font-size:16px;
}
p
{
	font-size: small;
	margin: .4em 0 .8em 0;
	padding: 0;
}
img
{
	padding: 10px 0 5px;
	border: 0;
}
/* Header styles */
#header
{
	clear: both;
	float: left;
	width: 100%;
	background:url(images/topbar_bg.png);
	/*border-bottom: 1px solid #000;*/
	/*padding: 10px;*/
}
#scrollBox{
	position:relative;
	float:left;
	width:100%;
	border-top: 1px solid #000000;
	text-align:center;
	padding-bottom:10px;
}
#scrollBox h1{
	color:#800000;
	font-family: Book Antiqua, Palatino Linotype, Serif;
	font-size: 23px;
	font-weight:normal;
}
#header img
{
	float: left;
	padding-right: 10px;
}
#header p, #header h1, #header h2
{
	padding: .1em 15px 0 15px;
	margin: 0;
	color: #800000;
	font-weight: normal;
}
#header h2
{
	font-size: larger;
}
#header img#bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 145px;
	margin: 0;
	padding: 0;
}
#headContent
{
	position: relative;
	z-index: 1;
	padding: 10px;
}

.datebar
{
	clear: both;
	/*float: left;*/
	width: 100%;
	background-color: #000;
	margin: 0;
	position: relative;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
.datebar p
{
	color: #ffffff;
	font-family: Arial;
	font-size: smaller;
	font-weight: bold;
	padding: 5px 0 0 35px;
}

#homePageContainer, #singlePageContainer {
	border-top:1px solid #fff;
}

#leftCol {
	float: left;
	width: 165px;
}

#rightCol {
	float: right;
	width: 225px;
}

#homePageContainer #content { 
	float: left;
	width: 57%;
	padding-left:5px;
}

#singlePageContainer #content {
	width:750px;
	float:right;
	padding-left:5px;
}

/* Footer styles */
.footer
{
	font-family:Arial;
	float:left;
	position:relative;
	color: #939191;
	width: 100%;
	font-size:11px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.footer div
{
	padding:10px;
}
.footer a, .footer a:visited
{
	text-decoration:none;
	color:#939191;
}
.footer p
{
	padding: 10px;
	margin: 0;
}
.red
{
	background:#9f2120;
	color:#fff;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
}
.red a
{
	color:#fff;
}
.grey
{
	background:url('images/boxGreyBg.png');
	background-repeat:repeat-y;
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
}
.grey a:link, .grey a:visited
{
	text-decoration:none;
	color:#9f2120;
}
.grey a:hover
{
	text-decoration:underline;
}
.white
{
	padding:5px;
	margin-right:5px;
	margin-bottom:5px;
	background:#fff;
}
.mainStoryImage
{
	padding:0;
}
.mainStoryImage p, .mainStoryImage img, .mainStoryImage a
{
	padding:0;
	margin:0;
	border:0;
	vertical-align:bottom;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/*
.main_content
{
	width:740px;
	position:relative;
	float:right;
	padding-left:10px;
	padding-right:10px;
}
*/
.single_page
{
	border-top:1px solid #fff;
}
.subscribe form
{
	text-align:center;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.homePageBox h2
{
	margin:0;
}
.homePageBox
{
	margin-bottom:10px;
}

.tweet{
	font-size: 12px;
}
.tweet ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
.tweet ul li{
	margin-bottom: 5px;
}