/*
Theme Name: The Rock River Times cf
Theme URI:
Description: The Rock River Times Website Theme
Version: 1.0
Author: Caleb Foster
Author URI:
Tags:
*/


* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #000099;
}
a:hover {
	color:#666666;
}
	
img {
	border: none;
}
img.padded0 { padding: 10px 0px 10px 0px; }
img.padded1 { padding: 10px 0px 0px 0px; }

body, #footer {
	background-color: #006699;
}

body {
	color: #444;
	font: 15px Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0px auto;
}


#page {
	background-color: #eeeeee;
	width: 945px;
	margin: 0px auto;
	text-align: center;
}

.page-bottom {
  background-color: #eee;
  background-image: url('images/torn_edge2.png');
  width: 555px;
  height: 50px;
}

#wrapper
{
	width: 945px;
}

#header {
	background-color: #ffffff;
	width: 945px;
	margin: 0px auto;
}

#header-top img { width: 580px; float: left;}
#header-top {
	margin: 0;
}

#header-top > div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 90px; /* = (#header-top img).height */
	text-align: right;
}

#header-date {
	padding: 5px 5px 0px 0px;
	font-size: 10px;
	font-style: italic;
	float: none;
	vertical-align: top;
}

#weather-container {
	float: none;
	width: auto;
	padding-right: 10px;
	padding-bottom: 12px;
	clear: both;
	text-align: right;
}

.weather-day {
	cursor: pointer;
	background-position: center; 
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin:0;
	padding:0;
}

.weather-detail, #weather-detail-bg {
	z-index: 100;
	position: fixed;
	display: none;
	text-align: center;
	margin: 0;
	padding: 10px;
/*	opacity: 0.95;*/
/*	filter: alpha(opacity=95);*/
	width: auto;
	
	background-image: url(images/weather-bg.png);
	background-repeat: no-repeat;
	width: 280px;
	height: 135px;
}

#header-search {
	float: none;
	height: 30%
	border:1px solid black;
}

#searchform {
	width: auto;
	text-align: right;
	padding-right: 10px;
}

.screen-reader-text {
}

#s, #searchsubmit {

}

#header-menu-row1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size:15.5px;
	font-weight: bold;	
}

#header-menu-row2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size:15.5px;
	font-weight: bold;	
}

#header-menu-row1, #header-menu-row2 {
	padding: 2px 0px 4px 0px;
	margin: 0;
	clear: both;
	text-align: center;
}
#header-menu-row1 li, #header-menu-row2 li {
	display: inline;
	list-style: none;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
}

#header-menu-row1 {
	background-color: #036;
	background-color: #069;
}
#header-menu-row2 {
	background-color: #666666;
}


#footer {
	color: #fff;
	font-size: 10px;
}
#footer a {
	color: #fff;	
}

/*
#ticker-wrapper {
	width: 760px;
	overflow: hidden;
	border-bottom: 1px silver solid;
}
*/
#ticker_wrapper {
/*	height: 31px;*/
/*	visibility: collapse;*/
/*	border-bottom: 1px silver solid;*/
}

#ticker-wrapper {
	height: 30px;
	visibility: hidden;
	border-bottom: 1px silver solid;
}

#ticker-text {
	width: 760px;
	position: relative;
	color: #F00;
	width: 100%;
}

ul.ticker li {
	float: left;	
	border:1px solid #000000;
	font: bold 10px Verdana;
	list-style-type: none;
}


#wrapp {
	width: 760px;
	text-align: left;
	font: normal 1em Arial;
	margin: 0 auto;
	padding: 0;
	color: black; }
#wrapp h1 {
	font: bold 1.1em Arial;
	margin: 1.2em 0 0.5em 0;
	padding: 0; }
.gnb {
	width: 740px; 
	margin: 20px 0 3px 0; 
	background: #f0f1f1 url(gnb_bg.gif) left top repeat-x; }
.gnb h3 {
	font: normal 9px/14px Arial;
	text-align: right;
	margin: 0 10px 0 0; 
	padding: 0; }
#wrapp p {
	font: normal 0.9em Arial;
	margin: 1em 0;
	padding: 0; }
