@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) #272e1c;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b3f16;
}
#container {
	margin:0 auto;
	padding: 0;
	width: 762px;
	overflow:auto;
}
hr {
	width: 80%;
	border-top: 1px dashed #4b3f16;
	border-bottom: none;
	border-left: none;
	border-right: none;
	display: block;
	padding: 0;
}

/* These are the CSS styles for the animals at top */

#gator {
	margin-left: -230px;
	position: absolute;
	z-index: 10;
}
#snake {
	margin-left: 635px;
	position: absolute;
	z-index: 10;
}

/* This is the header */

#header {
	margin: 0;
	padding: 0;
	height: 240px;
	background: url(images/header2.png) top center no-repeat;
	z-index: 5;
	overflow: visible;
	position: relative;
}

/* This is the div for the container for the right, main and left columns */

#middle {
	width: 762px;
	margin-top: -20px;
	background: url(images/paper.jpg);
	z-index: 1;
	position: relative;
	overflow: auto;
}

/* This is the background image for the right, main and left columns */

#rightback {
	background: url(images/navback.png) repeat-y;
	overflow: auto;
}

/* This is the div for the right content column */

#right {
	float: left;
	width: 222px;
	padding:40px 0;
	text-align: center;
}
#right a img {
	padding-bottom: 2px;
}
#right h1 {
	background: url(images/travelingshowsheader.gif) no-repeat;
	height: 70px;
	width: 205px;
	margin:20px auto 0 auto;
}
#right ul {
	list-style: none;
	margin: 20px 0 0 10px;
	padding: 0;
}
#right ul li {
	background: url(images/travel_dates.jpg) no-repeat;
	height: 38px;
	width: 203px;
	font-size: 14px;
	line-height: 14px;
	margin-top: -10px;
	padding: 12px 0 0 0;
	color: #004822;
}
#right p.contact {
	font-size: 10px;
	font-weight: bold;
	margin: 5px 10px;
}
#right p.contact a {
	color: #4b3f16;
	text-decoration: underline;
}
#right p.contact a:hover {
	text-decoration: none;
}
#right p.hours {
	font-size: 8px;
	font-weight: bold;
}

/* This is the div for the main content column */

#content {
	float: left;
	padding:40px 5px 40px 25px;
	width: 350px;
	text-align: center;
}
#content img {
	margin-bottom: 5px;
}
#content p {
	margin: 10px;
	font-size: 16px;
	text-align: left;
}
#content p.desc {
	margin: 10px 0 20px 0;
	font-size: 16px;
	text-align: center;
}
#content p.price {
	margin: 20px 0 10px 0;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#content ul li {
	margin: 10px;
	font-size: 16px;
	text-align: left;
}
#content object {
	margin: 20px 0;
}
#content h1 {
	margin:0 auto;
	padding:0 0 10px 0;
}
#content h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 10px;
}
#content a {
	color: #4b3f16;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #4b3f16;
	text-decoration: underline;
}
#content div.store_cat {
	float: left;
	width: 33%;
	text-align: center;
	text-transform: uppercase;
}
#content td.store_cat {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
}
#content td.store_cat a:hover {
	text-decoration: none;
}
#content div.store_cat img, #content td.store_cat img   {
	border: 1px solid #4b3f16;
}
#content div.store_cat p {
	text-align: center;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 12px;
}
#content p.stars {
	margin: 0 10px 30px 10px;
	text-align:center;
	
}
#content h2.stars {
	margin: 18px 10px 5px 10px;
	
}
#content table.show {
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	color: #4b3f16;
	border-collapse: collapse;
}
#content table.show tr {
	color: #4b3f16;
	background: #f8ebd4;
	padding:5px;
}
#content table.show tr.addinfo {
	color: #4b3f16;
	background: transparent;
	padding:5px;
	text-transform: none;
}
#content table.show tr.header {
	background: #4b3f16;
	color: #FFF;
}
#content table.show tr.alt {
	color: #4b3f16;
	background: #ffebc4;
}
#content table.show tr.button {
	background: transparent;
}
#content table.show tr a {
	color: #4b3f16;
	font-weight: bold;
	text-decoration: none;
}
#content table.show tr a:hover {
	text-decoration: underline;
}
#content table.show a {
	color: #4b3f16;
	font-weight: bold;
	text-decoration: none;
}
#content table.show a:hover {
	text-decoration: underline;
}
#content table.show input.gatadmin, #content_admin table textarea.gatadmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: none;
	width: 99%;
}
#content table.show input.btn {
	background: #4b3f16;
	text-transform: uppercase;
	color: #ffebc4;
	border: none;
	height: 20px;
	padding:0 5px;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	width:auto;
}
#content input.btn {
	background: #4b3f16;
	text-transform: uppercase;
	color: #ffebc4;
	border: none;
	padding:0 5px;
	margin: 0;
	font-size: 12px;
	width:auto;
}
#content select.styledselect {       
 font: Arial, Helvetica, sans-serif; 
 background-color: #dccba9;       
 border: 1px solid #4b3f16;
 margin: 5px 5px 18px 5px;
}
#content p.hold {       
 font-weight: bold;
 text-transform: uppercase;
 color:#900;
 text-align: center;
 font-size: 12px;
}

