/* notes

TAS screen.css (c) Dan Champion 2010

*/
/* @group General */


.off-left, h1 span, span.preview {
	position: absolute;
	left: -999em;
	width: 990px;
}
.center {
	text-align: center;
}
.fright {
	float: right;
	margin-left: 20px;
}
.fleft {
	float: left;
	margin-right: 20px;
}
/* @end */

/* @group Top navigation */

#nav {
	border-top: 4px solid #ab561f;
	margin-bottom: 10px;
	width: 960px;
}
#nav ul {
	clear: left;
	display: block;
	width: 100%;
}
#nav li {
	float: left;
	margin: 0;
	text-transform: uppercase;
}
#nav li a {
	color: #fff;
	display: block;
	padding: 14px 0;
	text-decoration: none;
}
#nav li a:focus, #nav li a:hover, #nav li a:active {
	background-color: #9b7a47;
}
div#primary li.current a:hover {
	background-color: transparent;
	text-decoration: underline;
}
div#primary, div#secondary {
	overflow: auto;
	width: 100%;
}
div#primary {
	background-color: #6f735c;
	font-size: 13px;
}
div#secondary {
	background-color: #869170;
	font-size: 12px;
}
div#primary li {
	background-color: #6f735c;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	overflow: hidden;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	width: 79px;
}
div#secondary li, div#primary li.current {
	background-color: #869170;
}
div#primary li.current {
	text-shadow: 1px 1px rgba(240, 240, 240, 0.4);
}
div#secondary li a {
	padding-left: 10px;
	padding-right: 10px;
}
div#secondary li a:hover {
	background-color: transparent;
	text-decoration: underline;
}
div#primary li.current a, div#secondary li.current a {
	color: #333;
	font-weight: bold;
}
div#primary li.current {
	border-bottom: 1px solid #869170;
	font-weight: bold;
}
div#primary li.nosub { /* No border if no secondary nav */
	border-bottom: 1px solid #444;
}
div#primary li#nav-home {
	width: 60px;
}
div#primary li#nav-livestock {
	width: 96px;
}
div#primary li#nav-vegetables {
	width: 120px;
}
div#primary li#nav-fruit {
	width: 62px;
}
div#primary li#nav-smallholding {
	width: 132px;
}
div#primary li#nav-shop {
	width: 62px;
}
div#primary li#nav-gallery {
	width: 84px;
}
div#primary li#nav-diary {
	width: 64px;
}
div#primary li#nav-food {
	width: 120px;
}
div#primary li#nav-events {
	width: 84px;
}
div#primary li#nav-forum {
	border-right: none;
	width: 66px;
}
/* @end */

