/*  
Theme Name: Basic Layout
Theme URI: 
Description: Theme Start
Version: 1.0
Author: Matt Dean, Dennis Ferguson
Author URI:

*/


/* Tags */

*{
	margin: 0;
	padding: 0;
}


body {
	background: #A9BBC7 url(images/body-gradient-new.gif) repeat-x fixed;
	color: #143612;
	font: 12px Arial, Helvetica, sans-serif;
}

h2 {
	font: 26px Georgia, "Times New Roman", Times, serif;
	color: #155214;
	border-bottom: 1px dashed #D9D58E;
	position: relative;
	top: -15px;
	background: url(images/title-bg.gif) no-repeat right -1px;
	padding-top: 8px;
}

h3 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
	line-height: 140%;
}

a {
	color:#99603B;
	text-decoration: none;
}

a:hover, #pagesList li a:hover, #metaLinks li a:hover {
	text-decoration: none;
	color: #2392EE;
}

li {
	list-style-type: none
}

/* Layout */

#top {
	background: url(images/top.png) no-repeat;
	margin: 10px auto 0px;
	height: 15px;
	width: 1002px;
}

#bottom {
	background: url(images/bottom.png) no-repeat;
	margin: 0px auto 30px;
	height: 15px;
	width: 1002px;
}

#wrapper {
	margin: 0px auto;
	width: 976px;
	padding: 2px 12px 0px;
	background: #155214 url(images/bg-gradient.jpg) repeat-x;
	border-right: 1px solid #266101;
	border-bottom: 1px solid #155214;
	border-left: 1px solid #266101;
}

#header {
	color:#333333;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:11px;
	font-weight:bold;
	height:256px;
	letter-spacing:0.1em;
	line-height:normal;
	margin:0 38px 54px 0px;
	width:900px;
}

#header h1 a {
	height: 256px;
	width: 900px;
	position: relative;
	display: block;
	margin-left: 38px;
}
	
#header h1 a span {
	background: url(images/header-tipi.jpg) no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	right: 0px;
}

/* 
#bloginfo {
	background:transparent url(images/bloginfo-bg.gif) no-repeat scroll 0 5px;
	font: bold 12px Arial,Helvetica,sans-serif;
	height:20px;
	line-height:normal;
	padding:10px 30px 0;
	text-align:center;
	width:840px;
}
*/

#bloginfo  {
	font: bold 12px Arial,Helvetica,sans-serif;
	position: relative;
	height:38px;
	width:941px;
	line-height:normal;
	margin: 10px 0px 20px 19px;
}

#bloginfo span {
	background:transparent url(images/bloginfo.gif) no-repeat scroll 0 5px;
	position: absolute;
	top:-5px;
	height: 100%;
	width: 100%;
}

#sidebar{
	width: 175px;
	background: url(images/sidebar-bg.jpg) repeat-y;
	float: left;
	margin-right: 12px;
}

#sidebar-top {
	background: url(images/sidebar-top.jpg) no-repeat;
	height: 29px;
	width: 175px; 	
	float: left;
}

#sidebar-content {
	padding: 0px 20px;
	width: 135px;
	float: left;
}

#pagesList, #metaLinks {
	margin-bottom: 20px;
}

form#searchform {
	margin-bottom: 20px;
}

#pagesList li a, #metaLinks li a {
	display: block;
	padding: 4px 0;
	text-align: center;
	margin: 0px;
	text-decoration: none;
	border-bottom: 1px dashed #DFCC5E;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #215842;
}

#sidebar-content li a:hover {
	background-color: #FDFCEE;
}

#sidebar-bottom {
	background: url(images/sidebar-bottom.jpg) no-repeat;
	height: 29px;
	width: 175px; 
	float: left;
}

#container{
	width: 595px;
	background: url(images/container-bg.jpg) repeat-y;
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}

#container-top {
	background: url(images/container-top.jpg) no-repeat;
	height: 29px;
	width: 595px; 	
	float: left;
}

#content {
	padding: 0px 30px;
	width: 535px;
	float: left;
	min-height: 1050px;
}

#container-bottom {
	background: url(images/container-bottom.jpg) no-repeat;
	height: 29px;
	width: 595px; 	
	float: left;
}

#sidebar2 {
	width: 182px;
	float: left;
	position: relative;
	top: -29px;
}

#sidebar2 a {
	display: block;	
}

/* Footer starts */

#footer p {
	clear:both;
	width:950px;
	color: #83B37B;
	text-align: center;
}


/* For the 404 page only */

.404{
	width:700px;
	margin:30px 0 0 0 ;
}

.404 h2{
	font-size:100px;
}


.404 h3{
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.404 p{
	padding:20px 0 0 0;
	font-size:14px;
}

.404 p a{
	color:#EEEEEE;
	text-decoration:underline;
}

.404 p a:hover{
	text-decoration:none;
}	





/* For the comments page only */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.lcp_catlist li {
	border-bottom: 1px dashed #D9D58E;
	margin-bottom: 15px;
    font: 12px Georgia,"Times New Roman",Times,serif;
    padding-bottom: 20px;
}

.lcp_catlist li a {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

a#moreInfo {
	font-size: 11px;
	width: 80px;
}

.map {
	border: solid 1px #000;
	margin-bottom: 20px;
}

#rays {
	width: 100%;
	min-height: 100%;
	background: url(images/background-sky-2.jpg) no-repeat fixed center 0px;
	float: left;
}

#twitterfeedTop {
	background: url(images/twitterfeed-top.gif) repeat-y;
	width: 182px;
	height: 53px;
}

