/* Reset */
* {
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 12px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
}
h2 {
	font-size: 20px;
	font-weight: bold;	
	margin-top: 10px;
	margin-bottom: 15px;
	color: #6A0505;
}
h3 {
	color: #13056A;
	font-size: 17px;
	font-weight: bold;	
	margin-top: 10px;
	margin-bottom: 15px;
}
h4 {
	font-size: 13px;
	font-weight: bold;	
	margin-top: 10px;
	margin-bottom: 15px;
}

p {
	margin-bottom: 10px;
}


/* Layout */
html {
	background-color: #405E75;
	padding-top: 10px;
	width: 100%;
}

div#wrapper {
	width: 944px;
	border-left: 3px solid black;
	border-right: 3px solid black;
	margin-left: auto;
	margin-right: auto;
}

div#logo {
	width: 186px;
	border: 3px solid black;
	height: 226px;
	float: left;
	background-image: url(https://www.happycamphideaway.com/images/logo.jpeg);
	background-position: center center;
}
div#logo a {
	width: 100%;
	height: 100%;
	display: block;
}

img#header {
	float: left;
	width: 746px;
	height: 226px;
	border: 3px solid black;
}


div#middle {
	background-image: url(https://www.happycamphideaway.com/images/middle-bg.jpeg);
	background-repeat: repeat-y;
}

div#left {
	width: 192px;
	float: left;
}

div#right {
	width: 736px;
	float: left;
}

div#content {	
	padding: 5px;
}

/* Menus */
ul#top-menu {
	width: 752px;
	list-style-type: none;
	float: left;
	background-color: #442200;
	border-bottom: 1px solid black;
}
ul#top-menu li {
	float: left;
	width: 118px;
	border: 1px solid #2F2F2F;
	margin-right: 5px;	
	margin-top: 5px;	
	margin-bottom: 5px;
}

ul#top-menu li a, ul#top-menu li a:visited {
	background-color: #F2EAB4;
	color: black;
	text-align: center;
	width: 100%;
	display: block;
	float: left;	
	font-family: trebuchet MS, tahoma;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}

ul#top-menu li a:hover {
	background-color: #D9CD77;
}

ul#left-menu {
	width: 192px;
	float: left;
	list-style-type: none;
	padding-bottom: 10px;
}
ul#left-menu li {	
	width: 168px;
	border: 1px solid #2F2F2F;
	height: 28px;
	vertical-align: center;
	margin-left: 9px;
	margin-top: 6px;
	text-align: center;
	background-image: url(https://www.happycamphideaway.com/images/wood-sprite.jpeg);
}
ul#left-menu li:hover {
	background-image: url(https://www.happycamphideaway.com/images/wood-sprite-hover.jpeg);
}

ul#left-menu li a, ul#left-menu li a:visited {
	text-decoration: none;
	font-family: trebuchet MS, tahoma;
	font-size: 15px;
	font-weight: bold;
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	vertical-align: center;
}

ul#left-menu li.l1  { background-position: 0px 0px; }
ul#left-menu li.l2  { background-position: 0px 28px; }
ul#left-menu li.l3  { background-position: 0px 56px; }
ul#left-menu li.l4  { background-position: 0px 84px; }
ul#left-menu li.l5  { background-position: 0px 112px; }
ul#left-menu li.l6  { background-position: 0px 140px; }
ul#left-menu li.l7  { background-position: 0px 168px; }
ul#left-menu li.l8  { background-position: 0px 196px; }
ul#left-menu li.l9  { background-position: 0px 224px; }
ul#left-menu li.l10 { background-position: 0px 252px; }



ul#left-menu li a:hover {
	
}

div#footer {
	clear: both;
	background-color: #759E7D;
	width: 904px;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	padding: 20px;
}

div#rentals-bottom a, div#rentals-bottom a:visited {
	color: #FEEB95;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
}

div#footer p.comments a, div#footer p.comments a:visited {
	color: #FEEB95;;
}

div#rentals-bottom li {
	margin-left: 15px;
	color: yellow;
}

.thirds {
	width: 30%;
	margin-right: 3%;
	float: left;
}
.half, .halves {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.clr {
	clear: both;
}

.no-under {
	border-bottom: 0;
	margin-top: 3px;
	margin-bottom: 4px;
	color: #FFF9CA;
}

div#copyright {
	color: #FEEB95;
	font-size: 14px;
	font-family: courier, monospace;
	text-align: center;
	margin-bottom: 20px;
}
div#copyright a, div#copyright a:visited {
	color: #FEEB95;;
	font-weight: bold;
}

/** CONTENT **/
div#content a {
	color: #442200;	
}
div#content a:visited {
	color: #821D00;
}
div#content ul, div#content ol {
	margin-left: 25px;
}

