/* Global */

@import url('/stylesheets/reset.css');

body {
	font-family: Tahoma, Verdana, Trebuchet, sans-serif;
	font-size: 100%;
	color: #000000;
	background: #f0e5cb;
	text-align: center;
}

div#container {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	padding-bottom: 30px;
	background: #d5ccb4;
}

div#wrapper {
	width: 800px;
	background: url('/images/content-bg.gif') top left repeat-y;
	margin-top: -4px;
	font-size: 0.8125em;
}

strong {
	font-weight: bold;
}

p {
	margin-top: 1em;
}

em {
	font-style: italic;
}

a,
a:hover,
a:visited,
a:active {
	color: #387024;
	font-weight: bold;
}

blockquote {
	padding: 20px 20px 0 20px;
	font-style: italic;
}

cite {
	padding-left: 20px;
	font-weight: bold;
}

/* Header */

h1#logo {
	background: url('/images/logo.jpg') top left no-repeat;
	width: 220px;
	height: 299px;
	text-indent: -5000px;
	float: left;
	font-size: 2em;
}

h1#logo a {
	display: block;
	width: 220px;
	height: 299px;
	background: url('/images/logo.jpg') top left no-repeat;
}

h2#slogan {
	background: url('/images/slogan.jpg') top left no-repeat;
	width: 580px;
	height: 299px;
	float: right;
	text-indent: -5000px;
	font-size: 1.75em;
}

/*  Nav */

dl#summer-adventures {
	background: url('/images/summer-adventures.gif') top left no-repeat;
	width: 353px;
	text-align: right;
	float: left;
	padding-top: 38px;
	padding-bottom: 6px;
}

dl#winter-adventures {
	background: url('/images/winter-adventures.gif') top left no-repeat;
	width: 234px;
	text-align: right;
	float: left;
	padding-bottom: 6px;
	padding-top: 1px;
}

dl#information {
	background: url('/images/information.gif') top left no-repeat;
	width: 213px;
	text-align: right;
	float: right;
	padding-top: 13px;
	padding-bottom:6px;
}

dl#summer-adventures dt {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 10px;
	line-height: 0px;
}

dl#winter-adventures dt {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 9px;
	line-height: 0px;
}

dl#information dt {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-right: 19px;
	margin-top: 10px;
	line-height: 0px;	
}

dl#summer-adventures dd,
dl#winter-adventures dd {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 0.625em;
	font-weight: bold;
	line-height: 1.25em;
}

dl#information dd {
	font-family: Trebuchet, Tahoma, Verdana, sans-serif;
	font-size: 0.625em;
	font-weight: bold;
	line-height: 1.25em;
	padding-right: 19px;	
}

dl#summer-adventures dd a,
dl#winter-adventures dd a,
dl#information dd a {
	color: #387024;
	text-decoration: none;
}

/* Sidebar */

ul#sidebar {
	width: 181px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 220px;
	background: #d5ccb4 url('/images/sidebar-bg.gif') top left no-repeat;
	float: left;
	font-size: 0.846em;
	color: #5c4e26;
}

ul#sidebar li#name {
	font-weight: bold;
	font-size: 1.09em;
}

ul#sidebar li#phone {
	font-size: 1.09em;
	margin-top: 17px;
}

ul#sidebar li#email {
	margin-top: 17px;
}

ul#sidebar li#woga-logo {
	width: 150px;
	height: 105px;
	background: url('/images/woga-logo.gif') top left no-repeat;
	text-indent: -5000px;
	margin-top: 17px;
}

ul#sidebar a {
	color: #387024;
	text-decoration: none;
	font-weight: normal;
}

/* Content */

div#content {
	width: 551px;
	margin-left: 201px;
	padding-left: 20px;
	padding-right: 28px;
	padding-top: 20px;
	text-align: justify;
}

h1#title {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
	color: #999999;
	display: block;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 1em;
}

img#photo-gallery {
	margin-left: 201px;
}

img.photo-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 7px;
	background: url('/images/photo-frame.gif') top left no-repeat;
	padding: 16px 16px 16px 16px;
	width: 236px;
	height: 159px;
}

img.photo-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 7px;
	background: url('/images/photo-frame.gif') top left no-repeat;
	padding: 16px 16px 16px 16px;
	width: 236px;
	height: 159px;
}

a#pdf {
	display: block;
	background: url('/images/pdf.gif') 0px 0px no-repeat;
	padding-left: 50px;
	line-height: 40px;
}

/* Footer */

div#footer {
	padding-top: 10px;
	font-size: 0.75em;
	margin: 0 auto 10px;
	width: 800px;
	color: #5c4e26;
}

/* Gallery */

ul#gallery {
	margin-top: 1em;
}

ul#gallery li {
	width: 165px;
	margin: 0px 16px 16px 0px;
	float: left;
}

ul#gallery a {
	display: block;
	width: 165px;
	height: 165px;
	overflow: hidden;
}

ul#gallery img {
	height: 165px;
}