div.panel {
	font-size: 13px;
}
div.panel p {
	line-height: 1.6em;
}
div#article {
/*	border-bottom: 1px dotted #6e4e2a; */
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
}
#article p {
	margin-bottom: 1.4em;
}
#article a, #author a {
/*	border-bottom: 1px dotted #6e4e2a; */
	color: #6e4e2a;
	text-decoration: underline;
}
#article a:hover, #author a:hover {
	color: #45311a;
	text-decoration: underline;
}
#article ul, .post ul {
	list-style: disc;
	margin-bottom: 20px;
	margin-left: 20px;
}
div#article ol {
	list-style: decimal;
	margin-bottom: 20px;
	margin-left: 20px;
}
div#article ol li {
	margin-bottom: 1.6em;
}
#article li, #main_content_section li {
	line-height: 1.4em;
	margin-left: 10px;
}
#main_content_section li.profile, #main_content_section li.profile li, #main_content_section li.profile ul {
	margin-left: 0;
	padding-left: 0;
}
#main_content_section li.profile li {
	margin-right: 6px;
}
.captioned {
	border: 1px solid #cdcec6;
	margin-bottom: 10px;
	padding: 10px 10px 6px 10px;
}
p.captioned {
	display: inline-block;
}
span.caption {
	color: #333;
	display: block;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
span.tas {
	text-transform: uppercase;
}
html {
	font-size: 100%;
}
body {
	background-image: url(../images/site/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #fff;
	color: #393939;
	font-family: Helvetica, Arial, sans-serif;
}
blockquote {
	background-color: #eae7e2;
	background-image: url(/images/site/blockquote-open.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border: 1px solid #cdcec6;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 20px;
	padding: 20px 20px 10px 50px;
}
blockquote span {
	background-image: url(/images/site/blockquote-close.png);	
	background-repeat: no-repeat;
	float: right;
	height: 40px;
	width: 40px;
}
#container {
	background-color: #eae7e2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 960px;
}
#header {
	overflow: auto;
	padding: 9px 0 0 6px;
}
a, input {
	outline:  0;
	outline-color: transparent;
}
#sidebar a.button, #article a.button {
	background-color: #6f735c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 8px 4px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar a.button:hover, #article a.button:hover {
	border: none;
	text-decoration: underline;
}
p.button {
	margin: 12px 0;
}
input::-moz-focus-inner {
	border: 0;
}
h1 {
	background-image: url(../images/site/the-accidental-smallholder.png);
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	margin: 5px 5px 0;
	width: 250px;
}
#strapline {
	color: #434737;
	float: left;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-style: italic;
	margin: 10px 10px 0;
	width: 320px;
}
#strapline h2 {
	font-size: 13px;
	letter-spacing: -0.4px;
	margin-bottom: 10px;
}
#strapline p {
	line-height: 1.4em;
	margin-left: 60px;
}
#strapline p.links, p.links {
	background-image: url(../images/icons/icons.png);
	background-position: 0 -196px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#strapline a {
	color: #6e4e2a;
	text-decoration: none;
}
#strapline a:focus, #strapline a:hover, #strapline a:active, #auth a:focus, #auth a:hover, #auth a:active {
	text-decoration: underline;
}
#strapline img {
	margin-top: 16px;
}
/* header auth links */
#auth {
	background-color: #6f735c;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #fff;
	float: right;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.4em;
	margin-right: 30px;
	margin-top: -10px;
	padding: 4px 24px;
	text-align: right;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	width: auto;
}
#auth a {
	color: #fff;
	text-decoration: none;
}
/* search form & results */
#form_search {
	float: left;
	margin: 15px 10px 15px 0;
	text-align: right;
	width: 320px;
}
#form_search label {
	color: #6c7359;
	font-weight: bold;
}
#form_search input#q, #main-search input#sq {
	background-color: #fff;
	background-image: url(../images/site/text-input-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #bec1b2;
	color: #a33c0b;
	font-size: 14px;
	height: 24px;
	padding: 1px 6px 2px;
	width: 180px;
}
#main-search input#sq {
	width: 300px;
}
#form_search input#q:focus, #form_search input#q:active {
	border: 1px solid #6f735c;
}
input#btn_search {
	margin-bottom: -10px;
}
h2#search {
	border: none;
	font-size: 24px;
	margin-bottom: 4px;
	padding-bottom: 0;
	text-shadow: none;
}
#article #search-results h3 {
	border: none;
	font-size: 18px;
	margin-bottom: 8px;
	padding-bottom: 0;
	text-shadow: none;
}
#article #search-results h3 a {
	color: #b05a2b;
	text-decoration: none;
}
#article #search-results h3 a:hover {
	border-bottom: none;
	text-decoration: underline;
}
#search-results p {
	line-height: 1em;
	margin-bottom: 10px;
	margin-top: 0;
}
#search-results .meta {
	border-bottom: 1px solid #d3d3d3;
	border-top: none;
	font-size: 13px;
	padding-bottom: 16px;
}
#search-results .meta span {
	color: inherit;
	font-weight: normal;
}
.result {
	margin-bottom: 24px;
	margin-left: 36px;
}
.search-count {
	color: #777;
	float: left;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	margin-top: -3px;
}
/* Breadcrumbs */

#breadcrumb {
	clear: both;
	color: #444;
	font-size: 12px;
	margin: 10px;
}
#breadcrumb span.current {
	color: #000;
}
#breadcrumb a {
	color: #6b5941;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
div#section {
	background-color: #d8d7cb;
	color: #7c7b76;
	font-size: 30px;
	margin-bottom: 10px;
	padding: 8px 12px;
	text-transform: lowercase;
}
#maincolumn {
	float: left;
	width: 640px;
}
#sidebar {
	float: right;
	width: 320px;
}
.panel {
	background-color: #fff;
	border: 1px solid #cdcec6;
	margin-bottom: 10px;
	padding: 10px;
}
.halves {
	overflow: auto;
}
div.halves div {
	float: left;
	width: 293px;
}
div.last {
	margin-left: 10px;
}
/* Sidebar */
#sidebar .panel {
	margin-left: 10px;
}
#sidebar h4, #shop h4 {
	font-size: 15px;
}
#sidebar a {
	color: #78562f;
	text-decoration: none;
}
#sidebar a:focus, #sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}
#sidebar ul li p {
	font-size: 11px;
	line-height: 1.25em;
	margin-top: 6px;
}
#sidebar ul li {
	border-bottom: 1px dotted #ccc;
	margin-top: 10px;
	padding: 5px 0;
}
#sidebar div#forums ul li p {
	color: #666;
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	font-style: italic;
}
ul.thumbs li {
	clear: left;
	min-height: 75px;
}
ul.thumbs img {
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
}
.panel h3 {
	border-bottom: 1px dotted #999;
	color: #b05a2b;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 4px 0 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px rgba(100, 100, 100, 0.2);
	text-transform: lowercase;
}
.panel h3 a {
	color: #b05a2b;
	text-decoration: none;
}
#article h3 {
	padding-bottom: 6px;
	text-transform: none;
}
h3.footnote {
	font-size: 18px;
	margin-top: 48px;
}
#article h4, #main_content_section h4 {
	color: #b05a2b;
	font-size: 16px;
	margin-bottom: 8px;
}
#article h5, #main_content_section h5 {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
#admin h4 {
	color: #fff;
}
#article .section {
	margin-bottom: 32px;
}
#article .section a {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	text-decoration: none;
}
#article .section p {
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 1.4em;
}
#series ul li h4 {
	padding-bottom: 8px;
}
#series ul li a {
	display: block;
}
#series ul li.current h4{
	background-image: url(/images/icons/icons.png);
	background-position: right -777px;
	background-repeat: no-repeat;
}
#sidebar div.panel {
	background-position: 280px 15px;
	background-repeat: no-repeat;
	color: #555;
}
#reading h3 {
	background-position: right -526px;
	background-repeat: no-repeat;
	background-image: url(../images/icons/icons.png);
}
div#shop, div#sites {
	background-position: 280px 15px;
	background-repeat: no-repeat;
}
#author img {
	border: 5px solid #ededec;
	float: left;
}
div#author h4 {
	margin-bottom: 8px;
}
div#author p {
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1.4em;
}
h3 {
	background-repeat: no-repeat;
}
div#shop h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -2563px;
}
div#sites h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -2629px;
}
div#guides h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -1697px;
}
div#series h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -2497px;
}
div#forums h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -1435px;
}
div#galleryside h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -1565px;
}
div#recipes h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -2357px;
}
div#diary h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -907px;
}
div#comments h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -711px;
}
div#addevent h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -66px;
}
div#addlink h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -132px;
}
div#eventfinder h3 {
	background-image: url(../images/icons/icons.png);
	background-position: right -1106px;
}

