/*
	Description:Main stylesheet for wingsbirds.com
	Author:Lance Willett
	Author URI:http://simpledream.net
	Please don't reuse without permission. Copyright WINGS Birding Tours Worldwide.
*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	background: #EAEADE;
	background-image: url(../img/bggradient.png);
	background-repeat: repeat-x;
	border: 0;
	height: 100%;
	color: #232323;
	font-family: Georgia, Times, serif;
	font-size: 62.5%; /* set ems to match typical pts */
}

/* generic elements
-----------------------------------------------
*/
h1, h2, h3, h4, h5 {
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	color: #222;
	font-weight: normal;
}

p, li, dt, dd, label, th, td, caption, pre {
	font: 1.4em/1.4 Georgia, Times, serif;
}

h1 {
	font-size: 2.4em
}

h2 {
	font-size: 1.8em;
	line-height: 1.1em;
}

h3 {
	font-size: 1.4em
}

h4 {
	font-size: 1.2em
}

/* links
-----------------------------------------------
*/

a.subtlelinks:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.subtlelinks:hover {
	color: #8D4630;
	font-weight: bold;
	text-decoration: underline;
}

a.subtlelinks2:link {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a.subtlelinks2:hover {
	color: #8D4630;
	text-decoration: underline;
}


a:link, a:visited, a:hover, a:active {
	background: transparent;
}

a:link {
	color: #8D4630;
}

a:visited {
	color: #669;
}

a:hover {
	color: #06c;
}

a:active {
	color: #c99;
}

a img {
	border: 0;
}

a.noline {
	text-decoration: none;
}

/* layout
-----------------------------------------------
*/
#wrapper {
	position: relative;
	min-height: 100%;
	width: 770px;
	margin: 0 auto;
}

#wrapper:after {
	content: '[.]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper {
	display: inline-block;
}

/*\*/
* html #wrapper {
	height: 100%;
}

#wrapper {
	display: block;
}

/* */

#wrapper-shadow {
	margin: 0 auto;
	text-align: center;
	width: 940px;
	background: url(../img/shadow_left.png) repeat-y;
}

#wrapper-shadow-right {
	background: url(../img/shadow_right.png) repeat-y 100% 0;
}

#page {
	width: 880px;
	margin: auto;
	text-align: left;
	padding-top: 10px;
	background: #FFF url(../img/nav_shadow.png) no-repeat;
}

#page_gray {
	width: 880px;
	margin: auto;
	text-align: left;
	background: #E0E0E0 url(../img/bg_gray_gradient.png) no-repeat;
	background-position: bottom center;
	padding-top: 10px;
}

.whiteblock {
	padding: 8px;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 15px;
}

.featured_gallery img {
	width: 180px;
}

#home-bottom-half .whiteblock h3.featured_gallery {
	border: 0;
}

#home-bottom-half .whiteblock h3.featured_gallery a {
	text-decoration: none;
	color: #8D4630;
}

#homepage_birdlists ul {
	margin: 6px 0 0 25px;
}


.singletourentry {
	border-bottom: 1px solid #999;
	margin: 10px 0;
	padding-bottom: 10px;

}

.singletourentry h3 {
	text-decoration: none;
	color: #8D4630;
	font-size: 16px;
	line-height: 1.3em;
}

.miscellany .date {
	font-size: 1.4em;
	color: #999;
}

.miscellany p {
	font-size: 14px;
}

.miscellany {
	margin-bottom: 1.3em;
	margin-top: 0;
	display: block;
}

.miscellany strong {
	color: #8d4630;
}

.singletourentry h3 a {
	text-decoration: none;
	color: #8D4630;
	font-size: 16px;
}

/* home page layout
--------------------------
*/
#feature-wrap {
	float: left;
	width: 100%;
}

#feature {
	overflow: hidden;
}

#feature img {
	margin: 0px 0;
	padding: 2px;
	border: 1px solid #e9e9e9;
}

#feature p {
	display: inline;
	font-size: 1.1em;
}

#navigation {
	float: left;
	margin-left: -100%;
	padding: 1em;
	width: 200px;
}

/* tweak to allow long lists */
#upcoming-tours p {
	font-size: 1.3em;
}

.singleitem {
	border-bottom: 1px solid #999;
	margin: 10px 0;
	padding-bottom: 10px;
}

.singleitem p {
	display: inline;
}

#home-top-half {
	padding-top: 10px;
}

#home-top-half h1 {
	font-size: 1.85em;
	border-bottom: 1px solid #666;
	margin-bottom: .5em;
}

p.seemore {
	font-style: italic;
	font-size: 1.2em;
}

#home-top-half h2 {
	font-size: 1.35em;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-transform: uppercase;
	background-color: #8B432D;
	padding: 5px;
}

.borderwrapper {
	border: 1px solid #ccc;
	padding: 1px;
	margin-bottom: 8px;
}

#home-bottom-half {
	padding-top: 20px;
	padding-bottom: 15px;
}

#home-bottom-half h2 {
	text-transform: uppercase;
	margin-bottom: 8px;
}

.underlined {
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	margin-bottom: 5px;

}

#home-bottom-half .whiteblock h3 {
	text-transform: uppercase;
	color: #8D4630;
	border-bottom: 1px solid #DED1CB;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#home-bottom-half .whiteblock img {
	border: 1px solid #EDEDED;
}

.home-group-padding {
	margin-bottom: 20px;
}