#wrapp h2 {
	font: bold 1em Arial; }
 
code {
width:93%;	
font: normal 11px 'Courier New', Courier, Fixed;
color: #000;
display: block;
padding: 1em;
margin: 1em 0;
background-color: #eee;
border: 1px solid #d3d3d6;
border-left-width: 5px;
white-space: pre;
overflow-x: auto;
}
/* liScroll style declarations */
 
.tickercontainer { /* the outer div with the black border */
	/*border: 1px solid #000;*/
	background: #fff; 
	width: 945px; 
	height: 30px; 
	margin: 0px; 
	padding: 0px;
	overflow: hidden; }
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 925px;
	overflow: hidden; }
ul.newsticker { /* that's your list */
	position: relative;
	left: 945px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0px;
	padding: 0px; }
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0px;
	padding: 0px;
	background: #fff; }
ul.newsticker a {
	white-space: nowrap;
	padding: 0px;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0; }
ul.newsticker span {
	margin: 0 10px 0 0;
}


.charles {
	z-index: 20;
	background-image: url(images/story-button.png);
	display: block-inline;
	position: absolute;
	float: none;
	width: 124px;
	height: 43px;
	background-position: top;
	clear: none;
}
.charles:hover { 
	background-position: bottom;
}



#message-error {
	color: red;
	font-size: 12px;
	display: hidden;
}

#happening-now-wrapper {
	background-color: #ffffff;
	text-align: center;
	float: left;
	border: 1px silver solid;
	width: 99%;
   margin: 0;
   padding: 0;
}

#happening-now-title /* just the "Happening Now" title box */
{
	font-family: Helvetica, Arial, Sans-serif;
	background-color:#ff100c;
	text-align:center;
	font-size:28px;

}
#happening-now-title a {color:#ffffff;}

.happening-now-date  /* Happening Now dates */
{
	color: #000000;
	list-style-type: none;
	font-size: 9px;
	text-transform: uppercase;
	padding: 0px 0px 3px 0px;
}

.happening-now-story-title
{
   font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding: 0px 0px 10px 0px;
}

.happening-now-latest
{
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	list-style: none;
	text-align: left;
	font-family: Helvetica, Arial, Sans-serif;
}

.happening-now-latest li
{
}

/* POLL */
#poll-wrapper div div p {
	padding-bottom: 15px;
}

div#poll-wrapper {
	background-color: #0066cc;
	font-size: 9px;
	padding: 0;
	margin: 0;
	height: auto;
}

#poll-wrapper div > div {
   padding: 10px 5px 10px 5px;
}
div#poll-wrapper h2 {
	margin: 0;
	padding:5px 0px 10px 0px;
	font-size: 14px;
	color: #ffffff;
}

div#poll-question {
	margin: 0;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	color: #333333;
	border:1px solid #0066cc;
	border-bottom: 10px solid #0066cc;
	font-family: Arial;
	font-size: 14px;
}

div#poll-question ul {
	margin:0px; padding:0px;
	text-align: center;
	list-style: none;
}



h2.latest {
	background-color:#000000;
	font-size:15px;
	height: 30px;
	color: #ffffff;
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 100%;
	float: none;
	text-align: center;
}

h2.latest a {
	color: #ffffff;
	font-weight: bold; !important;
}
h2.latest a:hover {
	color: #F90;
}

#excerpt-wrapper div div p a {
	font-size: 11px;
}

#excerpt-wrapper {
	background-color: #ffffff;
	clear:both;
	float: none;
	width: 100%;
}

.category-wrapper {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	width:auto;
	text-align: left;
}

.category-date {
	font-size: 9px;
	text-transform: uppercase;
}

.category-rows-1, .category-rows-2, .category-rows-3 {
	display: block;
	width: 175px;
	border: none;
	margin: 0;
	padding: 5px;
	clear:none;
}