p.more {
	font-size: 13px;
	margin-top: 10px;
}
p.more a, #article p.more a {
	background-repeat: no-repeat;
	color: #6e4e2a;
	padding-left: 20px;
	text-decoration: none;
}
#article p.more a:hover {
	border: none;
	text-decoration: underline;
}
p.gallery-more a {
	background-image: url(../images/icons/icons.png);
	background-position: 0 -1501px;
}
p.video-more a {
	background-image: url(../images/icons/icons.png);
	background-position: 0 -2761px;
}
p.diary-more a {
	background-image: url(../images/icons/icons.png);
	background-position: 0 -843px;
}
p.events-more a {
	background-image: url(../images/icons/icons.png);
	background-position: 0 -1172px;
}
/* Video */
#video h3 {
	background: #ffffff url("../images/icons/icons.png") no-repeat right -2825px;
}
#video p, .full .thumbs li p, .full.events div ul li a, .shop ul li a, div.link_btn a {
	font-size: 12px;
}
#video p.more, .panel.right p, .panel_feature p, .coda-nav ul {
	font-size: 12px;
}
.player-wrapper {
	margin: 0 auto;
	position: relative;
	width: 290px;
}
.player-wrapper span {
	background: transparent url(/images/site/video-overlay.png) no-repeat;
	height: 63px;
	left: 108px;
	opacity: 0.8;
	position:absolute;
	top: 48px;
	width: 73px;
	z-index: 100;
}
#home .player-wrapper span {
	top: 88px;
}
.player-wrapper span:hover {
	opacity: 1;
}
#video h4 {
	font-size: 14px;
	margin: 14px 0;
}
/* Gallery */
#article .gallery-list {
	margin: 0;
	overflow: auto;
}
#article .gallery-list li {
	border: 4px solid #ccc;
	float: left;
	height: 150px;
	list-style: none;
	margin: 0 12px 12px 0;
	width: 200px;
}
#article .gallery-list li:hover {
	border: 4px solid #b05a2b;
}
.gallery-list li img {
	margin-left: 63px;
	margin-top: 28px;
}
.gallery-list li a {
	display: block;
}
#article .gallery-list li a, .gallery-list li a:hover, .gallery-list li img:hover {
	border: none;
	text-decoration: none;
}
.gallery-list li a span {
	background-color: #000;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 1.2em;
	margin-top: 12px;
	opacity: 0.7;
	padding: 6px 8px;
	text-align: center;
}
#article .albums li {
	height: 100px;
	margin-right: 10px;
	width: 100px;
}
.albums li img {
	margin-left: 0;
	margin-top: 0;
}
.albums li a span {
	height: 13px;
	margin-top: -5px;
}
#article #photo-list li {
	height: 150px;
	width: 150px;
}
#article #photo-list li img {
	margin: 0;
}
#photo-list li a span {
	height: 25px;
	margin-top: -42px;
}
#photo-album-list li a span {
	height: 13px;
	margin-top: -30px;
}
#galleryside h3 {
	margin-bottom: 10px;
}
#galleryside div {
	line-height: 4px;
}
#galleryside img {
	margin: 4px 4px 0 0;
}
/* Events */ 
.event-listing h2 {
	border-bottom: 1px dotted #9c9c9c;
	margin-bottom: 1em;
	padding-bottom: 4px;
}
.event {
	margin-bottom: 2em;
}
#map img {
	border: 4px solid #ddd;
}
#map img:hover {
	border: 4px solid #aaa;
}
#article .event-meta p {
	margin-bottom: 8px;
}
#article ul#calendar_links {
	margin: 0;
}
ul#calendar_links li {
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	margin-left: 0;
	margin-right: 16px;
	padding-left: 20px;
}
ul#calendar_links li a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
li#ical {
	background-image: url(/images/icons/icons.png);
	background-position: 0 -1763px;
}
li#outlook {
	background-image: url(/images/icons/icons.png);
	background-position: 0 -2093px;
}
li#gcal {
	background-image: url(/images/icons/icons.png);
	background-position: 0 -1631px;
}
li#ycal {
	background-image: url(/images/icons/icons.png);
	background-position: 0 -2891px;
}
#article .event #map a:hover {
	border: none;
}
.event-listing h3 {
	border-bottom: none;
	font-size: 20px;
	margin-bottom: -0.4em;
}
#article .event-listing h3 a {
	text-decoration: none;
}
.event-meta {
	border: 1px solid #cdcec6;
	margin-bottom: 2em;
	overflow: auto;
	padding: 10px;
}
.event-meta dt {
	clear: left;
	color: #777;
	float: left;
	font-weight: bold;
	line-height: 1.4em;
	padding: 3px 6px 3px 0;
	width: 6em;
}
.event-meta dd {
	font-weight: bold;
	margin-left: 6.6em;
	line-height: 1.4em;
	margin-bottom: 0.6em;
	padding: 3px;
}

