


/*

Theme Name: Bruce Fogle
Theme URI: http://www.brucefogle.com/
Description: A bespoke theme for Bruce Fogle.
Version: 1.0
Author: Ben Huson
Author URI: http://www.brucefogle.com/
Tags: copyright

This theme was designed and built by Ben Huson,
whose blog you will find at http://www.benhuson.co.uk/

The CSS and XHTML is released under GPL.
http://www.opensource.org/licenses/gpl-license.php

The design copyright is owned by Bruce Fogle.

*/



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Times New Roman', Times, serif;
	color: #FFF;
	text-align: center;
	background-color: #7A9640;
	padding:0px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:0px 0px;
}

a:link, a:visited {
	color: #ACC872;
	text-decoration:underline;
}

a:hover, a:active {
	color: #FFF;
	text-decoration:underline;
}

h1,
h1 a:link, h1 a:visited,
h1 a:hover, h1 a:active {
	font-size:55px;
	line-height:1em;
	font-weight:normal;
	text-decoration:none;
	color: #FFF !important;
	padding:0px;
	margin:0px;
}

h2 {
	font-size: 26px;
	line-height:1em;
	margin: 0 0 25px 0;
	font-weight:normal;
}

h3 {
	font-size: 26px;
	line-height:1em;
	margin: 25px 0;
	font-weight:normal;
	border-top:1px solid #ACC872;
	padding:25px 0 0 0;
}

h3 a:link, h3 a:visited,
h3 a:hover, h3 a:active {
	color:#FFF;
	text-decoration:none;
}

h4, h5, h6 {
	font-size: 26px;
	line-height:1em;
	margin: 25px 0;
	font-weight:normal;
}

p {
	margin: 1em 0px;
}

img {
	border: 2px solid #ACC872;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

form {
	margin: 0px;
	padding: 0px;
}

hr {
	display:none;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #ACC872;
}

blockquote {
	margin: 25px;
	padding: 10px 25px;
	background-color:#95AB66;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}



/* ---------- Layout ---------- */

#page {
	padding:1px 45px 0 45px;
	width:890px;
	text-align: left;
	margin:0px auto;
	font-size: 1.4em;
	line-height:1.2em;
	background-image:url("images/backgrounds/latest_news.gif");
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#header {
	margin:80px 0 30px 0;
	padding:0 0 0 340px;
}

#header .description {
	display:none;
}

#content {
	width:545px;
	float:right;
}

#sidebar {
	width:295px;
	text-align:right;
}

#sidebar h2 {
	font-size: 22px;
	line-height:1em;
}

#footer {
	color:#48640E;
	padding:15px 0 0 340px;
	font-size:0.9em;
	margin:25px 0;
	clear:both;
}

#footer a:link, #footer a:visited {
	color: #48640E;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	color: #48640E;
	text-decoration:underline;
}



/* ---------- Comment Threads ---------- */

.thread-alt {
	background-color: #95AB66
}

.thread-even {
	background-color: #88A153;
}

.depth-1 {
	border: 1px solid #ddd;
}



/* ---------- Lists ---------- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\2022 \00A0 \0020";
	line-height:1em;
}

.entry ol {
	padding: 0 0 0 25px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style: decimal outside;
}

.postmetadata ul, .postmetadata ul li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}



/* ---------- Alignment ---------- */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.center {
	text-align: center;
}

img.alignright {
	margin: 0 0 30px 30px;
	display: inline;
}

img.alignleft {
	margin: 0 30px 30px 0;
	display: inline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* ---------- Calendar ---------- */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar #next a {
	padding-right: 10px;
	
	right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background-color: #fff;
}



/* ---------- Search Form ---------- */

#sidebar #searchform {
	text-align:right;
}

#sidebar #searchform label {
	display:block;
}

#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
	margin:5px 0;
	text-align:right;
	border: 2px solid #ACC872;
}

#sidebar #searchsubmit {
	padding: 1px;
}



/* ---------- Widget: Pages ---------- */

#sidebar li.pagenav {
	font-size: 22px;
	line-height:1em;
	margin: 0 0 25px 0;
	font-weight:normal;
}

#sidebar li.pagenav h2 {
	display:none;
}

#sidebar li.pagenav ul li {
	margin:0 0 10px 0;
}

