/*
Theme Name: Park Voyagers
Theme URI: http://www.parkvoyagers.com
Description: Custom WordPress theme designed by The Watsons and developed by C Murray Consulting
Version: 1.0
Author: C Murray Consulting
Author URI: http://www.cmurrayconsulting.com
Tags: custom
*/

* {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

#container {
	font-size: 10px;
	margin: 0px auto;
	width: 1044px;
}

#nav {
	height: 49px;
	position: relative;
	text-transform: uppercase;
	margin: 0px auto;
	width: 1044px;
	z-index: 100;
}

#nav ul {
	border-left: #d1d3d4 3px solid;
	border-right: #d1d3d4 3px solid;
	border-bottom: #d1d3d4 3px solid;
	background-color: #fff;
	height: 34px;
	margin: 0px auto;
	width: 964px;
}

#nav ul li {
	border-left: #d1d3d4 3px solid;
	float: left;
	margin: 0px;
	text-align: center;
}

#nav ul li a {
	display: block;
	float: left;
	height: 35px;
	overflow: hidden;
	text-indent: -1000px;
}

/** HOME BUTTON **/
#nav ul li.page-item-3 { border-left: none; }
#nav ul li.page-item-3 a { width: 138px; background-image: url(images/home.jpg); }
#nav ul li.page-item-3 a:hover, #nav ul li.page-item-3 a:active { background-image: url(images/homeactive.jpg); }
#nav ul li.page-item-3.current_page_item > a { background-image: url(images/homeactive.jpg); }

/** ABOUT US BUTTON **/
#nav ul li.page-item-2 a { width: 155px; background-image: url(images/aboutus.jpg); }
#nav ul li.page-item-2 a:hover, #nav ul li.page-item-2 a:active { background-image: url(images/aboutactive.jpg); }
#nav ul li.page-item-2.current_page_item > a { background-image: url(images/aboutactive.jpg); }

/** PROGRAM DETAILS BUTTON **/
#nav ul li.page-item-7 a { width: 224px; background-image: url(images/program.jpg); }
#nav ul li.page-item-7 a:hover, #nav ul li.page-item-7 a:active { background-image: url(images/programactive.jpg); }
#nav ul li.page-item-7.current_page_item > a { background-image: url(images/programactive.jpg); }

/** EVENTS BUTTON **/
#nav ul li.page-item-15 a { width: 298px; background-image: url(images/events.jpg); }
#nav ul li.page-item-15 a:hover, #nav ul li.page-item-15 a:active { background-image: url(images/eventsactive.jpg); }
#nav ul li.page-item-15.current_page_item > a { background-image: url(images/eventsactive.jpg); }

/** FAQS BUTTON **/
#nav ul li.page-item-12 a { width: 137px; background-image: url(images/faqs.jpg); }
#nav ul li.page-item-12 a:hover, #nav ul li.page-item-12 a:active { background-image: url(images/faqsactive.jpg); }
#nav ul li.page-item-12.current_page_item > a { background-image: url(images/faqsactive.jpg); }

#content {
	margin:0 auto;
}

#content p {
	padding: 8px 0px;
}

#content ol {
	padding: 8px 0px 8px 20px;
}

#content ul {
	list-style-type: disc;
	padding-left: 20px;
}	

#content a {
	color: #6db33f;
}

#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 30px 0px 0px 0px;
}

#content h6 {
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
	color: #7f7f7f;
	margin-top: 15px;
	margin-bottom: 25px;
}

div#eventsdrop {
	margin: 55px 0px 15px 0px;
	font-weight: bold;
	line-height: 2em;
}

div#eventsdrop select {
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* 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;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Various Tags & Classes */
.clear {
	clear: both;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
