/* dark - light blue */
/* 0072bc 0089cf 00a1e4 00adef 16c1f3 8dd8f8 d4effc */
/* orange - yellow */
/* f79437 fdb939 ffdf36 fff334 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #666;
	background: #fff url(template_img/bg.gif) repeat-x 0 0;
	height:94%;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}
ol, ul {
	list-style: none;
}
img {
	border: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

hr {
	border: 0;
	color: #eee;
	background-color: #eee;
	height: 2px;
}


#d_body {
width:100%;
height:100%;
}
#d_outerbox {
width:780px;
margin: 0 auto;
}
#header { /* the header of the page */
width:780px;
height:122px;
background: url(template_img/foscombewoodfarm.png) no-repeat 0 0;
padding:0 0 10px 0;
margin:0;
}
#header h1{
width: 780px;
height: 102px;
}
#header h1 a {
display: block;
width: 780px;
height: 102px;
text-indent: -9999px;
}

/*Navigation*/
#navcontainer ul
{
padding: 0;
margin: 0;
color: #fff;
float: left;
width: 780px;
height: 28px;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 8px 40px 7px 0;
color: #fff;
font-weight: bold;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
color: #333;
}
/*End navigation*/

#d_contentbody {
padding:20px 0;
}
#d_contentbody ul {
padding-bottom: 20px;
}
#d_contentbody li {
line-height: 1.4em;
}
#d_contentbody p {
line-height: 1.2em;
}
#d_contentbody img.il {
float: left;
vertical-align: top;
padding: 0 20px 20px 0;
}


#d_contentbody_left {
	float:left;
	width:570px;
	padding: 10px 10px 10px 0;
}
#d_contentbody_right {
	float:right;
	left:580px;
	width:190px;
	padding: 10px 0 10px 9px;
	border-left: 1px solid #ddd;
	z-index: 1001;

}

#d_contentbody h2, h3 {
	padding: 5px 0 5px 0;
}

.d_blog {/* class for the blog entries */
position:relative;
padding:6px 0;
}

.d_blog img {/* if you want a CSS class on images contained within blog content, borders and such */
}
h1,h2,h3 {
	font-family: Century Gothic, sans-serif;
	letter-spacing:0.1em;
}
h2 {
font-size:1.8em;
font-weight: bold;
color: #339933;
}
h3 {
font-size:1.2em;
font-weight: bold;
}

/* header styles */
.content_header { /* header for blogs */
	font-size:1.3em;
	font-weight: bold;
}
.content_date { 
	font-size:0.8em;
	font-weight:normal;
	color: #aaa;
}
.content_date  span{ 
	font-size:2em;
	font-weight:normal;
	color: #f79437;
	vertical-align: top;
}
div.content_content {
margin:10px 0;
line-height:1.2em;
}
ul.linkList {
list-style:none;
list-style-image:none;
}
ul.linkList li {
padding-left:15px;
margin-top:6px;
background-image:url(template_img/white_arrow.png);
background-repeat:no-repeat;
}
ul.content_linkrow {
	padding: 10px;
	background: #eee;
	border: 0;
	border-top: 2px solid #ddd;
}

ul.content_linkrow li {
display:inline;
padding-left:15px;
}
ul.content_linkrow li.author {
background-image:url(template_img/person.gif);
background-repeat:no-repeat;
}
ul.content_linkrow li.comments {
background-image:url(template_img/comments.gif);
background-repeat:no-repeat;
}
ul.content_linkrow li.plink {
background-image:url(template_img/plink.gif);
background-repeat:no-repeat;
}

/* style for polls */
.pollName { /* header */
	font-size: 1.1em;
	font-weight: bold;
}
.poll { /* poll */
	width: 100%;
}

table.cwc {
padding: 0;
	font-size:0.9em;
	width:100%;
}
table.cwc th {
	padding: 5px;
	background: #a85d57;
	color: #fff;
	border-bottom: 2px solid #fff;
}
table.cwc td {
	padding: 5px;
	background: #eee;
	border-bottom: 2px solid #fff;
}

div.pics img{
	padding: 0;
	margin:0;
}

p {
	padding: 0 0 10px 0;
}