.col-one {
	width: 200px;
	float: left;
}

.col-one h1 a {
	color: #000;
	text-decoration: none;
}

.col-two {
	width: 306px;
	float: left;
	margin-left: 30px;
}

.col-three {
	width: 205px;
	float: right;
}

.sunbird .col-one, .sunbird .col-two, .sunbird .col-three, .sunbird .col-one-two {
	font-size: .9em;
}

.sunbird .col-one img {
	margin: 0 8px 8px 0;

}

.sunbird .col-one {
	width: 220px;
}

.sunbird .col-three {
	width: 215px;
}

.sunbird .col-two {
	margin-left: 15px;
}


#home-bottom-half h2.brownback {
	font-size: 1.35em;
	margin: 0;
	padding: 0;
	color: #FFF;
	text-transform: uppercase;
	background-color: #8B432D;
	padding: 5px;
}

#home-bottom-half.sunbird img {
	margin: 0px 0;
	padding: 2px;
	border: 1px solid #e9e9e9;
}

#home-bottom-half.sunbird {
	background-image: url("../img/horiz-shadow.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}


/* header
-----------------------------------------------
*/
#header {
	position: relative;
	height: 150px;
	width: 770px;
	border: 1px solid #e5e5e5;
	border-width: 0 1px 1px;
}

body#home #header {
	margin: 0;
}

#header h1 {
	display: none;
}

#header p#tagline {
	position: absolute;
	top: -9999px;
}

#teaser {
	background: transparent url(../img/teaser-bg-dark.png);
	position: absolute;
	bottom: 8px;
	left: 8px;
	margin: 0;
	padding: 4px 8px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #b3b3b3;
	line-height: 1;
	height: 14px;
}

#teaser.light {
	background: transparent url(../img/teaser-bg.png);
	color: #000;
}

/* navigation
-----------------------------------------------
*/
#navigation ul {
	margin: .25em 0 1em 0;
	padding: .5em 0 .25em 0;
	list-style: none;
}

#navigation ul li {
	background: url(../img/bullet.gif) 0 5px no-repeat;
	margin: 0 0 .75em 0;
	padding-left: 14px;
	font-weight: bold;
}

#navigation ul li#email-signup-link {
	text-indent: -9999px;
	width: 165px;
	height: 29px;
	margin-left: 4px;
}

#navigation ul li#email-signup-link a {
	background: url(../img/email-signup.gif) 0 6px no-repeat;
	display: block;
	width: 165px;
	height: 29px;
	margin: 0;
}

#header_nav {
	height: 44px;
	width: 100%;
	line-height: 44px;
	margin-bottom: 10px;
}

/* contact area
-----------------------------------------------
*/
#navigation dl {
	margin: 0 0 2em 0;
}

#navigation dt {
	margin: .5em 0 .25em 0;
	font-weight: bold;
}

#navigation dd {
	margin: 1px 1em;
}

/* upcoming tours
-----------------------------------------------
*/
#upcoming-tours p {
	margin: 0 0 1em 0;
	padding: 0 .5em 0 0;
	/*font-size: 1.1em;*/
}

#home-wrap p.note {
	margin-bottom: 1em;
	font-size: 1.1em;
}

#whats-new {
	margin-top: 15px;
}

/* footer
-----------------------------------------------
*/
#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 2em 0;
	background: #9F9975 url(../img/footer_top.png) repeat-x;

}

#footer p {
	text-align: center;
	color: #fff;
	font-size: 1.1em;
}

body#home #footer {
	clear: both;
}

#footer.slideshow {
	width: 100%;
	margin: 0;
}

#footer_wrapper {
	background-color: #9F9975;
	width: 860px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
}

#footer_wrapper ul {
	font-style: normal;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#footer_wrapper ul li {
	margin: 0;
	padding: 0;
	width: 130px;
	margin-right: 12px;
	float: left;
	text-transform: uppercase;
	line-height: .8em;
}

#footer_wrapper ul li a {
	color: #444;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	margin-bottom: 7px;
	font-weight: normal;
	text-decoration: none;
}

#footer_wrapper ul li ul li {
	margin-top: 5px;
	font-size: .9em;
	line-height: 1.2em;
	text-transform: none;
	font-weight: normal;
}

#footer_wrapper ul li ul li a {
	margin: 0;
	color: #FFF;
	padding: 0;
	float: none;
	border: none;
	text-transform: none;
}

/* inside pages
-----------------------------------------------
*/
ul#global-nav {
	margin: 0;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	height: 44px;
	overflow: hidden;
}

ul#global-nav li {
	float: left;
	height: 44px;
	line-height: 44px;
	border-right: 1px solid #CCC;
}

ul#global-nav li:hover {
	background-color: #EDEDED;
}

ul#global-nav li.rightside {
	border-right: 0
}

ul#global-nav li#home-link {
}

ul#global-nav li a,
ul#global-nav li a:visited {
	color: #555555;
	text-decoration: none;
}

ul#global-nav li a:hover {
	text-decoration: underline;
}

ul#global-nav li.current a,
body#home ul#global-nav li#about-link a,
body#about ul#global-nav li#about-link a,
body#contact ul#global-nav li#contact-link a,
body#payments ul#global-nav li#payment-link a,
body#calendar ul#global-nav li#tour-calendar-link a,
body#tours-index ul#global-nav li#tour-index-link a,
body#tours-searchresults ul#global-nav li#tour-index-link a,
body#tours-view li.index-link a {
	color: #222;
	cursor: default;
	text-decoration: none;
}

