@charset "utf-8";
/* CSS Document */
/*
Theme Name: Impact Richmond
Author URI: http://www.keywebconcepts.com
Version: 1.0
Author: Key Web Concepts
*/

/**************************** Structure *******************************/

body {
	background: url(images/bg.jpg) top repeat-x #614333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	}

#bg {
	width: 100%;
	height: 607px;
	float: left;
	background: url(images/boards.png) 50% 100% no-repeat;
	}

#top {
	width: 100%;
	float: left;
	}

#bottom {
	width: 100%;
	height: 333px;
	float: left;
	background: url(images/footer.png) 50% 0% no-repeat;
	}

#center {
	width: 928px;
	margin: 0 auto 0 auto;
	}

#header {
	width: 928px;
	height: 167px;
	float: left;
	}

#logo {
	float: left;
	padding: 20px 0 0 40px;
	}

#header-img {
	float: right;
	width: 597px;
	height: 167px;
	background: url(images/header-img-1.jpg) top center no-repeat;
	}

#nm {
	width: 878px;
	height: 72px;
	float: left;
	background: url(images/main-bg-top.png) top center no-repeat;
	text-align: right;
	padding: 0 50px 0 0;
	}

#wrapper {
	width: 874px;
	float: left;
	background: url(images/main-bg-repeat.png) 50% 0% repeat-y;
	padding: 0 54px 0 0;
	}

#sidebar {
	width: 163px;
	float: left;
	}

#main {
	width: 641px;
	float: right;
	background: url(images/main-bg.jpg) top center no-repeat;
	padding: 0 35px 25px 35px;
	}

#nav {
	width: 154px;
	float: left;
	padding: 0 0 0 9px;
	}

#footer {
	width: 711px;
	margin: 0 auto 0 auto;
	padding: 0 54px 0 163px;
	}

#footer-top {
	width: 468px;
	height: 110px;
	padding: 110px 425px 0 35px;
	}

#keyweb {
	width: 503px;
	padding: 20px 425px 0 0;
	}

#home-modules {
	width: 641px;
	margin: 0 0 15px 0;
	}

#green-module {
	width: 304px;
	float: left;
	}

#grn-top {
	width: 304px;
	height: 58px;
	float: left;
	background: url(images/green-widget-top.png) top center no-repeat;
	}

#grn-main {
	width: 254px;
	padding: 0 25px 0 25px;
	background: #49881f;
	float: left;
	}

#grn-btm {
	width: 304px;
	height: 81px;
	float: left;
	background: url(images/green-widget-btm.png) top center no-repeat;
	}

#gray-module {
	width: 304px;
	float: right;
	}

#gry-top {
	width: 304px;
	height: 58px;
	float: right;
	background: url(images/gray-widget-top.png) top center no-repeat;
	}

#gry-main {
	width: 254px;
	padding: 0 25px 0 25px;
	background: #535353;
	float: right;
	}

#gry-btm {
	width: 304px;
	height: 81px;
	float: right;
	background: url(images/gray-widget-btm.png) top center no-repeat;
	}


.inset-div {
	width: 200px;
	background: none;
	border: 1px #564e3f double;
	float: right;
	margin: 0 0 25px 25px;
	padding: 0 20px 15px 20px;
	}

.inset-div ul {
	padding: 0 0 0 25px;
	}

#feat-photos {
	width: 305px;
	float: left;
	padding: 0 15px 0 0;
	}

#feat-videos {
	width: 305px;
	float: right;
	padding: 0 0 0 15px;
	}

#feat-photos h4, #feat-videos h4 {
	margin: 0 0 5px 0;
	}

/**************************** Navigation *******************************/

#nav ul {
	display: block;
	width: 154px;
	margin: 0px;
	padding: 0px;
	}

#nav ul li {
	display: block;
	width: 154px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(images/tab.png) top right no-repeat;
	text-transform: lowercase;
	}

#nav ul li a {
	display: block;
	width: 140px;
	height: 36px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 15px;
	padding: 14px 14px 0 0;
	}

#nav ul li a:hover {
	color: #ffffff;
	background: url(images/tab2.png) top right no-repeat;
	}

#nav ul li ul {
	display: none;
	width: 154px;
	position: absolute;
	margin: -50px 0 0 154px;
	padding: 0;
	opacity: 0.9;
	filter:alpha(opacity=90);
	z-index: 99;
	}

#nav ul li:hover ul {
	display: block;
	}

#nav ul li ul li {
	display: block;
	width: 154px;
	height: 45px;
	margin: 0 0 1px 0;
	padding: 0;
	background: #564e3f;
	}

#nav ul li ul li a {
	display: block;
	width: 126px;
	height: 31px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 14px;
	padding: 14px 14px 0 14px;
	}

#nav ul li ul li a:hover {
	background: #49881f;
	}

/**************************** Text Styling *******************************/

h1 {
	font-size: 32px;
	text-transform: lowercase;
	letter-spacing: -3px;
	margin: 20px 0 30px 0;
	display: block;
	width: 580px;
	height: 61px;
	background: url(images/title-bg.png) no-repeat;
	padding: 30px 0 0 40px;
	color: #49881f;
	}

