
/*
Theme Name: Beach House
Author: Julien Locke
Website: www.Julienlocke.com
*/
/* Colors:
background:#333;
text:#FC0; #FC6;
*/

@import "style/css/reset.css";

/* Main*/
  
body {
	text-align:center;
	background-color:#333;
}
#container {
	width: 1024px;
	text-align: left;
	font-family:Verdana, Geneva, Arial, sans-serif;
	text-decoration:none;
	color:#ccc;
	overflow: hidden;
}
h1, h2, h3, h4 {
	color:#ffcc33;
	font-family:Papyrus, "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin-top: 5px;
}
p {
	font-size: small;
}
a {
	color: #ffcb32;
	text-decoration: none;
}
a:hover {
	color: #e5b934;}
img {
	float: left;
	display: inline;
}
em {

	font-weight:bold;
	font-family:Papyrus, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#FFCC33;
}


/* bodycontent*/
  
#wrap {
	text-align: center;
}
#content {
	text-align: left;
	float: right;
	padding: 10px;
	width: 800px;
	margin-right: 100px;

}
	#content li {
	list-style-type: circle;
	}
	#content ul {
	}
#contenthome {
	text-align: left;
	margin-left: 160px;
	float: left;
	margin-top: 10px;
	width: 704px;
}
#centeredcontent {
	margin-left: 212px;
	width: 600px;
	}
	#centeredcontent img {
	margin-left: -30px;
	}
#specials {
	width: 200px;
	float: right;
	margin-right: 5px;
	margin-top: -30px;
	text-align: left;
	
}
.post {
	padding: 15px;
	padding-left: 5px;
	text-align: center;
	margin-top: 40px;
	}
.border {
	border:1px solid #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.slogan {
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-family:Papyrus, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:medium;
	color:#FFCC33;
	margin-top: 10px;
}
#mainimage {
	margin-left: 212px;
	float: left;
	margin-top: 10px;
	
}
#links {
	float:left;
}
#links a {
	font-family:papyrus;
    text-align:left;
}
#links li {
    padding:10px;
}
#links .left {
	float:left;
}
#links .right {
        position:relative;
        float:right;
}

#contactform {


}
.contactleft {
font-size: medium;
width: 140px;
margin-left: 140px;
}
.contactright {
float: none;
width: 660px;
font-size: small;
position: relative;
left: 300px;
top: -1.2em;
}
	.contactright textarea {
		-webkit-border-radius: 5px;
		-moz-border-radius:5px;
		border: solid black;
		font-family: Helvetica, sans-serif;
		font-size: 1.3em;
		font-size: medium;
		padding: 2px;
	}
	.contactright textarea:focus {		
	border: solid gray;
	}
	.contactright input {
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border: solid black;
	vertical-align: middle;
	font-size: 1.3em;
	font-size: medium;
	padding: 2px;
			}
	.contactright input:focus {
	border: solid gray;
	}
#contactsubmit {
	position: relative;
	left: 250px;
	top: 20px;}
/* Links */

.linklist a{
	font-size: small;
	}
.linklist li {
	list-style-type: circle;
	float: left;
	margin-right: 20px;
	}
.linklistcatname  {
	float: none; 
	}
.linkcat {
	display: block;
	height: 50px;	
	}
/* SiteBranding */
 #sitebranding {
	text-align:center;
	font-family:papyrus, Verdana, Geneva, sans-serif;
	color:#FC0;
	padding-top:30px;
	padding-bottom:20px;
	text-shadow: 1px #111;
	font-size: xx-large;
	height:80px;
	width: 1024px;
}
#sitebranding h2 {
	position:relative;
	top:-10px;
	font-size: x-large;
}
/* Navigation  */

#nav {
	font-family:Papyrus;
	text-align: center;
	width: 1024px;
	display: block;
    overflow:hidden;
  	float:left;
}
#nav ul {
	position:relative;
	list-style:none;
	width: 1024px;
       font-size:medium;
}
a#testbutton, a#testbutton:visited {
	display:block;
	width:142px;
	height:22px;
	text-align:center;
	border:1px solid #222;
	font-weight:bold;
	text-transform:uppercase;
	color:#FC0;
	text-decoration: none;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:.7;
    padding-bottom:10px;
    padding-top:10px;
}
a#testbutton:hover {
	border:#222 1px solid;
	opacity:1;
}

.home {
	float:left;
}
.about {
	float:left;
}
.gallery {
	float:left;
}
.bookinginfo {
	float:left;
        font-size:small;
}
.guestbook {
	float:left;
        font-size:small;
}
.contact {
	float:left;
}
.links {
	float:left;
}
/* Footer */
.footer {
	background:#333;
	width:1024px;
	text-align: center;
    margin-left:auto;
    margin-right:auto;
	font-family: papyrus, Verdana, Geneva, sans-serif;
	font-size: small;
	color:#FC0;
	overflow: hidden;
}
.footer p {
	position: relative;
	top: 5px;
}
/* Sticky Footer */
  
  * {
	margin: 0;
}
html, body {
	height: 100%;
}
#container {
	min-height: 95%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push{
	height: 30px; /* #push must be the same height as #footer */
}
#forsale {
	position: absolute;
	margin-bottom: -100px;
	width: 210px;
	margin-top: 40px;
	}
#forsale ul, #forsale li { 
	font-size: small;
	list-style-type: circle;
	text-align: left;
	margin-left: 12px;
	}
#forsale p {
	color: white;
	}
#forsale a:hover {
	color: gray;}

.red {
	color: white;}
.border_red {
	border:1px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


