/*

Theme Name: DrYarnellHome

Theme URI: http://www.talkingboxmedia.com

Description: Main Theme for Northwest Naturopathic Urology

Version: 1.0

Author: Darren Ekman

Author URI: http://www.talkingboxmedia.com

*/



/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region � Styles for comment thread, forms, etc.
5. Sidebar Region � Styles for widgets, additional menus lists and links.
6. Footer Region � Styles specific to the footer region.
7. Misc. & Plugins � Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - Initial Styling ===*/

* {  
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #7C4739;
	text-decoration: underline;
}
a:active {
	color: #7C4739;
	text-decoration: none;
}
hr {
	margin: 5px 0;
}
p {
	margin: 4px 0;
}
h1, h2, h3 {
	color: #677719;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 4px 0;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 3px 0;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 3px 0;
}
h5 {
	font-size: .8em;
	font-weight: normal;
	margin: 3px 0;
}
h6 {
	font-size: .7em;
	font-weight: lighter;
	margin: 3px 0;
}
body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: #4B5812;
}
	/* Begin page specific body backgrounds */
#home {
	background-image: url(images/body-bg-home.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
	/* end page specifig body*/
#wrapper {
	width: 950px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 234px;
	width: 950px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}
/* begin header specific bg */
#home #header {
	background-image: url(images/header-bg-home.jpg);
	background-repeat: no-repeat;
	background-position: -1px -5px;
}
/* end header specific bg */
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 32px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*color: #555555;*/
	margin: 75px 0 0 70px;
	width: 600px;
	padding: 0px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: none;
	color: #7C4739;
}
#header h3 { /*post title header */
	margin: 15px 312px 0 0px;
	text-align: right;
}
.description {
	clear: left;
	padding: 5px 0 5px 125px;
	font-size: 20px;
}
#menu{
	padding: 0px;
	white-space: nowrap;
	margin: 80px 0 0 20px;
	width: 950px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 7px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 0px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 950px;
}
#wrapper {
	background-image: url(images/page-bg.jpg);
	background-position: -1px  center;
	background-repeat: repeat;
}
/* home image navigation style */
#content #homenav {
	clear: left;
	width: 515px;
	float: left;
	margin: 0 0 0 110px;
	padding: 0 0px 0 0px;
}
#content #homenav ul {
	list-style: none;
	margin: 0 0 25px 20px;
}
#content #homenav li {
	display: inline;
}
#content #homenav img {
	margin: 0 20px 10px 0px;
	border: none;
}

/* end home nav */
#content {
	width: 610px;
	padding: 10px 30px 10px 45px;
	float: left;
	line-height: 1.3em;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
}
#content a:hover {
	text-decoration: underline;
}
#content ul, #content ol {	
	margin: 5px 0 5px 35px;
}
.entry-content blockquote {
  font: 1.0em/1.1em Georgia, "Times New Roman", Times, serif;
  width: 525px;
  padding: 0 0 0 40px;
  text-indent: 0px;
}
.entry-content blockquote p {
  padding: 0 50px;
  font: 1.2em Georgia, "Times New Roman", Times, serif;
  color: #677719;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 5px;
	font-size: .9em;
}
/*
.post h2 {
	font-size: 1.8em;
	margin: 45px 0 10px 0;
	padding: 0;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
*/
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 250px;
	float: right;
	margin: 10px 5px 0 0;
	padding: 0 5px 0 0;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
#sidebar ul {
	margin: 3px 0px 10px 0;
	padding: 0px;
	list-style-type: none;
}
#sidebar form {
	margin: 3px 0 10px 0;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
/*pages list specific styling*/
#sidebar .widgettitle {
	font-size: 18px;
}
#pages-3 {
	font-size: 1em;
	font-weight: bold;
}
/*end pages specific*/
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 100px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 15px 0 0 0;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: -1px bottom;
}
#footer p {
	margin: 15px 0 0 10px;
}
#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/
