@charset "utf-8";
/* Aldermisnter Firewood CSS Document */
body {
	background-color:#6B5A46;
	background-image:url(../logs-firewood-images/logs2.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position: 50% 0px;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#404040;
	margin-left:0px;
	}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color:#404040;
	}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#404040;
	}
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#404040;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#404040;
	text-align:justify;
	margin:0px 0px 6px 0px;
	line-height:130%;
}
ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#404040;
	margin:0px;/*this was forcing a margin at the top of the body*/
	line-height:150%;
	margin-bottom:8px;	
}
a {
	color:#404040;
}
.floatright {
	clear:right;
	float:right;
	margin:5px 10px 5px 20px;
}
.floatleft {
	clear:left;
	float:left;
	margin:5px 20px 5px 0px;
}
.container {
	background-color: rgba(255,255,255,0.9);
	position: relative;
	margin: 0px auto;
	width: 930px;
	border-radius: 50px;
	height: 945px;
	padding: 10px 20px;
	padding-bottom: 1px;
}
.top-banner {
	height:135px;
	width:950px;
}
.top-contact {
	clear:right;
	float:right;
	width:290px;
	margin: 0px 20px 0px 0px;
}
.top-contact p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}
#telno {
	font-size:24px;
	margin:0px;
	color:#663333;
}
#email {
	font-size:15px;
	margin:0px;
	color:#663333;
}
.menu {
	clear:right;
	float:right;
	width:470px;
	margin:40px 0px 0px 0px;
	padding:0px 0px 5px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#FC0;
}
.menu p{

}
.menu a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding:1px 1px 5px 1px;	
}
.menu a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#6B5A46;
	color:#FFF;
	padding:1px 1px 5px 1px;	
}

.page-content {
	width: 930px;
	margin: 0px;
	border: none;
}
/*.page-text {
	width: 950px;
	margin-top:230px;
}*/
.contact {
	clear: right;
	float: right;
	margin: 5px 10px 5px 20px;
	width: 280px;
}
.contact p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	}
.adjuster {
	margin-top:16px;
}

/*This is the home page panels ection*/

.panels {
	clear: right;
	float: right;
	margin: -20px 0px 0px 20px;
	width: 420px;
	height: 290px;
}
.panel-firewood {
	width: 200px;
	height:290px;	
	float: right;	
	margin:0px;
	background-image:url(../logs-firewood-images/panel-blank.png);
	background-repeat: no-repeat;
}
.panel-firewood h2{
	margin: 15px 5px 10px 5px;
	text-align:center;	
}
.panel-firewood a{
	padding:5px;
	margin-top:5px;
	color:#FFF; 
	cursor:pointer;
	z-index:2
}
.panel-firewood a:hover{
	background-color:#6B5A46;
	border-radius:10px;	
}
.panel-sand {
	width: 200px;
	height:290px;		
	float: right;	
	margin-left:20px;
	background-image:url(../logs-firewood-images/panel-blank.png);
	background-repeat: no-repeat;	
}
.panel-sand h2{
	margin: 15px 5px 10px 5px;
	text-align:center;
}
.panel-sand a{
	padding:5px;
	margin-top:5px;
	color:#FFF; 
	cursor:pointer;
	z-index:2
}
.panel-sand a:hover{
	background-color:#6B5A46;
	border-radius:10px;
}
.panel-inner {
	position:relative;
	margin:25px auto 0px auto;
	width:160px;
}
.panel-inner p{
	width:160px;
}
.panel-inner a{
	color:#6B5A46;
	margin:0px;
	padding:0px 5px;
	border-radius:0px;
}
.panel-inner a:hover{
	color:#FFF;
	background-color:#6B5A46;
}
.footer {
	background-color:#D1BFA7;
	border-radius:0px 0px 30px 30px;
	margin:-35px auto 0px auto;
	position:relative;
	width:930px;
	padding: 3px 5px;
}
.footer p{
	font-size:9px;	
	text-align:center;
	margin:0px;
}


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 600px;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 20px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}


.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background:#F00; }

.sand-table {
	width:700px;
	margin:0px auto;
}
.sand-table td {
	width:50%;
}
.map-small {
	margin-top:10px;
}
.map-large-link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	color:#404040;
}