/* CSS stylesheet for FantasyCabins.net */

body {
	font-size: 82.5%;
	margin: 25px 0px;
	padding:0px;
	text-align:center;
	font-family: Veranda, Arial, Helvetica, san-serif;
	background-color: #000000;
}
h2 {
     font-size: 1.5em;
     color: #999999;
     margin-bottom: 3px;
}
p {
font-size: 1em;
color: #CCCCCC;
margin: 0 0 5px 0;
}
small {
     font-size: 0.9em;
     color: #CCCCCC;
}
#play {
position: absolute;
top: 95px;
left: 300px;
z-index: 500;
}
#topper {
     width: 800px;
     margin: 0px auto;
     text-align: left;    
}
#wrapper {
    width: 800px;
	height: 440px;
	margin: 12px auto;
	border: 1px solid #CC6633;
	position: relative;
	background-attachment: scroll;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#wrapper2 {
    width: 800px;
	height: 440px;
	margin: 12px auto;
	border: 1px solid #CC6633;
	position: relative;
	background-image: url("http://beachyday.com/fantasy/images/img/contentbacker.jpg");
	background-attachment: scroll;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#masthead {
    width: 44px;
    height: 440px;
    position: absolute;
    top: 0px;
    left: -50px;
	background-image: url("http://beachyday.com/fantasy/images/masthead.gif");
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.property1 {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 420px;
	height: 72px;
	border-left: 10px solid #CC6633;
}
.property2 {
	position: absolute;
	top: 102px;
	left: 0px;
	width: 420px;
	height: 72px;
	border-left: 10px solid #CC6633;
}
.property3 {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 420px;
	height: 72px;
	border-left: 10px solid #CC6633;
}
.property4 {
	position: absolute;
	top: 266px;
	left: 0px;
	width: 420px;
	height: 72px;
	border-left: 10px solid #CC6633;
}
.property5 {
	position: absolute;
	top: 348px;
	left: 0px;
	width: 420px;
	height: 72px;
	border-left: 10px solid #CC6633;
}
#explainer {
     width: 800px;
     margin: 0px auto;
     text-align: left;
}
a img {border: none;}

.special {
	color: #cc3300;
}
#specials {
	position: absolute;
	top: 80px;
	left: 400px;
	z-index: 100;
}

/* Menu Style */

#menu {
     width: 800px;
     height: 3em;
     margin: 3px auto;
     text-align: left;   
}
dl#nav dt {
  display:none;
}
dl#nav dd {
  padding:0; 
  margin:0;
}
a.xmenu, a.xmenu:visited {
  display:block;
  height:3em; 
  background:#000; 
  text-decoration:none; 
  text-align:left; 
  color:#aaa; 
  float:left;
  margin-right: 20px;
}
a.xmenu span, a.xmenu:visited span {
  display:block; 
  height:0.5em; 
  border-top:0.5em solid #000; 
  border-bottom:0.5em solid #000; 
  background:#000; 
  overflow:hidden;
  }
* html a.xmenu span, * html a.xmenu:visited span {
  height:1.5em; 
  w\idth:3em; 
  he\ight:0.5em; 
  overflow:hidden;
  }
a.xmenu:hover {
  color:#CC6600;
  }
a.xmenu:hover span {
  background:#CC6600;
  }
  
/* Property Page CSS */
#pwrapper {
    width: 800px;
	height: 440px;
	margin: 12px auto;
	border: 1px solid #CC6633;
	position: relative;
	background-color: #FFF;
}
#leftcontent {
position: absolute;
top: 0px;
left: 0px;
width: 385px;
height: 350px;
margin: 70px 0 0 0;
text-align: left;
float: left;
}
#rightcontent {
position: absolute;
top: 0px;
left: 400px;
width: 400px;
height: 440px;
text-align: center;
overflow: hidden;
}
#content {
position: absolute;
top: 0px;
left: 425px;
width: 375px;
height: 440px;
}
#content2 {
text-align: left;
width: 375px;
overflow: auto;
padding: 20px 20px 20px 15px;	
}
#content3 {
width: 330px;
height: 320px;
text-align: left;
overflow: auto;
padding: 0px 20px 20px 15px;
margin: 20px 0 0 0;	
}
#description {
text-align: left;
width: 370px;
height: 250px;
margin: 5px 0 0 0;
padding: 5px 10px 5px 25px;
overflow: auto;
}
#description2 {
text-align: left;
width: 370px;
height: 100px;
margin: 5px 0 0 0;
padding: 5px 10px 5px 25px;
overflow: hidden;
}
p.dtext {
font-size: 1em;
color: #666666;
margin: 0 0 5px 0;
}
.fineprint {
}
#gotopage {
width: 350px;
margin: 10px 0 0 0;
}
#imgdisplay {
width: 380px;
height: 420px;
overflow: hidden;
margin: 10px auto;
}
#imgthumbs {
}
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

/* Page Navigation Menu */

#pnav {
     width: 300px;
     height: 3em;
     margin: 5px auto;
     text-align: center;   
}
dl#pnav dt {
  display:none;
  }
