/*   
Theme Name: The Tregembo Animal Park Theme
Theme URI: http://www.sageisland.com
Description: A custom theme for Tregembo Animal Park.
Author: Sage Island
Author URI: http://www.sageisland.com
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f; text-decoration:none;}
a:hover {text-decoration:underline;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #55422a; color: #fff; text-shadow: none;}
::selection {background: #55422a; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {width: 960px; margin: 20px auto;}

.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar {}

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}

@font-face {
    font-family: 'HoboStdMedium';
    src: url('./fonts/HoboStd/hobostd.eot');
    src: url('./fonts/HoboStd/hobostd.eot') format('embedded-opentype'),
         url('./fonts/HoboStd/hobostd.woff') format('woff'),
         url('./fonts/HoboStd/hobostd.ttf') format('truetype'),
         url('./fonts/HoboStd/hobostd.svg#HoboStdMedium') format('svg');
}

@font-face {
    font-family: 'RockSaltRegular';
    src: url('./fonts/RockSalt/rocksalt.eot');
    src: url('./fonts/RockSalt/rocksalt.eot') format('embedded-opentype'),
         url('./fonts/RockSalt/rocksalt.woff') format('woff'),
         url('./fonts/RockSalt/rocksalt.ttf') format('truetype'),
         url('./fonts/RockSalt/rocksalt.svg#RockSaltRegular') format('svg');
}


h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#55422a;
	font-family:Helvetica, Arial;
}

h1 {
	font-size:32px;
	line-height:50px;
	font-family: 'RockSaltRegular';
	margin-bottom:10px;
}

h2 {
	font-size:16px;
	line-height:20px;
}

h3 {
	color:#698329;
	font-size:22px;
	font-family: 'RockSaltRegular';
	line-height:30px;
}

h4 {
	color:#698329;
	font-size:16px;
	font-family: 'RockSaltRegular';
	line-height:18px;
}

h5 {
	color:#698329;
	font-size:14px;
	font-family: 'RockSaltRegular';
	line-height:16px;
}

h6 {
	color:#698329;
	font-size:12px;
	font-family: 'RockSaltRegular';
	line-height:14px;
}

a {
	color:#667e26;
	font-weight:bold;
	text-decoration:none;
}

body {
	font-size:13px;
	padding:0;
	margin:0;
	background:url(images/bodybg.jpg) repeat #EBD1A7;
	color:#55422a;
}

.siteBg {
	background:url(images/header.jpg) repeat-x center top;
}

.footerBg {
	background:url(images/footer.jpg) repeat-x center bottom;
}

.site {
	width:940px;
	margin:auto;
	position:relative;
	padding:0 20px;
}

.header {
	min-height:300px;
}

.parkHours {
/*	width:214px; */
	width:325px;
	height:33px;
	background:url(images/parkHoursBG.jpg) repeat center #657c26;
	padding:12px 8px 5px;
	float:right;
	margin-top:-5px;
	color:#fca40b;
	font-weight:normal;
}

.beginAdventure {
	width:214px;
	height:33px;
	background:url(images/beginAdventureBG.jpg) repeat center #f29b0a;
	padding:12px 5px 5px;
	float:right;
	margin:-5px 0 0 10px;
	color:#55422a;
	font-weight:bold;
}

.parkHours, .beginAdventure {
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-o-transition: margin 0.2s;
	transition: margin 0.2s;
	font-size:12px;
}

.parkHours:hover, .beginAdventure:hover {
	margin-top:0;
}

.parkHours span, .beginAdventure span {
	font-size:21px;
	font-family: 'HoboStdMedium';
	color:#efeadc;
}

.parkHours span {
	display:block;
	line-height:20px;
}

.beginAdventure span {
	float:right;
	padding-top:2px;
}

.logo {
	margin:40px 0 0 0;
}

.navHolder {
	background:#667e26;
	background:rgba(102, 136, 38, .76);
	position:relative;
}

.navHolder ul {
	padding:5px;
	margin:10px auto;
	position:relative;
	z-index:100;
	font-family: 'HoboStdMedium';
}

.navHolder ul li {
	display:inline-block;
	border-right:1px dotted #FFF;
}

.navHolder ul li:last-child {
	border:none;
}

.navHolder ul li a {
	color:#efeadc;
	text-decoration:none;
	text-shadow:0 0 10px #000;
	font-size:21px;
	display:block;
	padding:3px 15px;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
	transition: color 0.2s;
}

