﻿/* MAIN  HTML SETTINGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background-color: #303030;
	color: #000;
	text-align: center;
	margin: 10px 0;
}

hr {
	background-color: #d6b98c;
	color: #d6b98c;
	height: 1px;
	width: 230px;
}

img {
	border: none;
}

h1 {
	color: #718809;
	font: normal 30px Georgia, Georgia, serif;
	text-align: left;
	margin-top: 0;
}

h2 {
	color: #6f5123;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin-top: 0;
}

h3 {
	color: #718809;
	font: normal 20px "Comic Sans MS", "Trebuchet MS", sans-serif;
	text-align: left;
}

h4 {
	color: #d6b98c;
	font: normal 18px Verdana, Arial, sans-serif;
	margin-top: 0;
}

h5, h6 {
	font: normal 12px "Verdana", "Trebuchet MS", sans-serif;
	font-weight: bold;
}

a {
	color: #8cb60b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #BA8E41;
	text-decoration: underline;
	font-weight: bold;
}

.wrapper {
	width: 750px;
	height: 100%;
	background-image: url('https://www.drinktheleaf.com/images/textbg.jpg');
	background-color: #88682f;
	color: #000;
	text-align: left;
	margin: 0 auto;
}

/* HEADER AREA SETTINGS */

.header {
	height: 90px;
}

.sitename {
	color: #d6b98c;
	font: normal 20px "Times New Roman", Times, serif;
	text-align: center;
	padding: 30px 0 0 0;
	float: left;
	width: 250px;
}

.sitename p {margin: 0; padding: 0;}

span.long {
	color: #fff;
	font-size: 30px;
	letter-spacing: 5px;
}

.global {
	color: #000;
	text-align: right;
	font-size: 90%;
	letter-spacing: 2px;
	float: right;
	padding: 40px 10px 0 0;
	width: 490px;
}

/* MAIN IMAGE AREA SETTINGS */

.mainimage {
	background-image: url('https://www.drinktheleaf.com/images/mainimage-logo-white2.jpg');
	height: 260px;
}

.mainnavigation {
	text-align: left;
	padding: 20px 20px 10px 20px;
	width: 210px;
	letter-spacing: 2px;
	float: left;
	line-height: 20px;
}

.mainnavigation a {
	display: block;
	width: 95%;
	color: #d6b98c;
	text-decoration: none;
	padding: 2px 4px;
	border-bottom: 1px solid #d6b98c;
}

.mainnavigation a:hover {
	color: #d6b98c;
	text-decoration: none;
	border-bottom: 1px solid #d6b98c;
	padding: 2px 4px;
	background-color: #404040;
}

.teanavigation {
	display: block;
	text-align: left;
	padding: 2px 4px;
	width: 210px;
	letter-spacing: 2px;
	float: left;
}

.teanavigation a {
	display: block;
	width: 95%;
	color: #d6b98c;
	text-decoration: none;
	padding: 2px 4px;
	border-bottom: 1px solid #d6b98c;
}

.teanavigation a:hover {
	color: #d6b98c;
	text-decoration: none;
	border-bottom: 1px solid #d6b98c;
	padding: 2px 4px;
	background-color: #404040;
}


.slogan {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 20px;
	float: right;
	color: #000;
	padding: 60px 220px 0 20px;
	width: 250px;
}

.slogan p {padding: 0; margin: 0;}

/* CONTENT AREA SETTINGS */

.content {
	width: 480px;
	float: right;
	padding: 10px;
	text-align: justify;
}

.catalog {
	width: 220px;
	padding: 10px;
	float: left;
	text-align: left; 
}

.content a {
	color: #000;
	text-decoration: bold;
}

.content a:hover {
	color: #8cb60b;
	text-decoration: bold;
}

.contact {border: 3px double #c0c0c0; padding: 5px; text-align: left; margin: 20px 0;}
.contact form {margin: 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; color: #000; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}
.contactlink {text-align: center; margin: 5px; border: none;}

.clear {
	clear: both;
}

.shipping {
	font-weight: bold;
	padding: 20px 20px 20px 20px;
}

/* SIDEBAR AREA SETTINGS */

.sidebar {
	color: #fff;
	float: left;
	background-color: #88682f;
	width: 230px;
	padding: 10px;
	font-size: 100%;
}

.sidebar a {
	color: #fff;
}

.sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}

/* FOOTER AREA SETTINGS */

.footer {
	clear: both;
	background-image: url('https://www.drinktheleaf.com/images/footer.jpg');
	height: 50px;
}

.copyright {
	float: left;
	width: 250px;
	text-align: center;
	color: #fff;
	padding: 15px 0 0 0;
}

.copyright p {padding: 0; margin: 0;}

.footerlinks {
	float: right;
	width: 500px;
	text-align: center;
	color: #fff;
	text-sizeL 90%;
	padding: 15px 0 0 0;
}

.footerlinks a {
	color: #fff;
	font-weight: normal;
}
.footerlinks a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.footerlinks p {padding: 0; margin: 0;}

/* IMAGE FLOAT SETTINGS */

.imageleft {
	border: 3px double #c0c0c0;
	margin: 0 15px 2px 0;
	float: left;
}

.imageright {
	border: 3px double #c0c0c0;
	margin: 0 0 2px 15px;
	float: right;
}