/* Books */
#reading table {
	margin: 10px;
}
#reading td {
	padding: 0 5px 15px 5px;
	text-align: center;
	width: 110px;
}
#reading p a {
	color: #78562f;
	text-decoration: none;
}
#reading p a:hover {
	text-decoration: underline;
}
#reading tr.covers td img, ul#links img {
	border: 2px solid #cdcec6;
}
#reading tr.covers td img:hover, ul#links img:hover {
	border: 2px solid #6f735c;
}
#reading td p {
	color: #6f5d44;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 5px;
}
#reading td p span {
	color: #555;
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}
#reading p.more {
	clear: both;
}
#book h2 {
	border-bottom: 1px dotted #999;
	color: #b05a2b;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 10px 0 10px;
	padding-bottom: 10px;
	text-shadow: 1px 1px rgba(100, 100, 100, 0.2);
}
#book h2 span {
	display: block;
	font-size: 14px;
	margin-top: 4px;
}
#book-details {
	margin-left: 260px;
	width: 330px;
}
#book-meta img.cover {
	border: 4px solid #ccc;
}
#book-meta {
	float: left;
	margin-right: 20px;
}
#book-meta h4 {
	color: #999;
	font-size: 11px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#book-meta ul {
	margin-left: 0;
}
#book-meta li {
	list-style: none;
	margin-bottom: 12px;
	margin-left: 0;
	padding-left: 0;
}
#book-meta a:hover {
	border: none;
}
#book .event-meta dl {
	margin-top: 8px;
}
#book .event-meta dt {
	width: 9em;
}
#book .event-meta dd {
	margin-left: 9.8em;
}
#book .event-meta dt, #book .event-meta dd {
	line-height: 1.1em;
	margin: 0;
}
/* Terms */
.terms {
	font-size: 14px;
	margin-bottom: 20px;
}
.terms thead {
	background-color: #9b7a47;
	color: #fff;
}
.terms th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}
.terms tr {
	border-bottom: 1px solid #ccc;
}
.terms td {
	border-collapse: collapse;
	padding: 8px;
}
.terms td.term {
	font-family: Georgia, serif;
	font-style: italic;
	width: 120px;
}
.terms tr.oddrow {
	background-color: #eae7e2;
}
/* Shop */
#shop ul li {
	border-bottom: 1px dotted #ccc;
	margin-top: 10px;
	padding: 5px 0;
}
div#shop li p {
	color: #555;
	font-size: 12px;
	line-height: 1.25em;
	margin-top: 6px;
}
#shop a {
	color: #6e4e2a;
	text-decoration: none;
}
#shop a:focus, #shop a:hover, #shop a:active {
	text-decoration: underline;
}
#shop p span {
	color: #6d3818;
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
p.shop-more a {
	background-image: url(../images/icons/icons.png);
	background-position: 0 -198px;
}
/* Sites */
div#sites ul li {
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px 0 10px;
}
div#sites li a {
	background-image: url(../images/icons/icons.png);
	background-position: 0 -198px;
	background-repeat: no-repeat;
	color: #6e4e2a;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}
div#sites a:focus, div#sites a:hover, div#sites a:active {
	text-decoration: underline;
}

