/*
Title:      Active Journeys Screen Stylesheet
Author:     Akiva Levy, Modern Earth Web Design
*/

*    { margin: 0; padding: 0; }
body { font: .8em/120% "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif; text-align: center; background: #000000; margin-bottom: 20px; }

/* Layout
--------------------------------------------------------- */

#wrapper {
	width: 800px;
	margin: 20px auto;
	background: #ddded5;
	text-align: left;
	border: 10px solid #fff;
}

#emailbody { background: #fff; padding-bottom: 1em; margin: 10px; width: 380px; }

h1#header {
	height: 243px;
	width: 800px;
}

h1#header span { display: none; }
#content       { padding: .5em 1em; }
#footer        { clear: both; border-top: 10px solid #fff; background: #39710c url(../../images/footer.jpg) 0 0 repeat-x; margin-top: 20px; padding: 1em 2em; }

#map      { width: 400px; height: 400px; border: 5px solid #fff; }
#contact  { text-align: center; }
#left     { width: 300px;	float: left; }
#left img { border: 2px solid #fff; }
#right    { width: 450px; float: right; }
#photo    { text-align: center; }
#photo img { border: 2px solid #fff; margin: 0 auto; }
ul.rightlinks { margin: 10px auto; }
ul.rightlinks:after { content: "."; visibility: hidden; margin-bottom: 5px; }
ul.rightlinks li { margin: 2px auto; text-align: center; }
ul.rightlinks li a { display: block; background: #fff; padding: 4px 8px; color: #444; font-weight: bold; }
ul.rightlinks li a:hover { color: #000; }
a.previoustrip { float: left; width: 208px; }
a.nexttrip  { float: right; width: 208px; }

ul#snaps        { margin: 1em 0; list-style: none; text-align: center; }
ul#snaps li     { display: inline; float: left; margin-right: 6px; margin-bottom: 6px; }
ul#snaps li a img { background: #fff; padding: 5px; width: 175px; height: 146px; border-left: 1px solid #bbbcb3; border-right: 1px solid #bbbcb3; border-bottom: 2px solid #999a91; }

/* Navigation Bar
--------------------------------------------------------- */

#nav {
	width: 800px;
	height: 29px;
	position: relative;
	z-index: 100;
	border-top: 5px solid #fff;
	border-bottom: 4px solid #fff;
}

#nav ul li a, #nav ul li a:visited {
	display: block;
	text-decoration: none;
	width: 100px;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
	overflow: hidden;
	background: #488417 url(../../images/nav.jpg);
	color: #fff;
}

#nav ul                        { list-style: none; }
#nav ul li                     { float: left; position: relative; }
#nav ul li ul                  { display: none; }
#nav ul li:hover a             { color: #fff; background: #39710c url(../../images/nav_hover.jpg); }
#nav ul li:hover ul            { display: block; position: absolute; top: 28px; left: 0; width: 100px; padding-bottom: 13px; background: url(../../images/nav_bottom.gif) bottom; }
#nav ul li:hover ul li a       { color: #4a4014; width: 96px; border-left: 2px solid #39710c; border-right: 2px solid #39710c; background: #eeefe6; }
#nav ul li:hover ul li a:hover { background: #ddded5; }
ul#offer                       { margin-left: 10em; margin-bottom: 4em; list-style: square; width: 500px; }
ul#offer li                    { margin-bottom: 1em; }

/* Typography
--------------------------------------------------------- */

h2, h3, h4,
h5, h6          { margin: 1em 0; text-align: center; }
form dl         { width: 50%; margin: 0 auto; }
dt              { text-align: left; font-size: 1em; padding: .5em; background: #fff; margin-top: 1em; }
dd              { padding: .2em .5em; border-top: 1px solid #ccc; }
dd a            { margin-right: .5em; }
p, pre,
blockquote,
form, fieldset,
table           { margin: 1em 0; }
#right ul       { list-style: none; }

form em   { color: #c00; font-weight: bold; }
em        { font-style: italic; }
strong    { font-weight: bold; }
#footer p { color: #fff; font-size: 85%; }
#footer a { color: #fff; text-decoration: none; }

.footer_text
{
	color: #fff; font-size: 85%;
}

p.join    { font-weight: bold; text-align: right; }
#map a,
#map span { visibility: hidden; }

#contact
address,
p.contact { text-align: center; font-style: italic; }

a         { text-decoration: none; color: #03a; }
a:hover   { text-decoration: underline; color: #900; }
a.pdf     { text-align: center; padding: .5em 2em .5em 0; background: url(../../images/pdf.gif) right no-repeat; }

/* Forms
--------------------------------------------------------- */

/* Removes fieldset borders. even on Opea 7 */
fieldset       { border: 0; padding: 5px 0; }
legend         { width: 120px; }
form#catalogue { width: 400px; margin: 20px auto 10px auto; }
#catalogue div { clear: all; }
label          { width: 150px; display: block;  float: left; padding-right: 1em; }
label.block    { display: block; width: 385px; text-align: center; }
input          { width: 180px; margin-bottom: 5px; }
textarea       { width: 400px; margin-bottom: 5px; height: 150px; }
.submit        { width: auto; padding: 0 3em; }

form#email { width: 90% }
form#email div { clear: both; }
form#email label { float: left; display: block; width: 180px; text-align: right; }
form#email input { width: 120px; float: left; text-align: left; }
form#email textarea { width: 330px; margin-top: 5px; padding: 4px; }

/* Tables
--------------------------------------------------------- */

table  { border-spacing: 0; border-collapse: collapse;  margin: 1em auto;}
th     { text-align: left; font-weight: bold; padding: .5em 1em; background: #fff; }
td     { text-align: left; font-weight: normal; padding: .5em 1em; }
tr.alt { background: #eeefe6; }

/* Misc
--------------------------------------------------------- */

/* Class for clearing floats */
.clear     { clear:both; }
.hidden { visibility: hidden; }

/* Remove border around linked images */
img, a img { border: 0; }
.error     { text-align: center; font-weight: bold; color: #c00; }
.center    { text-align: center; }
blockquote {
	float: right;
	margin: 1em;
	padding: 10px;
	position: relative;
	text-indent: 2em;
	width: 250px;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	padding-left: 2em;
	background-color: #fff;
	border-left: 4px solid #bb5;
	border-right: 4px solid #bb5;

}
.bqstart,
.bqend     { font: bold 3em Georgia, "Times New Roman", Times, serif; color: #000; }

/* apply IE specific rules first */
.bqstart   {
	text-indent: 0;
	margin: -1.8em 0 -2em -2em;
	float: left;
	position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
}

blockquote > .bqstart {
	/* add extra non-ie rules */
	position: absolute;
	top: -0.3em;
	left: 0;
	/* remove IE specific rules */
	float: none;
	margin: 0;
}

.bqend              { position: absolute; margin-top: 0.9em; right: 0; }
blockquote > .bqend { margin-top: 0.3em; }