.category-rows-1 {
	float: left;
}

.category-rows-2 {
	float: left;
}

.category-rows-3 {
	float: left;
}

.category-rows-11, div.category-rows-22, div.category-rows-33 {
	float: none;
	width: 175px;
}

.category-detail {
	border-bottom: 1px dotted silver;
}

img.post-image {
	padding: 5px 0px 0px 0px;
	width: 175px;
	display: block;
}

#container
{
	background-color: #efefef;
   background-color: #eeeeee;
	width: 945px;
}

#content
{
	background-color: #ffffff;
	float:left;
	width: 555px;
	text-align: left;
}

#left-bar
{
	float: left;
	width:190px;
	padding:0px; margin:0px;
	clear:none;
	text-align: center;
   background-color: #eeeeee;
}

#right-bar a {
	font-weight: normal;
}
#right-bar
{
	font: 11px/15px Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	text-align: center;
	float: right;
	width:200px;
}

.post
{
	padding: 10px;
}

.entry-title
{
	font-weight: normal;
	font-size: 22px;
}

.entry-content
{
	font-size: 10px;	
	padding-bottom: 14px;
	line-height: 18px;
}

.entry-meta
{
	font-size: 12px;
}

#igation {
	width: 100%;
	text-align: center;
}


.wp-pagei {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.pages, .current {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px silver solid;
	margin-left: 2px;
	margin-right: 2px;
}
.previouspostslink, .nextpostslink, .page {
	border: 1px #0066cc solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.entry {
	width: auto;
	padding-bottom: 0.2em;
}

.entry-title {
	line-height: 1em;
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 0.2em;
}

.entry-content p {
	padding-bottom: 1em;
	line-height: 1.2em;
	font-size: 16px;
}
.entry-content {
	padding: 10px;
	padding-top: 20px;
	font-size: 14px;
/*	text-align: justify;*/
}

.cat-entry-title a {
	font-size: 22px;
	font-weight: normal;
}
.cat-entry-title {
	padding-bottom: 0.2em;
}
.cat-entry-content p {
	line-height: 1.5em;
}


#-below {
	clear: both;
	line-height: normal;
}
#-below h3 {
	clear:both;
	font-size:14px;
	font-weight:bold;
	border-top:1px dashed #d5d5d5;
	margin:0;
	padding-top: 10px;
}
#-below div a {
	font-size: 12px;
}

.-next {
	padding-bottom: 10px;
}

#comments-list ol {
	list-style: none;
}

#comments-headline {
	background-color: #000000;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 10px;
	text-transform: uppercase;
	height: 40px;
}

.comment div {
	font-size: 16px;
	padding-bottom: 10px;
}

.comment p {
	font-size: 12px;	
	padding-bottom: 14px;
	line-height: 18px;
}
.comment {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fbfbfb;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
}

.alt {
	background-color: #f3f3f3;
}

.formcontainer {
	font-size: 12px;
	line-height: 22px;
	padding-left: 20px;
}

#comment-notes {
	padding-top: 10px;
	font-size: 12px;
}

.features {
	background-color: white;
}
.features h2 {
	font-weight:700;
	background-color:#3953A4;
	padding-left:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform:none;
	font-size:15px;
	color:white;
}
.features ul li {
    list-style-type:none;
	margin-left:15px;
	padding:0;
}
.features p {
	margin-left: 15px;
}

div.features a img {
	padding: 10px;	
}






/* Captions */
.alignleft{
    float:left;
	margin:0 15px 10px 0;
}
.alignright{
    float:right;
	margin:0 0 10px 15px;
}

.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;
}
/* End captions */


/* ---------------HAWK TALK------------------------------*/
.hawktalk_post_title {
	font-size:2em;
	line-height:1em;
	position:relative;
}

.hawktalk_post_content {
	margin-left:80px;
}

.hawktalk_post_content p {
	line-height:1.3em;
	margin-bottom:1em;
/*	text-indent:25px;*/
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