/* Diary */
div#diary ul.thumbs li span, #diaryarchives li, #diarycategories li,  #galleryside li {
	font-family: Georgia, Times New Roman, serif;
	font-size: 13px;
	font-style: italic;
}
#diary ul li h4 {
	margin-bottom: 4px;
}
#diarycategories, #diaryarchives, #galleryside {
	overflow: auto;
}
#diarycategories h3, #diaryarchives h3 {
	margin-bottom: 0;
}
#diarycategories ul, #diaryarchives ul, #galleryside ul {
	float: left;
	width: 100%;
}
#diarycategories ul li, #diaryarchives ul li, #galleryside ul li {
	background-image: url(../images/icons/arrow.png);
	background-position: left middle;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	padding: 0 0 10px 20px;
	width: 110px;
}
ul#eventcategories li {
	width: 220px;
}
#diaryarchives ul.diarymonths {
	margin-top: 8px;
}
#diaryarchives ul.diarymonths li {
	margin-left: -20px;
}
#diaryarchives ul.diarymonths li {
	background-image: none;
}
.diary-post {
	border-bottom: 1px dotted #9c9c9c;
	margin-bottom: 32px;
}
.diary-post h2, .event-listing h2 {
	color: #7a7664;
	font-size: 26px;
	font-weight: normal;
}
#article .diary-post h2 a {
	color: #7a7664;
	text-decoration: none;
}
#article .diary-post h2 a:hover {
	border: none;
	color: #7a7664;
	text-decoration: underline;
}
#article p.diary-meta {
	font-size: 14px;
}
#article p.diary-meta a {
	margin: 0 4px;
	text-decoration: none;
}
#article span.comment-count a {
	background-image: url(/images/icons/icons.png);
	background-position: 0 -710px;
}
#article span.add-comment a {
	background-image: url(../images/icons/icons.png);
	background-position: 0 0;
}
#article span.comment-count a, #article span.add-comment a {
	background-repeat: no-repeat;
	font-weight: normal;
	padding-left: 20px;
}
#article p.diary-meta a:hover {
	border: none;
	text-decoration: underline;
}
#article p.diary-date, #article p.event-date {
	color: #7a7664;
	font-family: Georgia, Times New Roman, serif;
	font-size: 15px;
	font-style: italic;
	margin: 4px 0 16px;
}
#article .diary-post .links a, #article .event .links a {
	color: #6d3818;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	text-decoration: none;
}

/* Link directory */
#article ul.linkcats, #article ul.childlinkcat {
	margin: 8px 0 0 10px;
}
#article ul.linkcats {
	margin-bottom: 30px;
	margin-top: 30px;
}
#article ul.linkcats li {
	background-image: url(/images/icons/folder-horizontal.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin-bottom: 8px;
	margin-left: 0;
	padding-left: 28px;
}
#article .linkcats a {
	text-decoration: none;
}
#article .linkcats .childlinkcat li {
	font-size: 14px;
	font-weight: normal;
}
ul#links {
	margin: 0;
}
#links li {
	border-bottom: 1px solid #eee;
	list-style: none;
	margin-top: 10px;
	overflow: auto;
}
#links h4 {
	font-size: 16px;
}
#links h4 a {
	text-decoration: none;
}
#links img {
	margin-bottom: 10px;
}

/* Comments */
#comments {
	line-height: 1.6em;
	padding: 15px 20px;
}
img.avatar {
	border: 5px solid #ededec;
	float: left;
}
img.comment {
	border: 5px solid #ededec;
}
img.comment:hover {
	border: 5px solid #ccc;
}
div.comment {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 16px;
	overflow: auto;
}
.comment .meta {
	border: none;
	color: #7a7664;
	margin: 0;
	padding: 0 0 8px;
}
.comment h4 {
	color: #525043;
	font-size: 15px;
}
.comment h4 a {
	color: #b05a2b;
	text-decoration: none;
}
.comment h4 a:focus, .comment h4 a:hover, .comment h4 a:active {
	text-decoration: underline;
}
.comment div {
	margin-left: 100px;
}
.comment p {
	font-size: 13px;
	margin-bottom: 8px;
}
#comments h3#leave_comment {
	background-image: url(../images/icons/icons.png);
	background-position: right -1941px;
	background-repeat: no-repeat;
	border-top: 4px solid #ab561f;
	margin-top: 18px;
	padding-top: 18px;
}

/* Guides */
body#single div#article {
	border-bottom: 1px dotted #9c9c9c;
	margin-bottom: 16px;
}
div.titleimage {
	height: 140px;
}
div.guidetitle h2 {
	background-image: url(../images/site/semitrans.png);
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	height: 1.8em;
	letter-spacing: 0.6px;
	margin-bottom: 20px;
	margin-top: -2.6em;
	padding: 0.8em 0.5em 0;
}
div.guidetitle h2 span.rss {
	float: right;
	margin-top: -3px;
}
div.guidenav {
	height: 3em;
	margin: 10px 0;
	padding-bottom: 10px;
	text-align: center;
}
div.guidenav ul {
	font-size: 13px;
	width: 100%;
}
div.guidenav li {
	float: left;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	width: auto;
}
div.guidenav li span {
	color: #999;
	display: block;
	font-size: 11px;
	margin: 0 10px 4px 10px;
	text-shadow: none;
	text-transform: uppercase;
}
div.guidenav a {
	background-color: #6f735c;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	text-decoration: none;
}
div.guidenav a:focus, div.guidenav a:hover, div.guidenav a:active {
	text-decoration: underline;
}
div.guidenav li.previous {
	margin: 0;
	padding-left: 10px;
	text-align: left;
}
div.guidenav li.previous span {
	margin-right: 12px;
	text-align: right;
}
div.guidenav li.previous a {
	background-image: url(../images/site/previous-bg.png);
	background-position: left;
	padding: 8px 12px 8px 30px;
}
div.guidenav li.next a {
	background-image: url(../images/site/next-bg.png);
	background-position: right;
	padding: 8px 30px 8px 12px;
}
div.guidenav li.next {
	float: right;
	margin: 0;
	padding-right: 10px;
	text-align: right;
}
div.guidenav li.next span {
	margin-left: 12px;
	text-align: left;
}