.navHolder ul li a:hover, .navHolder ul li.current-menu-item a {
	color:#fca40b;
}

.homeSlideShowWrap {
	position:relative;
	width:940px;
	height:280px;
	margin:10px auto 30px;
	z-index:99;
}

.homeSlideShowBG {
	background:url(images/foliage.png) no-repeat;
	width:980px;
	height:448px;
	position:absolute;
	top:-70px;
	left:-20px;
}

.homeSlideShow {
	overflow:hidden;
	width:940px;
	height:280px;
	position:relative;
	z-index:99;
	background:url(images/bodybg.jpg) repeat #EBD1A7;
}

.homeSlideShowWrap .slideshowPager {
	position:absolute;
	top:10px;
	right:10px;
	z-index:100;
}

.homeSlideShowWrap .slideshowPager a {
	text-decoration:none;
	font-size:0px;
	border-radius:20px;
	display:inline-block;
	width:8px;
	height:8px;
	background:#e4d3ba;
	color:#e4d3ba;
	margin:0 4px;
	line-height:20px;
	box-shadow:0 0 5px #000;
}

.homeSlideShowWrap .slideshowPager a.activeSlide {
	color:#db9419;
	background:#db9419;
}

.internalSlideShowWrap {
	position:relative;
	width:940px;
	height:193px;
	margin:10px auto 0;
	z-index:99;
}

.internalSlideShow {
	overflow:hidden;
	width:940px;
	height:193px;
	position:relative;
	z-index:99;
	background:url(images/bodybg.jpg) repeat #EBD1A7;
	box-shadow:0 26px 40px -28px #000;
}

.internalSlideShowWrap .slideshowPager {
	position:absolute;
	top:10px;
	right:10px;
	z-index:100;
}

.internalSlideShowWrap .slideshowPager a {
	text-decoration:none;
	font-size:0px;
	border-radius:20px;
	display:inline-block;
	width:8px;
	height:8px;
	background:#e4d3ba;
	color:#e4d3ba;
	margin:0 4px;
	line-height:20px;
	box-shadow:0 0 5px #000;
}

.content {
	padding:20px 0;
	clear:both;
	min-height:300px;
	position:relative;
	z-index:99;
	line-height:16px;
}

.content p {
	margin:10px 0;
}

.content ul {
	margin:10px;
	padding:0 0 0 40px;
	list-style:disc;
}

.content ul li {
	margin-bottom:5px;
}

.content ol {
	padding:0 0 0 40px;
	margin:10px 0;
	list-style:decimal;
}

.pageContent {
	width:680px;
	float:left;
}

.pageContent h2 {
	line-height:30px;
	margin-bottom:4px;
}

.internalSidebar {
	width:230px;
	float:right;
	position:relative;
}

.internalSidebar h2 {
	text-align:center;
	color:#FFF;
	background:#698329;
	font-family: 'RockSaltRegular';
	font-size:18px;
	padding:10px 0;
}

.footer {
	padding:40px 0 20px;
	height:320px;
	text-shadow:0 0 3px #000, 0 0 3px #000;
	color:#fceed7;
	line-height:19px;
	font-size:12px;
}

.clear {
	clear:both;
	height:0;
}

img.alignleft {
	display:block;
	float:left;
}

img.alignright {
	display:block;
	float:right;
}

img.aligncenter {
	display:block;
	margin:auto;
}

.homeCallouts {
	height:103px;
	position:relative;
	z-index:100;
}

.homeCallouts img {
	position:relative;
	float:left;
	margin:0;
	-webkit-transition: top 0.2s;
	-moz-transition: top 0.2s;
	-o-transition: top 0.2s;
	transition: top 0.2s;
	top:0;
}

.homeCallouts img:hover {
	top:-3px;
}

.connections-list {

}

#cn-list .animalBox .cn-image-style {
	margin:auto auto 10px!important;
	text-align:center;
	width:150px;
	height:170px;
	display:block !important;
}

#cn-list .animalBox span.cn-image img {
	width:151px !important;
	height:auto !important;
	margin:auto;
}

#cn-list .animalBox span.cn-image-style {
	border-radius:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border:none;
	margin:0;
	padding:0;
	background:none;
}

#cn-list .animalBox span.cn-image {
	background:none;
	width:151px !important;
	height:150px !important;
	vertical-align:middle;
	display:table-cell !important;
}

