@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 700;
  src: local('Kreon Bold'), local('Kreon-Bold'), url('http://themes.googleusercontent.com/static/fonts/kreon/v4/lG8WSXDYq5VbwwKU5QHgb_esZW2xOQ-xsNqO47m55DA.woff') format('woff');
}
@font-face {
  font-family: 'Kreon';
  font-style: normal;
  font-weight: 400;
  src: local('Kreon'), local('Kreon-Regular'), url('http://themes.googleusercontent.com/static/fonts/kreon/v4/a5r0-iMPk2rygJI75EuckA.woff') format('woff');
}

* {
    padding:0px;
    margin:0px;
}

body {
    border:0px;
    font-family: 'Kreon', sans-serif;
	font-size:17px;
	color: #2b1c06;
    background-color:#8db849;
}

p {
	
}

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


#top {
	background: #4ba7ed url('/images/top_bg.jpg') 0 0 repeat-x;
}
#middle {
	color:#4f3a1c;
	background: #f0eac2 url('/images/content_bg.jpg') repeat top left;
}
#bottom  {
	background: #8db849 url('/images/bottom_bg.gif') repeat-x top left;
}


#top .container  {
	background: transparent url('/images/top_image.jpg?1') no-repeat top center;
	height:233px;
	position:relative;
}

#navigation {
    position:relative;
    top: -20px;
    list-style-type:none;
    margin-left:25px;
}

#navigation li  {
    float: left;
    background: #1562ae url('/images/tabs.gif') 0 0 no-repeat;
    margin: 0 5px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    -ms-transition: margin-top .2s;
    -o-transition: margin-top .2s;
    transition: margin-top 0.2s;
    -webkit-box-shadow: 0 1px 4px 0px rgba(34,69,101,0.5);
    -moz-box-shadow: 0 1px 4px 0px rgba(34,69,101,0.5);
    -ms-box-shadow: 0 1px 4px 0px rgba(34,69,101,0.5);
    -o-box-shadow: 0 1px 4px 0px rgba(34,69,101,0.5);
    box-shadow: 0 1px 4px 0px rgba(34,69,101,0.5);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#navigation li a {
	height: 46px;
	padding-top:40px;
	width:198px;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size: 17px;
	font-weight:normal;
	color: #fff;
}

#navigation li:hover{
	margin-top:10px;
}


#navigation li.current  {
	background:#1562ae url('/images/tabs.gif') 0 -84px no-repeat;
	margin-top:12px;
}

#navigation li.current a {
	
	font-weight:normal;
	font-size:18px;
	color: #00143c;
	
}

#navigation li.main_tab {
	background:#1562ae url('/images/tabs.gif') 0 -168px no-repeat;
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

#navigation li.main_tab a{
	width:258px;
	height:106px;
	color:#00153d;
	padding-top:25px;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#navigation li.main_tab a strong {
    display: inline-block;
    font-weight: bold;
    font-size: 50px;
    line-height: 28px;
    margin-top: 18px;
    text-shadow: 1px 1px 1px rgba(149,204,255,1);
}

#navigation li.main_tab a em {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    text-shadow: none;
}

#navigation li.main_tab:hover{
	margin-top:7px;
}

/* Specific rotation for tabs */

#navigation li:nth-child(1) {
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#navigation li:nth-child(1) a {
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

#navigation li:nth-child(2) {
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transform: rotate(1deg);
}

#navigation li:nth-child(2) a {
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); 
	-o-transform: rotate(-1deg); 
	transform: rotate(-1deg); 
}

#navigation li:nth-child(4) {
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

#navigation li:nth-child(4) a {
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transform: rotate(1deg);
}

#navigation li:nth-child(5) {
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

#navigation li:nth-child(5) a {
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

#blog {
	font-size:16px;
	color:#412910;
	position:absolute;
	top: 133px;
	left:112px;
	width:170px;
	height:70px;
	text-align:center;
	padding-top:10px;
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
	line-height:22px;
}

#blog a {
	color: #1462ab;
	font-weight:bold;
	padding-left:3px;
	
}
#blog a img {
	vertical-align:bottom;
	border:none;

}

#blog a:hover img {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5), 0 0 2px -1px #000 inset;
	
}

#facebook {
	font-size:16px;
	color:#412910;
	position:absolute;
	top: 181px;
	left:112px;
	width:160px;
	height:30px;
	padding:8px 0 0 32px;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	line-height:22px;
	color: #1462ab;
	font-weight:normal;
}

#facebook:hover {
	text-decoration:none;
}

#middle .container  {
    width: 825px;
    min-height:450px;
    padding: 0 185px 40px 190px;
	top: -15px;
}
#middle .container a {
    color: #1462AB;
}
#middle .container a:hover {
    text-decoration: none;
}


#middle_top {
	background: transparent url('/images/content_bg_top_tile.jpg') repeat-x top right;
	height: 48px;
}

#middle_top .container {
	height: 100%
}
#middle_top .container img{
	position: absolute;
	top: 0;
	right: 17px;
}