#twitterfeed {
	padding: 3px 0px 0px;
	font-size: 11px;
	line-height: 110%;
	background: #F6F2C3 url(images/twitterfeed-bg.jpg) repeat-y;
}

.aktt_tweets li {
	background-color:#FFF;
	border: 1px solid #9ED3F8;
	padding: 8px;
	margin: 0px 10px 5px;
	overflow: auto;
}

li#aktt_more_updates {
	background: #155214 url(images/twitterfeed-bottom.gif) no-repeat;
	width: 182px;
	height: 28px;
	margin: 15px 0 0;
	text-align: center;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	font-weight: bold;
}

#twitterfeedBottom {
	background: url(images/twitterfeed-bottom.gif) repeat-y;
	width: 182px;
	height: 28px;
	margin-top: -5px;
	margin-bottom: 12px;
}

a.aktt_tweet_time {
	display: block;
	text-align: right;
}

/* tickets */

table.prices {
	margin-bottom: 10px;
	border-top: 1px solid #E4E2B1;
	border-left: 1px solid #E4E2B1;
}
.prices td, .prices th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 3px 20px 3px 25px;
}

.prices td {
	color: #1B530B;
	border-bottom: 1px solid #E4E2B1;
	border-right: 1px solid #E4E2B1;
}
.prices th {
	border-bottom: 1px solid #E4E2B1;
	border-right: 1px solid #E4E2B1;
	background: #155214;
	color: #FFFFFF;
}

tr.oddrow {
	background: #F4F5E9;
}

img.floatRight, .floatRight {
	float: right;
	clear: right;
	margin: 0px 0 10px 10px;
	border: 1px solid #E4E2B1;
}

img.floatRightNoBorder, .floatRightNoBorder {
	float: right;
	clear: right;
	margin: 0px 0 10px 10px;
}

.smallText {
	font-size: 90%;
}

#paypal input {
	border-style: none !important;
	margin: 5px 0px;
}


.rightImages {
	float: right;
	clear: right;
}

.rightImages img {
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #6A8466;
}

.leftImages {
	margin-top: 33px;
}

.leftImages img {
	margin-bottom: 20px;
	border: 1px solid #6A8466;
}

.map {
	border: 1px solid #6A8466;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	clear: both;
	}

.alignleft {
	float: left;
	clear: both;
	}
.lcp_catlist img {
	position:relative;
	top: -28px;
	margin-bottom: -28px;
}	
/* End Images */

/* Shop */

table.ticketList {
	margin: 0px 0px 30px;
}
.ticketList td, .ticketList th  {
	padding: 1px 0px 1px 30px;
}

.ticketList td {
	border-bottom: 1px dashed #EFEECF;
}

.ticketList th  {
	border-bottom: 1px solid #EFEECF;
	text-align: left;
}

th.firstCol  {
	width: 250px;
	font-size: 14px;
}

img.ticketButton {
	float: right;
	clear: right;
	margin: 0 0 6px 10px;
}

#quotes {
	background: url(images/quotes-bg.gif);
	width: 168px;
	height: 146px;
	padding: 18px 0 0 14px;	
	margin-bottom: 12px;
	text-align: center;
}

.sidebarlink {
	margin-bottom: 12px;
}

.productList img {
	margin: 0px 0px 0px 30px;
}

.productList td {
	border-bottom: 1px dashed #D9D58E;
	padding: 20px 0px;
}

.optionButtons td {
	padding: 0px 0px 3px 10px;
	border-bottom: 1px dashed #EFEECF;
}

p.price {
	margin-left: 10px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h4.productName {
	color: #333;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}

a img {
	border: none;
}

#stages li {
	margin-bottom: 5px;
	font-weight: bold;
}

#stages li a {
	display: block;
}

#stages li a:hover {
	text-decoration: underline;
}

#stages table {
	padding-bottom: 25px;
	border-bottom: 1px dashed #D9D58E;
	width: 100%;
}

#stages h3 {
	margin: 25px 0pt 15px 80px;
}

ul.bulletList {
	padding: 5px 10px 10px 30px;
	margin-left: 20px;
	margin-bottom: 0px;
}
.bulletList li {
	list-style: url(images/bullet.gif);
	margin-bottom: 5px;
}
.rule {
	background: url(images/horizontal-rule.gif);
	position: relative;
	height: 15px;
	width: 535px;
	margin-bottom: 15px;
}
.shopping_cart {
    background-color: #D4EAF8;
    border: 1px solid #A8D6E6;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 20px !important;
}

#countdownbox {
	padding: 3px 0 3px 35px;
	margin: 15px 60px 10px;
	font-weight: bold;
	color: #FFF;
	background: #228020 url(images/countdown-bg.jpg) no-repeat 0px 0px;
	height: 27px;
	width: 380px;
}

p#countdown {
	display: inline;
	margin-left: 5px;
	font-size: 14px;
}

p#time{
	color:#F2DE43;
	font-size: 18px;
	display:inline;
	width: 300px;
}

p#time span{
	display:inline;
	font-size:0.7em;
	color: #FFF;
	font-weight: normal;
}
.lcp_catlist p, #resources p {
    margin-left:10px;
}
.lcp_catlist p img {
    margin-left: 20px;
    margin-bottom: 5px
}

#greentravel {
	padding: 0 25px;
	margin: 20px -4px;
	border-top: 12px dashed #e3efde;
	border-bottom: 12px dashed #e3efde;
}

#greentravel h3 {
	font: bold small-caps 21px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px;
	text-transform: capitalize;
}
#iknow {
	margin: 0 auto;
	width: 820px;
}