.animalBox {
	padding:0 10px;
	background:none;
}

.animalBox {
	font-size:12px;
}

.animalBox strong{
	font-weight:bold;
	color:#667e26;
	font-size:14px;
}

.animalBox span.title {
	text-align:center;
	color:#667e26;
	font-size:18px;
	font-family: 'RockSaltRegular';
	line-height:25px;
}

.internalSidebar .cn-list {
	position:relative;
	z-index:99;
	background:url(images/spotlight-animal-bg.png) no-repeat center top;
	padding-top:13px;
}

.internalSidebar #black-studio-tinymce-2 {
	background:url(images/Animal-Spotlight.jpg) repeat center top #f3efdf;
}

.spotlightPager {
	position:relative;
	z-index:100;
	-moz-user-select     : none;
   -khtml-user-select   : none;
   -webkit-user-select  : none;
   -o-user-select       : none;
   user-select          : none;
}

.spotlightPager .prev, .spotlightPager .next {
	display:block;
	position:absolute;	
	width:25px;
	height:25px;
	cursor:pointer;
	top:77px;
}

.spotlightPager .prev {
	left:0;
	background:url(images/spotlight-prev.png) no-repeat;
}

.spotlightPager .next {
	right:0;
	background:url(images/spotlight-next.png) no-repeat;
}

.footer a {
	color:#fca40b;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:none;
}

.footerBoxes {
	padding:0;
	margin:0 0 10px;
	list-style:none;
	min-height:290px;
	display:flex;
}

.footerBoxes li {
	display:inline-block;
	vertical-align:top;
}

.footerBoxes li h2 {
	color:#fca40b;
	font-family: 'RockSaltRegular';
	font-size:18px;
	border-top:1px dotted #fca40b;
	line-height:38px;
	margin-bottom:8px;
}

.footerBoxes li.fb1 {
	width:232px;
}

.footerBoxes li.fb2 {
	width:232px;
	margin:0 26px;
}

.footerBoxes li.fb3 {
	width:170px;
	margin-right:26px;
}

.footerBoxes li.fb4 {
	width:218px;
}

.fb1 ul li {
	border-bottom:1px dotted #FCA40B;
	padding:10px 0;
	display:block;
}

.fb1 a.viewNews {
	color:#fceed7;
	text-align:right;
	display:block;
	float:right;
	margin:10px 0 0 0;
	font-size:14px;
}

.fb1 ul li img {
	border:3px solid #FCA40B;
	float:left;
	margin-right:15px;
}

.fb1 ul li a {
	color:#fceed7;
	font-size:15px;
	font-family:Helvetica, Arial;
	font-weight:normal;
}

.fb1 ul li span.date {
	font-size:11px;
	color:#FCA40B;
	display:block;
}

.fb1 ul li div.potatoes {
	float:left;
}

.copyright a {
	color:#fceed7;
	line-height:none;
	font-family: 'Helvetica', Arial, Verdana, sans-serif;
	font-size:10px;
	text-decoration:none;
}

.copyright a:hover {
	color:#fca40b;
	text-decoration:none;
}

#sidebar {
	float:right;
	width:250px;
}

#sidebar h2 {
	font-family: 'HoboStdMedium';
	font-size:21px;
	color:#FFF;
	background: #667e26;
	background: rgba(102, 136, 38, .76);
	padding:5px;
	margin:10px 0 0;
}

#sidebar ul {
	list-style:none;
	padding:0 15px;
}

.pageContent.news h2 {
	font-family: 'RockSaltRegular';
	font-size:23px;
}

hr {
	background:#55422a;
	height:1px;
	outline:none;
	border:none;
}

.social {
	clear:both;
	margin-top:8px;
}

.social .facebook, .social .rss {
	background:url(images/social.png) no-repeat;
	width:35px;
	height:34px;
	display:inline-block;
	margin-right:5px;
}

.social .facebook:hover, .social .rss:hover {
	opacity:.5;
}

.social .facebook {
	background-position:0 0;
}

.social .rss {
	background-position:-39px 0;
}

.seeAllAnimals {
	text-align:right;
	border-top:1px dotted #667e26;
	padding:5px 2px;
	margin:0 10px;
	font-size:14px;
}

.page-id-8 .ngg-gallery-thumbnail img {
  height: 75px !important;
  width: 100px !important;
}