/* Footer */
#footer {
	background-color: #342a1e;
	background-image: url(../images/site/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 4px solid #a65523;
	clear: both;
	margin-top: 10px;
	padding: 25px;
	overflow: auto;
}
#footer h3 {
	color: #c1a37d;
	font-size: 14px;
	margin-bottom: 20px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	text-transform: lowercase;
}
#footer p {
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
}
div#contact, div#gallery, div#whois {
	float: left;
}
div#contact {
	width: 310px;
}
div#contact dl {
	font-size: 12px;
	margin-top: 20px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
	text-transform: lowercase;
}
div#contact dt {
	color: #c1a37d;
	font-weight:bold;
	margin-top: 0.6em;
}
div#contact dd {
	color: #fff;
	font-size: 12px;
	margin-left: 6.5em;
	margin-top: -1em;
}
div#contact dd a {
	color: #fff;
	text-decoration: none;
}
div#contact dd a:focus, div#contact dd a:hover, div#contact dd a:active {
	text-decoration: underline;
}
div#gallery {
	margin-right: 20px;
	width: 300px;
}
div#gallery li {
	float: left;
	margin-bottom: 5px;
	margin-right: 8px;
}
div#gallery a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
div#gallery a:focus, div#gallery a:hover, div#gallery a:active {
	text-decoration: underline;
}
div#gallery a#smugmug {
	padding-right: 16px;
}
div#gallery a#smugmug:focus, div#gallery a#smugmug:hover, div#gallery a#smugmug:active {
	background-image: url(/images/site/smugmug.png);
	background-position: right 90%;
	background-repeat: no-repeat;
	color: #a0e22e;
	text-decoration: none;
}
div#whois {
	width: 280px;
}
div#whois p {
	background-image: url(../images/site/rosemary-champion-footer.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 80px;
}

.meta {
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-style: italic;
	padding: 8px 0 8px 0;
}
.meta span {
	background-image: url(/images/site/d6d6d6.png);
	background-position: left;
	background-repeat: repeat-y;
	color: #6d3818;
	font-weight: bold;
	margin-left: 4px;
	padding-left: 6px;
}

/* @group Online Shows */

.online-show {
	border-bottom: 1px dotted #999;
	margin: 24px 0;
	overflow: auto;
	padding-bottom: 12px;
}
#article .online-show p {
	line-height: 1.4em;
	margin: 1em 0;
}
.show-class {
	border-bottom: 1px dotted #999;
	margin: 18px 0;
}
#article .online-show h4 {
	font-size: 16px;
}
#article .online-show h4 a {
	text-decoration: none;
}
#article .online-show h4 a:hover {
	text-decoration: underline;
}
.online-show img {
	border: 4px solid #ccc;
	float: left;
}
.online-show h4 span, .show-class h4 span {
	color: #666;
	display: block;
	font-size: 12px;
	margin-top: 6px;
	text-transform: uppercase;
}
#article .online-show h5 {
	color: #7b7949;
	font-size: 16px;
	margin: 20px 0;
	text-transform: uppercase;
}
.show-details {
	margin-left: 130px;
}
dl.online-show-meta {
	margin-bottom: 18px;
}
.online-show dt, dl.online-show-meta dt {
	color: #777;
	float: left;
	font-weight: bold;
	padding: 0 6px 0 0;
	width: 14em;
}
.online-show dd, dl.online-show-meta dd {
	font-weight: bold;
	margin-left: 6.6em;
	margin-bottom: 0.2em;
	padding: 3px;
}
#show-class dt {
	clear: left;
	color: #777;
	float: left;
	font-weight: bold;
	padding: 3px;
	width: 10em;
}
#show-class dd {
	font-weight: bold;
	margin-left: 11em;
	margin-bottom: 0.2em;
	padding: 3px;
}
.entry_sidebar {
	overflow: auto;
}
li.entry {
	position: relative;
}
#article a.vote, #article span.vote {
	background: rgba(64, 64, 64, 0.6);
	bottom: 0;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}
#article a.vote:hover {
	background: rgba(111, 115, 92, 0.9);
}

/* @end */

