/* COMBINED BASE+STYLES FILE */

/* 	Copyright 2008 Paul Hansen, Ecopixel - www.ecopixel.com */

/*  base.css ------------------------------------------------------------------
	Set general styles common to most projects.
	
	VERSION: 1.0.3

	HISTORY:
	1.0.3:	- navbread can now be ol#navcrumbs
			- nav is now navmain
			- merged reset and base for faster loads
	1.0.2: nav is now normal "text-decoration: none"
	1.0.1: Added text-decoration to navigation list.
	1.0: 2006-12-26
--------------------------------------------------------------------------- */
/*	BEGIN RESET 
	General idea from undohtml.css (CC) 2004-2005 Tantek Celik
	Also: Concepts from YUI's reset.css
	Also: http://style.cleverchimp.com/corestyle/base.html */

html,body,
h1,h2,h3,h4,h5,h6,p,blockquote,
dl,dt,dd,
table,th,td,
form,
pre,code,kbd,address,abbr,
a img,a:link img,:visited img { 
	font-weight: normal;
	font-style: normal;
	border: 0;
	margin: 0;
	padding: 0;	
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
}

/* Setting these specifically seems to create more cross-browser 
   issues than it fixes. Noted here for reference only. */
input,select,fieldset {
}

table {
	border-collapse: collapse; /* Equivalent to cellpadding="0" */
	border-spacing: 0; /* cellpadding="0", Gecko only, CSS2 */
	font-size: inherit; /* for html4 doctype, see: http://css-discuss.incutio.com/?page=UsingEms */
}

/* Set consistent cross-browser styling to lists */
ul,ol {
	margin-left: 0;
	padding-left: 2.5em;
}
ul li {
	list-style-type: square;
}
ol li {
	list-style-type: decimal;
}

/* 	END RESET, BEGIN BASE */

/* A good starting point for most projects */
body {
	width: 100%;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/* form legend: IE6 makes these blue */
legend {
	color: #000;
}


/* For our nav elements, remove padding/margin and list styles
   We cover both direct and dir-wrapped ul here */
ul#navtop, ul#navmain, ul#navsub, ul#navcrumbs, ol#navcrumbs, ul#navpage, ul#navpagebot, ul#navbot, ul#navfoot,
#navtop ul, #navmain ul, #navsub ul, #navcrumbs ul, #navcrumbs ol, #navpage ul, #navpagebot ul, #navbot ul, #navfoot ul {
	margin: 0;
	padding: 0;
}

#navtop li, #navmain li, #navsub li, #navcrumbs li, #navpage li, #navpagebot li, #navbot li, #navfoot li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1em; /* padding control */
}

#navtop a, #navmain a, #navcrumbs a, #navsub a, #navpage a, #navpagebot a, #navbot a, #navfoot a {
	text-decoration: none;
	line-height: 1em; /* most padding control */
}

/* Add consistent margins back to these elements */
h1 { margin: 1em 0 0.4em; font-size: 1.6em; }
h2 { margin: 1em 0 0.4em; font-size: 1.4em; }
h3 { margin: 1em 0 0.4em; font-size: 1.2em; }
h4,h5,h6 { margin: 1em 0 0.4em;	font-size: 1.0em; font-weight: bold; }

dl { margin: .5em 0; }

p,blockquote,ul,ol {
	margin: 1em 0;
}

/* We like this for line heights */
h3,h4,h5,h6,dt,dd,p,blockquote,ul,ol {
	line-height: 160%;	
}

/*  styles.css -----------------------------------------------------------------
	Copyright 2010 Paul Hansen / Ecopixel, LLC / www.ecopixel.com
	All Rights Reserved.

	Produced for the Landell Flutes web site
	www.landellflutes.com
	August 2010
------------------------------------------------------------------------------ */
body {
	background: #58713A url(bg-body.jpg) center top no-repeat;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
	font-size: 90%;
}

body {
	background: #58713A url(bg-body_WINTER.jpg) center top no-repeat;
}

#wrap-header {
	width:100%;
	position: relative;
}

#header {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 85px;
}

#wrap-main {
	width:100%;
	position: relative;
}

