/*  
Description:Print stylesheet for WingsBirds.com web site
Author:Lance Willett
Author URI:http://simpledream.net
*/

body {
background: #fff; 
color: #111;
font-size: 12pt;
}

/* hide */
.access, .top-link, ul#global-nav, div#tour-title ul, div#tour-title h2, ul#tour-nav-bottom, p#past-birdlists,#top-banner,#design-studio,
blockquote, body#birdlist .tour-subtitle {
display: none;
}
a:link,a:visited {
text-decoration: none;
color: #000;
font-weight: normal;
}

/* content float images */
.float-right {
float: right;
width: 350px;
padding: 0 0 .25em .5em;
margin: 0 0 0 1em;
}	
.float-right img {
width:350px;
padding:2px;
border: 1px solid #e9e9e9;
}
.float-left {
float: left;
width: 350px;
padding: 0 0 .5em;
margin: 0 24px 0 0;
}
.float-left img {
width:350px;
padding:2px;
border: 1px solid #e9e9e9; 
}
#content .float-right p,
#content .float-left p {
margin: 2px 0 0 2px;
padding: 0;
font-style: italic;
}
#content .float-right p em, #content .float-left p em {
font-style: normal;	  
}

/* itinerary styles */
#tour-title h1 {
font-size: 1.6em;
}
#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 {
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.latin {
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;
}
/* footer */
#footer {
margin: 1.25em .5em .5em;
padding: 0;
border-top: 1px solid #f3f3f3;	
color: #555;
font-size: 10pt;
}
