/* High-level elements */

body {
	font-family: 'Oxygen', sans-serif;
	font-size: 14pt;
	font-weight: normal;
	background-color: #383729;
	color: #000000;
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 20pt;
	margin-top:	0;
	margin-bottom: 5px;
}

.sectionMain h1 {
	padding: 0 0 2px 0;
	color: #000000;
	border-bottom: 2px solid #404040;
	font-weight: bold;
}


h2, .myH2 {
	clear: both;
	font-size: 18pt;
	margin-top:	6px;
	margin-bottom: 2px;
	font-weight: bold;
}

.inline {
	clear: none;
}

h3 {
	clear: both;
	font-size: 17pt;
	margin-top:	14px;
	margin-bottom: 2px;
}

.sectionItem h3 {
	clear: none;
	margin-top:	0;
}

.sectionItemNoText h3 {
	clear: none;
	margin-top:	0;
}

h4 {
	font-size: 15pt;
	margin-top:	0;
	margin-bottom: 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #2F2D15;
	background-color: transparent;
}

a:visited {
	color: #990099;
	background-color: transparent;
}

a:active {
	color: #ff0000;
	background-color: transparent;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
	background-color: transparent;
}

img {
	border: 0;
}

/* Home */

.navigation {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.navigation ul {
	list-style: none;
	margin-top: 2px;
	padding: 0;
	text-indent: 0;
}

.navigation ul li {
	margin-left: 10px;
	margin-right: 0;
	padding: 0;
	text-indent: 0;
}

/* Header */

.header {
	padding: 4px;
	background-color: #AFAD93;
	color: #000000;
	text-align: left;
}

.headerLogo {
	font-size: 24pt;
	font-weight: bold;
}

.headerNav {
	float: right;
	margin-top: 14px;
}

/* Footer */

.footer {
	margin-bottom: 10px;
	padding: 8px 8px;
	background-color: #AFAD93;
	color: #000000;
	text-align: left;
	font-size: 10pt;
}

.validIcon {
	float: right;
	padding-top: 8px;
}

.validIcon img {
	border: 0;
	width: 88px;
	height: 31px;
}

.footerLinks {
	float: right;
}

/* Section */

.sectionBody {
	margin-left: auto;
	margin-right: auto;
	max-width: 770px;
}

.sectionMain {
	padding: 4px 8px;
	background: #D3D2C6;
	color: #000000;
	border: 1px solid #dddddd;
	text-align: left;
	overflow: hidden;
}

.sectionAd {
	width: 758px;
	float: left;
	margin: 2px 0 4px 0;
	padding: 0;
}

.largeRectangleLeftAd {
	float: left;
	margin: 4px;
	padding: 4px;
}

div.sectionItem, div.sectionItemNoText {
	border: 1px solid #dddddd;
	color: #000000;
	background: #D0BB98;
}

div.sectionItem, div.sectionItemNoText {
	margin: 6px 0;
	padding: 6px;
	overflow: hidden;
}

img.sectionItem, img.sectionItemNoText {
	max-width: 150px;
	max-height: 100px;
	float: right;
	border: 1px solid #066;
	margin-left: 4px;
}

.sectionDate {
	font-size: 10pt;
	margin-top:	0;
	margin-bottom: 5px;
	font-weight: normal;
}

.sectionMain ul {
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
}

.sectionMain ul ul {
	margin-left: 20px;
}

.mapcontainer {
	text-align: center;
	padding: 10px;
	border: #000000 solid 1px;
	background: #A7977D;
}

img.map, .mapcontainer img {
	max-width: 90%;
	border: 1px solid #066;
	margin: auto;
	display: block;
}

.videocontainer {
	text-align: center;
}

div.thumb, .thumbs div {
	height: 104px; /* Setting a height ensures that rows wrap all the way back to left side */
	float: left;
	border: 0;
	padding: 0;
	margin: 4px;
}

div.thumb img, .thumbs img {
	max-height: 100px;
	padding: 0;
	margin: 0;
	border: 1px solid #066;
}


ul.placesBeen {
	margin-left: 16px;
	padding: 0;

}

ul.placesBeen li {
	margin: 0;
	padding-left: 2px;
	list-style: square;
}

.tripMap {
	background: #fef;
	border: 1px solid #066;
	padding: 4px;
	float: right;
}

.listPhoto {
	float: right;
	width: 120px;
	text-align: center;
	font-size: 10pt;
	background-color: #dedede;
	border: 1px solid #333333;
	padding: 2px;
	margin-left: 2px;
}

.topBannerAd {
	text-align: center;
	margin: 10px auto;
}