#main {
	width: 960px;
	clear: both;
	border: 1px solid #FFF;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: #FFF url(bg-main.png) left top repeat-y;
	/* border-top: 1px solid #D8E6C1; */
	min-height: 720px;
	border-top: none;
}

#col-sub {
	width: 258px;
	float: right;
	overflow:hidden;
	position: relative;
	padding: 20px;
	/* background: #E1E8EC url(bg-col-sub.jpg) left top no-repeat; */
}

#content-sub {
	overflow: hidden;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #FFF; */
	margin-bottom: 350px;
}
#content-sub p {
		text-align: center;
}
#col-main {
	width: 620px;
	float: left;
	overflow: hidden;
	background-color: #FFF;
	padding: 0 20px 20px 20px;
}

/* --------------------------------
	Navigation
----------------------------------- */

/* Order must be :link, :visited, :hover, :active */

a { 
	font-weight: bold;
	color: #2C6995;
}

a:visited {
	color: #7C9884;
}

a:hover, a:active { 
	color: #0070C1;
}

#logo {
	display: block;
	width: 406px;
	height: 74px;
	position: absolute;
	left: -5px;
	top: 5px;
}

#wrap-navmain {
	width: 960px;
	clear: both;
	border: 1px solid #FFF;
	margin: 0 auto;
	position: relative;
	background: #58713A url(bg-nav.jpg) left bottom no-repeat;
	overflow: hidden;
}

#navmain {
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
	overflow: visible;
}

#navmain li.nav-first {
	padding-left: 20px;
}

#navmain li.nav-last {
}

#navmain li {
   float: left;
   position: relative;
   right: 50%;
}

#navmain a {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: normal;
	padding: 0.8em 0.8em;
}

#navmain a:hover,
#navmain a:active { 
	color: #FFF;
	background-color: #92A76D;
}

#navmain a.nav-act,
#navmain a.nav-act:hover {
	color: #58713A;
	/* border-top: 1px solid #D8E6C1; */
	/* background-color: #D8E6C1 !important; */
	background: #FFF url(bg-nav-act.png) top left repeat-x !important;
}


#wrap-navsub {
	overflow: hidden;
	border-bottom: 1px solid #D8E6C1;
}

#navsub {
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}

#navsub li {
   float: left;
   position: relative;
   right: 50%;
}

#navsub li a {
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 0.8em 0.8em;
}


#navsub li a:visited {
	background: url(bg-navsub-a.png) -220px 0.9em no-repeat;
}

#navsub li a:hover {
}

#navsub li.nav-first {
	padding-left: 20px;
}

#navsub li span.nav-cur a {
	font-weight: bold;
}

#navsub li li a:visited {
	background: url(bg-navsub-a.png) -210px 0.9em no-repeat;
}

#navsub li li a {
	padding-left: 25px;
	background: url(bg-navsub-a.png) 10px 0.9em no-repeat;
}

div.imgmenu {
	clear: both;
	overflow: hidden;
}

div.imgmenu-item {
	float: left;
	width: 114px;
	height: 114px;
	line-height: 114px;
	text-align: center;
	padding: 5px;
}

div.imgmenu-item img,
div.imgmenu-item a {
	line-height: 114px;
	display: inline !important;
	vertical-align: middle !important;		
}

/* ---------------------------------------------------------------------------
	Content formatting
------------------------------------------------------------------------------ */

#content {
	clear: both;
	padding-bottom: 1em;
	padding-top: 20px;
}

h1 {
	font-size: 2.2em;
	color: #92A76D;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.4em 0;
	margin-top: 0;
	line-height: 110%;
	text-align: center;
}
/* normal h2 */
h2 {
	color: #58713A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.34em;
	margin-top: 1.34em;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	text-align: center;
/* 	background: url(bg-h2.png) center bottom no-repeat; */
}

h3 {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #58713A;
	font-size: 1.1em;
	margin: 0.5em 0;
	padding-bottom: 0;
	border-top: 2px solid #D8E6C1;
	border-bottom: 1px solid #D8E6C1;
}

h4 {
	font-weight: bold;
}

p {
	margin: 0.2em 0 0.8em 0;
}


