/*
File:			themes/blue.css
Description:	Custom styles for Thesis Play
Author:			2010 Matt Hodder (www.matthodder.com)
*/

/* Header */
.custom #header_area { background: #fff url(images/bg-header.png) repeat-x top;  }

/* Buttons */
.custom .teaser_link, .custom .format_text .read-more, .custom #commentform #submit, .custom .bypostauthor span.avatar, .custom dl#comment_list dd p.reply a { background: #1E649B url(images/button-bg.png) top repeat-x; }
.custom ul.menu .rss a { background: url(images/icon-rss.png) right no-repeat; }
.custom ul.menu .rss a:hover { background: url(images/icon-rss.png) right no-repeat; }

/* Links */
a { color: #2361a1; }

.custom #header #logo a {
    background: url("http://www.kentcityford.com/wp-content/themes/thesis_16/custom/images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 129px;
    outline: medium none;
    text-decoration: none;
    text-indent: -9999px;
    width: 678px;
}

.custom #content_box #content .post_box {
    background: url("images/bg-posts.png") repeat-x scroll center top #FFFFFF;
    border: 1px solid #D7D8DF;
    margin-bottom: 2.5em;
    margin-top: 2em;
    padding: 0.6em;
}

.custom #content_box #content #featured_area .format_text {
    line-height: 1.8em;
    margin-top: 7px;
    text-shadow: 1px 1px #1B1B1B;
}

.full_width {
	background-image: url(http://www.kentcityford.com/images/kent-city-bg.png);
	clear: both;
	width: 100%;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #B9B7B7;
}