/* This is the div for the breadcrumb trail on the store items */

#breadcrumb {
	padding:10px;
	font-size: 14px;
	text-transform: capitalize;
}
#breadcrumb a {
	color: #4b3f16;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #4b3f16;
	text-decoration: underline;
}


/* This is the div for the left column */

#left {
	float: left;
	padding: 40px 0;
	width: 160px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}
#left h1 {
	color: #4b3f16;
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#left p.news {
	text-align:left;
	margin: 5px 10px;
	
}
#left a {
	color: #4b3f16;
	text-decoration: none;
	font-weight: bold;
}
#left a:hover {
	color: #4b3f16;
	text-decoration: underline;
}
#left a.nounderline {
	color: #4b3f16;
	text-decoration: none;
	font-weight: bold;
}

/* This is the css for the shopping cart */

#cart {
	margin: 0 10px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #4b3f16;
}
#cart img {
	border: none;
}
#cart h1 {
	background: #4b3f16;
	color: #f8ebd4;
	margin: 0;
	padding: 0;
}
#cart a {
	color: #4b3f16;
	border-top: 1px solid #4b3f16;
	padding: 0 2px;
	margin: 10px 0 0 0;
	font-size: 10px;
	display: block;
	text-transform: uppercase;
}
#cart a:hover {
	background: #4b3f16;
	color: #f8ebd4;
	border-top: 1px solid #4b3f16;
	padding: 0 2px;
	font-size: 10px;
	text-decoration: none;
}
#cart a.delete {
	border-top: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#cart a.delete:hover {
	text-decoration: none;
	background: transparent;
}
#left a.cart {
	color: #4b3f16;
	font-size: 10px;
	text-transform: uppercase;
}
#cart table {
	margin-top: 10px;
}

/* Table for store check out process */

#content_cal table.checkout {
	font-size: 12px;
	border: 1px solid #4b3f16;
	border-collapse: collapse;
	margin-top: 20px;
}
#content_cal table.checkout tr.header {
	font-size: 12px;
	background: #4b3f16;
	text-transform: uppercase;
	color: #ffebc4;
}
#content_cal table.checkout td {
	padding: 2px;
}
#content_cal table.checkout td a {
	background: #4b3f16;
	color: #ffebc4;
	text-decoration: none;
	padding: 1px;
	font-weight: bold;
}
#content_cal table.checkout td a:hover {
	background: #4b3f16;
	color: #ffebc4;
	text-decoration: underline;
}
#content_cal h3.checkout {
	font-size: 18px;
	margin:0;
}

/* This is the footer at the bottom of every page */

#footer {
	clear: both;
	font-size: 12px;
	color: #FFF;
	margin-bottom: 20px;
	text-align: center;
}
#footer p {
	margin-top: 5px;
}
#footer p a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer p a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

/* Calendar CSS */

/* This is the main div for the admin panel */

#content_admin {
	float: left;
	padding:40px 15px 40px 25px;
	width: 500px;
	text-align: center;
}
#content_admin  p {
	font-size: 14px;
}
#content_admin table {
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	color: #4b3f16;
	border-collapse: collapse;
}
#content_admin table tr {
	color: #4b3f16;
	background: #f8ebd4;
	padding:5px;
}
#content_admin table tr.header {
	background: #4b3f16;
	color: #FFF;
}
#content_admin table tr.alt {
	color: #4b3f16;
	background: #ffebc4;
}
#content_admin table tr.button {
	background: transparent;
}
#content_admin table tr a {
	color: #4b3f16;
	font-weight: bold;
	text-decoration: none;
}
#content_admin table tr a:hover {
	text-decoration: underline;
}
#content_admin a {
	color: #4b3f16;
	font-weight: bold;
	text-decoration: none;
}
#content_admin a:hover {
	text-decoration: underline;
}
#content_admin table input.gatadmin, #content_admin table textarea.gatadmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: none;
	width: 99%;
}
#content_admin table input.btn {
	background: #4b3f16;
	text-transform: uppercase;
	color: #ffebc4;
	border: none;
	height: 20px;
	padding:0 5px;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	width:auto;
}

