/*
Theme Name: The Butterfly and Wildlife Park
Theme URI: http://www.butterflyandwildlifepark.co.uk
Description: Custom Theme for THE BUTTERFLY AND WILDLIFE PARK
Version: 2.0
Author: statusdesign
Author URI: http://www.statusdesign.co.uk
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/

body {
	background-color: #548531;
	background-image: url(images/BG.png);
	margin-top: 0px;
}
#wrapper {
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	background-image: url(images/wrapperBG.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
#header {
	margin: 0px;
	background-color: #FFFFFF;
	height: 327px;
	width: 900px;
}
#headershow {
	float: right;
	margin-bottom: -327px;
	position: relative;
}
#headershow img {
	position: absolute;
	right: 0px;
	z-index: 10;	
}
#showtime {
	position: absolute;
	z-index: 1;
	right: 18px;
}
#main {
	width: 900px;
	background-color: #F6CB1C;
	text-align: left;
	padding-bottom: 50px;
	font-size: 13px;
	line-height: 18px;
	padding-top: 30px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/contentBG.png);
	background-repeat: no-repeat;
	background-position: 24px top;
}
#content {
	/*	left: 0px;
	top: 0px;
	display: block;
	float: right;
	width: 460px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;*/
	padding-left: 30px;
	padding-right: 0px;
	width: 460px;
}
#sidebar {
	width: 410px;
	float: right;
	padding: 0px;
	font-size: 11px;
	text-align: center;
	margin: 0px;
}
ul#footer {
	list-style-type: none;
	text-align: center;
	margin-top: -22px;
}
ul#footer li {
	margin: 0;
	display: inline;
	padding: 10px 10px;
}
ul#footer li strong { color: #006233; }
.footerimages {
	margin-top: -30px;
}
.footerimages img {
	display: block;
	border: 2px solid #FFFFFF;
	float: left;
}


/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/

.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navbuttons img {
	margin-bottom: 10px;
}
.navigation {
	display: block;
	border: 2px solid #006233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A0CF67;
	padding-right: 10px;
	padding-left: 10px;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.navigation a {
	color: #006233;
	text-decoration: none;
}
.navigation a:hover {
	font-weight: bold;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: 0.9em;
	clear: both;
	color: #006233;
}
#content .underpost a {
	text-decoration: underline;
}

