﻿/* ######## STANDARD TAG PRESETS AND STYLES  ###########  */

body	{
	background-image:url('/images/pg_bkgd.jpg');
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal normal 1em/125% Verdana, Arial, Helvetica, San-serif;
}

table{
	border:0;
	border-collapse:collapse ;
	padding:0;
}

img	{
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Palantino, Serif;
	font-weight: normal;
	color: #644318;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 2px #E1CC97 solid;
}


h1	{
	font-size: 1.6em;
	width:75%;
	padding-left: 10px;
} 

	h1 a	{
		color: #644318;
	}

h2	{
	font-size: 1.2em;
	margin-left: 20px;
	width: 70%;
}


h2.post-title	{
	font-size: 1.4em;
	margin-left: 0px;
	width: 100%;
}

h3 	{
	font-size: 1em;
	margin-left: 20px;
	width: 70%;
}


h4 	{
	font-size: 1em;
	margin-left: 20px;
	width: 70%;
}


a	{
	text-decoration: underline;
	color: black;
}

a:hover{
	color:purple;
}

/* ######## COMMON TEXT FORMATTTING STYLES  ###########  */
.underline	{
	text-decoration:underline;
}

.left	{
	float:left;
}

.right {
	float:right;
}


.hidden	{
	display: none;
}

.right .hidden {
	display:inline;
}


.textlist li	{
	margin-bottom: 10px;
}

.indent	{
	
	margin-left: 40px;
}
/* ######## PAGE FORMATTTING STYLES  ###########  */
#container{
	margin-left: auto;
 	margin-right: auto;
	text-align: center;
	width:960px;
	background-image:url('/images/img_dropshadows.jpg');
}

#main	{
	margin-left: auto;
  	margin-right: auto;
	text-align: left;
	display:block;
	width:900px;
	height: 100%;
	background-color:#0a070b;
}

#content_area	{
	position: relative;
	margin: 0;
	padding: 0;
	background-image:url('/images/img_main_body.jpg');
	background-repeat:no-repeat;
	background-color: #0a070b;
	width: 900px;
	text-align: left;
}

#copyright_container{
	margin-left: auto;
 	margin-right: auto;
	text-align: center;
	width:960px;
}


tr.gray td	{
	background-color:#f2f2f2;
	}
/* ######## MAIN NAVIGATION BAR STYLES  ###########  */

#navbar	{
	height: 34px;
	width: 100%;
	background-color: #f4eddb;
	background-image:url('/images/img_nav_bar_bkgd.jpg');
}

#navbar ul	{
	text-align: center;
	margin: 0;
	padding: 0px;
	font-family: Georgia, Palantino, Serif;
	font-size: .9em;
	list-style:none;
	line-height: 34px;
	white-space: nowrap;
}

#navbar li	{
	margin-top: 10px;
	list-style-type: none;
	display:inline;
}


#navbar li a	{
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 20px 0 20px;
	color: #1b1322;
}

#navbar li a:hover	{
	color: purple;
	text-decoration:none;
}


/* ######## FORMS PRESETS AND STYLES  ###########  */
.required	{
	font-weight: bold;
	}

/*  This is to protect forms against SPAM */

.additional	{
	visibility:hidden;
	display:none;
}

/* ######## MASTHEAD PRESETS AND STYLES  ###########  */

#masthead	{
	padding: 25px 35px 0 35px;
}

#masthead ul	{
	font-family: Georgia, Palantino, Serif;
	list-style: none;
	padding: 0;
}
#masthead ul li	{
	margin: 5px 0 10px 0;
	list-style-type: none;
	}

#masthead ul li a	{
	font-size: 1.45em;
	text-decoration: none;
	color: #ffffff;
}

#masthead ul li a:hover	{
	color: #ffff66;
	text-decoration: none;
}

.logo	{
	margin: 0 0 0 0;
	float: left;
}

.subscription	{
	text-align: right;
	font-family: Georgia,Palantino, serif;
	float: right;
	font-size: .9em;
	color: #ffffff;
	height: 16px;
	padding-bottom:26px;
}
 
.email_add_field	{
	border: 0;
	height: 12px;
	font-size: 10px;
}

.mainbanner	{
	margin: 7px;
}

/* ######## RIGHT COLUMN BANNER STYLES  ###########  */

#rightbanners	a	{
	margin-bottom: 10px;
}


/* ######## FOOTER NAVIGATION BAR STYLES  ###########  */

#footer	{
	display: block;
	height: 35px;
	width: 900px;
	background-color: #f4eddb;
	background-image:url('/images/img_footer.jpg');
	clear: both;
}

#footer ul	{
	text-align: center;
	padding: 0px;
	list-style:none;
	line-height: 35px;
	white-space: nowrap;
	font-size: .7em;
	color: #fff;
}

#footer li	{
	margin: 10px 0 0 0;
	padding: 0 3px 0 6px;
	list-style-type: none;
	display:inline;
	border-right: 1px solid #ffffff;
	border-collapse: collapse;
}

#footer li a	{
	text-decoration: none;
	color: #fff;
}

#footer li a:hover	{
	color: #ffff66;
	text-decoration: none;
}
.socialmedia	{
	width: 100px;
	float:right;
	margin-top: -50px;
	margin-right:10px;
}
.socialmedia img	{
	margin: 5px 2px;
	float:right;
}


.copyright	{
	text-align:left;
	color: #f0f0f0;
	font-size: .6em;
	margin-left: 30px;
	padding: 8px 0 8px 0;
}