#header_nav ul#global-nav li a, ul#global-nav li a {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0 8px;
	display: block;
	color: #444;
}

#header_nav ul#global-nav li a:hover, ul#global-nav li a:hover {
	text-decoration: none;
}

/* tour titles
------------------------------
*/
#tour-title {
	margin: 16px 16px 10px 16px;
	padding-left: 1px;
	width: 739px;
	overflow: hidden;
}

#tour-title.sunbird {
	width: 410px;
}

#tour-title.sunbird h1 {
	line-height: 1.2em;
}

#tour-title a {
	color: #222;
	text-decoration: none;
}

#tour-title a.price_details {
	color: #8D4630;
	text-decoration: underline;
}

#tour-title p {
	font: bold italic 1.6em Georgia, serif;
}

p.subtitle {
	padding-bottom: 8px;
	/*border-bottom: 1px solid #DEDEDE;*/
}

#tour-title #basics {
	padding: 0 4px 10px 0;
}

#tour-title .split {
	float: left;
	width: 420px;
}

#tour-title dl {
	margin-top: 10px;
}

#tour-title dt {
	margin: 0 0 3px 0;
	font-weight: bold;
}

#tour-title dl dd {
	font-style: italic;
}

#tour-title dl dd a {
	font-weight: bold;
}

#tour-title .ext h3 {
	font: normal 12px/1.4 Georgia, Times, serif;
}

#tour-title .ext ul {
	margin: 6px 0 3px 0;
}

#tour-title .ext li {
	margin: 2px 0;
	font-weight: bold;
}

.extensionindent {
	margin-left: 10px;
}

body.tours #content h2 {
	margin-bottom: 1em;
}

body.tours#birdlist #content h2 {
	margin-bottom: 0;
}

#tour-title .sunbirdnotes p {
	font-style: normal;
	font-size: 1.3em;
	font-weight: normal;
}

#price-info {
	float: right;
	width: 309px;
	overflow: hidden;
	margin: 10px 0 0;
}

#price-info.sunbird {
	margin-top: 20px;
	padding-right: 12px;
}

#price-info h2 {
	margin-bottom: 3px;
	padding: 1px 0 0 2px;
	float: left;
	font-size: 13px;
	font-family: Georgia, Times, serif;
}

#price-info-block em {
	font-weight: normal;
}

#price-info-block {
	display: block;
	width: 120px;
	border-right: 1px solid #ededed;
	float: left;
}

#price-info.sunbird h2 {
	padding: 0;
	float: none;
}

#price-info-block.sunbird {
	width: 329px;
	border-right: 0;
	float: right;
}

.sunbirdpricenotes p {
	font-size: 1.1em;
}

#price-info-block.starting-at {
	/*display: block;
	width: 250px;
	border-right: 0;
	margin-bottom: 10px;
	float: right;*/
}

#price-info h2.pending {
	margin-top: 10px;
	margin-bottom: 0;
}

#price-info h3 {
	float: right;
	margin: 0;
	font: normal 18px Georgia, serif;
	text-transform: uppercase;
}

#price-info h3 {
	margin: 0 10px 10px 0;
	width: 160px;
	border: 2px solid #666;
	/* border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; */
	-moz-box-shadow: 2px 2px 4px #666;
	-webkit-box-shadow: 2px 2px 4px #666;
	box-shadow: 2px 2px 4px #666;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#666666');
	text-align: center;
}

#price-info h3.starting-at {
	/*	width: 220px; */
}

#price-info h3 a {
	background: #8D4630;
	color: #FFFFFF;
	padding: 6px 8px;
	text-decoration: none;
	display: block;
	border: 1px solid #CBCBCB;
}

#price-info h3 a:hover {
	background: #e9e9e9;
	color: #666;
}

#tour-title #price-info p {
	padding-left: 2px;
	clear: left;
	font: italic 12px/1.4 Georgia, Times, serif;
}

/* tour navigation
---------------------------
*/
#tour-nav {
	clear: both;
	margin: 8px 16px 10px 16px;
	border-top: 1px solid #666;
	background-color: #E6E6E6;
}

#tour-nav ul {
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
}

#tour-nav ul li {
	float: left;
	padding: 10px 14px;
	color: #999;
}

#tour-nav ul li:hover {
	background-color: #FFF;
}

#tour-nav ul li:hover a {
	background-color: #FFF;
	text-decoration: underline;
}


#tour-nav ul li.current {
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #b7b7b7;
	border-top: 0;
	color: #222;
	font-weight: bold;
	cursor: default;
	-moz-box-shadow: 2px 2px 4px #666;
	-webkit-box-shadow: 2px 2px 4px #666;
	box-shadow: 2px 2px 4px #666;
}

#tour-nav ul li a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}

#tour-nav ul li.current a {
	color: #8d4630;
	font-weight: bold;
	text-decoration: underline;
}


/* content text area
-----------------------------------------------
*/
#content {
	clear: both;
	margin: 12px 16px;
	padding: 0 0 6.5em 0;
}

#content h1 {
	margin: 1em 0;
	padding-bottom: .25em;
	font-size: 2.6em;
	border-bottom: 1px solid #e1e1e1;
}

#content p {
	margin: .5em 0 1.25em 0;

}

#content ul {
	margin: 1em;
}

#content ul li {
	list-style: none;
}

