/*
Theme Name:		Coal Creek OHV
Theme URI:		http://www.coalcreekohv.com
Description:	Coal Creek OHV WordPress theme
Version:		1.0
Author:			Slamdot, Inc.
Author URI:		http://www.slamdot.com/
Tags:			coal creek company
*/

p
{
	font-family:arial;
	color: #663300;
	font-size:1em;
	line-height:1.75em;
}

a
{
	color: #663300;
}

a:active, a:visited, a:hover
{
	color:inherit;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	font-family:georgia;
	color:#333333;
	font-size:1.7em;
	font-weight:normal;
	letter-spacing:.05em;
	margin-bottom:5px;
	position:relative;
}

h1 a
{
	color: #333333 !important;
	font-weight: normal !important;
}

h2
{
	font-family:georgia;
	color:#336633;
	font-size:1.25em;
	font-weight:normal;
	letter-spacing:.05em;
	margin-top:20px;
	margin-bottom:5px;
}

h3
{
	color:#336633;
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:15px;
}

body, body.main
{
	background-image:url(images/fadebg.png);
	background-repeat: repeat-x;
	background-color: #f9f4ce;
}

body.secondary
{
	background-image:url(images/fadebg_sec.gif);
	background-color: #ffffdd;
}

div.home, div.page, div.blog, div.single, div.archive, div.error404
{
	background-repeat: no-repeat;	
	width:969px;
	min-height:600px;
	margin: 0px auto;
	position:relative;
	padding-bottom:375px;
}

/* Windrock Park */
div.wr.page, div.wr.blog, div.wr.single, div.wr.archive, div.wr.error404 { background-image:url(images/windrockpark_sec_bg.jpg); }
div.wr.page.home { background-image:url(images/windrockpark_bg.jpg); }

/* Coal Creek Company */
div.ccc.page, div.ccc.blog, div.ccc.single, div.ccc.archive, div.ccc.error404 { background-image: url(images/ccc_sec_bg.jpg); }
div.ccc.page.home { background-image: url(images/ccc_bg.jpg); }

/* Coal Creek OHV */
div.ohv.page, div.ohv.blog, div.ohv.single, div.ohv.archive, div.ohv.error404 { background-image:url(images/ohv_sec_bg.jpg); }
div.ohv.page.home { background-image:url(images/ohv_bg.jpg); }

/* Southeastern Forest Management */
div.sfm.page, div.sfm.blog, div.sfm.single, div.sfm.archive, div.sfm.error404 { background-image:url(images/sfm_sec_bg.jpg); }
/*div.sfm.page.home { background-image:url(images/sfm_bg.jpg); }*/

body.secondary div.midcontent
{
	margin-top:130px;
}

div.topnavcontainer
{
	width: 875px;
	margin-left: 60px;
}

ul.topnav
{
	padding: 20px 0;
	text-align: center;
}

ul.topnav li
{
	list-style:none;
	background: url(images/nav_li_image.png) top left no-repeat;
	padding-left:0px;
	display: inline;
	padding-left: 14px;
	margin-left: 14px;
}

ul.topnav li:first-child {
	padding-left: 0;
	margin-left: 0;
	background: none;
}

ul.topnav li a:link, ul.topnav li a:hover, ul.topnav li a:visited
{
	color:#c8b187;
	text-shadow:0 1px 0 #7a431a;
	font-size:120%;
	opacity:.80;
	font-family:georgia;
	text-decoration: none;
}

ul.topnav li a:hover {
	color:#ecc26d;
}

div.footer
{

	width:100%;
	position:absolute !important;
	bottom:0px;
	left:0px;
}


ul.bottomnav
{
	position:relative;
	margin:0px auto;
	list-style-position: outside;
	width:712px;
}

