/*
Theme Name: TCM
Theme URI:
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
   font-family:arial, sans-serif;
   background-color:#d7d0b9;
}

#wrapper {
   background: #d7d0b9 url('images/body-bg.gif') repeat-y center top;
}

p, ul, ol, dd, pre {
   margin-bottom:12px;
}

#header {
   width:960px;
   margin:0 auto;
}

#branding {
   padding:0;
   width:960px;
   height:95px;
   background: url('images/headerbar.gif') repeat-x;
}

#blog-title {
   height:73px;
}

#blog-title a {
   background:url(images/cfm-logo.jpg) no-repeat top left;
   display:block;
   text-indent:-9000px;
   margin-left: 106px;
   height:76px;
   width:164px;
}

#socialmedia {
   position:absolute;
   top:47px;
   z-index:1;
   left:600px;
}

#searchform {
   position:absolute;
   top:47px;
   right:20px;
   z-index:2;
}

#searchform input {
   font-size: 13px;
   font-family:arial, sans-serif;
   line-height:13px;
}

#searchsubmit {
   background:url(images/search-button.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:73px;
   height:23px;
   border:0;
   cursor: hand;
   padding-bottom:1px;
}

#searchsubmit:hover {
   background:url(images/search-button-over.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:73px;
   height:23px;
   border:0;
   cursor: hand;
}

input {
   font-size:.9em;
   width:150px;
}

#subsidiary input {
   width:155px;
   font-family:arial, sans-serif;
   line-height:15px;
   font-size:15px;
}

#subsidiary input[type="submit"] {
   background:url(images/send-button.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:53px;
   height:24px;
   border:0;
   cursor: hand;
   padding-bottom:1px;
}

#subsidiary input:hover[type="submit"] {
   background:url(images/send-button-over.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:53px;
   height:24px;
   border:0;
   cursor: hand;
}

table {
   border-color:#CCCCCC;
   border-style:solid;
   border-width:0px 0px 0;
   border:0;
   font-size:13px;
   line-height:18px;
   margin:0 0 10px;
   text-align:left;
}

tr {
   border-bottom:0px solid #CCCCCC;
   border-top:0px solid #CCCCCC;
}

th, td {
   padding:.2em 0;
}

#main {
   background-color:#FFFFFF;
   padding:0px;
}

#siteinfo {
   background-color:#FFFFFF;
   padding:10px 0 44px;
}

#siteinfo a {
   font-size:11px;
}

#access {
   border-bottom:0px solid #CCCCCC;
   background: url('images/navbar.gif') no-repeat center bottom;
   height:30px;
   font-weight:bold;
}

#access li.current_page_item a:link, #access li.current_page_item a:visited, #access li.current_page_item a:active {
    color: #fff;
}

#access li.current_page_item li a:link, #access li.current_page_item li a:visited, #access li.current_page_item li a:active {
    color: #9fa0a3;
}

#access li.current_page_item li a:hover {
    color: #fff;
}

#container {
   float:left;
   width:708px;
}

#content {
   margin:0 0 0 17px;
   overflow:hidden;
   width:691px;
}

.entry-content {
   padding:17px 0 0;
}

.entry-content img {
   margin:0 0 12px;
}

.hentry {
   padding:0;
}

#primary {
   border:0px solid #CCCCCC;
   margin-bottom:22px;
   padding:13px 0 0 0;
}

.main-aside {
   float:right;
   position:relative;
   right:0px;
   width:252px;
}

.main-aside ul {
   padding:0 22px;
}

.main-aside li {
	list-style: none;
	margin-left:-10px;
	margin-bottom: 10px;
}


.rss-date {
	font-size: 10px;
	color: grey;
	text-align:right;
	padding-left: 130px;
	margin-top: -5px;
}

#first h3.widgettitle, #second h3.widgettitle, #third h3.widgettitle {
   font-size:22px;
   line-height:22px;
   font-family: Georgia, Times, 'Times New Roman', serif;
   padding-bottom: 10px;
   font-style:italic;
   font-weight:bold;
}

.aside h3 {
   font-size:16px;
   font-style:normal;
   line-height:22px;
   font-family: Georgia, Times, 'Times New Roman', serif;
   padding-bottom: 10px;
   font-weight:bold;
}

.aside a, .aside a:active, .aside a:visited {
   color:#a4351c;
   text-decoration:underline;
   font-family:arial, sans-serif;
   font-size:11px;
   font-weight:bold;
}

.aside a:hover {
   color:#a4351c;
   text-decoration:none;
   font-family:arial, sans-serif;
   font-size:11px;
   font-weight:bold;
}

.aside .current_page_item .page_item a, .aside .current_page_item .page_item a:active, .aside .current_page_item .page_item a:visited {
   color:#a4351c;
   text-decoration:underline;
   font-family:arial, sans-serif;
   font-size:10px;
   font-weight:bold;
}

.aside .current_page_item .page_item a:hover {
   color:#a4351c;
   text-decoration:none;
   font-family:arial, sans-serif;
   font-size:10px;
   font-weight:bold;
}

.aside ul ul li {
   padding:0;
   color:#a4351c;
}

#siteinfo a:active, #siteinfo a:hover {
   color:#a4351c;
   text-decoration:none;
   font-family:arial, sans-serif;
   font-weight:bold;
}

#siteinfo a {
   color:#a4351c;
   text-decoration:underline;
   font-family:arial, sans-serif;
   font-size:10px;
   font-weight:bold;
}

#siteinfofooter a:active, #siteinfofooter a:hover {
   color:#999999;
   text-decoration:underline;
   font-family:arial, sans-serif;
   font-weight:bold;
}

#siteinfofooter a {
   color:#999999;
   text-decoration:none;
   font-family:arial, sans-serif;
   font-size:11px;
   font-weight:bold;
}

a:active {
   color:#a4351c;
   text-decoration:underline;
}

a:hover {
   color:#a4351c;
   text-decoration:none;
}

a:visited {
   color:#a4351c;
   text-decoration:underline;
}

#subsidiary {
   padding:0;
}

#subsidiary .aside {
   float:left;
   font-size:12px;
   font-family:Georgia,Times,'Times New Roman',serif;
}

#subsidiary .aside ul ul li {
   padding:0;
   margin-left:30px;
   color:#a4351c;
}

#subsidiary #first {
   border-right:1px solid #666666;
   margin:0 21px 0 0;
   width:322px;
}

#subsidiary #second {
   margin:0 21px 0 0;
   width:322px;
   padding-left:20px;
}

#subsidiary #third {
   text-align:center;
   margin:0 0 0 0;
   width:227px;
}

#footerwrapper {
   background: #d7d0b9 url('images/body-bg.gif') repeat-y center top;
}

#footer {
   background-color:#FFFFFF;
   border-top:0px solid #CCCCCC;
   margin:0 auto;
   width:960px;
   margin-top:0;
}

/*** #footerborder {
   width:984px;
   background: #d7d0b9 url('images/footer-bg.gif') no-repeat center top;
   height:14px;
   margin:0 auto;
}***/

