/* =======================================================================================================================
=RESET
========================================================================================================================*/

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,dd,dl,dt,
li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul 
{
	list-style: none;
}

q:before,q:after, blockquote:before,blockquote:after 
{
	content: "";
}

a 
{
	text-decoration: none;
}

/* =======================================================================================================================
=CLEAR FLOATS
========================================================================================================================*/
.container:after,
.main:after,
.column:after,
.sub-container:after,
.navigation:after,
.masthead-container:after,
.search-container:after

{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0em;
	visibility: hidden;
	overflow: hidden;
}

/* =======================================================================================================================
=GLOBAL STYLES
========================================================================================================================*/

body 
{
	background: #ffffff url(images/body.jpg) repeat;
	color: #333;
	font-family:trebuchet MS,arial,times New Roman;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl,
pre, p, blockquote, table, img 
{
	padding-bottom: .5em;
}

h1, h2, h3, h4, h5, h6, strong, em 
{
	
}

h1, h2, h3, h4 {
	font-family:trebuchet MS,arial,times New Roman;
}

h1 
{
	
}

h2 
{
	color:#55b7fe;}
	
	.h2sidebar{
color:#62d058;


}

h3 
{
	font-size: 1.4em;
}

h4 
{
	font-size: 1.3em;
}

a:link, a:visited 
{
	color:#62d058;
}

a:hover, a:focus 
{
	color:#d79e15;
}

p 
{
	font-size: 1em;
}

/* =======================================================================================================================
=LAYOUT
========================================================================================================================*/

.container {
margin:0 auto;
position:relative;
width:990px;
}


/* =search */
.search-container {
float:right;
height:39px;
margin-left:600px;
margin-top:40px;
position:absolute;
width:400px;
z-index:1;
	
}
.search {
background:url("images/search-input.png") no-repeat scroll 0 0 transparent;
float:right;
height:28px;
margin-top:5px;
width:250px;
}

.search div {
	margin-left:20px;
margin-top:2px;
}

.search input.txt {
background:none repeat scroll 0 0 transparent;
border:0 none;
color:grey;
margin-left:-11px;
margin-right:0;
margin-top:3px;
vertical-align:middle;
width:220px;
}

.search input.btn {
	display:none;
margin-top:2.5px;
vertical-align:middle;
}

/* end search */

.masthead-container {
height:600px;
margin-left:-2.5px;
margin-top:90px;
position:relative;
width:996px;

	
}

/* =logo */

h1.logo {
background:url("images/logo.png") no-repeat scroll 0 0 transparent;
float:left;
height:108px;
margin-left:32px;
margin-top:-85px;
position:absolute;
width:927px;
z-index:1;
	
}

h1.logo a {
display:block;
height:108px;
overflow:hidden;
text-indent:-999em;
width:927px;
}

/* end logo */

/* =tools */

.tools {
	width:300px;
	padding:26px 0 0 30px;
	float:right;
}

.tools li {
	list-style:none;
	float:right;
}

.tools li a {
	display:block;
	text-indent:-999em;
	overflow:hidden;
}

.tools li.rss {
	padding-right:15px;
}

.tools li.rss a {
	background:url(images/rss.gif) no-repeat;
	width:65px;
	height:65px;
}

.tools li.rss a:hover {
	background-position:0 -65px;
}

.tools li.email a {
	background:url(images/email.gif) no-repeat;
	width:76px;
	height:66px;
}

.tools li.email a:hover {
	background-position:0 -66px;
}


/* =left content */

.asides {
	width:990px;
	float:left;
	margin-bottom:10px;
}
#menu,#about,#visit,#rare,#birds,#restaurant,#school,#functions,#events,#contact {
height:90px;
list-style:none outside none;
margin:-13px auto 0;
padding:0;
width:995px;
	}
	/* =navigation */
	
	#navigationContainer {
		margin-left:3px;
		position:relative;
		height:65px;
		}
	
		#menu li,#about li,#visit li,#rare li,#birds li,#restaurant li,#school li,#functions li,#events li,#contact li {
			float:left;