dl#pnav dd {
  padding:0; 
  margin:0;
  }
a.pmenu, a.pmenu:visited {
  display:block;
  height:3em; 
  background:#FFF; 
  text-decoration:none; 
  text-align:center; 
  color:#aaa; 
  float:left;
  margin-right: 20px;
  }
a.pmenu span, a.pmenu:visited span {
  display:block; 
  height:0.5em; 
  border-top:0.5em solid #000; 
  border-bottom:0.5em solid #000; 
  background:#FFF; 
  overflow:hidden;
  }
* html a.pmenu span, * html a.pmenu:visited span {
  height:1.5em; 
  w\idth:3em; 
  he\ight:0.5em; 
  overflow:hidden;
  }
a.pmenu:hover {
  color:#CC6600;
  }
a.pmenu:hover span {
  background:#CC6600;
  }
  
/* 
  Secure and Accessible PHP Contact Form v.2.0 Basic Styles by Mike Cherim 
  THESE ARE THE VARIOUS ELEMENTS, CLASSES, IDS, AND SELECTORS YOU MAY NEED FOR STYING THIS FORM
  Anchors or link elements have not been included, but everythig else is :-)
*/

/* for main form wrapping div */
div#gb_form_div { 
width: 325px;
height: 340px;
text-align: left;
margin: 0px 0 0 0px;
padding: 0 10px 10px 10px;
overflow: auto;
}

/* id for the form itself */
form#gb_form { 
  /* not styled on demo page */
}

/* form and results heading size */
.main_formhead, .formhead { 
  font-size : 1.1em; 
  color : #cc9900; 
}

/* outer fieldset - it's common to make this border : 0; */
fieldset#formwrap { 
  background-color: ; 
  border: 0;
}

/* section fieldsets - it's common to make this border : 0; */
fieldset { 
	border: 0;
}

/* form legends and dt "heading" */
legend, dt { 
  font-weight: bold; 
  color: #FFF;
}

/* main legend at top of the form */
legend#mainlegend { 
  font-size : 1.2em;
  color : #669900; 
}

/* form label text */
label {
	font-weight: normal;
	color : rgb(255,204,102);
}

/* all inputs, select, and textarea */
input.med, input.short, select.med, textarea.textbox, input.cleardefault{ 
  font : 1em 'Trebuchet MS', sans-serif; 
  color : #666; 
  padding : 2px; 
  border : 1px solid #cc9000;
  background-color : #fffffa;
  margin-bottom: 3px;
}

/* to make focus stable in IE 6 */
* html input.button { 
  color : #000;  
  border : 1px solid #669900;
  background-color : #cc9900;
}
* html input.button.hover { 
  color : #000;  
  border : 1px solid #000;
  background-color : #cc9900;
}
* html input.button.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #cc9900;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.cleardefault:hover, input.cleardefault:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color : #000;  
  border : 1px solid #000;
  background-color : #fff;
}

/* for the checkbox input */
input.checkbox {
  /* not styled on demo page */
}

/* error heading weight and color - bold is for the error reason text */
span.error, dt.error, strong.error { 
  color : #cd0000; 
  font-weight : bold; 
}
dd {color: #fff;}


/* success heading color */
span.success { 
  color : #669900; 
  font-weight : bold; 
}

/* privacy and "Why?" small element link sizes (relative to their parent element */
small.privacy, small.whythis { 
  font-size : 80%; 
}

/* set up relativity to position small Why? text */
small.whythis { 
  position : relative; 
}

/* Why? link style */
small.whythis a { 
  text-decoration : underline; 
  font-size : 0.95em;
}

small.whythis a:hover, small.whythis a:focus, small.whythis a:active { 
  text-decoration : none;
} 

/* hide the Why? text span */
small.whythis a span { 
  border : 1px solid #000; 
  background-color : #000; 
  padding : 0 4px 0 4px; 
  color : #000;
  text-decoration : none; 
}

/* bring back Why? text span (title attribute backs this up for borwsers it doesn't function in */
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span { 
  border : 1px solid #fafafa; 
  background-color : #000; 
  color : #FFF;
  padding : 0 4px 0 4px; 
  text-decoration : none; 
}

/* the link back to me for form credit */
p.creditline { 
  float : right; 
  margin : -17px 0; 
  padding-bottom : 1px; 
  font-size : 80%; 
}

/* used for abbreviation used relative to form. the .abbr class is for the span added for IE */
abbr, .abbr { 
  cursor : help; 
  border-bottom : 1px dotted #999;
}

/* set result color for blockquote dt "heading" */
dl#result_dl_blockq dt, dl.result_dl_blockq dt {
  color : #669900;
}

/* position result blockquote flush with parent */
dl#result_dl_blockq blockquote, dl.result_dl_blockq blockquote {
  margin-left : 0;
}

/* style the input names in the result */
div#hf_form_div span.items {
  font-weight : bold;
  color : #fff;
}
ul {color: #fff; font-weight: normal;}