/* Recipes */
.recipe-list {
	overflow: auto;
}
.recipe-list img {
	border: 3px solid #ddd;
}
#article .recipe-list p {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
	width: 120px;
}
#article .recipe-list p a {
	text-decoration: none;
}
#article .recipe-list p a:hover {
	border: none;
	text-decoration: none;
}
div#recipe_right {
	float: right;
	width: 265px;
}
div#recipe_left {
	float: left;
	width: 315px;
}
p#recipe-meta {
	background-image: url(/images/icons/icons.png);
	background-position: 8px -638px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 30px;
}
ol.recipe li {
	color: #4a4237;
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	font-style: italic;
}
ol.recipe li p {
	color: #262626;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
}
ol.recipe li p.recipe-tip {
	color: #6d3818;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
}
p.recipe-tip span {
	color: #4a4237;
	font-weight: bold;
}
div#ingredients {
	background-color: #f8f5ee;
	background-image: url(/images/site/ingredients-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 3px solid #a6541d;
	margin-bottom: 20px;
	padding: 32px 12px 20px 20px;
}
div#ingredients h3, div#recipe_left h3 {
	border: none;
	color: #6d3818;
}
div#recipe_left h3 {
	margin-bottom: 0;
}
div#ingredients ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#ingredients li {
	background-image: url(../images/icons/arrow.png);
	background-repeat: no-repeat;
	margin-bottom: 4px;
	margin-left: 0;
	padding-left: 20px;
}
#recipe-photos {
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
#article #recipe-photos ul {
	margin: 0;
	padding: 0;
}
#article #recipe-photos ul li {
	list-style: none;
	margin: 0;
	padding-top: 10px;
	text-align: center;
}
#recipe-photos ul li img {
	padding: 0 12px;
}
#recipe-photos a:hover {
	border: none;
	text-decoration: none;
}
#recipe-photos img#prev {
	float: left;
	margin-left: 10px;
	margin-top: 204px;
	position: relative;
	z-index: 9;
}

#recipe-photos img#next {
	float: right;
	margin-right: 10px;
	margin-top: 204px;
	position: relative;
	z-index: 9;
}
#recipe-photos ul li span {
	color: #6d3818;
	display: inline-block;
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	margin: 8px 0 0;
	width: 200px;
}
/* Sundries */
div#sundries {
	font-size: 11px;
	padding-bottom: 60px;
	position: relative;
}
div#sundries p {
	line-height: 1.9em;
}
div#sundries a {
	color: #6e4e2a;
	font-weight: bold;
	text-decoration: none;
}
div#sundries a:focus, div#sundries a:hover, div#sundries a:active {
	text-decoration: underline;
}
div #sundries ul {
	width: 70%;
}
div #sundries li {
	border-right: 1px solid #bbb;
	display: inline;
	padding: 0 6px 0 4px;
}
div #sundries li.last {
	border: none;
}
div#credits {
	position: absolute;
	right:  10px;
	text-align: right;
	top: 10px;
}
div.error {
	background-color: #f6e2e9;
	background-image: url(/images/icons/exclamation-red.png);
	background-position: 12px 10px;
	background-repeat: no-repeat;
	border: 2px solid #892a3b;
	margin-bottom: 10px;
	padding: 12px 12px 12px 48px;
}
.success {
	background-image: url(/images/icons/success.png);
	background-position: 12px 10px;
	background-repeat: no-repeat;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding: 12px 12px 12px 48px;
}
div.success {
	background-color: #d8ecb7;
	border: 2px solid #869170;
}
span.success {
	font-size: 11px;
	padding-left: 36px;
}
div.info {
	background-color: #cfeafe;
	background-image: url(/images/icons/info.png);
	background-position: 12px 10px;
	background-repeat: no-repeat;
	border: 2px solid #6e85be;
	margin-bottom: 10px;
	padding: 12px 12px 12px 48px;
}
p.error {
	background-image: url(/images/icons/icons.png);
	background-position: 12px -1236px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 8px;
	padding: 0 8px 8px 36px;
}

/* Forms */
textarea {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
form.cform {
/*	font-size: 0.750em; */
	margin: 24px 0;
}
form.cform legend {
	color: #b95015;
	font-weight: bold;
	padding: 0 1em;
}
form.cform fieldset {
	border: 1px dotted #aaa;
	margin:  1em;
	padding: 1em;
}
form.cform div {
	margin-top: 1em;
	position: relative;
}
.pickermap {
	display: block;
	z-index: 99;
}
form.cform div label {
	float:  left;
	padding-top: 0.4em;
	padding-right: 1em;
	text-align: right;
	width: 10em;
}
form.cform div.wide label {
	width: 24em;
}
form.cform div label span {
	display: block;
	font-size: 12px;
}
form.cform div.cb {
	padding-left: 2.4em;
}
form.cform div.wcb {
	padding-left: 1em;
}
form.cform p.formnote {
	font-size: 11px;
	margin-bottom: 1em;
	margin-left: 12em;
	margin-top: 0.4em;
}
form.cform div.cb input, form.cform div.wcb input {
	border: none;
	width: auto;
}
form.cform div.cb label, form.cform div.wcb label {
	float: none;
}
form.cform div input.narrow {
	width: 50px;
}
form.cform fieldset div input, form.cform fieldset div textarea {
	border: 2px solid #ccc;
	padding: 0.3em;
	width:  360px;
}
form.cform fieldset div input:focus, form.cform fieldset div textarea:focus {
	border: 2px solid #6f735c;
}
form.cform div.btn {
	text-align: center;
}
ul.formerror {
	color: #dd3238;
	font-weight: bold;
	list-style: disc;
	margin-left: 2em;
	margin-top: 1em;
	padding-left: 24px;
}
/* Event finder */
form#event_finder {
	padding: 0 10px;
}
form#event_finder label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 4px;
}
form#event_finder input {
	border: 1px solid #e4e4e0;
	color: #555;
	font-size: 13px;
	padding: 2px 2px;
}
form#event_finder input, form#event_finder select {
	width: 260px;
}
form#event_finder .btn {
	margin: 10px 0;
}
form#event_finder .btn input, input.btn, input.button_submit {
	background-color: #919679;
	border: none;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	width: auto;
}
form#event_finder .btn input:focus, form#event_finder .btn input:hover, form#event_finder .btn input:active {
	background-color: #6f735c;
}
/* Comment form */