ul.bottomnav li
{
	list-style:none;
	background-image: url(images/bnav_li_image.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left:0px;
	margin-right:25px;
	height:77px;
	float:left;
}

ul.bottomnav li:first-child {
	background:none !important;
}

ul.bottomnav li a
{
	position:relative;
	display:block;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-left:25px;
}


ul.bottomnav li a.ccc
{
	background-image:url(images/bnav_coalcreekcompany.png);
	width:176px;
	height:32px;
	margin-top:11px;
}
ul.bottomnav li a.ccc:hover{background-image:url(images/bnav_hover_coalcreekcompany.png);}

ul.bottomnav li a.echota
{
	background-image:url(images/bnav_echota.png);
	width:86px;
	height:43px;
	margin-top:11px;
}
ul.bottomnav li a.echota:hover{background-image:url(images/bnav_hover_echota.png);}

ul.bottomnav li a.windrock
{
	background-image:url(images/bnav_windrock.png);
	width:164px;
	height:36px;
	margin-top:11px;
}
ul.bottomnav li a.windrock:hover{background-image:url(images/bnav_hover_windrock.png);}


ul.bottomnav li a.ohv
{
	background-image:url(images/bnav_ohv.png);
	width:74px;
	height:77px;
	margin-top:-11px;
}
ul.bottomnav li a.ohv:hover{background-image:url(images/bnav_hover_ohv.png);}

ul.bottomnav li a.atv
{
	background-image:url(images/bnav_windrockatv.png);
	width:130px;
	height:48px;
	margin-top:3px;

}
ul.bottomnav li a.atv:hover{background-image:url(images/bnav_hover_windrockatv.png);}

img.footer_hr
{
	margin: 0px auto;
	display:block;
}

div.footer_content
{
	width:741px;
	margin: 30px auto;
	position:relative;
	margin-bottom:100px;
}

div.footer_content ul {
	width: 500px;
}

div.footer_content ul li
{
	float:left;
	margin-right:15px;
	line-height: 1.5em;
}

div.footer_content ul li a
{
	color: #845926;
	text-transform: lowercase;
}

div.footer_content h4
{
	color: #845926;
	font-weight:normal;
	margin-bottom:10px;
}

div.footer_content div.address
{
	color: #845926;
	position:absolute;
	top:0px;
	right:0px;
	line-height:1.5em;
}

div.scrollcontent
{
	margin-top:210px;
	margin-left:195px;
}

div.scrollcontent ul
{
	list-style-type: disc !important;
	float:left;
	margin-right:20px;
	padding-left:15px;
	list-style-position: outside;
	line-height:1.3em;
}

div.scrollcontent ul li
{
	margin-bottom:5px;
	margin-top:13px;
	color: #663300;
}

div.scrollcontent ul li a
{
	color: #663300;
	font-weight:bold;
}


div.midcontent
{
	clear:both;
	margin-top:465px;
	min-height:0px;
}

div.getaway
{
	width:380px;
	position:relative;
	margin-top:0px;
	padding-left:50px;
	float:left;
	background-image: url(images/secondary_divider.png);
	background-repeat: repeat-y;
}


div.news
{
	width:265px;
	margin-top:0px;
	margin-left:130px;
	padding-bottom:20px;
	margin-right:50px;
	position:relative;
	float:left;
}

div.news ul li:first-child
{
	border-top: solid 1px #ae8b53;
}

div.news ul li
{
	border-bottom: solid 1px #ae8b53;
	padding-top:2px;
	padding-bottom:2px;
	font-family: georgia;
	color:#663300;
	line-height:1.2em;
}

div.news ul li div
{
	background: #f6efba url(images/newsarrow.png) 95% 50% no-repeat;
	padding:10px;
	padding-right:40px;
	position:relative;
}


div.news ul li div img
{
	position:absolute;
	right:12px;
	top:6px;
}

a.viewall
{
	display:block;
	position:absolute;
	right:10px;
	bottom:0px;
	color: #336633;
	font-weight:bold;
}

a.viewall:hover
{
	color: red;
	text-decoration:underline;
}


.midcontent .left, .midcontent .right
{
	width:48%;
	float:left;
}

.midcontent .right .rightcontent
{
	padding-right:50px;
	padding-left:50px;
	background-image: url(images/secondary_divider.png);
	background-repeat: repeat-y;
	min-height:500px;
}



.rightcontent p
{
	font-family:arial;
	color: #663300;
	font-size:1em;
	line-height:1.3em;
	margin-bottom:5px;
}

.rightcontent a
{
	color: #336633;
	font-weight:bold;
}

.rightcontent a:hover
{
	color: red;
	text-decoration:underline;
}

a.mainlink
{
	text-indent:-999999px;
	display:block;
	width:300px;
	height:80px;
	top:50px;
	left:125px;
	border:solid 0px green;
	cursor:pointer;
	position:absolute;
}

.admin
{
	margin: 0px auto;
	position:relative;
	padding:15px;
	width:800px;
	
}

.admin .adminnav
{
	position:absolute;
	right:5px;
	top:15px;
}

.admin .logo
{
	left:0px;
}

table.admintable tr.line
{
	border-top:solid 2px #666666;
	height:0px;
}

table.admintable td
{
	margin:5px;
	padding:5px;
}


#notice
{
	width:300px;
	margin:0px auto;
	border:solid 2px #802200;
	padding:10px;
	text-align:center;
}



table.scaffold 
{
	
	
}

table.scaffold tr td, table.scaffold th td 
{
	padding:5px;
	width:100px;
	border:solid 1px #CCCCCC;
}
table.scaffold tr td.item_description, table.scaffold th td.item_description
{
	width:300px;
}



table.scaffold tr td.description, table.scaffold th td.description 
{
	width:400px;
}


.admin a
{
	color:#336633;	
	font-weight:bold;
}

.admin a:hover
{
	color:red;	
}


.rightcontent ul, .rightcontent ol

{
	color: #663300;
	margin-top:15px;
	margin-bottom:15px;
	list-style:inherit;
}

.rightcontent ul li, .rightcontent ol li
{
	margin-top:8px;
}

.leftcontent
{
	margin-left: 130px;
}


ul.news li.bottom
{
	border-bottom: solid 1px #815523;
	margin-bottom: 40px;
}

ul.news li
{
	font-size:1.1em;
	border-top: solid 1px #815523;
	padding-top:2px;
	padding-bottom:2px;
	font-family: georgia;
	color:#663300;
	margin-right:30px;
}

ul.news li div
{
	padding:10px;
	position:relative;
}

ul.archives li
{
	font-size:1.1em;
	border-top: solid 0px #815523;
	padding-top:2px;
	padding-bottom:2px;
	font-family: georgia;
	color:#336633;
	margin-right:30px;
}

ul.news li div
{
	padding:10px;
	position:relative;
	line-height:1.2em;
}

.slideshowcontainer
{
	
	position:absolute;
	width:400px;
	height:226px;
	top:105px;
	left:434px;
}

.gallery_container
{
	margin-top:150px;	
}

.photo_gallerycontainer
{
	width:690px;
	margin: 0px auto;
	position:relative;
}

.photonav
{
	position:absolute;
	right:0px;
	top:0px;
	font-size:1em;
}


span.picnum
{
	margin-right:25px;
}

span.picnav
{
	
}

.photo_gallerycontainer a
{
	color: #336633;
	font-weight:bold;
}

.photo_gallerycontainer a:hover
{
	color: red;
	text-decoration:underline;
}

label
{
	width:100px;
	display:inline-block;
	color: #663300;
	margin-bottom:3px;
}

input.contact, textarea.contact{
	width:250px;
}

textarea{height:200px;width:400px;}

.form_submit
{
	width:75px;
}


.photolist
{
	width:100%;

}

.photolist tr
{
	border:solid 1px black;
}

.photolist tr td, .photolist tr th
{
	padding:5px;
}

.login
{
	margin:0px auto;
	width:250px;
}

img.activity
{
	float:right;
	margin-bottom:20px;
	margin-left:10px;
}


div.entry table
{
	font-family:arial;
	color: #663300;
	font-size:1em;
	line-height:1.75em;
	text-align:center;
	margin: 0px auto;
}

div.entry table tr td
{
	text-align:center;
	padding:0px 5px;
}

img.aligncenter, img.alignleft, img.alignright {
	border-color: #000!important;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
dl.gallery-item {
	margin: 0 0 25px 0;
	text-align: center!important;
	font-size: 120%;
	line-height: 1.3em;
}
dl.gallery-item img {
	padding: 3px;
	border-width: 1px!important;
	border-color: #000!important;
	border-style: solid;
}
dd.gallery-caption {
	padding-top: 5px;
	text-align: center;
}
dd.gallery-caption strong {
	font-weight: normal;
}
p.pagetitle {
	margin-top: 25px;
	font-size: 120%;
	font-weight: bold;
}
p.attachment img {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
}
.wp-caption {
	border-width: 1px;
	border-style: solid;
	text-align: center;
	padding-top: 4px;
	clear: both;
	margin-bottom: 20px;
}
.wp-caption img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px;
	margin: 0px;
}
#calendar_wrap table {
	width: 100%;
}
#calendar_wrap td {
	text-align: center;
}
#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 5px;
}
#tag_cloud {
	line-height: normal;
}
span.wpcf7-list-item {
	display: table-row;
} 
span.wpcf7-list-item * { 
	display: table-cell; 
}