body#welcome ul, #content ul.loud {
	margin: 2em 1em;
}

body#welcome ul li, #content ul.loud li {
	font-weight: bold;
}

#content dl {
	margin: -1.5em 0 2em 0;
}

#content dt {
	margin: .5em 0 .25em 0;
	font-weight: bold;
}

#content dd {
	margin: 0 1em .5em 0;
	font-weight: bold;
}

#content dl#contact-us {
	margin-top: .5em;
}

#content dl#contact-us dt {
	margin: 1em 0 0 0;
}

#content dl#contact-us dd {
	margin-left: 1em;
	font-weight: normal;
}

#content ol li {
	margin-left: 1.75em;
}

#content ol p {
	font-size: 1.1em;
}

#content h2#prices {
	padding: .5em .25em 0 0;
	margin: 30px 0 0 -6px;
	border-top: 1px solid #e1e1e1;
	color: #e1e1e1;
	font-size: 1.4em;
	font-style: italic;
	line-height: 0.7em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
}

#content ul.price-list {
	margin: 1em 0 1.25em 0;
}

#content ul.price-list li {
	margin: 1px 0;
	font-weight: bold;
}

#content h2#notes {
	padding: .5em .25em .25em 0;
	margin: 30px 0 10px -6px;
	border-top: 1px solid #e1e1e1;
	color: #e1e1e1;
	font-size: 1.4em;
	font-style: italic;
	line-height: 0.7em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
}

#content p.note {
	font-style: italic;
}

#content ul#about-nav {
	margin: 0 1em 2em 1em;
}

#content ul#about-nav li,
#content ul.tours-category li {
	padding: .25em;
}

#content ul.long {
	margin-bottom: 2em;
}

#content ul.long li {
	list-style: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

#content.field_report img {
	max-width: 100%;
	height: auto;
	margin: 1em 0;
}

#content .toursubtitle {
	margin-left: 20px;
	font-style: italic;
}

#content .toursubtitle.noindent {
	margin-left: 0px;
	font-style: italic;
}

body#notfound #content ul.long li {
	padding: .25em;
	font-size: 1.3em;
}

#content pre {
	padding: .25em;
	font-style: italic;
}

body#newsletters #content ul li {
	list-style: none;
	margin: .5em 0;
	padding: .33em 0 .5em 0;
	color: #444;
	font-style: italic;
}

body#newsletters #content ul li a {
	background: url(../img/email.gif) 0 4px no-repeat;
	padding: .33em 0 .5em 1.75em;
	font-style: normal;
}

body#newsletters #content ul#newsletter-list li a,
body#newsletters #content ul#newsletter-list li a:visited {
	background: url(../img/acrobat.gif) 0 4px no-repeat;
}

body#email-signup #content ul li {
	list-style: disc;
	margin-left: 2em;
}

/* content float images
-----------------------------------------------
*/
.index-img {
	float: right;
	width: 350px;
	margin: 0 0 1em 1.5em;
}

.index-img img {
	padding: 2px;
	border: 1px solid #e9e9e9;
}

.float-left {
	float: left;
	padding: 0 0 .5em;
	margin: 0 24px 0 0;
}

.float-left img {
	padding: 2px;
	border: 1px solid #e9e9e9;
}

#content .index-img p,
#content .float-left p {
	margin: 2px 0 0 2px;
	padding: 0;
	font: italic 1.1em Georgia, Times, serif;
}

#content .index-img p em, #content .float-left p em {
	font-style: normal;
}

/* tour-nav-bottom
-----------------------------------------------
*/
ul#tour-nav-bottom {
	clear: both;
	border-top: 1px solid #e1e1e1;
	margin: 4em 0;
	padding: .5em 0;
	list-style: none;
}

ul#tour-nav-bottom li {
	float: left;
	margin: .5em 2em 0 0;
	color: #999;
}

ul#tour-nav-bottom li.current a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
	cursor: default;
}

/* top of page link
--------------------
*/
body#birdlist #content p.top-link {
	clear: both;
	margin: 1em 0 2.5em 0;
}

/* tour index
---------------------------------
*/
div#tours-list {
	margin-top: 0;
	width: 700px;
}

div#tours-list ul li {
	padding: .25em;
	font-size: 1.3em;
}

ul#tours-region {
	margin-top: 0;
	float: left;
	width: 40%;
}

ul#tours-misc {
	margin-top: 0;
	float: right;
	width: 40%;
}

#content p.top-link, #content p.back-link {
	margin: 1em 0;
}

#content p.top-link a:link, #content p.top-link a:visited {
	background: url(../img/page-up.gif) no-repeat;
	margin-left: 0;
	padding: 0 0 4px 20px;
	width: 85px;
	height: 25px;
	color: #369;
}

#content p.back-link a:link, #content p.back-link a:visited {
	background: url(../img/back-link.gif) no-repeat;
	margin-left: 0;
	padding: 0 0 4px 20px;
	width: 85px;
	height: 25px;
	color: #369;
}

/* calendar-nav
-----------------------------------------------
*/
#calendar-nav {
	margin: 0 16px 0 0;
	padding: 0 0 0 1.5em;
}

#calendar-nav div {
	background: url(../img/bg.gif);
	margin: 0;
	padding: 8px 0 0;
}

#calendar-nav p#all-tours { /* clear float and access link */
	clear: both;
	margin: 0 0 -10px 0;
	padding-bottom: 0;
	text-indent: -9999px;
	border-bottom: 1px solid #f1f1f1;
}