h2 {
	font-size: 28px;
	text-transform: lowercase;
	letter-spacing: -2px;
	margin: 20px 0 10px 0;
	color: #564e3f;
	}

h3 {
	font-size: 24px;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
	color: #564e3f;
	}

h4 {
	font-size: 20px;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
	color: #666666;
	}

h5 {
	font-size: 16px;
	text-transform: lowercase;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	color: #666666;
	}

h6 {
	font-size: 13px;
	text-transform: lowercase;
	margin: 0 0 10px 0;
	color: #333333;
	}

p {
	font-size: 14px;
	margin: 0 0 15px 0;
	}

ul, ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 50px;
	}

#main li {
	font-size: 14px;
	margin: 0 0 7px 0;
	padding: 0 0 0 5px;
	list-style: url(images/bullet.gif);
	}
	

/**************************** Link Styling *******************************/


a {
	color: #49881f;
	text-decoration: underline;
	}

a:hover {
	color: #2d2619;
	text-decoration: none;
	}


/**************************** Additional Text Styling *******************************/

h1.page-title {
	display: block;
	width: 580px;
	height: 61px;
	background: url(images/title-bg.png) no-repeat;
	padding: 30px 0 0 40px;
	}

ul#footer-links {
	display: block;
	width: 468px;
	float: left;
	margin: 0 0 15px 0;
	padding: 0px;
	}

ul#footer-links li {
	margin: 0 15px 8px 0;
	padding: 0px;
	float: left;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	}

ul#footer-links li a {
	color: #564e3f;
	font-weight: bold;
	text-decoration: none;
	}

ul#footer-links li a:hover {
	text-decoration: underline;
	}

#footer-top p {
	display: block;
	width: 468px;
	font-size: 12px;
	}

#keyweb p {
	font-size: 12px;
	color: #ffffff;
	}

#keyweb p a {
	color: #ffffff;
	text-decoration: none;
	}

#grn-main h1, #grn-main h2, #grn-main h3, #grn-main h4, #grn-main h5, #grn-main h6, #grn-main p, #grn-main li, #gry-main h1, #gry-main h2, #gry-main h3, #gry-main h4, #gry-main h5, #gry-main h6, #gry-main p, #gry-main li, #grn-main, #gry-main {
	color: #ffffff;
	}

#gry-main h1, #gry-main h2, #gry-main h3, #gry-main h4, #gry-main h5, #gry-main h6 {
	margin: 0;
	}

#grn-main h2 {
	margin: 0 0 10px 0;
	}

#grn-main p, #grn-main ul, #gry-main p, #gry-main ul {
	margin: 0 0 10px 0;
	}

#grn-main p, #grn-main {
	font-size: 16px;
	line-height: 25px;
	}

#gry-main ul {
	margin: 0px;
	padding: 0px;
	}

#main #home-modules #gray-module #gry-main ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	}

#gry-main ul li ul {
	margin: 0 0 5px 0;
	padding: 0 0 0 25px;
	}

#main #home-modules #gray-module #gry-main ul li ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 5px;
	list-style: url(images/bullet.gif);
	}

#grn-main a, #gry-main a {
	color: #ffffff;
	text-decoration: underline;
	}

#grn-main a:hover, #gry-main a:hover {
	text-decoration: none;
	}

/**************************** Other *******************************/

a img {
	border: 0px;
	}

.green {
	color: #49881f;
	}

.brown {
	color: #2d2619;
	}

a.button {
	display: block;
	width: 205px;
	height: 25px;
	padding: 11px 35px 0 10px;
	background: url(images/button.gif) right no-repeat;
	text-align: right;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	}

a.button:hover {
	background:url(images/button2.gif) right no-repeat;
	color: #ffffff;
	}

.border {
	padding: 3px;
	border: 1px #564e3f double;
	}

.alignleft {
	float: left;
	margin: 0 25px 25px 0;
	padding: 3px;
	border: 1px #564e3f double;
	}

.alignright {
	float: right;
	margin: 0 0 25px 25px;
	padding: 3px;
	border: 1px #564e3f double;
	}

#main .post .entry object {
	z-index: 50;
	}

/**************************** Forms *******************************/

input {
	background: #ffffff;
	border: 1px #564e3f double;
	padding: 5px;
	width: 50%;
	margin: 0 0 10px 0;
	opacity: 0.80;
	filter:alpha(opacity=80);
	}

input:hover {
	border: 1px #49881f double;
	}

textarea {
	background: #ffffff;
	border: 1px #564e3f double;
	padding: 5px;
	width: 50%;
	margin: 0 0 10px 0;
	opacity: 0.80;
	filter:alpha(opacity=80);
	}

textarea:hover {
	border: 1px #49881f double;
	}

input#submit {
	display: block;
	width: 140px;
	height: 25px;
	padding: 0 35px 0 10px;
	background: url(images/button.gif) right no-repeat;
	text-align: right;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	border: 0;
	}

input#submit:hover {
	background: url(images/button2.gif) right no-repeat;
	color: #ffffff;
	cursor: pointer;
	}