.entry-text a {
	color: #006233;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
/*#content a:link, #content a:visited {
	padding: 2px;
	color: #006233;
}
#content a:hover {
	text-decoration: none;
}
#content a.arrow {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	text-indent: 20px;
	background-color: #FFFFFF;
	background-image: url(images/linkArrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	color: #00401E;
}
div#content a.arrow :hover {
	text-decoration: underline;
}
*/#footer a:link, #footer a:visited {
	color: #474200;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	white-space: nowrap;
	width: 750px;
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
/*#sidebar .heading, .widgettitle {
	background-color: #006233;
	width: 190px;
	display: block;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 4px;
	margin-top: 10px;
	color: #f5c543;
	font-size: 13px;
	text-indent: 4px;
	font-weight: normal;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar li a:link, #sidebar li a:visited {
	text-decoration: none;
	color: #006233;
	width: 190px;
	display: block;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 4px;
	margin-top: 2px;
	background-color: #A0CF67;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 4px;
}
#sidebar li a:hover {
	color: #FFFFFF;
	background-color: #006233;}
#sidebar ul ul {
}
#sidebar ul ul li {
}  
*//*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
h1 {
	color: #006233;
	font-weight: normal;
}
#content h2 {
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	/*	text-indent: 5px;
	text-transform: capitalize;
	background: url(images/h2BG.png) top left no-repeat;
*/	color: #006233;
	margin-bottom: -25px;
	display: inline;
	width: auto;
}
#content h2 a, #content h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
/*#content .fullWidth h2 {
	background: url(images/h2BGbig.png) top left no-repeat;
	width: 100%;
}*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	text-transform: capitalize;
	font-size: 32px;
	margin-top: 20px;
	line-height: normal;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h2 {
	font-size: 1.8em;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.post h3 {
	color: #006233;
}
h4 {
	margin-bottom: 10px;
	padding: 10px;

	border: 1px dashed #006233;
	background-color: #D78119;
	color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;

	text-transform: uppercase;
	text-align: center;
}

h4 span { font-size: 19px; }

h4 date {
	font-size:15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-transform:none;
}

h4 p {
	text-transform:none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: center;
	font-size: 14px;
}


/* -- QUICK LINKS -- */
.PageListLinks {
	text-align: center;
	display: block;
}
.PageListLinks a {
	background-image: url(images/thickbox-anchor-tab.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	display: table-cell;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 10px;
	line-height: 13px;
	text-align: center;
	padding-right: 36px;
	padding-left: 29px;
	vertical-align: middle;
	float: left;
	width: 155px;
	margin-bottom: -20px;
}
.PageListLinks a:hover {
	background-position: left bottom;
	padding-top: 17px;
	padding-left: 28px;
	padding-right: 37px;
	height: 49px;
}


/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	display: inline;
	float: left;
	border: 2px solid #006233;
	color: #006233;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #A0CF67;
	padding-right: 10px;
	padding-left: 10px;
}
.entry-month {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-left: 5px;
}
.entry-day {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	display: inline;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/

/*===START SECTION===*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 345px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - images when inserted into a post.===*/
.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;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
#content a img {
	margin: 0;
	border: 0;
}
div#content a img.noBorder {
	margin: 0;
	border: 0;
}

.attachment-post-thumbnail{width:100px; height:100px; padding:10px 20px 10px 0; float:left;}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
#TB_closeWindowButton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*===END SECTION 11===*/


/*=== HOMEPAGE EXTRAS ===*/
/*div#events {
	padding-left: 30px;
}

div#events div.event {
	width: 260px;
	padding: 10px;
	border: 1px dashed #006233;
	background-color: #a0cf67;
	color: #006233;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 10px;
	height: 200px;
}

div#events div.event h3 a {
	font-size: 20px;
	color: #006233;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
div#events div.event p {
	font-size: 12px;
	display: inline;
	font-weight: normal;
}
div#events div.event .moretag, div#events div.event a {
	text-decoration: none;
	color: #f5c543;
	margin: 0px;
	padding: 0px;
}
div#events div.event img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	margin-bottom: -20px;
}

.latest_news {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main #content .latest_news a {
	text-decoration: none;
	color: #FF0000;
	font-style: italic;
	margin-right: 20px;
}
.latest_news #title {
	color: #006233;
	font-style: normal;
}
*/
/*=== END SECTION ===*/




/*=== SOCIAL NETWORK BUTTON LINKS ===*/
#social {
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 25px;
	font-size: 13px;
	text-align: right;
}
#social a img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 22px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}
/*=== END SECTION ===*/


/*=== CONTACT FORMS ===*/

form {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border: thin solid #D27015;
	margin-top: 30px;
	background-color: #FFFFFF;
	color: #006233;
	text-align: right;
}
form a {
	color: #006233;
	font-size: 12px;
	text-decoration: none;
}
fieldset {
	border-top-color: #A0CF67;
	border-right-color: #A0CF67;
	border-bottom-color: #A0CF67;
	border-left-color: #A0CF67;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	margin-top: 10px;
	font-size: 14px;
	padding: 10px;
}
legend {
	font-style: italic;
	font-weight: bold;
	color: #C15B19;
	padding: 5px;
}
input, form textarea {
	margin-left: 30px;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: thin dashed #A0CF67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	background-color: #FDF8E6;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	text-align: left;
}
.wpcf7-checkbox input, .wpcf7-radio input {
	width: 20px;
}
#buttons {
	width: 130px;
	margin-left: 15px;
	height: 30px;
	background-color: #D27115;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#buttons:hover {
	background-color: #C15B19;
}
.meal input {
	width: 30px;
}

