/*
Theme Name: August Outdoor Living
Theme URI: http://www.listekconsulting.com
Description: Custom theme developed for August Griffin of August Outdoor Living & Design, LLC.
Version: 1.0
Author: Adam Listek
Tags: august, outdoor, living
*/

body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #004800;
}

#fadecontainer {
	text-align: right;
	color: #ffffff;
}

#mycarousel {
	color: #fff;
	text-align: right;
	position: relative;
	right: 0px;
}

#fadecontainer li {
	list-style: none;
	color: #fff;
}

a, a:hover, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-size: small;
}

.no-display {
	display: none;
}

.normallist a, .normallist a:visited {
	color: #000000;
}

.normallist a:hover {
	text-decoration: underline;
}

#head {
	position: relative;
	height: 15px;
	width: 100%;
	background-image: url(images/repeat-top.jpg);
	background-repeat: repeat-x;
	z-index: 5;
}

#wrapper {
	position: relative;
	width: 746px;
	min-height: 98%;
	background-image: url(images/content-background.jpg);
	background-repeat: repeat-y;
	z-index: 5;
}	

#header {
	position: relative;
	top: 0px;
	height: 190px;
	width: 721px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

#rotatetext {
	position: absolute;
	top: 40px;
	left: 60px;
}

#header-left {
	position: absolute;
	top: 8px;
	left: 7px;
}

#header-right {
	position: absolute;
	top: 2px;
	right: 1px;
}

#header-lower-right {
	position: absolute;
	top: 94px;
	right: -1px;
}

#menu {
	position: relative;
	top: -16px;
	left: -40px;
	height: 34px;
	width: 766px;
}

/* Target IE 7 Only */

html>body #menu {
	*top: 0px;
}

html>body #content {
	*top: 20px;
}

/* End Hack */

#menu ul {
	list-style-type: none;	
}

#menu ul, #menu ul li {
	display: inline;
	float: left;
}

#menu ul li a, #menu ul li a:visited {
	display: block;
	text-indent: -3000px;
	height: 34px;	
}

.menu_home, .menu_home a {
	background-image: url(images/home.jpg);
	width: 198px;
}

.menu_home a:hover {
	background-position: -198px 0;
}

.menu_gallery, .menu_gallery a {
	background-image: url(images/gallery.jpg);
	width: 263px;
}

.menu_gallery a:hover {
	background-position: -263px 0;
}

.menu_contact, .menu_contact a {
	background-image: url(images/contact.jpg);
	width: 261px;
}

.menu_contact a:hover {
	background-position: -261px 0;
}

#background {
	position: absolute;
	top: 15px;
	left: 721px;
	width: 299px;
	height: 516px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	z-index: 300;
}

#content {
	position: relative;
	top: -21px;
	padding-bottom: 89px;
	width: 721px;
	overflow: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.floatleft {
	float: left;
	width: 175px;
	border-right-color: #004500;
	border-right-width: 2px;
	border-right-style: solid;
}

.floatright {
	float: right;
	width: 525px;
	padding-left: 10px;
}

#content-bottom {
	position: relative;
	margin-top: -84px;
	width: 721px;
	height: 9px;
	background-image: url(images/content-repeat.jpg);
	background-repeat: repeat-x;
	z-index: 20;
}

#footer {
	position: relative;
	margin-top: -9px;
	height: 84px;
	background-image: url(images/repeat-bottom.jpg);
	background-repeat: repeat-x;
	z-index: 10;
}

#footer-left {
	position: absolute;
	width: 350px;
	left: 0px;
	top: 10px;
	color: #ffffff;
}


#footer-right {
	position: absolute;
	width: 350px;
	left: 350px;
	top: 20px;
	text-align: right;
}