/*** THEMATIC SKIN ***/
.sf-menu {
   border-right:2px solid #5c768f;
   float:left;
   font-family:arial;
   margin-left:17px;
}
.sf-menu a {
   border-left:0px solid #5c768f;
   border-top:0px solid #ccc;
   border-bottom:0px solid #ccc;
   padding:7px 15px 8px 15px;
   text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
   color:         #9fa0a3;
}
.sf-menu li {
   background:    none;
   border-left:2px solid #5c768f;
}
.sf-menu li li {
   background:    #fff;
   border:0;
}
.sf-menu li li li {
   background:    #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     none;
    color: #fff;
   outline:    0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:0px solid #ccc;
    border-bottom:0px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
   top:30px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#000;
   border-bottom:none;
}
.sf-menu ul a:hover {
    color: #fff;
    background:#000;
}

#primary input {
   width:145px;
   font-family:arial, sans-serif;
   line-height:15px;
   font-size:15px;
}

#primary input[type="submit"] {
   background:url(images/send-button.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:53px;
   height:24px;
   border:0;
   cursor: hand;
   padding-bottom:1px;
}

#primary input:hover[type="submit"] {
   background:url(images/send-button-over.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:53px;
   height:24px;
   border:0;
   cursor: hand;
}

.entry-title {
   padding-top:17px;
   color:#a4351c;
   font-style:italic;
}

.entry-content ul {
   list-style-image:url("images/bullet-content.gif");
}

.entry-content {
   color:#000000;
   padding:17px 0 0;
   font-size:.8em;
}

.petition input[type="submit"] {
   background:url(http://thecenterformichigan.com/wp-content/themes/tcm/images/petition-submit.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:113px;
   height:24px;
   border:0;
   cursor: hand;
   padding-bottom:1px;
   margin-top:10px;
}

.petition input:hover[type="submit"] {
   background:url(http://thecenterformichigan.com/wp-content/themes/tcm/images/petition-submit.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:113px;
   height:24px;
   border:0;
   cursor: hand;
}

.newsletter-section {
	background-color: #E0E0E0;
	border: 1px solid #666666;
	padding: 5px;
	width:310px;
	margin-top:-10px;
	height:850px;
	margin-left: 10px;
	
}

.newsletter-section li {
	list-style:none;
}

.newsletter-section p {
 color:#000000;
 font-size:11px;
}

.newsletter-section h2 {
 color:#000000;
 margin-top:-25px;
 font-size: 14px;
}

.column-page a {
	color:#a4351c;	
}

.column-page a:hover {
 	text-decoration:none;	
}


.column-page li {
	list-style:none;
}

.column-page p {
 color:#000000;
 font-size:12px;
}

.column-page h2 {
 color:#000000;
 margin-top:-25px;
 margin-bottom:-15px;
 font-size: 14px;
}

.column-date {
border-top: 1px solid #666666;
background-color:#CCCCCC;
width:100%;
color: #000000;
font-size:12px;

}

.RSS-Side {
border: 0px;
margin-left:15px;
width:100%;
font-size:12px;
}

.execphpwidget
{
border:0px;
}

#text-5 input {
   width:145px;
   font-family:arial, sans-serif;
   line-height:15px;
   font-size:15px;
}

#text-5 input[type="submit"] {
   background:url(images/send-button.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:53px;
   height:24px;
   border:0;
   cursor: hand;
   padding-bottom:1px;
}

#text-5 input:hover[type="submit"] {
   background:url(images/send-button-over.gif) no-repeat bottom center;
   text-indent:-99999px;
   width:53px;
   height:24px;
   border:0;
   cursor: hand;
}



