/*
Theme Name: My Backyard Tours

Description: 
Version: 1
Author: Outcrop
*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/bg_main.jpg) top repeat-x #fff;
	color: #000;
	margin:0px;
	padding:0px;
}
#page {
	text-align: left;
}
#navigation {
	list-style: none;
	position:absolute;
	top:-30px;
	width:951px;
	height:132px;
}
#navigation ul {
	margin-left:0px;
	padding-left:0px;
}
#navigation li {
	float: left;
	list-style: none;
}
#navigation a * {
	display: none;
}
#navigation a, #navigation a .hover {
	height: 150px;
	position: relative;
	display: block;
	background: transparent url(images/top_nav.png) 0 0 no-repeat;
}
/* individual navigation items */
#navigation a.dayTours {
	background-position:10px -5px;
	width: 110px;
}
#navigation .highlight a.dayTours:hover, #navigation a.dayTours .hover, #navigation a.dayTours.current {
	background-position: -5px -165px;
}
#navigation a.packageTours {
	background-position:-84px -5px;
	width:109px;
}
#navigation .highlight a.packageTours:hover, #navigation a.packageTours .hover, #navigation a.packageTours.current {
	background-position: -120px -165px;
}
#navigation a.ourArea {
	background-position:-172px -5px;
	width: 110px;
	margin-left:-7px;
}
#navigation .highlight a.ourArea:hover, #navigation a.ourArea .hover, #navigation a.ourArea.current {
	background-position:-235px -165px;
}
#navigation a.gallery {
	background-position:-262px -5px;
	width: 108px;
	margin-left:-10px;
}
#navigation .highlight a.gallery:hover, #navigation a.gallery .hover, #navigation a.gallery.current {
	background-position: -351px -165px;
}
#navigation a.about {
	background-position: -349px -5px;
	width: 109px;
	margin-left:-10px;
}
#navigation .highlight a.about:hover, #navigation a.about .hover, #navigation a.about.current {
	background-position:-468px -165px;
}
#navigation a.contact {
	background-position:-449px -5px;
	width: 110px;
}
#navigation .highlight a.contact:hover, #navigation a.contact .hover, #navigation a.contact.current {
	background-position:-585px -165px;
}
#navigation a.store {
	background-position:-543px -5px;
	margin-left:-10px;
	width:103px;
}
#navigation .highlight a.store:hover, #navigation a.store .hover, #navigation a.store.current {
	background-position: -702px -165px;
}
#navigation a.customTrip {
	background-position:-630px -5px;
	margin-left:-10px;
	width:132px;
}
#navigation .highlight a.customTrip:hover, #navigation a.customTrip .hover, #navigation a.customTrip.current {
	background-position:-815px -165px;
}
#subNavigation {
	margin-left:70px
}
#postnavigation {
	margin-top:15px;
}
#header {
	margin:140px 0 0 245px;
}
#header_sub {
	margin:140px 0 0 307px;
}
#content {
	font-size: 1em;
}
#footer {
	border: none;
}
.narrowcolumn, .widecolumn p {
	line-height:18px;
}
h1, h2, h3 {
	font-weight: normal;
}
h1 {
	margin:30px 0 10px;
	color:#008FAB;
	font-size:30px; 
	line-height:28px;
}
h2 {
	color:#4c5b00;
	margin:20px 0 10px 0;
}
a:hover {
	text-decoration:underline;
}
a, h3 a:hover, h1 a:hover {
	color:#008FAB;
	font-weight:normal;
	text-decoration:none;
}
a.more-link {
	float:left;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
.entry p a:visited {
}
.sticky {
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */


#page {
	margin: 0px auto;
	padding: 0;
	width: 880px;
}
.narrowcolumn, .widecolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin:0px;
	width: 595px;
}
.post {
	margin: 0 0 40px;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
/* End Structure */




/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */







/* Begin Sidebar */
#sidebar {
	padding: 0px 0 10px 0;
	margin:30px 0 0 650px;
	width: 190px;
}
#sidebar #youTube {
	margin-left:30px;
}
#sidebar form {
	margin: 0;
}
#tripScheduleWrapper {
	width:187px;
}
#tripScheduleBody {
	width:187px;
	background:url(images/right_trip_bg.gif) 0px top repeat-y;
	display:block;
	margin:-5px 0 -8px;
	width:187px;
	padding:0 10px;
}
#tripScheduleBody h1 {
	margin:5px 0 0px 0;
}
#tripScheduleBody h1 a {
	color:#008fab;
	font-size:14px;
	font-weight:bold;
}
#tripScheduleBody p {
	font-size:12px;
	color:#008fab;
	margin:0 0 10px !important;
}
#readMoreTrips {
	margin-top:5px;
}
#tripSchedulefooter {
	padding-top:20px;
	background:url(images/right_trip_bg.gif) 0px top repeat-y;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */


/* Forms */
#contactForm {
	width:446px;
	margin-top:30px;
}
#contactForm p {
	text-align:right;
	color:#7e9701;
}
#contactForm label {
	padding:3px 10px 0 0;
}
#contactForm input, textarea {
	border:1px solid #7e9701;
	color:#7e9701;
	font-size:14px;
}
input[type="text"] {
	border:1px solid #7E9701;
	width:215px;
	padding:3px 4px;
	background:url(images/input_bg.jpg) left top repeat-x #fff;
	float:right; 
	margin-right:150px;
}

#contactForm input[type="text"] {margin-right:0; }

#contactMessage {
	background:url(images/contact_tab.png) top left no-repeat;
	padding-top:35px;
}
textarea {
	width:436px;
	padding:3px 4px;
	background:url(images/memo_bg.jpg) left top repeat-x #fff;
}
input[type="submit"] {
	background:url(images/submit.png) no-repeat;
	width:113px;
	height:48px;
	border:none; 
	text-indent:-1000em;
	display:block;
}
/* end forms */


.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
a img {
	border: none;
}
a.contactLink {
	background:url("images/logo_contact.gif") no-repeat scroll left center transparent;
	display:table-cell;
	height:17px;
	padding-left:23px;
}
/* End Various Tags & Classes*/
#contactForm input[type=submit] {
	border:none;
}