#sidebar li.pagenav a:link, #sidebar li.pagenav a:visited {
	color: #48640E;
	text-decoration:none;
}

#sidebar li.pagenav a:hover, #sidebar li.pagenav a:active {
	color: #ACC872;
	text-decoration:none;
}

#sidebar li.pagenav ul li.current_page_item a,
#sidebar li.pagenav ul li.current_page_parent a,
#sidebar li.pagenav ul li.current_page_ancestor a{
	color: #FFF;
}



/* ---------- Where to buy ---------- */

div.where-to-buy {
	background-color:#4F8BA5;
	width:30%;
	padding:15px;
}

div.where-to-buy ul {
	list-style:none !important;
	margin:5px 0 0 0;
	padding:0px;
	display:block;
}

div.where-to-buy ul li {
	list-style:none !important;
	margin:0px;
	padding:0px;
	background-image:none;
	display:block;
}



/* ---------- Template Themeing ---------- */

/* Green (default) */

body.page-template-page-home-php #page {
	background-image:url("images/backgrounds/home.gif");
}

/* Blue */

body.page-template-page-biography-php {
	background-color: #407C96;
	background-image:url("images/backgrounds/img_biography.gif");
	background-position:0px 420px;
}

body.page-template-page-biography-php #page {
	background-image:url("images/backgrounds/biography.gif");
}

body.page-template-page-books-php,
body.category-books,
body.tag,
body.single-cat-books {
	background-color: #407C96;
}

body.page-template-page-books-php #page,
body.category-books #page,
body.tag #page,
body.single-cat-books #page {
	background-image:url("images/backgrounds/books.gif");
}

body.page-template-page-broadcasting-php {
	background-color: #407C96;
}

body.page-template-page-broadcasting-php #page {
	background-image:url("images/backgrounds/broadcasting.gif");
}

body.page-template-page-biography-php img,
body.page-template-page-books-php img,
body.category-books img,
body.tag img,
body.single-cat-books img,
body.page-template-page-broadcasting-php img {
	border-color: #8BC7E1;
}

body.page-template-page-biography-php h3,
body.page-template-page-books-php h3,
body.category-books h3,
body.tag h3,
body.single-cat-books h3,
body.page-template-page-broadcasting-php h3 {
	border-top:1px solid #8BC7E1;
}

body.page-template-page-biography-php a:link, body.page-template-page-biography-php a:visited,
body.page-template-page-books-php a:link, body.page-template-page-books-php a:visited,
body.category-books a:link, body.category-books a:visited,
body.tag a:link, body.tag a:visited,
body.single-cat-books a:link, body.single-cat-books a:visited,
body.page-template-page-broadcasting-php a:link, body.page-template-page-broadcasting-php a:visited {
	color: #8BC7E1;
}

body.page-template-page-biography-php a:hover, body.page-template-page-biography-php a:active,
body.page-template-page-books-php a:hover, body.page-template-page-books-php a:active,
body.category-books a:hover, body.category-books a:active,
body.tag a:hover, body.tag a:active,
body.single-cat-books a:hover, body.single-cat-books a:active,
body.page-template-page-broadcasting-php a:hover, body.page-template-page-broadcasting-php a:active {
	color: #FFF;
}

body.category-books #sidebar .pagenav li.page-item-15 a,
body.tag #sidebar .pagenav li.page-item-15 a,
body.single-cat-books #sidebar .pagenav li.page-item-15 a {
	color: #FFF !important;
}

body.page-template-page-biography-php #sidebar #searchform #s,
body.page-template-page-books-php #sidebar #searchform #s,
body.category-books #sidebar #searchform #s,
body.tag #sidebar #searchform #s,
body.single-cat-books #sidebar #searchform #s,
body.page-template-page-broadcasting-php #sidebar #searchform #s {
	border: 2px solid #8BC7E1;
}

body.page-template-page-biography-php #sidebar li.pagenav a:link, body.page-template-page-biography-php #sidebar li.pagenav a:visited,
body.page-template-page-books-php #sidebar li.pagenav a:link, body.page-template-page-books-php #sidebar li.pagenav a:visited,
body.category-books #sidebar li.pagenav a:link, body.category-books #sidebar li.pagenav a:visited,
body.tag #sidebar li.pagenav a:link, body.tag #sidebar li.pagenav a:visited,
body.single-cat-books #sidebar li.pagenav a:link, body.single-cat-books #sidebar li.pagenav a:visited,
body.page-template-page-broadcasting-php #sidebar li.pagenav a:link, body.page-template-page-broadcasting-php #sidebar li.pagenav a:visited {
	color: #0E4A64;
}