#calendar-nav h1 {
	margin: 1em 0 0 0;
	padding-bottom: .25em;
	border-bottom: 1px solid #e1e1e1;
	font-size: 2.6em;
}

#calendar-nav h2 {
	float: left;
	clear: left;
	width: 65px;
	margin: 1em;
	padding: 2px;
	color: #a5a5a5;
	font-size: 1.3em;
	font-style: italic;
	line-height: 0.7em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#calendar-nav ul {
	margin: 0 0 0 3em;
	list-style: none;
}

#calendar-nav ul li {
	float: left;
	width: 22px;
	margin: .75em 2em 0 0;
}

#calendar-nav ul li#future-link {
	width: auto;
}

#calendar-nav ul li.current a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
	cursor: default;
}

body#calendar #content p.top a,
body#calendar #content p.top a:visited {
	background: url(../img/top.gif) no-repeat;
	float: right;
	width: 85px;
	height: 25px;
	width: 45px;
	margin: 0;
	padding: 0 0 4px 16px;
	color: #369;
}

#content h2.calendar-year {
	margin: 40px 0 0;
	padding: .5em 0 0;
	border-top: 1px solid #f1f1f1;
	color: #c5c5c5;
	font-size: 1.4em;
	font-style: italic;
	line-height: 0.7em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
}

body#calendar #content {
	margin-top: 0;
}

body#calendar #content table caption {
	margin: 0;
	padding: 12px 0 4px 12px;
}

#content table.calendar-content {
	margin: 0;
}

table.calendar-content tr th {
	display: none;
}

table.calendar-content tr td.date {
	width: 145px;
}

#content table.calendar-content tr td {
	font-size: 1.2em;
	line-height: 1.4;
	vertical-align: top;
}

.calendar-content em.ext {
	display: block;
	color: #888;
	font-style: normal;
}

.calendar-content em.extindent {
	display: block;
	color: #888;
	font-style: normal;
	padding-left: 10px;
}


/* tables
-----------------------------------
*/
#content table {
	width: 100%;
	margin: 1em 0;
	border: 1px solid #eaeaea;
	border-top-color: #f6f6f6;
	border-left-color: #f6f6f6;
}

#content table tr th {
	background: #f1f1f1;
	white-space: normal;
	padding: .75em;
	color: #676767;
	border-left: 1px solid #e9e9e9;
	text-align: left;
}

#content table caption {
	color: #000;
	margin: 0 0 -5px 0;
	padding: .5em 0 0 .5em;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}

#content table tr {
	border-bottom: 1px solid #222;
	margin: 2px 0;
}

#content table tr.even {
	background: #f9f9f9;
	padding: 1px 0;
}

#content table tr td {
	padding: .75em;
}

#content ul#new-tours {
	margin: .25em 0 3em 2.5em;
	list-style: disc;
}

#content ul#new-tours li {
	list-style: disc;
	margin: .25em 0;
	padding: .25em 0;
}

#new-tours li span {
	color: #737373;
}

/* leaders index
---------------------------------
*/
.leader-list#leaders-associate {
	clear: both;
	padding-top: 1em;
}

#content .leader-list ul {
	float: left;
	width: 225px;
}

.leader-list li {
	margin: 4px 0;
	line-height: 1.2em;
}

/* misc styles
-----------------------------------------------
*/
.credit {
	display: inline;
	font-style: italic;
	font-size: .9em;
	font-weight: normal;
	padding: 0;
}

#feature .credit {
	padding: 0 1px;
}

.access {
	display: none;
}

.clear {
	clear: both;
	padding-top: 2em;
}

.border {
	margin: 4px 0;
	padding: 2px;
	border: 1px solid #e9e9e9;
}

.p { /* only for printed pages */
	display: none;
}

.printed-title {
	display: none;
}

/* leaders subpages
--------------------------------
*/
#leader-bio img {
	float: left;
	margin: 4px 14px 4px 0;
	padding: 2px;
	border: 1px solid #e9e9e9;
}

#leader-bio p {
	margin: 0 0 1em 0;
	line-height: 1.5;
}

#leader-bio h2 {
	clear: both;
	padding-top: 1em;
}

#leader-bio ul {
	padding-left: 2em;
	margin: .5em 0 2em 0;
}

#leader-bio ul li {
	list-style: disc;
	padding: .33em 0;
}

#leader-bio p.back-link {
	clear: both;
	padding-top: 1em;
}

div#content ul#tour-list {
	margin-left: 3em;
}

ul#tour-list li {
	list-style: disc;
	padding: .5em 0;
}

#content .leader_tours {

}

#content .leader_testimonials {
	color: #999;
	position: relative;
}

#content .leader_testimonials blockquote {
	float: none;
	width: auto;
	background: none;
	border: none;
	padding: 0 0 0 15px;
	margin: 0 0 .5em;
	font-size: 10px;
	font-style: italic;
	color: #444;
	border-left: 3px solid #DEDEDE;
}

#content .leader_testimonials blockquote p {
	padding: 0;
	margin: 0;
}

/* new tour label
-----------------------
*/
ul.tour-list li span,
ul.tours-category li span,
td.link span,
#leader-bio ul li span {
	padding: 2px .5em;
	color: #c00;
	font-weight: bold;
	font-variant: small-caps;
	font-size: .9em;
}

ul.tour-list li span.subtle,
ul.tours-category li span.subtle {
	color: #888;
	font-variant: normal;
}

