/*
Theme Name: Family Medical Clinic
Theme URI: http://berrywebteam.net
Description: Theme created for Family Medical Clinic.
Author: Justin Kees
Author URI: http://killerrobotcomics.com
Version: 1.0
*/

body {
	font-family: Arial, Helvetica, Sans-serif;
	background: #1d0840 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;
	margin: 0 0 10px;
}

img.alignleft {
    float: left;
	margin: 0 10px 0;
}

img.alignright {
    float: right;
	margin: 0 0 0 10px;
}

a {
	color: #4c3c87;
}

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

hr { 
    color: #e4deff;
	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 #4c3c87;
}

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

#header h1 {
	display: none;
}

.logo {
	margin: 40px 0 0;
}

.logo p {
	color: #fff;
	margin: 0 0 0 25px;
}

.headtext {
	color: #fff;
	margin: 30px 0 0 25px;
}

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

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

/*-- Menu --*/
#menu {
	height: 40px;
}

#menu .nav {
	background: url(images/navbg.jpg) repeat-x;
	height: 40px;
	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: #f9c61b;
	height: 20px;
	text-decoration: none;
	padding: 10px 15px;
	float: left;
}

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

/*-- 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: #4c3c87;
    margin: 0 0 10px 0;
}

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

#content .postarea h4 {
	font-size: 14px;
	font-weight: bold;
	color: #1d0840;
	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;
} 

#content .postarea blockquote {
	background: #f9c61b;
	text-align: center;
	padding: 15px;
}

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

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

#postsnav {
	margin: 15px 0;
}

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

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

#sidebar h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #4c3c87;
    margin: 5px 0 5px 0;
}

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

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

/*-- Footer --*/
#footer {
    background: #e4deff;
    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;
}