height:90px;

overflow:hidden;
position:relative;
width:99px;
		}

		#menu li a, about li a, visit li a, rare li a, birds li a, restaurant li a, school li a, functions li a, events li a, contact li a        {
			position:absolute;
			top:-37px;
			text-indent:-999em;
			background:url(images/home.png) no-repeat 0 0;
			display:block; 
			width:100px; 
			height:130px;

			/* fast png fix for ie6 */
			position:relative;
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
		}
				#about li a  {
			background:url(images/about.png) no-repeat 0 0;
		}
					#visit li a  {
			background:url(images/visit.png) no-repeat 0 0;
		}
					#rare li a  {
			background:url(images/animals.png) no-repeat 0 0;
		}
					#birds li a  {
			background:url(images/kidsparties.png) no-repeat 0 0;
		}
					#restaurant li a  {
			background:url(images/restaurant.png) no-repeat 0 0;
		}
					#school li a  {
			background:url(images/school.png) no-repeat 0 0;
		}
					#functions li a  {
			background:url(images/functions.png) no-repeat 0 0;
		}
					#events li a  {
			background:url(images/events.png) no-repeat 0 0;
		}
					#contact li a  {
			background:url(images/contact.png) no-repeat 0 0;
		}
/* =navigation */

#nav
{
	left:50px;
color:black;
font-size:10px;
list-style:none outside none;
padding:0;
position:absolute;
top:500px;
}
 
#nav li
{
    display: inline;
	width:50px;
}
 
#nav li a
{
background:url("images/nav-bk.png") no-repeat scroll center top transparent;
color:white;
display:block;
float:left;
margin:1px 5px 0 0;
padding:10px;
text-align:center;
text-decoration:none;
width:65px;
}

.asides .navigation {
background:url("images/navigation_bg.png") repeat-x scroll center top transparent;
height:57px;
margin-bottom:10px;
position:absolute;
width:990px;
}

.asides .navigation .edge-nav {
	background:url(images/nav_edge.png) no-repeat;
	width:41px;
	height:57px;
	position:absolute;
	bottom:0;
	right:0;
}

.asides .navigation li {
	float:left;
}

.asides .navigation a {
	height:57px;
	display:block;
	text-indent:-999em;
}

.asides .navigation a.home {
	background:url(images/home.gif) no-repeat;
	width:71px;
}

.asides .navigation a.about {
	background:url(images/about.gif) no-repeat;
	width:73px;
}

.asides .navigation a.archives {
	background:url(images/archives.gif) no-repeat;
	width:95px;
}

.asides .navigation a.contact {
	background:url(images/contact.gif) no-repeat;
	width:83px;
}

.asides .navigation a.home:hover,
.asides .navigation a.about:hover,
.asides .navigation a.archives:hover,
.asides .navigation a.contact:hover {
	background-position:0 -57px;
}

/* =column one */

.asides .one {
	background:url(images/asides.jpg) repeat;
	width:340px;
	margin:0 10px;
	padding:10px 0;
	margin-top:200px;
}
/* =Latest News */
#latest-news {background:url("images/two_bg.jpg") repeat-y scroll right center transparent;
border:6px solid white;
float:right;
font-size:12px;
padding:16px;
position:relative;
width:310px;}

.featured-post{background-color:#FFFFFF;
padding:20px;}

/* =Newsletter */
#newsletterContainer {
height:102px;
margin-bottom:5.5px;
	}
	#newsletterText {
		background:url("images/newsletterText.png") no-repeat scroll 0 0 transparent;
height:32px;
margin-left:46px;
margin-top:15px;
width:204px;
		}
	input.btn {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/newsletterButton.png) no-repeat;
border-style:none;
cursor:pointer;
display:block;
height:50px;
text-indent:-1000em;
width:45px;
margin-top:13px;
}
.newslettername {
margin-left:60px;
margin-top:5px;
}
.newsletteremail {
margin-left:60px;
margin-top:-3px;
}
.newsletterbutton {
margin-left:220px;
margin-top:-68px;
}