.closedmessages {
	display: block;
	color: #888;
	font-style: normal;
	padding-left: 20px;
}

.closedmessages .subtle {
	font-weight: normal;
	padding-left: 0;
}

.closedmessages a.noline {
	color: #888;
}

td.link a.noline {
	text-decoration: none;
}

td.link a.noline span {
	font-weight: normal;
}

em.extindent {
	display: block;
	color: #888;
	font-style: normal;
	padding-left: 20px;
}

/* galleries
-----------------------
*/
#gallery-desc p {
	margin: .5em 0;
	font-style: italic;
}

#gallery-images .left img,
#gallery-images .right img {
	display: block;
	padding: 15px 0 3px 0;
}

#gallery-images .left {
	margin-right: 240px;
}

#gallery-images .right {
	margin-left: 240px;
}

#gallery-images p {
	/*display: inline; was causing weird wrapping issues. why was this done?*/
	font-weight: bold;
	color: #343434;
}

#gallery-images p.credit {
	color: #000;
	font-weight: normal;
	padding-left: 2px;
}

p.caption {
	padding-left: 10px;
	padding-top: 20px;
}

img.slideshowphoto {
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
}

#slideshow-ceiling {
	background-color: #ECECEC;
	margin-top: 0;
	border-bottom: 1px solid #BBB;
	border-top: 1px solid #ECECEC;
	padding: 10px;
	padding-left: 30px;
}

#slideshow-ceiling #tour-title {
	margin: 0;
	padding: 0;
}

#slideshow-back {
	width: 50px;
	float: left;

}

#slideshow #item {
	border: 1px solid #AAA;
	padding: 10px;
	background-color: #EFEFEF;
	width: 718px;
	clear: both;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.counter {
	text-align: right;
	font-size: 2.2em;
	color: #CCCCCC;
	font-family: Georgia;
	float: right;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

#content blockquote {
	background: #f6f6f6;
	float: right;
	width: 250px;
	padding: .75em 1em;
	margin: 0 0 1em 1.25em;
	border: 1px solid #eee;
	color: #444;
}

#content blockquote p {
	font-style: italic;
	font-weight: normal;
}

#content blockquote p strong {
	padding-top: .5em;
	font-weight: normal;
}

a.pdf {
	background: url(../img/acrobat.gif) 0 4px no-repeat;
	padding: .33em 0 .5em 1.75em;
}

a.html {
	background: url(../img/html.gif) 0 4px no-repeat;
	padding: .33em 0 .5em 1.75em;
}

a.secure {
	background: #fcfce1 url(../img/secure.gif) 2px 1px no-repeat;
	padding: 1px 0 2px 22px;
}

body#home #wrapper p#back-link {
	background: #fcfce1;
	position: absolute;
	top: 20px;
	left: -75px;
	padding: .5em;
	font-size: 2em;
}

body#home #wrapper p#back-link a,
body#home #wrapper p#back-link a:visited {
	color: #369;
	text-decoration: none;
}

body#home #wrapper p#back-link a:hover {
	text-decoration: underline;
}

/* bird list tables
---------------------------
*/
body#birdlist #content table {
	width: 745px;
	padding: 0;
	margin: 0;
	border: 0;
}

body#birdlist #content table tr {
	padding: 0;
	margin: 0;
	border: 0;
}

body#birdlist #content table tr td {
	padding: 2px 2px 2px 6px;
	margin: 0;
	border: 0;
	font-size: 1.2em;
}

body#birdlist #content table tr td.sci {
	font-style: italic;
}

body#birdlist #content table tr th {
	background: #eee;
	padding: 6px 2px 6px 6px;
	border: 0;
	color: #333;
	text-align: left;
}

body#birdlist #content table tr th.hide,
body#birdlist #content table tr td.hide {
	padding: 0;
	display: none;
}

body#birdlist #content ul {
	margin-left: 0;
}

body#birdlist #content table + h2 {
	margin: 3em 0 0;
}

body#birdlist #content table h3 {
	font-size: 16px;
}

#list-nav {
	margin: 1em 16px;
}

#list-nav p {
	color: #333;
	font-size: 11px;
	font-style: italic;
}

#list-nav ul {
	margin-bottom: 2em;
}

#list-nav ul li {
	display: inline;
	padding: 0 .75em;
	border-left: 1px solid #ccc;
}

#list-nav li:first-child {
	padding-left: 0;
	border: 0;
}

.list-description, .list-caption {
	margin: .5em 0 1.25em 0;
}

#content .list-caption p, #content .list-description p {
	margin: 0;
	padding: 0;
}

#taxomonic-notes li {
	margin: 5px 0;
}

/* non-bird tables
---------------------------
*/
#content h3 {
	margin: 1em 0 .25em 0;
	font-size: 1.6em;
}

/* search form
---------------------------
*/
body#tours-index #content h1,
body#tour_categories-view #content h1,
body#tours-searchresults #content h1,
body#index-list #content h1 {
	margin-bottom: .5em;
}

fieldset {
	margin: 0;
	border: 0;
}

#content fieldset p {
	margin: 4px 0 6px 0;
}

input {
	padding: 2px 0 1px 1px;
	font-size: 120%;
	width: 200px;
}

.toursearch {
	background: url(../img/bg.gif);
	float: right;
	width: 270px;
	height: 48px;
	margin: -76px 0 0 0;
	padding: 7px;
}

.toursearch label {
	color: #666;
	height: 24px;
}

input.submit-form {
	background: #fff url(../img/button.gif) bottom left repeat-x;
	width: auto;
	margin: 5px 8px 5px 0;
	padding: 3px 4px;
	border: 1px solid #d5e3b9;
	border-bottom-color: #8fb93d;
	border-right-color: #8fb93d;
	color: #030;
}

.toursearch input.submit-form {
	margin: 3px 0 0 1px;
	padding: 0 3px;
	font-size: 110%;
	height: 24px;
}

input.submit-form:hover, input.submit-form:focus {
	background: #f8faf8;
}

/* email newsletter signup
---------------------------
*/
form.newsletter-signup {
	margin-bottom: 1.5em;
}

form.newsletter-signup fieldset {
	background: url(../img/bg.gif);
	padding: 16px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #e9e9e9;
}

form.newsletter-signup p#terms {
	font-size: 100%;
}

form.newsletter-signup input {
	padding: 2px 1px;
}

form.newsletter-signup label {
	font-size: 1.1em;
	color: #222;
	display: block;
}

form.newsletter-signup input.submit-form {
	padding: 3px 4px;
}

/* search results
---------------------------
*/
body#tours-searchresults #content dl {
	margin: 0 0 .5em 0;
}

body#tours-searchresults #content dl dt {
	margin: .5em 0 .25em 0;
	font-weight: normal;
	font-size: 1.3em;
}

body#tours-searchresults #content dl dd {
	margin: 0 1em 1.25em 0;
	font-weight: normal;
}

body#tours-searchresults #content dd li {
	margin-left: 1.25em;
	list-style: none;
	font-size: 12px;
}

span.highlight {
	background: #ff9;
	padding: 1px 0;
	font-weight: bold;
}

body#tours-searchresults dl dd.score {
	display: none;
}

body#tours-searchresults #content ul li {
	list-style: disc;
	padding: .2em 0;
}

/* simple search form
---------------------------
*/
body#notfound form {
	float: none;
	margin: 0;
}

/* how-to-choose
---------------------------
*/
body#how-to-choose #content ol p {
	font-size: inherit;
}

body#how-to-choose #content p strong {
	line-height: 2;
}

p.datestamp {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #555;
	font-style: italic;
}

#content ul.index-list li {
	list-style: circle;
	padding-top: .5em;
	margin-left: 6px;
}

ul#index-lists {
	display: none;
}

/* tour files
---------------------------
*/
#content table.tour-files tr th {
	border: 0;
	color: #999;
}

table.tour-files td {
	color: #808080;
	font-size: 12px;
}

/* adminbar
---------------------------
*/
#adminbar {
	background: #fcfce1;
	position: absolute;
	z-index: 1;
	top: -4px;
	left: 20px;
	padding: 10px;
	border: 1px solid #fc0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#adminbar li {
	margin-top: 3px;
	list-style: none;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

img.homepage_featured_image {
	float: right;
	margin: 0 0 8px 8px;
}


.originalTextareaInfo {
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, sans-serif;
	text-align: right
	border: 1px solid red;
}

.warningTextareaInfo {
	font-size: 12px;
	color: #FF0000;
	font-family: Tahoma, sans-serif;
	text-align: right;
}


.startbutton {
	cursor: pointer;
	width: 180px;
	text-align: center;
	font-size: 15px;
	background: #8D4630;
	color: #FFFFFF;
	padding: 4px 6px;
	text-decoration: none;
	display: block;
	border: 1px double #ABABAB;
	margin-bottom: 10px;
}

.startbutton:hover {
	background: #e9e9e9;
	color: #666;
}


.slideshowindexbox {
	float: left;
	width: 320px;
	margin-right: 15px;
	font-size: 1.3em;
	margin-top: 20px;
}


#content .slideshowindexbox h3 {
	margin-bottom: 0;
	font-size: 21px;
	margin-top: 0;
	line-height: 24px;
}


#content .slideshowindexbox h3 a {
	text-decoration: none;
}

.slideshowindexbox img {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #BBB;
}

hr.sectiondiv {
	border: 0;
	margin-top: 10px;
	border-bottom: 1px solid #e1e1e1;
}

/* marketing section of reservations */

ul li span.rating select {
	float: left;
	margin-right: 10px;
	width: 180px;
}

ul li span.rating {
	clear: both;
	padding-bottom: 10px;
}

ul li span.rating label {
	clear: none;
	width: 350px;
	padding-left: 10px;

}

a.pickme {
	text-align: center;
	font-size: .9em;
	padding: 3px;
	text-decoration: none;
}

a.picked {
	background-color: #FFF;
	color: #333;
	border: 0;
	font-weight: bold;
	padding: 3px;
	display: block;
	text-align: center;
	text-decoration: none;
	cursor: default;
}

#content table.ratingtable tr td {
	font-size: 1em;
	padding: .1em .25em;
}

table.ratingtable tr td.ratingcell, table.ratingtable tr td.ratingcell input {
	width: 20px;
}

#resetfields {
	cursor: pointer;
	text-decoration: underline;
}


img.miscellany {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#content ul li div p, #content ul li p {
	font-size: 1em;
}

#gallerysidebar {
	width: 350px;
	float: right;
	margin: 0 0 10px 8px;
	padding: 5px;
	background-color: #EFEFEF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#gallerysidebar img {
	width: 350px;
	height: auto;
}

#gallerysidebar p.credit {
	width: 120px;
	float: right;
	margin-left: 10px;
	text-align: right;
	padding-right: 5px;
}

p.pleasewait {
	background-color: #e9f1d8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b5ce84;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2e3b1;
	font-size: 14px;
	padding: .5em 1em;
}

#directors-note p {
	font-size: 1.6em;
	font-style: italic;
}


.scrollingbox {
	padding: 20px;
	height: 300px;
	overflow: auto;
	background-color: #EFEFEF;
	font-size: .9em;
}


ul#tours-region.sunbird, ul#tours-misc.sunbird {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
}

ul#tours-region.sunbird li, ul#tours-misc.sunbird li {
	width: 200px;
	margin-right: 25px;
	float: left;
	height: 170px;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

ul#tours-region.sunbird li a, ul#tours-misc.sunbird li a {
	text-decoration: none;
	font-family: 'Sorts Mill Goudy', Georgia, serif;
	font-size: 1.3em;
	font-weight: normal;
}

ul#tours-region.sunbird li img, ul#tours-misc.sunbird li img {
	margin-bottom: 10px;
}

a.maillink {
	height: 24px;
	margin-right: 10px;
	margin-top: -2px;
	width: 29px;
	display: block;
	background: transparent url(/img/mail_icon.png) top left no-repeat;
	text-indent: -5000px;
	float: left;
}

.twitter {
	width: 80px;
	height: 24px;
	margin-top: 0px;
	float: left;
}


#pdfbirdlistblock {
	width: 30%;
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #AAA;
	background-color: #F9F9F9;
	padding: 10px;
}

#content #pdfbirdlistblock ul {
	margin-left: 2em;
}

#content #pdfbirdlistblock ul li {
	list-style: disc;
	margin-left: 1em;
}


#terms-conditions {
	height: 9em;
	padding: 10px;
	margin-top: .5em;
	overflow-y: scroll;
	background-color: #EFEFEF;
}

.signupcol {
	width: 40%;
	float: right;
	margin-left: 15px;
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	margin-bottom: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: .9em;
}

#mailing_list input.submitbutton.button, #mailing_list input {
	width: 220px;
	padding: 3px;
	margin: 0;
}

#mailing_list input.submitbutton.button {
	margin-left: 70px;
	width: 230px;
	padding: 4px 0;
}

.sharediv {
	height: 30px;
	margin-bottom: 5px;
	margin-top: 35px;
}

.sharediv a {
	padding: 5px 8px;
	text-decoration: none;
	font-size: 1.2em;
	display: inline;
	margin-bottom: 0px;
	border-radius: 2px;
	color: #3b579d;
	font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}

#sharebox {
	font-size: 1.3em;
	line-height: 1.4em;
	vertical-align: middle;
}

#sharebox a {
	text-decoration: none;
	color: #222;
}

.mobileonly {
	display: none;
}

body.modal {
	background-image: none;
	background-color: #FFF;
	padding: .5em;
}

body.modal .input label {
	display: block;
	margin-top: 1em;
}

body.modal input {
	width: 95%;
	border: 1px solid #cdcdcd;
}

body.modal textarea {
	width: 95%;
	height: 10em;
	padding: 1em;
	font-size: 1.4em;
	border: 1px solid #cdcdcd;
}

body.modal .button input {
	background: #fff url(/img/button.gif) bottom left repeat-x;
	width: auto;
	margin: 5px 8px 5px 0;
	padding: 3px 4px;
	border: 1px solid #d5e3b9;
	border-bottom-color: #8fb93d;
	border-right-color: #8fb93d;
	color: #030;
}

body.modal .notice {
	background-color: #f2c6d1;
	padding: 10px;
	margin: 10px 0px;
	border: 1px solid #776273;
	width: 60%;
}

body.modal ul {
	margin-left: 20px;
}

.other_payment_details {
	margin-left: 0px;
}

.field.text.signature {
	font-size: .9em;
	width: 24em;
}

span.labelsub {
	font-size: 12px;
}

span.note.reserveterms {
	font-size: 12px;
}

dl.tourclosed {
	position: relative;
	padding: .25em;
}

span.birdlistfile {
	font-size: .75em;
	letter-spacing: normal;
	font-style: italic;
}

li.birdlistfile {
	margin-bottom: .75em;
}

#content .singletourentry h3.fieldreporttitle p {
	display: inline;
	font-size: 16px;
}

#content .singletourentry h3.fieldreporttitle p a {
	font-size: 16px;
	text-decoration: underline;
}

#tour-title .closedtonew a {
	color: #8D4630;
	font-size: .9em;
	margin-left: 1em;
}

.field_report img {
	max-width: 640px;
	height: auto;
}


#content .carousel * {
	box-sizing: border-box;
}


#content .carousel {
	background: #EEE;
}

#content .carousel-cell {
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
}

#content .carousel-cell img {
	display: block;
	height: 300px;
	width: auto;
	max-width: none;
}

.caption {
	padding: 10px;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
}

.caption.fullscreen {
	position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
}


/* fullscreen */
#content .carousel.is-fullscreen .carousel-cell {
	height: 100%;
}

#content .carousel.is-fullscreen .carousel-cell img {
	height: 400px;
}


@media screen and ( min-width: 768px ) {
	#content .carousel-cell img {
		height: 500px;
	}

	/* fullscreen */
	#content .carousel.is-fullscreen .carousel-cell img {
		height: 100%;
	}

}
