/* (c)2002 J&J WEB SERVICES - http://www.jandjwebservices.com */
/* PLAYLAND CAMPING PARK - http://www.campingplayland.com */
/* PAGE LAYOUT - BASIC CSS, compatible with NS4.7, IE3, Opera 3 & older browsers */


/* GENERAL */
body {
	background: #cf9969 url(http://www.campingplayland.com/images/flwr-brn-border.jpg) repeat-y left top;
	padding: 0 50px 25px 95px;
	margin: 0;
	color: #300;
	font: 12px/14px Arial, Helvetica, sans-serif;
}
/* LINK FORMAT */
a:link {
	color: #060; 
	text-decoration: underline; 
	font-weight: bold;
	display: inline;
}
a:visited { 
	color: #9f3400; 
	text-decoration: underline; 
	font-weight: normal; 
	display: inline;
}
/* TEXT HEADERS */
h1 {
	color: #930; 
	text-align: center; 
	font: 28px/32px Christie, "Times New Roman", Times, serif;
	display: block;
}
h2 {
	color: #930; 
	text-align: center; 
	font: 25px/29px Christie, "Times New Roman", Times, serif;
	display: block;
}
h3 {
	color: #930; 
	text-align: left; 
	font: italic 20px/24px "Times New Roman", Times, serif;
	display: block;
}
h4 {
	color: #930; 
	text-align: center; 
	font: italic bold 18px/22px "Times New Roman", Times, serif; 
	display: block;
}
h5 {
	color: #930; 
	text-align: left; 
	font: italic bold 16px/20px "Times New Roman", Times, serif; 
	display: block;
}
h6 {
	color: #fff; 
	font: italic bold 16px/20px "Times New Roman", Times, serif; 
	text-align: center; 
	background: #9f3400; 
	border: 1px solid #000;
	margin: 2px;
	padding: 0;
	display: block;
}
/* IMAGE HEADERS */
.hdr {
	margin: 15px;
	text-align: center; 
	color: #930; 
	font: bold 32px/36px Christie, "Times New Roman", Times, serif;
	display: block;
}
/* FOOTER */
.footer {
	font: italic 9px/11px Arial, "Trebuchet MS", Helvetica, sans-serif; 
	text-align: center; 
	margin: 20px;
	padding: 0;
}
/* TABLE FORMAT */
td {
	color: #300;
	font-family: 12px/14px Arial, Helvetica, sans-serif;
}
th {
	color: #fff; 
	font-size: italic bold 16px/20px Arial, Helvetica, sans-serif; 
	background: #9f3400;
}
/* PHOTO ALBUM */
td.album {
	font-size: 10px;
	margin: 1px; 
	padding: 0; 
	text-align: center; 
	vertical-align: center;
}
/* HIDE ITEMS */
.hidden, .hide {display: none;}

/* MISC TEXT FORMATS */
i {font-style: italic; display: inline;}
b {font-weight: bold; display: inline;}
acronym {cursor: help; font-style: italic; display: inline;}
big {font-size: 14px; font-weight: bold; display: inline;}
small {font-size: 10px; display: inline;}
em {
	color: #930; 
	font-weight: bold; 
	font-style: italic;
	display: inline;
}
em.wht {
	color: #fff; 
	font-weight: bold; 
	font-style: italic;
	display: inline;
}
em.error {
	color: #ff9; 
	background: #f00;
	font-weight: bold; 
	font-style: normal;
	display: inline;
}
/* LISTS */
ul li {
	list-style: square outside; 
	margin-left: 1em; 
	padding: 0;
}
ul ul li {
	list-style: circle outside; 
	margin-left: .5em; 
	padding: 0;
}

/* CSS POPUP MENU */
/* no bullets shown */
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* main menu default */
#nav a {
	color: #9f3400; 
	font-weight: normal;
	font-style: normal;
}
#nav a {
	text-decoration: none;
}
/* menu dropdown default */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}
/* menu dropdown hover */
#nav li li a:hover { 
	text-decoration: underline overline; 
	font-weight: bold;
	font-style: italic;
	background: #EFCFB7;
	margin: 0.2em 5px;
	padding: 0;
	border: 5px solid #300;
	border-width: 0 5px;
}
/* main menu format, horizontal */
#nav li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: pointer;
	background: #EFCFB7;
	border: 1px solid #300;
	border-width: 1px 0;
}
/* first main menu item */
li#first {
	border-left-width: 5px;
}
/* last main menu item */
li#last {
	border-right-width: 5px;
}
/* dropdown format */
#nav li ol {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #EFCFB7;
	margin: 0.5em 0 1em 0;
	padding: 0;
	border-right: solid 1px #7d6340;
}
/* fix alignment xbrowsers */
#nav li>ol {
	top: auto;
	left: auto;
}
/* dropdown list */
#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
/* make dropdown appear */
#nav li:hover ol, #nav li.over ol {
	display: block;
}