/* ---------------------------------------------------------------------------
	Footer
------------------------------------------------------------------------------ */

ul#navfoot {
	width: 100%;
	clear: both;
	position: relative;
	float: left;
	padding-top: 12px;
	border-top: 1px solid #D8E6C1;
}

#navfoot li {
	float: left;
}

#navfoot a {
	font-weight: normal;
	float: left;
	display: block;
	padding: 0.1em 0.85em;
	border-right: 1px solid #D8E6C1;
}

#navfoot li.nav-last a {
	border-right: none;
}
#navfoot a:hover {
}

#footer-content {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 142px 20px 20px 20px;
	width: 258px;
	background: url(bg-footer.png) center top no-repeat;
}

#footer-content p {
	position: relative;
	font-size: 0.9em;
	text-align: center;
}



/* --------------------------------
	Accessibility
----------------------------------- */
/* hide by moving out of the way */
.access-tip {
	position: absolute;
	display: block;
	left: -999em;
	margin: 0;
	padding: 0;
}

/* IE7 won't hide it without this */
.access-tip hr {
	display: none;
}

/* show these on focus only */
a.access-nav {
	position: absolute;
	left: -999em;
}

a.access-nav:focus,
a.access-nav:active {
	position: static;
	left: 0;
}

/* --------------------------------
	Misc elements
----------------------------------- */


.csc-div {
	clear: both;
	height:0;
	border-top: 1px dotted #D3CEC0;
	width:100%;
	margin: 1em 0;
	padding: 0;
}

.csc-div hr {
	display: none;
}

.csc-textpic-caption {
	font-size: smaller;
	font-weight: bold;
	padding: 0.4em 0;
	color:#42933E;
}

br.clearboth {
	clear:both;
	height:0;
}

br.clearleft {
	clear:left;
	height:0;
}

br.clearright {
	clear:right;
	height:0;
}

#action div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
/*	margin-bottom:0px; */
}


/* CSV Tables */

/*
.tx-csvdisplay-pi1 table {
	clear: both;
	width: 100%;
}

.tx-csvdisplay-pi1 tr {
	border-bottom: 1px solid #CCC;
}

.tx-csvdisplay-pi1 .tx_csvdisplay_row_odd {
	background-color: #DDD;
}

.tx-csvdisplay-pi1 .tx_csvdisplay_row_even {

}

.tx-csvdisplay-pi1 td {
	padding-left: 0.25em;
	padding-right: 0.25em;
}
.tx-csvdisplay-pi1 td.tx_csvdisplay_td0 {
	padding-left: 0;
}

*/