/** /rentals **/
table#units_list {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}

table#units_list tr.odd {
	background-color: #DFDDDD;
}

table#units_list td.i {
	width: 100px;
	padding: 1px;
	text-align: center;
}
table#units_list td.i img {
	border: 1px solid gray;
}
table#units_list td.n {
	text-align: center;
	width: 50px;
	font-weight: bold;
}

table#units_list tr.header {
	background-color: #442200;
	color: white;
}

table#units_list tr.header th {
	text-align: left;
	vertical-align: bottom;
}

div#content a.cabin-search-link {
	font-weight: bold;
	font-size: 14px;
	color: red;
}
div#content a.cabin-search-link:visited {
	color: red;
}

form#filters input, form#filters select {
	width: 100%;
}

form#filters th {
	text-align: right;
	width: 16%;
}

form#filters td {
	padding: 5px;
	width: 12%;
}

form#filters {
	border: 1px solid gray;
	margin-top: 35px;
	margin-bottom: 15px;
}

/** Unit view **/
table.details th {
	text-align: right;
}
table.details td {
	padding-left: 20px;
}

div#thumbnails {
	text-align: center;
	padding-top: 5px;
}

div#thumbnails img {
	width: 60px;
	border: 1px solid gray;
	margin-right: 3px;
	margin-left: 4px;
	margin-bottom: 3px;
	float: left;
}

div#thumbnails img.selected {
	border: 1px solid black;
}

div#midsize {
	text-align: center;
	padding: 5px;
	background-color: black;
}
div#midsize img {
	border: 1px solid gray;
}
div#midsize p {
	color: white;
}
table.crt {
	font-size: 12px;
	margin-left: 31px;
}
table.crt th {
	text-align: right;
	width: 100px;
	padding-right: 10px;
}
p.enlarge {
	font-size: 10px;
	font-color: darkgray;
	text-align: center;
}

div#testimonials p span {
	font-weight: bold;
}

a.book-now {
	height: 23px;
	width: 97px;
	background-image: url(https://www.happycamphideaway.com/images/book-now.jpeg);
	display: block;
	margin-top: 5px;
}
a.book-now:hover {
	cursor: pointer;
	background-position: 0px 23px;
}

p.fr {
	float: right;
}

h1#unit-view-head {
	padding-bottom: 3px;
}

/** Single unit availability **/
table.single-unit-availability {
	width: 100%;
	border-collapse: collapse;
}
table.single-unit-availability td {
	width: 14.28%;
	border: 1px solid gray;
	height: 60px;
	vertical-align: top;
}
table.single-unit-availability td span {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 3px;
	display: block;
	width: 15px;
	height: 15px;
}
table.single-unit-availability td p {
	margin-top: 3px;
	text-align: center;
}
table.single-unit-availability td.a {
	background-color: white;
}
table.single-unit-availability td.a:hover {
	background-color: #FFFFD0;
	cursor: pointer;
}
table.single-unit-availability td.a:hover span {
	background-color: white;
}
table.single-unit-availability td.u {
	background-color: #FFC7C7;
}

p.cnt {
	text-align: center;
	font-weight: bold;
}

form#add-to-cart {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid black;
	
}
form#add-to-cart th {
	text-align: right;
	width: 115px;
	padding-right: 10px;
}
form#add-to-cart h3 {
	border: 0px;
	text-align: center;
}
form#add-to-cart input#subbutton {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	display: block;
	margin-bottom: 5px;
}

/** Shopping cart page **/
table.shopping-cart-large {
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}
table.shopping-cart-large thead {
	background-color: black;
	color: white;
}
table.shopping-cart-large tfoot {
	background-color: black;
	color: white;
}
table.shopping-cart-large td.rm img {
	vertical-align: bottom;
}
table#cart-totals {
	border: 1px solid black;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	margin-bottom: 10px;
}
table#cart-totals th {
	text-align: right;
	padding-right: 5px;
	font-size: 15px;
	width: 50%;
}
table#cart-totals td {	
	font-size: 15px;
	width: 50%;
}
span.del:hover {
	cursor: pointer;
}
table#cart-totals td#due-today {
	font-weight: bold;
	font-size: 20px;
}
table#cart-totals tr.last td, table#cart-totals tr.last th {
	border-top: 1px dotted black;
}

/** BLOG **/
form.commentform input, form.commentform textarea {
	width: 500px;
}
form.commentform textarea  {
	height: 100px;
}
div.comments h3 {
	border-bottom: 0px;
}
div.comments pre {
	margin-bottom: 10px;
}


div.messages {
	font-weight: bold;
	color: red;
}
div.messages li {
	margin-left: 25px;
}

p.side {
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	text-align: justify;
}