form#comment_form textarea {
	border: 2px solid #e4e4e0;
	color: #555;
	font-size: 14px;
	padding: 6px 4px;
}
form#comment_form textarea:focus {
	border: 2px solid #999;
	color: #a33c0b;
}
/* User forms */
form.user_form label span.required {
	color: #007b11;
	font-size: 15px;
	font-weight: bold;
}
form.user_form fieldset {
	border: 1px solid #bbb;
	margin-bottom: 2em;
	padding: 1em 2em 2em;
	width: 500px;
}
form.user_form legend {
	color: #b05a2b;
	font-size: 15px;
	font-weight: bold;
	margin-left: -8px;
	padding: 0 8px;
}
form.user_form label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0 2px;
}
form.user_form label span {
	color: #666;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.radio {
	margin: 8px;
}
form.user_form .radio label {
	display: inline;
	font-size: 12px;
	font-weight: normal;
}
.checkbox {
	margin: 12px 0;
}
form.user_form .checkbox label {
	display: inline;
}
form.user_form .checkbox input {
	border: none;
	width: auto;
}
form.user_form input, #article form.user_form textarea {
	border: 2px solid #e4e4e0;
	color: #555;
	font-size: 14px;
	padding: 6px 4px;
}
form.user_form input:focus, form.user_form textarea:focus {
	border: 2px solid #999;
	color: #a33c0b;
}
form.user_form input {
	width: 320px;
}
#article p.labelnote {
	font-style: italic;
	margin-bottom: 4px;
}
form.user_form input.inline, form.user_form input.picker-search-button, form.cform input.inline, form.cform input.picker-search-button {
	display: inline;
	width: auto;
}
form.user_form input.picker-search-button {
	margin-left: 4px;
}
form.user_form input#lnglat, form.cform input#lnglat {
	width: 200px;
}
form.user_form .btn {
	margin: 10px 0;
}
form.user_form .btn input {
	background-color: #919679;
	border: none;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	color: #fff;
	padding: 6px 12px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	width: auto;
}
form.user_form .btn input:focus, form.user_form .btn input:hover, form.user_form .btn input:active {
	background-color: #6f735c;
}
form.user_form textarea {
	width: 520px;
}
.buysellads {
	overflow: auto;
}
/* Pagination */
#pagination {
	margin: 24px 12px;
	text-align: center;
}
#pagination ul {
	border:0;
	margin:0;
	padding:0;
	padding-bottom: 10px;
}
#pagination li {
	border:0;
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#pagination a {
	border:solid 1px #ddd;
	margin-right:2px;
}
#pagination .previous-off, #pagination .next-off {
	color:#666;
	display:inline;
	font-weight:bold;
	padding:3px 4px;
}
#pagination .ellipsis {
	padding: 0 6px;
}
#pagination .next a, #pagination .previous a {
	font-weight:bold;
	display:inline;
	border:solid 1px #fff;
}
#pagination .active {
	color:#b82028;
	display:inline;
	font-weight:bold;
	padding:4px 8px;
}
#pagination a:link, #pagination a:visited {
	color:#1D4012;
	display:inline;
	padding:3px 6px;
	text-decoration:none;
}
a.cta-button, #article a.cta-button, .guidenav a.cta-button, #sidebar a.cta-button {
color:#FFF;
background-color:#6f735c;
background-image:linear-gradient(top,#6f735c,#919679);
filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#6f735c',EndColorStr='#919679');
font-weight:700;
font-size:13px!important;
-moz-border-radius:1.15em;
-webkit-border-radius:1.15em;
border-radius:1.15em;
border:1px solid #555;
-moz-box-shadow:inset 0 1px 0 #6f735c, 0 2px 3px rgba(0,0,0,0.28);
-webkit-box-shadow:inset 0 1px 0 #6f735c, 0 2px 3px rgba(0,0,0,0.28);
box-shadow:inset 0 1px 0 #6f735c, 0 2px 3px rgba(0,0,0,0.28);
text-shadow:0 1px 2px rgba(0,0,0,0.53);
cursor:pointer;
opacity:1;
-moz-transition:opacity .2s ease-out;
-o-transition:opacity .2s ease-out;
-webkit-transition:opacity .2s ease-out;
-ms-transition:opacity .2s ease-out;
transition:opacity .2s ease-out;
padding:7px 12px;
text-decoration: none;
}
a.cta-button:hover, #article a.cta-button:hover, .guidenav a.cta-button:hover, #sidebar a.cta-button:hover {
	text-decoration: underline;
}