/* tables */
table.tx_csvdisplay_table {
	font-size: 0.85em;
	clear: both;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border: inherit;
	border-collapse: inherit;
	border-spacing: inherit;

}
table.tx_csvdisplay_table thead tr th, table.tx_csvdisplay_table tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px 16px 4px 4px;
}
table.tx_csvdisplay_table thead tr .header {
	background-image: url(tablesorter-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tx_csvdisplay_table tbody td {
	color: #3D3D3D;
	padding: 4px 16px 4px 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tx_csvdisplay_table tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tx_csvdisplay_table thead tr .headerSortUp {
	background-image: url(tablesorter-asc.gif);
}
table.tx_csvdisplay_table thead tr .headerSortDown {
	background-image: url(tablesorter-desc.gif);
}
table.tx_csvdisplay_table thead tr .headerSortDown, table.tx_csvdisplay_table thead tr .headerSortUp {
background-color: #8dbdd8;
}







/* tables */
table {
	font-size: 0.85em;
	clear: both;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border: inherit;
	border-collapse: inherit;
	border-spacing: inherit;

}
table thead tr th, table tfoot tr th {
	background-color: #E6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px 16px 4px 4px;
}
table thead tr .header {
	background-image: url(tablesorter-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table tbody td {
	color: #3D3D3D;
	padding: 4px 16px 4px 4px;
	background-color: #FFF;
	vertical-align: top;
}
table tbody tr.odd td {
	background-color:#F0F0F6;
}
table thead tr .headerSortUp {
	background-image: url(tablesorter-asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(tablesorter-desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
	background-color: #8dbdd8;
}







div.csc-frame-frame1 {
	margin: 1em 0;
}

.csc-frame-frame1 .csc-header,
.csc-frame-frame1 .csc-textpicHeader {
	padding: 0 20px;
	background: #D9DCC3 url(bg-frame.png) top left no-repeat;

}
.csc-frame-frame1 .csc-header h1,
.csc-frame-frame1 .csc-header h2,
.csc-frame-frame1 .csc-header h3,
.csc-frame-frame1 .csc-textpic-text h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0.5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #D9DCC3;
}

.csc-frame-frame1 .csc-textpic-text {
	padding: 0 20px;
	background: #D9DCC3 url(bg-frame.png) left bottom no-repeat;
}

.csc-frame-frame1 .csc-textpic-text p {
	margin: 0;
	padding: 0 0 1em 0;
}



/* Fancier links in line */
/*#content h4 {
	border: 1px solid #FFCC66;
	padding: 0.2em;
}*/

#content h4 a {
	padding: 0.2em 20px 0.2em 0;
	background: url(bg-h4-a.png) right 50% no-repeat;
}



/* forms */
form label:hover {
	background-color:#FFFFCC;
}


/* powermail forms */

/* note that FF and legend width don't mix. */
.tx-powermail-pi1 legend {
	clear:both;
	visibility: visible;
	display: block;
	color: #42933E;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 150%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}


span.powermail_mandatory {
	color: #CD2E20;
}

.tx-powermail-pi1 label {
	margin-top: 0.5em;
	font-weight: bold;
	font-size: 1em;
	display: block;
	line-height: 150%;
}

.tx-powermail-pi1 textarea,
.tx-powermail-pi1 input  {
	margin: 0;
	width: 45%;
}

.tx-powermail-pi1 textarea {
	width: 75%;
}

/* required field msg. */
.tx-powermail-pi1 .powermail_mandatory_js {
	color: #CD2E20;
	font-size: 1em;
	margin: 0 0 1em 0;
}

.tx-powermail-pi1 input.powermail_submit {
	margin: 0.5em 0;
	width: auto;
	padding: 0.3em;
	font-weight: bold;
}

/* itinerary form */
.tx-powermail-pi1 .powermail_countryselect {
	margin-bottom: 1em;
}

.tx-powermail-pi1 input.pm_zip {
	width: 15%;
}

.tx-powermail-pi1  fieldset.tx-powermail-pi1_fieldset_itinerariesdesired {
	margin-bottom: 1em !important;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_check  {
	overflow: hidden;
}

.tx-powermail-pi1 .tx_powermail_pi1_fieldwrap_html_checkbox_title {
	clear:both;
	width: 100%;
	margin-top: 0.7em;
	margin-bottom: 0;
	display: block;
	color: #42933E;
	border-bottom: #CAD9B0 1px solid !important;
	font-size: 1em;
	font-weight: normal;
	line-height: 150%;
}

.tx-powermail-pi1 div.powermail_check_inner,
.tx-powermail-pi1 div.powermail_radio_inner {
	clear: both;
	padding-bottom: 0.2em;
	overflow: hidden;
	width: 100%;
	float: left;
}

.tx-powermail-pi1 div.powermail_check_inner label,
.tx-powermail-pi1 div.powermail_radio_inner label {
	width: 465px;
	display: block;
	float: right;
	line-height: 1em;
}

.tx-powermail-pi1 div.powermail_check_inner input.powermail_check,
.tx-powermail-pi1 div.powermail_radio_inner input.powermail_radio {
	float: left;
	width: auto;
	margin-top: 0.6em;
	display: block;
}

table.contenttable tr.tr-even {
		background-color: #D8E6C1;
}
table.contenttable {
	font-family: Arial, Helvetica, sans-serif;
}

#shadowbox_nav_close {
	background-color: #000;	
	
}

/* Hide sidebar on layout 1 pages. */
body.layout-1 #col-sub,
body.layout-1 #footer-content {
	display: none !important;
	
}

body.layout-1 #col-main {
	width: 920px;
	background-color: #FFF;
}	
	
	
