/*-----------------------------------------------------------------------------
Theme Name: HydePark
Theme URI: http://hydeparkcenter.com
Description: A Customized theme for Hyde Park Counseling Center
Version: 0.1
Author: Michael Bishop
Author URI: http://bishopblogworks.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/

/* Remove padding and margin */

* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

/* Class for clearing floats */

.clear {
	clear: both;
}

/* Remove border around linked images */

img {
	border: 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.right {
	padding: 3px;
	margin-left: 8px;
	border: 1px solid #762425;
}

img.left {
	padding: 3px;
	margin-right: 15px;
	border: 1px solid #762425;
}

img.right.noborder{
	border: none;
}

/* @end */

/* @group Typography
-----------------------------------------------------------------------------*/

body {
	font: small/*62.5%/1.68*/ "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	background: url(images/bg.jpg) repeat-x;
	color: #762425;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/

h1 {
	margin: 0;
	display: none;
}

h2 {
	margin: 0;
}

.post h2 {
	font-size: 1.6em;
}

.post h2.left {
	padding-right:25px;
}

#sidebar h2 {
	color: #762425;
	text-align: center;
}

/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color: #696b46;
	text-decoration: none;
}

a:visited {
	color: #696b46;
	text-decoration: none;
}

a:hover {
	color: #762425;
}

#footer a:hover {
	color: #fff;
}

/* @end */

/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	width: 820px;
	margin: 0 auto;
}

#content_wrap {
	width: 820px;
	background: url(images/body_bg.png) repeat-y;
	margin-left: 24px;
}


#masthead {
	width: 860px;
	height: 58px;
	background: url(images/header_top.jpg) no-repeat top;
}

#masthead_img {
	margin: 0;
}

#logo {
	width: 175px;
	height: 180px;
	float: left;
	background: url(images/logo_2.jpg) no-repeat;
	margin-left: 35px;
	padding-bottom: 15px;
}

#tagline {
	width: 550px;
	height: 180px;
	float: right;
	background: url(images/new_header_2.jpg) no-repeat;
	margin-right: 55px;
}

ul#topnav {
	text-align: right;
	margin: 0 25px 10px 0;
	padding-top: 5px;
	list-style-type: none;
	font-size: 1.2em;
}

ul#topnav li {
	display: inline;
	padding: 5px;
}

#navcontainer {
	
}

ul#nav {
	float: left;
	list-style: none;
	background: #E4E4E4;
	width: 745px;
	padding: 0;
	margin: 5px 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#nav li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;
	border-bottom: none;
	color: #696b46;
	font: bold 1.4em/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}

ul#nav li a:hover, 
ul#nav li a:active {
	color: #762425;
}

ul#nav li#current a {
	background: #DBDBDB;
}

/* @end */

/* @group Content
-----------------------------------------------------------------------------*/


#content {
	float: left;
	width: 510px;
	margin: 15px 0 0 45px;
	font-size: 1.4em;
}

#goals {
	background: #DBDBDB;
	color: #555;
	font-weight: 800;
	padding: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#goals ul li {
	list-style-image: url(images/tick.gif);
}

#goals h5 {
	margin-top: 0;
	font-size: 1em;
	color: #762425;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}

.post {
	
}

.entry {
	
}

.entry p {
	
}

.entry ul {
	margin-left: 20px;
}

.entry ul li {
	margin-bottom: 5px;
}

.entry dt {
	font-weight: 700;
}

.entry dd {
	margin: 7px;
}

.credits {
	display: none;
}
/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

ul#sidebar {
	float: right;
	width: 180px;
	margin: 15px 45px 0 0;
	font-size: small/*1.4em*/;
	background: #DBDBDB;
	color: #555;
	font-weight: 800;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul#sidebar li {
	list-style-type: none;
}

ul#sidebar li ul {
	margin: 7px 8px 8px 10px;
	padding: 0;
	border-top: 1px solid #E5E5E5;
}

ul#sidebar li ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	border-bottom: 1px solid #E5E5E5;
}

ul#sidebar img {
	padding-left: 5px;
}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
 	font-size:small;
	clear: both;
	background: url(images/footer_btm.jpg) no-repeat center bottom;
	width: 820px;
	height: 85px;
	margin-left: -3px;
}

#footer p {
	text-align: center;
	padding: 40px 0;
	margin-left: 32px;
	color: #fff;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */

form {
	margin: 10px;
	padding: 0 5px;
	background: #dbdbdb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}

textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

#searchform {
	background-color: transparent;
	border: none;
	margin: 0 5px 0 10px;
	padding: 5px 0 15px 0;
	width: 190px;
}

#searchform input {
	width: 150px;
	color: #777;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}

#searchform #searchsubmit {
	width: 60px;
	height: 24px;
	margin-top: 10px;
	padding: 2px 5px;
	vertical-align: top;
}

#comments-form {
	
}

#commentform {
	
}

#author {
	margin-top: 20px;
}

#email {
	
}

#url {
	
}

ol#comments {
	margin-left: 15px;
}

#commentform button#sub {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px;
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

.sched-day {
	float: left;
	border: 1px solid #777;
	margin: 10px 5px;
	width: 240px;
}

.sched-day td {
	padding: 0.1em 1em;
}

.odd {
	background: #DBDBDB;
}


/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */

.highlight {
	
}

.comment-meta {
	
}

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}

/* @end */

/* @group Misc.
-----------------------------------------------------------------------------*/

/* @end */