body.page-template-page-biography-php #sidebar li.pagenav a:hover, body.page-template-page-biography-php #sidebar li.pagenav a:active,
body.page-template-page-books-php #sidebar li.pagenav a:hover, body.page-template-page-books-php #sidebar li.pagenav a:active,
body.category-books #sidebar li.pagenav a:hover, body.category-books #sidebar li.pagenav a:active,
body.tag #sidebar li.pagenav a:hover, body.tag #sidebar li.pagenav a:active,
body.single-cat-books #sidebar li.pagenav a:hover, body.single-cat-books #sidebar li.pagenav a:active,
body.page-template-page-broadcasting-php #sidebar li.pagenav a:hover, body.page-template-page-broadcasting-php #sidebar li.pagenav a:active {
	color: #8BC7E1;
}

body.page-template-page-biography-php #sidebar li.pagenav ul li.current_page_item a,
body.page-template-page-books-php #sidebar li.pagenav ul li.current_page_item a,
body.category-books #sidebar li.pagenav ul li.current_page_item a,
body.tag #sidebar li.pagenav ul li.current_page_item a,
body.single-cat-books #sidebar li.pagenav ul li.current_page_item a,
body.page-template-page-broadcasting-php #sidebar li.pagenav ul li.current_page_item a {
	color: #FFF;
}

body.page-template-page-biography-php #footer,
body.page-template-page-biography-php #footer a:link, body.page-template-page-biography-php #footer a:visited,
body.page-template-page-biography-php #footer a:hover, body.page-template-page-biography-php #footer a:active,
body.page-template-page-books-php #footer,
body.page-template-page-books-php #footer a:link, body.page-template-page-books-php #footer a:visited,
body.page-template-page-books-php #footer a:hover, body.page-template-page-books-php #footer a:active,
body.category-books #footer,
body.category-books #footer a:link, body.category-books #footer a:visited,
body.category-books #footer a:hover, body.category-books #footer a:active,
body.tag #footer,
body.tag #footer a:link, body.tag #footer a:visited,
body.tag #footer a:hover, body.tag #footer a:active,
body.single-cat-books #footer,
body.single-cat-books #footer a:link, body.single-cat-books #footer a:visited,
body.single-cat-books #footer a:hover, body.single-cat-books #footer a:active,
body.page-template-page-broadcasting-php #footer,
body.page-template-page-broadcasting-php #footer a:link, body.page-template-page-broadcasting-php #footer a:visited,
body.page-template-page-broadcasting-php #footer a:hover, body.page-template-page-broadcasting-php #footer a:active {
	color: #0E4A64;
}



/* Purple */

body.page-template-page-veterinary-practice-php {
	background-color: #964083;
	background-image:url("images/backgrounds/img_veterinary_practice.gif");
	background-position:0px 420px;
}

body.page-template-page-veterinary-practice-php #page {
	background-image:url("images/backgrounds/veterinary_practice.gif");
}

body.page-template-page-hearing-dogs-php {
	background-color: #964083;
}

body.page-template-page-hearing-dogs-php #page {
	background-image:url("images/backgrounds/hearing_dogs.gif");
}

body.page-template-page-veterinary-practice-php img,
body.page-template-page-hearing-dogs-php img {
	border-color: #E18BCE;
}

body.page-template-page-veterinary-practice-php h3,
body.page-template-page-hearing-dogs-php h3 {
	border-top:1px solid #E18BCE;
}

body.page-template-page-veterinary-practice-php a:link, body.page-template-page-veterinary-practice-php a:visited,
body.page-template-page-hearing-dogs-php a:link, body.page-template-page-hearing-dogs-php a:visited {
	color: #E18BCE;
}

body.page-template-page-veterinary-practice-php a:hover, body.page-template-page-veterinary-practice-php a:active,
body.page-template-page-hearing-dogs-php a:hover, body.page-template-page-hearing-dogs-php a:active {
	color: #FFF;
}