/*fieldset {
	border-top-color: #A0CF67;
	border-right-color: #A0CF67;
	border-bottom-color: #A0CF67;
	border-left-color: #A0CF67;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
legend {
	font-style: italic;
	font-weight: bold;
	color: #C15B19;
	padding: 5px;
}*/

/*=== END SECTION ===*/


.backtohome {
	height: 20px;
	margin-top: -20px;
	text-transform: uppercase;
	color: #E06A1A;
	font-size: 16px;
	margin-left: 40px;
	text-decoration: none;
	display: block;
	width: 450px;
}

/*=== SHOP FRONT ===*/

#featuredproducts {
	width: 150px;
	float: left;
	height: auto;
	background-color: #99CC99;
	display: block;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	clear: none;
	margin: 0px;

}
/*ul.products {
	width: 230px;
	display: block;
	font-size: 12px;
}
ul.products li {
	float: left;
}*/
.paginate {
	display: none;
}
.eshop.eshoppanels li {
	padding: 0px;
	margin: 0px;
}
.eshop.eshoppanels li legend span {
	width:160px;
	display:block;
}
ul.eshoppanels li {
	width: 10em;
}


/*=== Hiding form fields except for the submit button ===*/
/*form.eshop.addtocart legend,
form.eshop.addtocart .echeckbox,
form.eshop.addtocart ul,
form.eshop.addtocart select,
form.eshop.addtocart label{
	display:none;
}

form.eshop.addtocart fieldset{
	border:0;
	background:transparent;
}
form.eshop.addtocart .buttom{
	margin: 0 auto;
}
.sgloptiondetails {
	font-size: 10px;
	display:none;
}
/*-------------------------------------------------*/


.deletecartitem input {
	height: 16px;
	width: 16px;
}


/*=======Shop custom top menu=============*/
.menu-shop-top-container ul {
	list-style-type: none;
	display: block;
	height: 30px;
	width: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menu-shop-top-container ul li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.menu-shop-top-container ul li a {
	color: #FFFFFF;
	background-color: #4A5E26;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

/*=== ONLINE BOOKING ===*/

#booking {
	width: 410px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#booking form {
	width: 400px;
	height:35px;	
	padding: 15px;
	background-color: #A0CF67;
	color: #006233;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	font-size: 18px;
}
#booking tr {
	width: 280px;
	background-color: #A0CF67;
	color: #006233;
	font-size: 12px;
}
#booking td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 5px;
	border-bottom-color: #FFFFFF;
}
#booking input {
	margin-left: 15px;
	background-color: #D27115;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	float: right;
}
#booking input:hover {
	background-color: #C15B19;
}
#booking input, textarea {
	margin-left: 0px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #A0CF67;
	margin-bottom: -5px;
}
#booking #buttons {
	width: 130px;
	margin-left: 15px;
	height: 30px;
	background-color: #D27115;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#booking #buttons:hover {
	background-color: #C15B19;
}
.visitdate {
	width:80px;
	height:21px;
	background-color:#FFFFFF;
	background-image: url(calendar/calendar-icon.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	margin: 0px;
	color: #006233;
	font-size: 12px;
}


/* -- Cart style ---------------------------*/

/* Header */
#tdHeader {
}

/* Table */
#ejejctable {
	padding-right: 10px;
	padding-left: 10px;
}

#ejejctable td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#ejejctable input, textarea {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


/*=== NEWS AND EVENTS ===*/

.event, .news {
	background-color: #007E49;
	display: block;
	float: left;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
}
.event a, .news a {
	background-color:#FFFFFF;
	margin-bottom:10px;
	color:#006233;
	display:block;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
.news .post p a {
	background-color:#C3D97A;
}
.event a:hover, .news a:hover {
	background-color:#E06A1A;
	color: #FFFFFF;

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4);

	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
	

}