/* link styles */
/* generic links style */
A:link    { color: #0072bc; text-decoration:none }
A:active  { color: #0072bc; text-decoration:none}
A:visited { color: #0072bc; text-decoration:none}
A:hover   { color: #0072bc; text-decoration:underline  }
/* links within Blog content */
.b_content A:link    { color: #000000; text-decoration:underline }
.b_content A:active  { color: #000000}
.b_content A:visited { color: #000000}
.b_content A:hover   { color: #000000}
/* links within Blog subtext */
.b_subtext A:link    { color: #000000; text-decoration:underline }
.b_subtext A:active  { color: #000000}
.b_subtext A:visited { color: #000000}
.b_subtext A:hover   { color: #000000}
/* links within Comments  */
.c_content A:link    { color: #000000; text-decoration:underline; font-weight:bold }
.c_content A:active  { color: #000000; font-weight:bold }
.c_content A:visited { color: #000000; font-weight:bold }
.c_content A:hover   { color: #000000; font-weight:bold }

/* headers as links */
h1 A, h1 A:hover {
text-decoration:none;
color:#fff;
}

/* calendar begin */

table#calendar {
	font-size:1em;
	width:100%;
}
table#calendar caption {
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #aaa;
	font-size:0.8em;
	font-weight: bold;
	padding: .3em 1px;
}
table#calendar tr#title th {
	font-size:1.3em;
	font-weight: bold;
	color: #f79437;
	text-align: center;
}
table#calendar td {
	color: #aaa;
	text-align: center;
	vertical-align: middle;
	padding:5px 0;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	width: 10px;
	text-align:center;
	padding:0 3px 0 3px;
}
table#calendar th a {
	font-weight: bold;
}


table#calendar .today {
	background-color: #eee;
}
table#calendar p {
	font-size: 1em;
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align:center;
	
}
.dCenter 
{
margin-left: 15%;
margin-right: 15%;
}

/* calendar ends */


/* comments */
.c_cHeader {
border-top:solid 2px #ddd;
background-color:#eee;
margin: 15px 0 10px 0;
padding:6px;
padding-bottom:4px;
}
.c_contentPerson {
height:32px;
padding-left:44px;
background-image:url(img/avatar/warhol.gif);
background-repeat:no-repeat;
}
.c_contentTop {
height:32px;
background:#fff url(template_img/comment_top.gif) no-repeat 0 0;
}
.c_content {
background:#fff url(template_img/comments_bg.gif) repeat-x 0 0;
padding:10px;
}
.c_contentBottom {
height:50px;
}

.info {
	margin: 10px 0;
	padding: 10px;
	background: #ccffcc;
	border-top: 1px solid #669966;
	border-bottom: 1px solid #669966;
}

/* Commets form */
#f1 {
background-color:#eee;
border:solid 3px #dddbdb;
margin:8px;
padding:14px;
padding-top:2px;

}

#f1 input, #f1 textarea {
width:300px;
margin:5px 0 10px 0;
padding:4px;
border:2px dotted #dddbdb;
}

#f1 input {
height:18px;
}
 #f1 textarea {
 width:430px;
 }

#f1 input.selected,#f1 textarea.selected {
border:solid 2px #dddbdb;
}

#f1 input.btn {
width:60px;
height:26px;
}

#footer { /* the footer of the page */
background: #eee;
border-top: 2px solid #cc6633;
padding:10px 0 20px 0;
margin:0;
}
#footer_box {
width:780px;
margin: 0 auto;
font-size: 0.8em;
line-height: 1.4em;
text-align: center;
}
#footer_box_1 {
width:390px;
float: left;
text-align: left;
line-height: 1.4em;
font-size: 1.2em;
}
#footer_box_2 {
width:390px;
float: left;
text-align: right;
line-height: 1.4em;
font-size: 1.2em;
}

#footer_box h2 {
padding: 5px 0 15px 0;
color: #cc6633;
}
#footer_box_1 h2 {
text-align: left;
}

.clear {
clear:both;
height: 30px;
}

/*Lightbox*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*Gallery*/
div.frame {
	float: left;
	width:150px;
	height: 185px;
	padding: 10px;
	margin: 10px;
	background: #fff;
	border: 2px solid #eee;
	font-size: 0.8em;
}
div.pic {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
}
div.pic a{
	display: block;
	width: 150px;
	height: 150px;
}

.product {
	float: left;
	width:370px;
	padding: 10px;
}
.product div.frame {
	width:150px;
	height: 200px;
	padding: 10px;
	margin: 10px;
	background: #fff;
	border: 2px solid #eee;
	font-size: 0.8em;
}
.product div.pic {
	width: 150px;
	height: 200px;
	margin-bottom: 10px;
}
.product div.pic a{
	display: block;
	width: 150px;
	height: 200px;
}