#giraffe {
	background: transparent url('/images/giraffe_neck.gif') bottom left repeat-y;
    position: absolute; 
    left: 59px;
	bottom: -15px;
    top: 150px;
    width: 129px;
    min-height: 360px;
}

#giraffe img {
	position:absolute;
	top:-85px;
	left:-32px;
	display:block;
}

#monkey {
    background: transparent url('/images/monkey_tail.gif') 76px 0 repeat-y;
    position: absolute; 
    right: 0px;
    top: 0;
	bottom:450px;
    width: 175px;
    min-height: 200px;
}

#monkey img {
	position:absolute;
	bottom:-200px;
	display:block;
	right:8px;
}

h1 {
	text-align:center;
	margin: 0 0 10px 0;
	font-size:25px;
	color: #412910;
	padding-bottom:5px;
	font-weight: bold;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    color: #392b17;
	margin: 5px 0;
	position:relative;
}

h2:after {
    background: none repeat scroll 0 0 #7d6138;
    bottom: 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}

h2 a {
	color: #1562aa;
}
h2 a:hover {
	text-decoration:none;
}
.thumbs {
    list-style-type: none;
    margin: 10px 0;
}
.thumbs li {
    display: inline-block;
    margin: 0 17px 10px 0;
}
    .thumbs li a {
        display: inline-block;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    
    .thumbs li img {
        width: 80px;
        height: 80px;
        border: 4px solid #fff;
        -webkit-box-shadow: 0 0 7px 0px rgba(135,107,80,0.5);
        -moz-box-shadow: 0 0 7px 0px rgba(135,107,80,0.5);
        -ms-box-shadow: 0 0 7px 0px rgba(135,107,80,0.5);
        -o-box-shadow: 0 0 7px 0px rgba(135,107,80,0.5);
        box-shadow: 0 0 7px 0px rgba(135,107,80,0.5);
    }
    
	.thumbs:hover li  a {
		opacity: .8;
	}
     .thumbs li a:hover {
		opacity: 1;
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
     }
	 
	 .thumbs li:nth-child(8n) {
		margin-right: 0
	}
	

#bottom .container  {
	background: transparent url('/images/bottom_image.jpg') no-repeat top center;
	font-family: 'arial', sans-serif;
	font-size: 12px;
	color: #d9eea4;
	padding:260px 0 10px 0;
	text-align:center;
}

#bottom .container  a {
	color:#f5ffdd;
}

#bottom .container  a:hover {
	text-decoration:none;
}

.about {
	width:800px;
}

.about h1{
	text-align:left;
}
.about p {
	position:relative;
	top: -36px;
	margin: 0 0 15px 150px;
}

.about form {
	position:relative;
	margin: -36px 0 20px 150px;
	width: 450px;
	min-height: 365px;
}
.about form .message {
	font-size: 30px;
	line-height: 250px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.about form fieldset {
	border:0px;
}
.about form label {
	display:block;
	margin:10px 0 5px 0;
}

.about form input[type=text], textarea {
       width:438px;
		border:1px solid #958658;
		padding: 5px 6px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}
.about form .submit_button {
	text-align:right;
	
}

.about form label.error {
	color: #d00;
}
.about form input.error, .about form textarea.error {
	border-color: #d00;
}

.about form input[type=submit]{
	width: 110px;
	font-family: 'Kreon', sans-serif;
	font-size: 17px;
	color: #34230b;
	cursor: pointer;
	background: #eccd9c; /* Old browsers */
	background: -moz-linear-gradient(top, #eccd9c 0%, #be9a6f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eccd9c), color-stop(100%,#be9a6f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eccd9c 0%,#be9a6f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eccd9c 0%,#be9a6f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eccd9c 0%,#be9a6f 100%); /* IE10+ */
	background: linear-gradient(top, #eccd9c 0%,#be9a6f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eccd9c', endColorstr='#be9a6f',GradientType=0 ); /* IE6-9 */
	border:1px solid #958658;
	margin-top:15px;
	padding: 4px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-ms-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(174,156,114,0.75);
    -moz-box-shadow: 1px 1px 2px 0px rgba(174,156,114,0.75);
    -ms-box-shadow: 1px 1px 2px 0px rgba(174,156,114,0.75);
    -o-box-shadow: 1px 1px 2px 0px rgba(174,156,114,0.75);
    box-shadow: 1px 1px 2px 0px rgba(174,156,114,0.75);
}

.about form input[type=submit]:hover{
	background: #f2d7ab; /* Old browsers */
	background: -moz-linear-gradient(top, #f2d7ab 0%, #c6aa7f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2d7ab), color-stop(100%,#c6aa7f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2d7ab 0%,#c6aa7f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2d7ab 0%,#c6aa7f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2d7ab 0%,#c6aa7f 100%); /* IE10+ */
	background: linear-gradient(top, #f2d7ab 0%,#c6aa7f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2d7ab', endColorstr='#c6aa7f',GradientType=0 ); /* IE6-9 */
}

.about img {
	position: absolute; 
	bottom: 30px;
	left:9px;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 15px 'Kreon', sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	margin-bottom:20px;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; font-size: 17px;}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
