/*
Theme Name: Greenstone Tours
Description: Greenstone Tours theme
Version: 1.0
Author: Andy
*/

@import url('webfontkit-aller/stylesheet.css');

/* General styles                                   */
/* ------------------------------------------------ */
body {
	min-width: 980px;
	margin: 0;
	background: #ffffff;
}

html, body, p {
	color: #323a03;
	font-family: 'allerregular', sans-serif;
	font-size: 1.1em;
}

img a, a img {
	border: 0;
}

td {
	vertical-align: top;
}

a {
	color: #9f5702;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #028ddd;
}

ul {
	margin: 8px 0 18px 18px;
	padding: 0;
}

li {
	padding-left: 4px;
	line-height: 160%;
	padding-bottom: 6px;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	line-height: 120%;
}

h1, h1 a {
	font-size: 1.9em;
	margin-top: 0;
}

h2, h2 a {
	font-size: 1.7em;
}

h3, h3 a {
	font-size: 1.5em;
}

hr {
	height: 2px;
	border: 0;
	width: 100%;
	background: #589643;
	color: #589643;
	margin: 5px 0 15px 0;
}

.wrapper {
	background: #347103 url(images/greenstone-bg.jpg) left bottom;
	background-size: cover;
	*overflow: hidden; /*IE7 only*/
}


#navbar ul li a, a.readmore {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/* Header                                           */
/* ------------------------------------------------ */
#header {
	text-align: center;
}

#logosmall {
	display: none;
}

#slideshow {
	max-height: 556px;
	overflow: hidden;
}

#slideshow img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

/* Navbar                                           */
/* ------------------------------------------------ */
#navbar {
	background: url(images/nav-bg.png);
	height: 50px;
	margin: 0 auto;
	position: relative;
}

#navbar ul {
	margin: 0 auto;
	list-style-type: none;
	text-align: center;
}

#navbar ul li {
	display: inline-block; /* for all other browsers */
	zoom: 1;
	*display: inline; /* for IE7 */
}

#navbar ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	font-size: 21px;
	padding: 0 10px;
	text-transform: uppercase;
}

#navbar ul li a:hover, #navbar li.current_page_item a {
	color: #93be78;
}

a.anchor-link {
	display: none;
	float: left;
	height: 50px;
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	font-size: 20px;
	text-transform: uppercase;
}

/* Homepage                                         */
/* ------------------------------------------------ */

#homepage-intro {
	background: url(images/greenstone-bg.jpg);
	background-size: cover;
	overflow: hidden;
	padding-bottom: 30px;
}

#homepage-intro-text {
	margin: 30px 0;
	background: url(images/introtext-bg.png);
}

#homepage-intro-text h1, #homepage-intro-text p {
	color: #33422b;
}

#homepage-intro-text h1 {
	font-size: 50px;
	margin-bottom: 10px;
}

#homepage-intro-text p {
	font-size: 30px;
	margin: 0;
}

#homepageboxes {
	max-width: 880px;
	margin: 0 auto;
	overflow: hidden;
}

.ngg-galleryoverview {
	width: auto !important;
}

.ngg-gallery-thumbnail-box {
	width: 29%;
	margin: 0.2% 2%;
}

.ngg-gallery-thumbnail {
	width: 100%;
}

.ngg-gallery-thumbnail img {
	width: 100%;
	height: auto;
}
/*
#lightbox-container-image-box img {
	max-width: 100% !important;
	height: auto !important;
}
*/









/*
#homepageboxes {
	max-width: 840px;
	padding: 0 30px;
	margin: 0 auto;
	overflow: hidden;
}

#homepageboxes .homepagebox:first-child + div, #homepageboxes .homepagebox:first-child + div + div + div + div {
	margin-left: 2%;
	margin-right: 2%;
}

.homepagebox {
	float: left;
	width: 32%;
}

.homepagebox div {
	padding: 5px;
	background: #fff;
	margin-top: 6%;
}

.homepagebox img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #a5a4a4;
	box-sizing:border-box;
	oz-box-sizing:border-box;
	ebkit-box-sizing:border-box;
	}
*/
body.home {
	text-align: center;
}


/* Content                                          */
/* ------------------------------------------------ */
.content {
	width: 920px;
	margin: 0 auto;
	padding: 30px;
	min-height: 300px;
}


.content, .content p {
	line-height: 150%;
}


.content img {
	max-width: 100%;
	height: auto;
}

body.home .content p:first-child {
	font-size: 1.4em;
}

a.readmore {
	background: #9f5702;
	color: #fff;
	padding: 20px 35px;
	text-decoration: none;
	display: inline-block;
	margin: 15px 0;
	font-size: 22px;
	line-height: 100%;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

}

a.readmore:hover {
	background: #04afff;
}


/* Footer                                           */
/* ------------------------------------------------ */
#footer {
	padding: 15px 30px 30px 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 34px;
}

#footer a, #footer, #footer p {
	color: #fff;
}

#copyright {
	font-size: 14px;
	padding: 10px 0 0 0;
	text-align: center;
}

#copyright, #copyright a {
	color: #fff;
}

a.scrollup {
	width: 53px;
	height: 53px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	text-indent: -9999px;
	background: url('images/top.gif') no-repeat;
	opacity: 0.7;
}


/* WP Common Styles */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	background:url(http://www.yoursite.com/images/bg_comments2_cite.gif);
	border-top:1px solid #d6e4c1;
	border-bottom:1px solid #779d42;
	color:#596e3b;
	}

.commentlist a:link, .commentlist a:visited {
	color:#596e3b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#8ec343;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commentlist .time {
	background: url(http://www.yoursite.com/images/bg_clock.gif) no-repeat 1px;
	padding-left:13px;
	}

.commenttext {
	background: #9bc561 url(http://www.yoursite.com/images/bg_comments2_text.jpg) repeat-x bottom;
	border-top:1px solid #c5f386;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

.editLink {
   margin-top: 30px;
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #777;
   color: #fff;
   font-size: 18px;
   text-decoration: none;
   padding: 8px 15px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #444;
   text-decoration: none !important;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}

img.aligncenter {
   display: block;
   text-align: center;
   margin: 0 auto;
}
img.alignright {
   text-align: right;
   display: block;
   float: right;
   margin: 10px 0px 5px 15px;
}
img.alignleft {
   text-align: left;
   display: block;
   float: left;
   margin: 10px 20px 5px 0px;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.wp-caption {
   margin-right: 5px;
}
.more-link {
   display:block;
}
.linklove {
   display:none;
}
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}