/* =featured */

.asides h2.featured {
	background:url(images/featured_h2.png) no-repeat;
	text-indent:-999em;
	display:block;
	padding:0;
	margin-left:10px;
	height:34px;
}

.asides .featured-post {
	padding:10px;
}

.asides .featured-post h2 a {
	background:url(images/dash_green.gif) repeat-x bottom;
	color:#c6c80e;
	display:block;
	padding-bottom:6px;
}

.asides .featured-post h2 a:hover {
	background:url(images/dash_orange.gif) repeat-x bottom;
	color:#f46229;
	
}

.asides .featured-post p {
	color:#bfba8b;
	font-size:.8em;
	line-height:1.5em;
}

.asides .featured-post p.meta {
	font: .7em georgia, times, serif;
	color:#9d986c;
	letter-spacing:1px;
}

.asides .featured-post p.more a {
	background:url(images/arrow_orange.gif) no-repeat 0 5px;
	padding-left:15px;
	color:#f46229;
}

.asides .featured-post p.more a:hover {
	background:url(images/arrow_lightgreen.gif) no-repeat 0 5px;
	color:#c6c80e;
}

.asides .featured-post img {
	width:300px;
	padding:6px;
	background:#6f5931;
	border:2px dashed #826a3e;
}

.main {
	
}

.column {
	float:right;
}

/* = main column */

.content {
background:none repeat scroll 0 0 transparent;
float:left;
margin-bottom:20px;

position:relative;
width:595px;

}

.pageText{
	    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 20px;
	}

.container .edge {
background:url("images/two_edge.png") no-repeat scroll 0 0 transparent;
height:60px;
left:926px;
position:absolute;
top:674px;
width:64px;
z-index:10;
}

.edge-alt {
	background:url(images/two_blue_edge.png) no-repeat;
	position:absolute;
	z-index:20;
	left:-6px;
	bottom:-6px;
	width:68px;
	height:61px;
}


/* =column two */
#sidebar2container{
float:left;
font-size:14px;
line-height:1.5em;
padding:10px;
position:relative;
width:571px;
}

.content .two {
background:url("images/two_bg.jpg") repeat-y scroll right center transparent;
border:6px solid white;
float:left;
margin-bottom:18px;
padding:6px;
position:relative;
width:595px;
}
.h2main {color:#55B7FE;
margin-bottom:-22px;}



.content .two h2 a {
	background:url(images/dash_brown.gif) repeat-x bottom;
	color:#a6431c;
	display:block;
	padding-bottom:4px;
}

.content .two h2 a:hover {
	color:#828415;
}

.content .two p {
	
font-size:14px;
line-height:1.5em;

}

.content .two p.meta {
	color:#737b7f;
	font:.9em georgia, times, serif;
}

.content .two p.more {
	background:#e2e0ca;
	display:inline;
	padding:2px 6px 4px 6px;
	font-size:.8em;
}

.content .two p.more:hover {
	background:#f1e4dd;
}

.content .two p.more a {
	background:url(images/arrow_green.gif) no-repeat 0 5px;
	padding-left:15px;
	color:#777907;
}

.content .two p.more a:hover {
	background:url(images/arrow_red.gif) no-repeat 0 5px;
	color:#a6431c;
}

.content .two h2.pagetitle {
	padding-left:15px;
}

.content .two .entry {
	margin-bottom:15px;
	margin-left:110px;
}

.content .two .entry-extended {
	padding:10px;
	
	width:570px;
}

.content .two .entry-extended li.cat-item {
	padding-top:6px;
	padding-left:10px;
}

.content .two .entry-extended .postmetadata p {
	padding-bottom:0;
}

.content .two .entry-extended  p.meta {
	padding-bottom:5px;
}


