/**
 * Main Website Style CSS
 *
 * Wild Futures' Monkey Sanctuary Website (monkeysanctuary.org)
 * Website Desiged & Developed by Papertank (papertank.co.uk)
 * Copyright (c) Papertank LLP (hello@papertank.co.uk) 2010. All rights reserved.
 *
*/

h1 {font-size: 140%; font-weight: bold;}
h2 {font-size: 120%; font-weight: bold;}

a {color: #ffc900;}

/* Body, Background & Wrapping Elements */
body {
	background: #337755 url('../images/core/bg_repeat_all.gif') repeat;
	font: 75%/1.5 Helvetica, Arial, sans-serif;
	color: #fff;
}

#outer {
	width: 100%;
	background: transparent url('../images/core/bg_two_tone.gif') top left repeat-x;
}

#inner {
	width: 100%;
	background: transparent url('../images/core/bg_elements.gif') center top no-repeat;
	padding-top: 10px;
	min-height: 980px;
}

#wrapper {
	width: 950px;
	padding: 0 15px 0 15px;
	margin: 0 auto 5px auto;
	min-height: 900px;
	background: #7ba133 url(../images/core/footer_bg_t.png) no-repeat bottom center;
}

#container {
	position: relative;
	width: 950px;
}


/* Floating grass elements */
.grass {
	width: 101px;
	height: 222px;
	overflow: hidden;
	background: transparent url('../images/core/grass_t.png') no-repeat;
	position: absolute;
}

.grass_left {
	left: -70px;
	top: 335px;	
	z-index: 10;
}

.grass_right {
	left: 955px;
	top: 335px;
	z-index: 11px;
}

/* Header */
#header {
	width: 950px;
	padding-top: 15px;
	margin: 0 0 40px 0;
	background: url('../images/core/header_bg_t.gif') top left no-repeat;
}

#header #logo {position: relative; float: left; width: 185px; height: 96px; margin: 10px 30px 0 10px;}
#header #logo a.home .ir {background: url("../images/core/header_logo.gif") no-repeat;}

	/* Navbar */
ul#topnav {
	margin: 13px 0 0 0; padding: 0;
	float: left;
	width: 950px;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	background: #558824;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav li a {
	padding: 7px 10px;
	display: block;
	font-weight: bold;
	font-size: 130%;
	color: #f0f0f0;
	text-decoration: none;
}

ul#topnav li:hover { background: #49771c; }
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li.current-menu-item, ul#topnav li.current-menu-parent {background: #49771c;}

ul#topnav li ul {
	float: left;
	padding: 5px 0;
	position: absolute;
	left: 0; top:35px;
	z-index: 9;
	display: none; /*--Hide by default--*/
	width: 950px;
	background: #ffc900;
	font-size: 90%;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li.current-menu-item ul, ul#topnav li.current-menu-parent ul {display: block; z-index: 8;}
ul#topnav li:hover ul { display: block; } /*--Show subnav on hover--*/
ul#topnav ul li.current-menu-item, ul#topnav ul li.current-menu-parent {background: #ffc900; color: #558824;}
ul#topnav li ul li.current-menu-item a {background: #e5b504; color: #fff;}
ul#topnav li ul a { color: #558824; display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li ul a:hover {text-decoration: none; background: #e5b504; color: #fff;}

/* Homepage slider */

.home-slider {
	width: 920px;
	padding: 0 15px 15px 15px;
}

.home-slider .whats-on-title {
	margin: -20px 100px 3px 0;
}

.home-slider .main_image {
	width: 600px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-right: 15px;
}
.home-slider .main_image h2 {
	font-size: 140%;
	font-weight: normal;
	color: #ffc900;	
	margin: 0;	padding: 10px 0 0 0;
}
.home-slider .main_image p {
	padding: 5px 0 10px 0; margin: 0;
	line-height: 1.2em;
}
.home-slider .block small { 
	font-size: 1em; 
	margin: 0;
}
.home-slider .main_image .desc{
	width: 100%;
}
.home-slider .main_image .block{
	width: 100%;
}
.home-slider .main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.home-slider .main_image a.show {background-position: left bottom;} 
 
 
.home-slider .image_thumb {
	float: left;
	width: 299px;
}
.home-slider .image_thumb img {
	float: left;
}
.home-slider .image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.home-slider .image_thumb ul li{
	margin: 0; padding: 12px 10px;
	background: #49771c;
	width: 279px;
	float: left;
}
.home-slider .image_thumb ul li.hover {
	background: transparent;
	cursor: pointer;
}
.home-slider .image_thumb ul li.active {
	background: transparent;
	cursor: default;
}
.home-slider .image_thumb ul li h2 {
	font-size: 120%; 
	margin: 5px 0; padding: 0;
	color: #ffc900;
	font-weight: normal;
}
.home-slider .image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 170px;
}	
.home-slider .image_thumb ul li p{display: none;}

