/*
Theme Name: Doublediamond2.
Description: Made for the Double Diamond Web Site
Version: 1.0
Author: Clint Walters
Author URI: http://www.walterswebdesign.org
*/

@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #26180F;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	left: auto;
	right: auto;
}
#container {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/banner.jpg);
	height: 120px;
	clear: both;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 10px;
	padding-right: 400px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #C78814;
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}
#menu {
	color: #F3F1DA;
	text-decoration: none;
	clear: both;
	height: auto;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
}
#menu ul li a {
	color: #EAE6B9;
	text-decoration: none;
	background-image: url(images/tab.jpg);
	background-repeat: repeat-x;
	float: left;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: none;
	border-left-style: outset;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#content {
	background-image: url(images/wrapbg.jpg);
	background-repeat: no-repeat;
	background-color: #EAE6B9;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 10px;
	padding-right: 300px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#sidebar ul {
	list-style-image: url(images/bullet.gif);
}
#sidebar {
	background-image: url(images/sidebg.jpg);
	float: right;
	width: 220px;
	background-repeat: no-repeat;
	background-color: #A7CC31;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: thin solid #000;
}
#footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	clear: both;
	background-color: #47520E;
	border: thin solid #000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: x-small;
}
#footer a:link {
	font-weight: bold;
	color: #EBE7BA;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

a:link {
	color: #252B0B;
}
a:visited {
	color: #4D5816;
}
a:hover {
	color: #660;
}
#logo {
	background-image: url(images/logo24.png);
	background-repeat: no-repeat;
	clear: both;
	height: 180px;
}
