/*
Theme Name: Flintvalley Site
Theme URI: http://www.Flintvalley.com/theme
Description: Wordpress theme for Flintvalley.com site.
Version: 1.0
Author: Brad Salmon
Author URI: http://www.Flintvalley.com
*/
body 
{
	font-family: Arial, Tahoma, Calibri, Verdana;
	font-size: 12px;
	background-color: white;
}

html * { margin: 0; padding: 0; }

div#fullpage
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

div#header
{
	width: 780px;
	height: 196px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}
div#menu
{
	position: relative;
	top: 162px;
	left: 0px;
	background-image: url('images/bg-menu.jpg');
	background-repeat: repeat-x;
}

div#LeftColDiv
{
	float: left;
	width: 610px;
	margin-top: 5px;
	margin-right: 5px;
	padding-right: 5px;
}
div#LeftColDiv h2
{
	text-align: left;
/*	color: #666666; */
	color: #CC6600;
	font-size: 12pt;
	margin-bottom: 5px;
}
div#LeftColDiv p
{
	padding-bottom: 10px;
}

.h2p
{
	text-align: left;
/*	color: #CE7D06; */
	color: black;
	padding-bottom: 10px;
	font-size: 10pt;
}
div#LeftColDiv ul
{
	text-align: left;
	color: #CE7D06;
	margin-left: 20px;
	margin-bottom: 5px;
}
div#LeftColDiv li
{
	margin-left: 20px;
	font-size: 10pt;
}

div#LeftColDiv h3
{
	text-align: left;
	color: #CC6600;
	font-size: 12pt;
	margin-bottom: 5px;
}
.h3p
{
	text-align: left;
/*	color: #999999; */
	color: black;
	padding-bottom: 10px;
	font-size: 10pt;
}

div#RightColDiv
{
	float: left;
	width: 158px;
	height: 620px;
	margin-top: 5px;
	text-align: left;
}

div#RightColDiv h2
{
	text-align: left;
	color: #CC6600;
	font-size: 12pt;
	margin-bottom: 5px;
}

div#RightColDivTop
{
	height: 18px;
	width: 158px;
	background-image: url('images/tabtop.jpg');
	background-repeat: no-repeat;	
}
div#RightColDivContent
{
	background-color: #F6E0C8;
	width: 158px;
	height: 559px;
}
div#RightColDivContent p
{
	color: #666666;
	text-align: left;
	padding-left: 5px;
}
div#RightColDivContent h2
{
	color: #666666;
	padding-left: 5px;
	text-align: left;
	font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 5px;
}

div#RightColDivBottom
{
	height: 13px;
	width: 158px;
	background-image: url('images/tabdown.jpg');
	background-repeat: no-repeat;
}

div#contentarea
{
	margin-top: 10px;
	width: 780px;
}
	
div#FooterMenuDiv
{
	float: left;
	width: 780px;
	height: 15px;
	background-color: #F4F4F4;
	color: #808080;
}
div#CopyrightDiv
{
	float: left;
	width: 780px;
	background-color: #E1E1E1;
	height: 15px;
	color: #808080;
}

.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* backslash hack hides from IE Mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */

a:hover
{
	color:#000080; 
	text-decoration:underline; 
}

a
{
	text-decoration:none;
	color:#000080; 
}
a.visited
{
	text-decoration:none;
	color:#000080; 
}

img
{
	border: none;
}

div#post
{
}

div#post h2
{
	text-align: left;
	color: #CC6600;
	font-size: 12pt;
	margin-bottom: 5px;
}

.storycontent 
{
	font-family: Arial, Tahoma, Calibri, Verdana;
	font-size: 14px;
	margin-right: 5px;
	padding-right: 5px;
}

.meta
{
	font-family: Arial, Tahoma, Calibri, Verdana;
	font-size: 12px;
	text-align: center;
}

/**********************************************************/
/* These are classes that are defined (and looked for) by */
/* Wordpress. We override the default values here.        */
/**********************************************************/
.pagenav
{
	font-size: 12px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.page_item
{
	font-size: 12px;
	list-style-type: none;
}

.current_page_item
{
	font-size: 12px;
	list-style-type: none;
}

.current_page_parent
{
	font-size: 12px;
	list-style-type: none;
}

.categories
{
	font-size: 12px;
	list-style-type: none;
}
.cat-item
{
	font-size: 12px;
	list-style-type: none;
}
.current-cat
{
	font-size: 12px;
	list-style-type: none;
}
.current-cat-parent
{
	font-size: 12px;
	list-style-type: none;
}
