/*
     Seesholtz Chiropractic
*/

* {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
}

body {
	padding: 40px 0;
	color: #000000;
	background: #e1e1e1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

h1, h2 {
    font-weight: bold;
}

h1 {
    padding: 60px 0 0 30px;
    font-size: 40px;
    color: #FFFFFF;
}

h1 a {
    color: #FFFFFF;
    text-decoration: none;
}

p {
	padding: 10px 0;
	line-height: inherit;
	text-align: left;
}

p#subtitle {
    padding: 0 0 0 30px;
    font-size: 14px;
    text-transform: lowercase;
    color: #DDEBBE;
}

a {
	color: #000066;
	text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* page */

#page {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* menu */

#menu {
    padding-left: 15px;
    height: 56px;
    background: #5072a9 url('images/menu.jpg') no-repeat top;
}

#menu ul {
    list-style: none;
    padding-top: 18px;
}

#menu ul li {
	display: block;
	float: left;
	padding: 0 1px;
	font-size: 14px;
	line-height: 32px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #e1e1e1;
}

#menu ul li a {
	display: block;
	padding: 0 30px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover {
    background: #5172a8;
}

/* logo */

#logo {
    height: 334px;
    background: #ffffff url('images/header.jpg') no-repeat;
} 

/* main */

#main {
    padding: 20px 30px 0 30px;
    background: #FFFFFF;
}

/* content */

#content {
    float: left;
    width: 550px;
    padding-bottom: 5px;
}

#content .post {
	padding: 0 0 50px 0;
	padding-left: 0px;
}

#content h2 {
	font-size: 32px;
	color: #000066;
}

#content h2 a {
	color: #002157;
	text-decoration: none;
}

p.postmeta {
    color: #888888;
}

#content .entry {
	padding: 10px 0 0 0;
	padding-left: 0px;
}

/* sidebar */

#sidebar {
    float: right;
    width: 310px;
    padding-bottom: 40px;
}

#sidebar h2 {
	padding-left: 0px;
	font-size: 20px;
	line-height: 54px;
	color: #000066;
	background: #ffffff url('images/h2.jpg') no-repeat;
	text-align: center;
}

#sidebar .box {
    padding: 15px 20px 20px 50px;
}

#sidebar p {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar ul {
    list-style: none;
    padding: 15px 20px 24px 20px;
}

#sidebar ul li {
    padding: 0 10px 0 30px;
    line-height: 2.5em;
    border-bottom: 1px solid #DDEBBE;
}

#sidebar ul li a {
    padding: 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
	clear: both;
	padding-top: 42px;
	background: #ffffff url('images/footer1.jpg') no-repeat top;
}

#footer2 {
	padding: 0 30px 30px 30px;
	background: #5072a9 url('images/footer2.jpg') no-repeat bottom;
}

#footer p {
    text-align: center;
}
