/*
Theme Name: RiversideSignal
Theme URI: http://www.riversidesignal.com
Description: Wordpress template for RiversideSignal.com
Version: 1.0
Author: Scott Grodberg
Author URI: http://www.trwebco.com

*/

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCC;
}
.thumbs {
	border: medium solid #CCC;
}

.a_thumb img	{
	border:4px solid #CCC;
}




a {
	color: #003555;
	text-decoration: none;
}
a:visited {
	color: #003555;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #003555;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: bottom;
	white-space: normal;
	line-height: inherit;
}
h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	font-family: Helvetica, Arial , sans-serif;
}
h3 {
	font-size: 18px;
	color: #003555;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

h4 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

#div_story {
	width:100%;
	position:relative;
}

.footer {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.utility {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-size: 12px;
}

img.centered, img.aligncenter {display:block;margin-left:auto;margin-right:auto;}
img.alignright {float:right; margin:0 0 1em 1em; display: inline;}
img.alignleft {float:left; margin:0 1em 1em 0;display: inline;}
.aligncenter, div.aligncenter {display:block;margin-left:auto;margin-right:auto;}

.wp-caption {border:1px solid #ddd;text-align:center;background-color:#f3f3f3;padding-top:4px;margin:10px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
.wp-caption img{margin:0;padding:0;border:0 none;}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;padding:0 4px 5px;margin:0;}


.h2_home	{margin:0;}
.h2_home p	{display:inline;}

#table_test td	{border:1px solid red;}




aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.img_stacker	{margin:6px 0;}
