/*
Theme Name: John Shea, DDS
Theme URI: http://berrywebteam.net
Description: Theme created for John Shea, DDS.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #d9d3c0 url(images/bgimage.jpg) repeat-x 0 0;
	padding: 0;
	margin: 0;
}

p, table, td, tr, th, div, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

img.alignleft {
    float: left;
}

img.alignright {
    float: right;
}

a {
	color: #a33930;
}

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

hr { 
    color: #999;
	border-top: none;
	height: 1px;
	margin-bottom: 10px;
}

ul {
	padding: 0 0 0 25px;
	margin: 0 0 15px 0;
}

li {
	list-style-type: circle;
}

/*-- Container --*/
#container {
	background: #fff;
	width: 956px;
	margin: -5px auto 25px;
	border: solid 3px #b6b39e;
}

/*-- Header --*/
#header {
	background: #fff url(images/header.jpg) no-repeat bottom right;
	height: 135px;
}

#header h1 {
	display: none;
}

.headtext {
	color: #333;
	margin: 50px 0 0 25px;
}

.headtext h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #a33930;
	margin: 0 0 5px 0;
}

.headtext h4 {
	font-size: 18px;
	font-weight: bold;
	color: #a33930;
	padding: 0 0 10px 0;
}

/*-- Menu --*/
#menu {
	background: url(images/navleft.jpg) no-repeat;
	height: 40px;
}

#menu .nav {
	background: url(images/navbg.jpg) repeat-x;
	height: 40px;
	margin: 0 0 0 215px;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu .nav li {
	float: left;
	list-style-type: none;
}

#menu .nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #fff;
	height: 20px;
	text-decoration: none;
	padding: 10px 15px;
	float: left;
}

#menu .nav li a:hover {
	background: #a33930;
}

/*-- Content --*/
#content {
	background: url(images/contenttop.jpg) repeat-x 0 0;
	padding: 15px;
}

#content .postarea {
    width: 570px;
    padding: 15px 15px;
}

#content .postarea h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    color: #a33930;
    margin: 0 0 10px 0;
}

#content .postarea h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #000;
    margin: 5px 0;
}

#content .postarea h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 5px 0 0;
}

#content .postarea p {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin: 0 0 10px 0;
}

#content .postarea li {
	color: #666;
	line-height: 20px;
} 

.contentdiv {
	width: 170px;
	margin: 0 15px 10px 0;
}

.date {
    background: #eeefef;
    font-size: 11px;
    padding: 5px 15px;
    margin: 0 0 15px 0;
    border: solid 1px #ccc;
}

#postsnav {
	margin: 15px 0;
}

/*-- Sidebar --*/
#sidebar {
	width: 270px;
	border: solid 1px #d9d3c0;
	padding: 15px;
}

#sidebar h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #a33930;
    margin: 5px 0 15px 0;
}

#sidebar p {
    color: #666;
    line-height: 18px;
	margin: 0 0 10px 0;
}

#sidebar li {
    color: #666;
    line-height: 20px;
}

/*-- Footer --*/
#footer {
    background: #eeefef;
    border-top: solid 1px #ccc;
    padding: 15px 25px;
    text-align: center;
    overflow: hidden;
}

#footer p {
    color: #666;
	line-height: 24px;
}

#footer .foottext {
	width: 666px;
	display: block;
	margin: 0 auto;
}

/*-- Other Styles --*/
.clearfix {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
