/*   
Theme Name: A Thematic Child Theme
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');


#branding {

background: url(rotate.php) no-repeat center top;
background-position: bottom;
height:210px;
padding-top: 15px;
position:relative;
z-index:10;
}

#blog-title {
display:none;
}

#main { 
padding-top:15px;
background:#FFFFFF;
width:940px;
}

#wpng-cal-widget-events{
font-size:11px;
line-height:12px;
}

.wpng-widget-date-title{
font-weight:bold;
}

#content {
width:580px;
margin-left:35px;
}

.entry-content{
padding-left:5px;
padding-top:1px;
}

.entry-meta  {
font-size:11px;
line-height:14px;
}

a:link, a:active, a:visited{
color:#A0131D;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#A0131D;
}


.entry-title{
font-size: 14px;
line-height: 15px;
}

.entry-title a{
color:#A0131D;
}

.entry-title a:hover {
color:#A0131D;
}

.entry-meta a {
color:#A0131D;
text-decoration:none;
}

.entry-utility a {
color:#A0131D;
}

.entry-utility a:hover {
color:#A0131D;
}

.paged #nav-above {
display:block;
padding:0 0 24px;
}

#primary {
border:1px solid #C33A45;
border:1px solid #CCCCCC;
margin-bottom:22px;
padding:5px 0 0;
}

#secondary {
border:1px solid #CCCCCC;
padding-top: 10px;
}

body, input, textarea {
-x-system-font:none;
font-family:arial,serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:20px;
}

#footer {
border-top:0px solid #C33A45;
margin-top:22px;
}

html,body {
background:#EAEAEA;
}

.entry-content h2 {
font-family:Arial,sans-serif;
font-size:15px;
font-weight:bold;
padding:8px 0 5px;
}

.aside, .aside input {
font-size:12px;
}

.aside a {
text-decoration:none;
color:#959595;
color:#C33A45;

}

.aside a:hover {
color:#C33A45;
text-decoration:underline;
}


h1, h2, h3, h4, h5, h6 {
font-weight:bold;
}

.entry-title h4 {
font-size:12px;
}

#container {
float:left;
width:620px;
padding-top:20px;
}

.wpng-page-list-table {
margin-bottom:10px;
width:95%;
}

#wpng-cal-events {
width:95%;
font-size:11px;
}

.wpng-page-list-time {
padding-top:10px;
width:15%;
}

.wpng-widget-date-time {
margin-top:2px;
}

#comments-list li.bypostauthor {
background:#EAEAEA none repeat scroll 0 0;
}

.aside h3{
margin-top:10px;
}

table {
border-color:#CCCCCC;
border-style:solid;
border-width:1px 1px 0;
font-size:11px;
line-height:12px;
margin:0 0 22px;
text-align:left;
}

#blog-description{
display:none;
}

.ngg-gallery-thumbnail img:hover {
background-color:#A0131D;
}

#subsidiary a {
color:#88BFC7;
}

#subsidiary a:hover {
color:#A0131D;
}

element.style {
color:#A0131D;
text-align:left;
}

ul#featured-posts {
    float: left;
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    color: #111;
    font-size: 12px;
    line-height:16px;
    font-family: Arial;
}
#featured-posts li {
    float: left;
    width: 552px;
    padding: 12px 10px 10px 10px;
    margin-right: 15px;
    min-height: 150px;
    font-size: 12px;
    background:#f1f1f1;
    border:3px double #ccc;
}
#featured-posts li p {
    margin: 0;
    padding: 0;
}
#featured-posts li:hover {
    background:#fff;
}
#featured-posts li h4 a {
    font-family:Arial;
    font-size: 16px;
    line-height: 16px;
    display: block;
    padding: 5px 1px;
    color: #A0131D;
    font-weight: bold;
}

body.slug-contact #container {
	width: 960px;
}

body.slug-contact #content {
	width: 740px;
}

#content .aside {
border: 0px;
padding-top: 10px;
}

#postpic {
float:left;
margin-right:5px;
margin-top:5px;

}

/* remove 'Home' page title from btm of 1st page */
#post-299 {
display:none;
}

.page-title{
padding 0 0 22px;
}

.hentry{
padding: 0 0 1px;
}

.wp-pagenavi {
margin-left:10px;
padding:10px
}

.wp-pagenavi span.pages{
border-right:15px;
}

.floatright { 
float: right; 
}

body, input, textarea {
color:#666666;
}

.entry-meta p {
margin-bottom:20px;
}