/* These are the styles for the admin navigation */

#adminnav {
	padding:10px 0;
	background: #4b3f16;
	color: #ffebc4;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
#adminnav a {
	font-weight: normal;
	text-decoration: none;
	color: #ffebc4;
}
#adminnav a:hover {
	text-decoration: underline;
	text-transform: uppercase;
	color: #FFF;
}

/* This is the div for the calendar */

#content_cal {
	float: left;
	padding:40px 15px 40px 25px;
	width: 500px;
	text-align: center;
}
#content_cal form{
	margin-top: 0;
	padding: 0;
}
#content_cal  p {
	font-size: 14px;
}
#content_cal div.albumthumbs a:hover {
	text-decoration: underline;
}
#content_cal h2 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 10px 10px 0 10px;
}
#content_cal table.admin {       
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	color: #9fda95;
	border-collapse: collapse;
}
#content_cal select, #content_cal input {       
 font: Arial, Helvetica, sans-serif; 
 background-color: #dccba9;       
 border: 1px solid #4b3f16; 
}
#content_cal table.admin input, #content_cal table.admin textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: none;
	width: 99%;
	background: #FFF;
}
#content_cal table.admin input.upload,#content_cal table.admin textarea.upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: 25px;
	border: none;
	width: 90%;
	background: #FFF;
	margin: 2px 0;
	padding: 0;
}
#content_cal table.admin input {
	height: 18px;
}
#content_cal table.admin input.searchbtn {
	background: #4b3f16;
	text-transform: uppercase;
	color: #ffebc4;
	border: none;
	height: 20px;
	padding:0 5px;
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	width:auto;
}
#content_cal table.admin a, #content_cal p a {
	color: #4b3f16;
	font-weight: bold;
	text-decoration: none;
}
#content_cal table.admin a:hover, #content_cal p a:hover  {
	text-decoration: underline;
}
#content_cal table.admin tr.header {
	background: #4b3f16;
	color: #FFF;
}
#content_cal table.admin tr {
	color: #4b3f16;
	background: #fff8e9;
	text-decoration: underline;
	padding: 5px;
}
#content_cal table.admin tr.alt {
	color: #4b3f16;
	background: #ffebc4;
	text-decoration: underline;
}
#content_cal table.admin tr.alt2 {
	color: #4b3f16;
	background: #f8ebd4;
	text-decoration: underline;
}
#content_cal table.admin tr.alt3 {
	color: #4b3f16;
	background: #ac9e6f;
	text-decoration: underline;
}
#content_cal table.admin tr.button {
	background: transparent;
}
#content_cal h3, #content_cal h3 a {
	color: #4b3f16;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
}
#content_cal h3 a:hover  {
	color: #4b3f16;
	text-decoration: underline;
	text-transform: uppercase;
}

/* This is the div for the left column */

#calendar_div {
	margin-top: 10px;
}
.space {
	margin-top: 10px;
	height:14px;
	vertical-align: text-bottom;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
}
.copy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
}
.copy3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}
#caldate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #4b3f16;
	text-transform: uppercase;
	display:block;
}
a.cal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #4b3f16;
	text-decoration: none;
	display:block;
	width: 100%;
}
a.cal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #4b3f16;
	text-decoration: none;
	display:block;
	width: 100%;
}
a.cal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #987c00;
	text-decoration: none;
	display:block;
	width: 100%;
}
a.cal2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #4b3f16;
	text-decoration: none;
	display:block;
}
a.cal2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #4b3f16;
	text-decoration: none;
	display:block;
}
a.cal2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #987c00;
	text-decoration: none;
	display:block;
}
a.cal3:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #ffebc4;
	text-decoration: none;
	display:block;
}
a.cal3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	text-decoration: none;
	display:block;
}
a.cal3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #FFF;
	text-decoration: none;
	display:block;
}
a.cal4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #4b3f16;
	text-decoration: none;
	display:block;
}
a.cal4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: underline;
	display:block;
}


/* This is the div for the left column */

.albumthumbs {
	width:151px;
	height:125px;
	margin: 11px auto 0 auto;
	background-color:#fff7ea;
	line-height: 100px;
	padding: 0;
}
.albumthumbs2 {
	height:125px;
	margin: 11px auto 0 auto;
	line-height: 100px;
	padding: 0;
	
}
.albumthumbsrows {
	text-align: center;
	background-image: url(images/albumtop.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
a.albums  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #4b3f16;
	text-decoration: none;
	display: block;
	margin:0;
	padding:2px;
	clear:both;
}

a.albums:hover {
	text-decoration: underline;
}
.photodesc {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.photodesc2 {
	font-size: 10px;
}