/*  
Theme Name: Rochester, Michigan
Theme URI: http://www.1955Design.com/
Description: Custom WordPress theme for Rochester Michigan News
Version:  v 2.00
Author: David Zemens
Author URI: http://www.1955Design.com/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(./images/bg.png) repeat-x;
	border-top:5px solid #333;
	color:#555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:70.5%;
	line-height:1.4;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:758px;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:540px;	
}
#sidebar {
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:175px;
}
#header {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:758px;
	height:250px;
	position:relative;
}
#header img {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	z-index:100;
	border:0px;
	top:6px;
	left:0;
	position:absolute;
}
#header-text {
	position:relative;
	z-index:0;
}
#footer{
	background-color:#EFEFEF;
	border-top:1px solid #777;
	color:#000;
	clear:both;
	font-size:1.1em;
	padding:0.5em;
}
.google-left {
   margin-top:5px;
   margin-bottom:5px;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
h3 {
	font-weight:bold;
	color:#111111;
margin:0 0 5px 0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	margin:0;
	margin-right:1em;
}
#header h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2 {
	font-size:2.0em;
	color:#A2B03C;
}
.entrytitle h2 a
{
	color:#A2B03C;
	text-decoration:none;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
h2.mainhead {
	color:#003399;
	font-weight:bold;
	letter-spacing:1px;
	text-align:right;
	font-size:1.2em;
}
.entrytitle h3{
	font-size:1.2em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin:0 0 30px 0;
	padding:0 0 15px 0;
background: url(./images/bg-entry.jpg) no-repeat bottom center;
}
.entry p {
	font-size:1.1em;
}
entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	padding:0px;
	padding-left:20px;
float:left;
clear:left;
margin-right:5px;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/comments_link.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.date {
	font-size:1.3em;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
/*************************************
 +Sidebar
 *************************************/
#sidebar {
 	margin:0 0 0 0;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
#sidebar h2, h2.widgettitle a {
	margin-top:15px;
	margin-bottom:5px;
}
#sidebar ul li h2.widgettitle a { 
color:#555;
font-size:90%;
font-weight:normal;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:0em;
}
.commentsblock textarea{
	width:35em;
	padding:5px 5px 5px 5px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
	padding:3px 3px 3px 3px;

}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
font-size:1.2em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a {
 	text-decoration:none;
	color:#3366FF;
}
a:hover {
 	text-decoration:none;
	color:#CC3300;
}
p a{
	color:#4D92CA;
	font-weight:600;
	text-decoration:none;
}
p a:hover{
	color:#000;
	font-weight:600;
}

/*************************************
 +Img
 *************************************/
 img {
 	float:right;
	margin:10px 0px 10px 20px;
	border:2px solid #ccc;
	padding:2px 2px 2px 2px;
 }
img.noborder {
	border:0;
}
img.left {
	float: left;
	margin: 0 15px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 15px;
}
img.centered, img.center{
	display: block;
	float:none;
	margin: 10px auto 10px auto;
	padding:0 0 0 0;
}
/* current page items, both breadcrumb and breadcrumb:hover */
#sidebar a {
	font-weight:bold;
	font-size:1.1em;
}
#sidebar ul li.current_page_item a, #sidebar ul li.page_item a:hover, #sidebar ul li.page_item a:focus, #sidebar ul li.page_item a:active,
#sidebar ul li.current_page_item a:hover {
	color:#3366FF;	
	font-weight:normal;
}	
#sidebar ul li.current_page_item a {
	font-weight:bold;
	color:#CC3300;
}
#sidebar ul li.page_item a:hover, #sidebar ul li.page_item a:focus, #sidebar ul li.page_item a:active {
	cursor:pointer;
	font-weight:bold;
	color:#CC3300;
}

#sidebar ul li.page_item a:focus, #sidebar ul li.page_item a:active {
	color:#666;
}

/* set breadcrumb:hover cursor to default */
#sidebar ul li.current_page_item a:hover {
	cursor:default;
	font-weight:bold;
	color:#CC3300;
}
#sidebar ul li.current_page_item a:focus {
	cursor:default;
	font-weight:bold;
	color:#CC3300;
}	

legend {
	margin-left:5px;
	padding:0 3px 0 3px;
	background-color:#E1E1E1;
	border:1px solid #111;
}
p {
	line-height:20px;
	margin-bottom:16px;
}
blockquote {
	margin:10px 40px 10px 30px;
	padding:0 10px 0 10px;
	border-left:2px solid #111;
  font-style : italic;
}
blockquote cite {
  display : block; 
  	font-weight:bold;
	text-align:right;
	padding-top:10px;
}
/* http://www.microsoft.com/OpenType/otspec/WGL4B.HTM */
blockquote cite:before {
	background : transparent;
	content: "\002d \0020"; 
}
.navigation {
font-size:1.6em;
}
dl {
margin-bottom:10px;
}
dt {
font-weight:bold;
margin:12px 0 5px 0;
}
dd {
margin:2px 0 2px 10px;
}
.alignleft a, .alignright a {
	display:block;
	color:#000;
	background-color:#F6960E;
	float:left;
	background-image:url(images/older.jpg);
	height:35px;
	width:200px;
	background-repeat:no-repeat;
}
.alignright a {
	background-image:url(images/newer.jpg);
}
.alignleft a:hover, .alignright a:hover {
	color:#fff;
}
#searchform {
float:left;
clear:left;
}