/*
 * frontend/default.css
 * Website Framework © 2005 Andrew LeBaron, A&G Productions
 * configured for quantumtour.com
 */
 
body {
	text-align: center;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

body, h1, h2, h3, p, div, hr, ul, li, form {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* sitemessages */
.error, .debug, #debug {
	text-align: left;
	background-color: white;
	color: black;
	border-bottom: 1px dashed black;
	padding: 2px;
}
#debug {
	border-top: 1px dashed black;
	border-bottom: none;
}


a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: blue;
}

.clearer {clear: both; line-height: 0; height: 0;}

#wrapper {
	margin: 20px auto 0;
	width: 740px;
	text-align: left;
}

#sidenav {
	float: left;
	width: 170px;
}
#sidenav a {
	text-decoration: none;
}
#sidenav a.centered {
	display: block;
	text-align: center;
	padding: 2px 10px 5px;
}
#sidenav a.centered:hover {
	background-color: #d1e2f7;
}
#sidenav li.sub a {
	padding-left: 25px !important;
	font-size: 95% !important;
}
#sidenav .sidelisting ul {
	list-style: none;
}
#sidenav .sidelisting li a {
	display: block;
	margin: 2px 0;
	padding: 2px 10px;
}
#sidenav .sidelisting img {
	width: 95%;
	border: 0;
}
/* Fix IE. Hide from IE Mac \*/
* html #sidenav ul li { float: left; }
* html #sidenav ul li a { height: 1%; }
* html #sidenav .node { float: left; width: 168px; }
/* End */

#content {
	float: right;
	width: 566px;
}
#content,
#content p {
	font-size: 10pt;
}
#content ul {
	padding: 2px 5px 5px;
	list-style-position: inside;
}
#content .link img {
	float: left;
	border: 0;
	padding: 0 4px 4px 0;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content .link { height: 1%; }
/* End hide from IE5/mac */

#content table.listing {
	width: 100%;
}
#content table.listing td a,
#content table.listing td a:hover {
	border-bottom: none;
	background-color: transparent;
}
#content table.listing td a span {
	border-bottom: 1px solid #FF8309;
	background-color: #FFfce5;
}
#content table.listing td a:hover span {
	background-color: #FFDAB5;
}
#content table.listing img {
	border: 1px solid white;
	margin-top: 2px;
}
#content table.listing a:hover img {
	border: 1px solid #FF8309;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content table.listing td a:hover { background-color: #FFDAB5; }
/* End hide from IE5/mac */
#content table.listing td {
	text-align: center;
	vertical-align: top;
	padding: 5px 0;
}

#content .linktotop {
	text-align: right;
}
#content .linktotop a {
	background-image: url(images/toparrow.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	padding-left: 16px;
}

#content .tourlist td.col1,
#content .videolist td.col1,
#content .slideshowlist td.col1,
#content .photolist td.col1 {
	padding-left: 5px;
}
#content .tourlist td.col2,
#content .videolist td.col3,
#content .slideshowlist td.col3,
#content .photolist td.col3 {
	padding-right: 5px;
}

#sidenav .entitylogo {
	padding-top: 10px;
	text-align: center;
}
#sidenav ul.links {
	list-style: none;
}
#sidenav ul.links a {
	display: block;
	margin: 2px 0;
	padding: 2px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #FF8309;
	background-color: #FFfce5;
	font-size: 110%;
}
#sidenav ul.links a:hover {
	background-color: #FFDAB5;
	border-top: 1px solid #FF8309;
	border-bottom: 1px solid #FF8309;
}

.node {
	background-color: #fff;
	border: 1px solid #082C59;
	padding: 0;
	margin-bottom: 4px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content .node { height: 1%; }
/* End hide from IE5/mac */
.node h2 {
	background-color: #1257AD;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #082C59;
	text-align: center;
	padding: 3px;
}
#content .node h2 {
	font-size: 14pt;
	font-weight: normal;
	padding: 6px;
}
#content .node a {
	text-decoration: none;
	border-bottom: 1px solid #FF8309;
	background-color: #FFfce5;
}
#content .node a:hover {
	background-color: #FFDAB5;
}
.node p {
	padding: 2px 5px 5px;
}
.node p.padtop {
	padding-top: 7px;
}
.node p.center {
	text-align: center;
}
.node p.right {
	text-align: right;
}
.node p.red {
	color: red;
}
.node .strong {
	font-weight: bold;
}

.photoname {
	font-size: 140% !important;
	text-align: center;
}

#content .subnav {

}
#content p.subnav {
	border-top: 1px solid #FF8309;
	border-bottom: 1px solid #FF8309;
	margin: 5px 0;
	padding: 8px;
	line-height: 140%;
}
#content ul.subnav {
	float: left;
	list-style: none;
	border-top: 1px solid #FF8309;
	border-bottom: 1px solid #FF8309;
	margin: 5px 0;
	padding: 0 0 0 5px;
}
#content .subnav li {
	float: left;
}
#content .subnav li.right {
	float: right;
}
#content ul.subnav span,
#content ul.subnav a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	margin-right: 5px;
}
#content .subnav a {
	background-color: #FFfce5;
	border-width: 0;
	border-bottom: 1px solid #FFDAB5;
}
#content ul.subnav a {
	border: 1px solid #FFDAB5;
	border-width: 0 1px 0 1px;
}
#content .subnav a:hover {
	border-color: #FF8309;
	border-width: 0 1px 0 1px;
}
