/* @override 
	http://67.15.157.12/~drparkhu/wp-content/themes/sandbox/style.css
	http://67.15.157.12/~drparkhu/wp-content/themes/drparkhurst/style.css
*/

/*
THEME NAME: Dr Parkhurst Custom Theme
DESCRIPTION: A custom theme, simple and built just for Pages with a sidebar.  Based on Sandbox.
AUTHOR: Brad Fitzgerald, Apt Design
AUTHOR URI: http://www.aptdesignonline.com
TAGS: dentist, green, brown, shadow, clean, simple
*/

html {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: #322912;
	background: #322912 url(images/background.jpg) no-repeat center top;
}

div#wrapper {
	width: 945px;
	margin: auto;
}

div#container {
	width: 620px;
	float: right;
}

div#header {
	height: 150px;
}

div#content-top {
	height: 45px;
	width: 620px;
	float: right;
	background: url(images/content-top.png) no-repeat;
}

div#content {
	width: 480px;
	float: right;
	padding: 10px 70px 50px;
	background: url(images/content-bckgnd.png) repeat-y;
}

div#content-bottom {
	height: 160px;
	float: right;
	background-image: url(images/content-bottom.png);
	width: 620px;
}

#blog-title, #blog-description {
	display: none;
}

.entry-title,.entry-meta {
	clear: both;
	font-weight: bolder;
}

/* @group Content */

h2 {
	color: #5f803f;
	font-size: 2.5em;
	line-height: 120%;
}

p {
	font-size: .9em;
	line-height: 180%;
	margin-bottom: 10px;
}

a {
	color: #5f803f;
	text-decoration: none;
}

a:hover {
	color: #5f803f;
	text-decoration: underline;
}

ul {
	line-height: 160%;
	list-style-type: circle;
	opacity: 1;
}

/* @end */

/* @group Sidebar */

#sidebar-wrapper {
	width: 325px;
	float: left;
	clear: none;
}

#sidebar-top {
	height: 53px;
	width: 325px;
	background-image: url(images/sidebar-top.png);
	margin-top: 40px;
}

#sidebar {
	width: 280px;
	padding-left: 45px;
	text-transform: uppercase;
	background-image: url(images/sidebar-bckgnd.png);
	font-size: .9em;
	text-shadow: #394d26 1px 1px 2px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 10px;
}

#sidebar-bottom {
	height: 52px;
	width: 325px;
	background-image: url(images/sidebar-bottom.png);
}

#sidebar a {
	color: #CEE1bc;
	text-decoration: none;
}

#collapspage-3 h3.widgettitle {
	display: none;
}

li#collapspage-3.widget.widget_collapspage {
	list-style-type: none;
}

#collapspage-3 ul {
	padding-left: 15px;
	margin: 0;
}

#collapspage-3 ul li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 7px;
}

#collapspage-3 li a {
	width: 200px;
}

#collapspage-3 ul li a:hover {
	color: #FFF;
}

span.sym {
	margin-right: 7px;
}


/* 2nd Level */
#collapspage-3 ul li ul {
	padding-left: 1.5em;
	list-style-image: none;
	list-style-type: none;
}

#collapspage-3 ul li ul li {
	font-size: .8em;
	line-height: 1.6em;
	padding: 0px;
	width: 200px;
	margin: 4px 0px 10px;
}

/* 3rd Level */
#collapspage-3 ul li ul li ul li{
	line-height: 1.6em;
	font-size: .9em;
}

#collapspage-3 ul li ul a:hover {
	list-style-type: none;
	list-style-image: url(images/list-bullet.png);
}

/* @end */

div#footer {
	color: #5f803f;
	padding-top: 20px;
	font-size: .8em;
	float: right;
	padding-bottom: 20px;
	padding-left: 40px;
	width: 560px;
}


#footer span a {
	color: #4a3f25;
	padding-left: 40px;
	text-transform: uppercase;
	font-size: .9em;
}

#footer span a:hover {
	color: #605230;
	padding-left: 40px;
	text-decoration: none;
}

.alignright,img.alignright {
	float: right;
	margin: 1em 0 0 1em;
}

.alignleft,img.alignleft {
	float: left;
	margin: 1em 1em 0 0;
}

.aligncenter,img.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}