/*
Theme Name: RCFHC
Theme URI: Not Applicable
Author: Tim Ricks
Author URI: http://www.timricks.com/
Description: A child theme based on Toolbox by Automattic developed by Tim Ricks for Roane County Family Health Care.
Version: 0.2
License: GNU General Public License
License URI: license.txt
Template: toolbox

*/

@import url('../toolbox/style.css');

/* General Properties */

body {
	background: url('images/bggrey.jpg') repeat;
}

#page {
	max-width: 960px;
	margin: 1em auto;
	background: #fff;
	border-radius: 25px;
	padding: 10px;
}

#primary {
	float: right;
	margin: 0 0 0 -240px;
	width: 100%;
}

#main .widget-area {
	float: left;
	overflow: visible;
	width: 240px;
}

#content {
	margin: 0 0 0 280px;
}

#clearfix {
	clear: both;
}

/* Typography */

p, ul, table {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, serif;
	color: #6f061c;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
	font-style: italic;
}

/* Hide Main Navigation */

#access {
	background: #eee;
	display: none;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}

/* Header Styles */

#site-title {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: .67em .5em .67em;
	background: url('images/logo.jpg') no-repeat;
	height: 82px;
	width: 222px;
	text-indent: -9999px;
	float: left;
}

#site-description {
	font-family: Viner Hand ITC, 'Italianno', cursive, serif;
	color: #6f061c;
	margin: 1em 0 0 0;
	font-size: 1.5em;
}

.float {
	float: left;
	margin: 0 0 0 1em;
}

.float p {
	margin: 0;
	padding: 0;
}

header#branding hr {
	margin: 0;
	padding: 0;
}

.socialMedia {
	align: center;
	margin: 2.5em .5em auto auto;
	float: right;
}

/* Navigation Styles */

#main .widget-area ul {
	list-style: none;
}

#main .widget-area ul li {
	width: 280px;
	background: #9dacf6;
	text-align: center;
	margin: .5em 0 0 -60px;
	background-image: url(images/libg.png);
	background-repeat: no-repeat;
	font-family: Georgia, serif;
}

#main .widget-area a {
	color: #333;
	font-size: 130%;
	text-decoration: none;
}

#main .widget-area a:hover, #main .widget-area a:active {
	color: #fff;
	text-decoration: underline;
}

/* Article Styles */
.entry-title a {
	color: #6f061c;
	font-size: .8em;
}

.entry-meta a {
}

/* Sidebar Styles */
#contact h2 {
	text-align: center;
	font-size: 120%;
	color: #6f061c;
}

#contact table {
	width: 100%;
}

#contact img {
	max-width: 100%;
	margin: .5em;
}

#contact table td {
	padding: 0 0 0 1em;
	font-size: .8em;
}

/* Footer Styles */

#colophon {
	max-width: 960px;
	background: #fff;
	border-radius: 25px;
	margin: 0 auto;
	padding: 10px;
}

#colophon h2 {
	color: #6f061c;
	font-size: 120#;
}

#colophon #legal {
	text-align: center;
	margin: 0;
}

#colophon hr {
	margin: 1em 0 0 0;
}

/* Hide Selective Page Titles */

.post-247 header h1, .post-15 header h1, .post-74 header h1, .post-38 header h1{
	display: none;
}