body.page-template-page-veterinary-practice-php #sidebar #searchform #s,
body.page-template-page-hearing-dogs-php #sidebar #searchform #s {
	border: 2px solid #E18BCE;
}

body.page-template-page-veterinary-practice-php #sidebar li.pagenav a:link, body.page-template-page-veterinary-practice-php #sidebar li.pagenav a:visited,
body.page-template-page-hearing-dogs-php #sidebar li.pagenav a:link, body.page-template-page-hearing-dogs-php #sidebar li.pagenav a:visited {
	color: #660E51;
}

body.page-template-page-veterinary-practice-php #sidebar li.pagenav a:hover, body.page-template-page-veterinary-practice-php #sidebar li.pagenav a:active,
body.page-template-page-hearing-dogs-php #sidebar li.pagenav a:hover, body.page-template-page-hearing-dogs-php #sidebar li.pagenav a:active {
	color: #E18BCE;
}

body.page-template-page-veterinary-practice-php #sidebar li.pagenav ul li.current_page_item a,
body.page-template-page-hearing-dogs-php #sidebar li.pagenav ul li.current_page_item a {
	color: #FFF;
}

body.page-template-page-veterinary-practice-php #footer,
body.page-template-page-veterinary-practice-php #footer a:link, body.page-template-page-veterinary-practice-php #footer a:visited,
body.page-template-page-veterinary-practice-php #footer a:hover, body.page-template-page-veterinary-practice-php #footer a:active,
body.page-template-page-hearing-dogs-php #footer,
body.page-template-page-hearing-dogs-php #footer a:link, body.page-template-page-hearing-dogs-php #footer a:visited,
body.page-template-page-hearing-dogs-php #footer a:hover, body.page-template-page-hearing-dogs-php #footer a:active {
	color: #660E51;
}

/* Red */

body.page-template-page-contact-php {
	background-color: #964940;
}

body.page-template-page-contact-php #page {
	background-image:url("images/backgrounds/contact.gif");
}

body.page-template-page-contact-php img {
	border-color: #E1948B;
}

body.page-template-page-contact-php h3 {
	border-top:1px solid #E1948B;
}

body.page-template-page-contact-php a:link, body.page-template-page-contact-php a:visited {
	color: #E1948B;
}

body.page-template-page-contact-php a:hover, body.page-template-page-contact-php a:active {
	color: #FFF;
}

body.page-template-page-contact-php #sidebar #searchform #s {
	border: 2px solid #E1948B;
}

body.page-template-page-contact-php #sidebar li.pagenav a:link, body.page-template-page-contact-php #sidebar li.pagenav a:visited {
	color: #64170E;
}

body.page-template-page-contact-php #sidebar li.pagenav a:hover, body.page-template-page-contact-php #sidebar li.pagenav a:active {
	color: #E1948B;
}

body.page-template-page-contact-php #sidebar li.pagenav ul li.current_page_item a {
	color: #FFF;
}

body.page-template-page-contact-php #footer,
body.page-template-page-contact-php #footer a:link, body.page-template-page-contact-php #footer a:visited,
body.page-template-page-contact-php #footer a:hover, body.page-template-page-contact-php #footer a:active {
	color: #64170E;
}



/* ---------- Tagged ---------- */

div.tagged {
	margin:20px 0;
}

div.tagged ul {
	margin:0px;
	padding:0px;
	list-style:none;
	display:block;
}

div.tagged ul li {
	margin:0 10px 0 0;
	padding:0px;
	list-style:none;
	display:inline;
	vertical-align:bottom;
}

div.tagged ul li:before {
	content:'';
}

div.tagged ul li img {
	vertical-align:bottom;
}









/* ===== */



.even {
	border-left: 1px solid #fff;
}










#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}



.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}










/* Begin Structure */




.post {
	margin: 0 0 40px;
}

.post p img {
	max-width: 100%;
}



.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	/*text-align: center;*/
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	/*text-align: center;*/
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */


/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */





#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	/*text-align: justify;*/
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	/*text-align: center;*/
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */







/* Begin Various Tags & Classes */






.hidden {
	display: none;
	}
	



.navigation {
	display: block;
	/*text-align: center;*/
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	/*text-align: center;*/
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */



