/*
	Description:Print stylesheet for wingsbirds.com
	Author:Lance Willett
	Author URI:http://simpledream.net
	Please don't reuse without permission. Copyright WINGS Birding Tours Worldwide.
*/
body {
	background: #fff;
	color: #111;
	font-size: 11pt;
	font-family: "Calibri", times;
}
a:link,a:visited {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

/* hide these elements
---------------------------
*/
.access, .top, .top-link, ul#global-nav, #tour-nav ul, #tour-nav p, ul#tour-nav-bottom, 
p#past-birdlists, #top-banner, #design-studio, body.tours #header h1, body.birdlists #header h1, 
body.galleries #header h1, p.back-link, #price-info, #calendar-nav, table.calendar-content tr th {
	display: none;
}

#basics {
	width: 50%; 
	float: left;
}

#price-info {
	display: block;
	float: left;
	font-size: .7em;
	width: 40%;
}
#price-info a {
	display: none;
}

#content {
	clear: both;
}

#price-info.sunbird {
	display: block;
	width: 50%;
	float: right;
}
#price-info.sunbird a {
	display: none;
}


/* float images
---------------------------
*/
.index-img {
	float: right;
	margin: 0 0 1em 1.5em !important;
	width: 400px !important;
	max-width: 400px !important;
	height: auto;
}
.index-img img {
	padding: 2px;
	border: 1px solid #e9e9e9;
	max-width: 400px;
	height: auto;
}

.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-style: italic;
	color: #333;
	font-size: 11pt;
}
#content .index-img p em, #content .float-left p em {
	font-style: normal;
}
#leader-bio img {
	float: left;
	margin: 4px 14px 4px 0;
	padding: 2px;
	border: 1px solid #e9e9e9;
}
p.datestamp {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #555;
	font-style: italic;
}

/* itinerary styles
---------------------------
*/
#tour-title h1 {
	margin-bottom: 0;
	font-size: 1.75em;
}
#tour-title p {
	margin-top: 0;
	font: bold italic 1em "Calibri", serif;
}
#content h2 {
	font-size: 1.2em;
	color: #111;
}
#tagline {
	margin: 0;
	padding: 0;
}
#content ul.price-list {
	margin: 1em 0 1.25em 0;
	padding: 0;
	list-style: none;
}
#content ul.price-list li {
	margin: 1px 0;
	font-weight: bold;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin: 2px 0 6px;
	padding: 0;
}

/* bird list tables
---------------------------
*/
#content table {
	border: 1px solid #eaeaea;
	border-top-color: #f6f6f6;
	border-left-color: #f6f6f6;
	line-height: 1.1;
}
#content table tr th {
	white-space: normal;
	padding: 2px 0;
	color: #676767;
	border-left: 1px solid #e9e9e9;
	text-align: left;
}
#content table tr {
	border-bottom: 1px solid #222;
	margin: 0;
}
#content table tr.even {
	padding: 0;
}
#content table tr td {
	border-left: 1px solid #f1f1f1;
}
body#birdlist #content table {
	width: 745px;
	padding: 0;
	margin: 0;
	border: 0;
}
body#birdlist #content table tr, body#calendar #content table tr {
	padding: 0;
	margin: 0;
	border: 0;
}
body#birdlist #content table tr td {
	padding: 0 1px;
	margin: 0;
	border: 0;
	    
}
body#birdlist #content table tr td.sci {
	font-style: italic;
}
body#birdlist #content table tr th {
	border: 0;
	color: #333;
	text-align: left;
}
body#birdlist #content ul {
	margin: 0 0 .75em 0;
	padding: 0;
	list-style: none;
}
body#birdlist #content h3 {
	margin: .75em 0 0;
	padding: 0;
}
body#birdlist #content table tr th.hide,
body#birdlist #content table tr td.hide {
	padding: 0;
	display: none;
}
#taxomonic-notes {
	page-break-before:always; /* force page break so it can be printed on its own */
}
.view-taxomonic-notes {
	display: none;
}

/* calendar
---------------------------
*/
body#calendar #content table {
	width: 90%;
	padding-bottom: 1%;
	border: 0;
}
body#calendar #content table caption {
	padding: 10px 0 5px 0;
	font-weight: bold;
	text-align: left;
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: 2px solid #555555;
}
body#calendar #content table tr td {
	border: 0;
	vertical-align: top;
    padding: .5em 0;
    border-bottom: 1px solid #AAAAAA;
}
body#calendar #content table tr td span{
	border-left: 1px solid #BBB;
	padding-left: 1em;
	margin-left: 1em;
	font-style: italic;
}
body#calendar #content table tr td em.ext, body#calendar #content table tr td em.extindent{
	font-style: italic;
	display: block;
	padding-top: 1em;
}
body#calendar #content table tr td div.toursubtitle {
border-left: 1px solid #BBB;
	padding-left: 1em;
	margin-left: 1em;
	display: inline;
}


.calendar-content td.date {
	min-width: 130px;
	width: 13%;
}

/* footer
---------------------------
*/
#footer {
	margin: 1.25em 0;
	padding: 0;
	border-top: 1px solid #f3f3f3;
}
#footer p {
	color: #555;
	font-size: 10pt;
}


/* printed titles
---------------------------
*/
.printed-title {
	display: block;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #f3f3f3;
	font-size: 12pt;
	color: #222;
}

#content {
	text-align: justify;
}
#footer_wrapper ul {
	display: none;
}

#gallerysidebar {
	float: right;
	width: 300px;
	margin-left: 3em;
}

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

.menu_but {
	display: none;
}
.socialicons {
	display: none;
}