/* Columns */

.cols2 {margin-top: 10px;}

.cols2-1 {width: 625px; float: left;}
.cols2-2 {width: 300px; float: left; margin-left: 10px;}

/* Boxes */

.cols2-1 .box-50 {width: 285px; float: left; padding: 10px; margin-bottom: 15px;}
.cols2-1 .odd {margin-right: 15px;}

.cols2-1 .box-100 {width: 605px; margin-bottom: 15px; padding: 10px; float: left;}

.cols2-2 .box-100 {width: 290px; padding: 10px; margin-bottom: 15px;}

/* Attraction Grid */

.attraction_grid a span.box-50 {color: #fff; border: 0; text-decoration: none;}

.attraction_grid a {color: #fff; border: 0; text-decoration: none; outline: none;}

/* Page */

.cols2-1 .page_title {width: 615px; padding: 5px; color: #ffc900; font-size: 250%; font-weight: bold; margin: 0; background: #558824;}

.cols2-1 .page_content {width: 585px; margin-bottom: 15px; padding: 20px; background: #faf0c2; color: #49771c; line-height: 18px; max-height: 600px; overflow-x: hidden; overflow-y: auto;}
.cols2-1 .page_content a {color: #94b51f;}
.cols2-1 .page_content ul {list-style: disc;}
.cols2-1 .page_content li {margin-left: 30px;}
.cols2-1 .page_content p {margin-bottom: 10px;}

.cols2-1 .page_content .single-head {margin-bottom: 20px;}


/* Sponsor widget */

.sponsor-sidebar h2 {color: #37521c; font-size: 120%; font-weight: bold;}

.sponsor-sidebar p {color: #49771c; font-size: 90%; font-weight: bold;}

.sponsor-sidebar a {text-decoration: none;}

.sponsor-1 {width: 152px; height: 75px; overflow: hidden; background: url(../images/core/sponsor_sidebar_1.png) no-repeat; padding: 23px 120px 25px 15px; display: block;}

.sponsor-2 {width: 152px; height: 75px; overflow: hidden; background: url(../images/core/sponsor_sidebar_2.png) no-repeat; padding: 22px 15px 25px 120px; display: block;}

/* News widget */

.news-sidebar {background: #faf0c2 url(../images/core/news_bg_repeat.jpg) repeat-y; width: 310px; }
.news-sidebar .outer {width: 310px; background: transparent url(../images/core/news_bg_top.jpg) no-repeat top;}
.news-sidebar .inner {width: 280px; background: transparent url(../images/core/news_bg_bottom.jpg) no-repeat bottom; padding: 15px 15px 50px 15px;}
.news-sidebar .story {padding-bottom: 20px; margin-bottom: 10px; background: transparent url(../images/core/news_sidebar_rule.jpg) no-repeat bottom center;}
.news-sidebar h3 {font-size: 120%;}
.news-sidebar span.meta {display: block; font-size: 80%;}

/* Social sidebar */

.social-sidebar {width: 310px; margin-top: 30px;}
.social-sidebar .facebook, .social-sidebar .twitter {margin-right: 5px;}

/* Gallery */

#galleria {width: 585px; height: 600px;}

/* Events */

.event_list {width: 590px; margin-top: 30px;}
.event_list .event {width: 570px; padding: 10px; border: 2px solid #e7dba4; }
.event_list .event h3 {font-size: 130%;}
.event_list .event .event_thumb { width: 130px; height: 100px; float: left; padding: 5px;}
.event_list .event .event_details {width: 410px; margin-left: 10px; float: left;}
.event_list .event .date {padding: 5px; display: inline; width: auto; font-weight: bold;}
.event_list .odd {background: #e7dba4;}
.event_list .even {background: transparent;}


/* Footer */

#footer {
	min-height: 80px;
	width: 620px;
	margin: 40px auto 0 auto;
}