.content .two .entry-thumb {
	width:82px;
	height:82px;
	padding:6px;
	background:#dcd8c5;
	border:1px solid #bcb99e;
	float:left;
}

.content .two .entry-thumb img {
	width:82px;
	height:82px;
	padding:0;

}


.content .navigation {
	margin-top:50px;
	margin-left:110px;
}

/* =commentlist */

ol.commentlist li {
	background:#e2e0ca;
	background:url(images/commentlist.gif) repeat;
	font-size:.8em;
}

ol.commentlist li.alt {
	background:#e0e5d6;
	background:url(images/commentlist_alt.gif) repeat;
	margin-bottom:10px;
	
}

ol.commentlist li p {font-size:.9em !important; clear:left; padding:10px 20px 10px 40px;}

img.avatar {float:left; margin-right:10px;}

/* =contactform */

form {font-size:.8em;}
input {}
input.short {margin-left:4px;}
legend span {color:#888;}
textarea {margin-bottom:10px;}
fieldset label {float:left;}

/* =below the fold */

.sub-container {
margin:20px auto 0;
position:relative;
width:990px;
}

/* =first sub column */



.sub-container .one {
	float:left;
margin-right:20px;
width:316px;
}

.sub-container ul li {
	padding-bottom:20px;
}

.sub-container li ul {
	background:none;
	padding:0 0 10px 0;
}

.sub-container li {
	padding:2px 12px;
	font-size:.8em;
}

.sub-container li ul li {
	padding:2px 12px;
	font-size:100%;
}

.sub-container ul li ul li a {
	background:url(images/dash_grey.gif) repeat-x bottom;
	display:block;
}

.sub-container .category a {
	color:#b4bdc2;
	
}

.sub-container .category a:hover {
	color:#fff;
}

.sub-container .category {
background:url("images/two_bg.jpg") repeat-y scroll right center #F2F0DE;
border:7px solid white;
position:relative;
width:305px;
}

.sub-container .category .edge-cat {
	background:url(images/cat_edge.png) no-repeat right bottom;
	height:46px;
	width:43px;
	position:absolute;
	bottom:0;
	right:1px;
}

.sub-container .category li h2 {
	background:url("images/Flickr_logo.png") no-repeat scroll 0 0 transparent;
height:33px;
margin-left:90px;
margin-top:14px;
overflow:hidden;
text-indent:-999em;
width:100px;
}

.sub-container .category ul {
	padding:0;
	height:20em;
}

.sub-container .category li ul {
	background:none;
}
/* =flickr */
#flickr-container{
	border-left:0 solid white;
margin-left:3px;
padding-bottom:10px;
width:300px;
}
#flickr-logo{
	background-image:url("images/Flickr_logo.png");
display:block;
height:33px;
margin-bottom:10px;
margin-left:95px;
margin-top:15px;
text-indent:-9999px;
width:100px;
	}

/* =second sub column */

.sub-container .two {
	float:left;
margin-right:10px;
width:316px;
}

.sub-container .discussed {
background:url("images/two_bg.jpg") repeat-y scroll right center #F2F0DE;
border:7px solid white;
position:relative;
width:305px;
}

.sub-container .discussed .edge-dis {
	background:url(images/green_edge.png) no-repeat right bottom;
	height:45px;
	width:44px;
	position:absolute;
	bottom:0;
	right:0px;
}


.sub-container .discussed h2 {
display:none;
}

.sub-container .discussed ul {
	padding:0;
	height:20em;
}

.sub-container .discussed li ul {
	background:none;
}


.sub-container .discussed a {
	background:url(images/dash_lightgreen.gif) repeat-x bottom;
	color:#ece9d7;
	padding-bottom:4px;
}

.sub-container .discussed a:hover {
	color:#333;
}
/* =Social Icons */
#social-logo{
background-image:url("images/social-networks-logo.png");
display:block;
height:32px;
margin-bottom:10px;
margin-left:20px;
margin-top:18px;
text-indent:-9999px;
width:264px;
}
#social1{
	background-image:url("images/socialIcon1.png");
	display:block;
	height:48px;
	text-indent:-9999px;
	width:48px;
	
	}
#social2{
	background-image:url("images/socialIcon2.png");
	display:block;
	height:48px;
	text-indent:-9999px;
	width:48px;
	}
#social3{
	background-image:url("images/socialIcon3.png");
	display:block;
	height:48px;
	text-indent:-9999px;
	width:48px;
	}
	
#social4{
	background-image:url("images/socialIcon4.png");
	display:block;
	height:48px;
	text-indent:-9999px;
	width:48px;
	}
	#social5{
	background-image:url("images/socialIcon5.png");
display:block;
height:48px;
margin-right:2px;
margin-top:5px;
text-indent:-9999px;
width:48px;
	}
	
#socialIconsContainer {
height:50px;
margin-bottom:26px;
margin-left:25px;
margin-top:5px;
	
}
.socialIcons {
	float:left;
margin-left:2px;

}

/* =third sub column */

#bird-trust-logo {
	background-image:url("images/bird-trust.png");
	display:block;
	height:112px;
	text-indent:-9999px;
	width:295px;
	margin-bottom:5px;
	margin-left:5px;
}


.sub-container .three {
	float:left;
margin-left:10px;
width:316px;
}
.sub-container .links {
background:url("images/two_bg.jpg") repeat-y scroll right center #F2F0DE;
border:7px solid white;
position:relative;
width:305px;
}

.sub-container .links .edge-links {
	background:url(images/red_edge.png) no-repeat right bottom;
	height:48px;
	width:50px;
	position:absolute;
	bottom:-1px;
	right:0;
}

.sub-container .links h2 {
	background:url(images/links.gif) no-repeat;
	width:200px;
	height:27px;
	text-indent:-999em;
	overflow:hidden;
}

.sub-container .links ul {
	padding:0;
	height:20em;
}

.sub-container .links li ul {
	background:none;
}

.sub-container .links li ul li {
	padding: 2px 12px;
}

.sub-container .links a {
	background:url(images/dash_rose.gif) repeat-x bottom;
	color:#ece9d7;
	padding-bottom:4px;
}

.sub-container .links a:hover {
	color:#333;
}


.notice-message {
	background: url(http://bodafonfarmpark.com/wp-content/themes/WordPressFun/images/notice-message.png) no-repeat;
color: white;
height: 185px;
left: 0px;
padding-top: 20px;
position: absolute;
top: 20px;
width: 192px;

	}
	
	.h3-notice-message {
		font-size: 2px;
padding: 35px;
text-align: center;
		}


.copyright {
    clear: both;
    color: white;
    font-size: 10px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 40px;
    text-align: center;
    width: 960px;}
.copyright a{
color:#ffffff;
}

/* Events Styles*/

#tec-content  {
background:url("images/two_bg.jpg") repeat scroll 0 0 transparent;
border:8px solid white;
font-size:1.2em;
padding:10px;

}

table.tec-calendar {
background-color:white;
border:1px solid #AAAAAA;
border-collapse:collapse;
clear:both;
font-size:12px;
margin:18px 0 12px;
}

#tec-events-loop {
background-color:white;
clear:both;
font-size:13px;
margin:10px 0 0;
padding:5px;
}

#tec-event-meta {
border-color:#AAAAAA;
border-style:solid;
border-width:1px 0;
clear:both;
font-size:12px;
overflow:hidden;
padding:5px;
background-color:white;
}
.entry {
background-color:white;
font-size:13px;
padding:5px;	
}
.tec-calendar th {
color:#55B7FE !important;
text-shadow:none !important;
}
/* Hide mail Chimp Link*/
#mc_display_rewards {
display:none;
}
.mc_merge_var {
float:right;
margin:0 10px 0 5px !important;
padding:0;
}
.mc_signup_submit {
float:right;
margin-right:9px;
margin-top:-10px;
text-align:center;
}


