@charset "utf-8";
/* CSS Document */
/*
Theme Name: Marcia Newman's WP Theme
Theme URI: To be assigned
Description: This is a customized design made by <a href="http://marketingzen.com/">Marketing Zen</a>.
Version: 1.0
Author: Marcia Newman
Tags: green, custom made, fixed width, two columns, widgets

	Marcia Theme v1.0
	http://marketingzen.com/

	This theme was designed and built by the Marketing Zen development group,
	For your inquiries and other theme related questions please visit http://marketingzen.com

	The CSS, XHTML and design is released privately and should not be distributed nor copied:

*/

html { height: 100%; }

body {
	padding: 0;
	margin: 0;
  background: #a0b14b url(images/bg.jpg) center top no-repeat;
	font-family: Arial, Sans-serif;
	color: #000;
	line-height: 1.5;
	font-size: 76%;
}

h2, h3, h4 {
	padding: 0;
	margin: 0;
}
#main-wrapper {
	width: 965px;
	margin: 0 auto;
}
#header {
	width: 965px;
	float: left;
}
#container {
	width: 964px;
	float: left;
	background-color: #ffffff;
	overflow: hidden;
}
#footer {
	width: 964px;
	float: left;
	background: #444 url(images/footerbg.jpg) center top no-repeat;
	height: 76px;
}
#headernav {
	width: 964px;
	padding: 0;
	margin: 0 auto;
}
ul.menu {
  width: 965px; margin: 0 auto; overflow: hidden;
	list-style: none;
	padding-top: 15px;
}
ul.menu li {
	float: left;
	text-align: center;
}
ul.menu li a {
	outline: none;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5691b3;
	height: 32px;
	font-weight: bold;
}
#sidebar {
	width: 226px;
	float: left;
	height: 100%;
	padding: 20px 25px;
}
#content {
	width: 638px;
	float: left;
	height: 100%;
	padding: 20px 10px 10px 20px;
	border-left: #adbe56 solid 5px;
}
h2, h3, h4 {
	color: #6c7d12;
	padding: 0;
	margin: 0;
}

p {
	padding: 0 0 15px 0;
	margin: 0;
}

h2.quote {
	color: #6c7d12;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}
h2.headline {
	color: #528cb1;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}
.banner {
	position: relative;
	left: -20px;
	height: 78px;
	width: 686px;
}
#authorbg {
	position: relative;
	left: -20px;
	background: #444 url(images/authorbg.jpg) top center no-repeat;
	width: 686px;
	height: 310px;
	top: -10px;
}
.video-placeholder {
	width: 262px;
	height: 213px;
	float: left;
	padding: 20px 20px 0 20px;
}
.author-text h2.headline {
	position: relative;
	font-size: 25px;
}
.author-text h3.link a{
	position: relative;
	font-size: 16px;
	padding: 0px;
	color: #528cb1;
	text-decoration: none;
}
.footermenu {
	margin: 0 auto;
	width: 965px;
}
ul.footermenu {
	list-style: none;
	padding: 15px 0 0 20px;
	margin: 0 auto;
	width: 880px;
}
ul.footermenu li {
	float: left;
	margin: 0 2px 10px 30px;
	padding-left: 20px;
}
ul.footermenu li a {
	outline: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
#footertext {
	width: 965px;
	float: left;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

/* ================================================================ 
Dropdown CSS
=================================================================== */

.menu {
	width: 925px;
	height:100%;
	position:relative;
	z-index:100;
	height: 38px;
	padding: 16px 0 0 40px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:985px;
	w\idth:985px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width: auto;
	text-align: left;
}

.menu ul ul li {
	border-top:1px solid #b2ab9b;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	position:relative;
	float: left;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	color: #5691b3;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	/*width: 139px;*/
	padding-right: 45px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:139px;
	w\idth:137px;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#5691b3;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#5691b3;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:28px;
	top:20px;
	left:0;
	width: auto;
	font-size: 14px;
	border-top:1px solid #b2ab9b;
	
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:20px;
	t\op:21px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:149px;
	top:-1px;
	width:149px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#fff;
	height: 16px;
	line-height:1em;
	padding:12px 10px;
	width: 180px;
	border-width:0 1px 1px 1px;
	font-size: 14px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#000;
	background: #fff;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
	background: #fff;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}

.menu ul ul .current_page_item a {
	color: red;
	background: #fef9ad;
	border-left: 1px solid black;
}
.menu .current_page_item a {
	color: red;
	font-weight: bold;
	background: #fef9ad;
}
.menu ul .current_page_item ul a {
	color: #5691b3;
	font-weight: normal;
	background: #fef9ad;
}
.menu ul .current_page_item ul a:hover {
	background: gray;
}
.menu .current_page_item a:hover {
	background: #fef9ad;
}

a {
	outline: none;
	border: none;
}

img {
	border: none;
}

.addtoany_share_save_container ul {
	list-style: none;
	float: right;
}

.cleanlink {
	text-decoration: underline;
	color: #6c7d12; 
}

.highslide img {
	border:1px solid #6c7d12;
	float:left;
	margin:1px;
}

.newsletter {
	width: 230px;
	height: 329px;
	background:url(images/newsletter.png) top left no-repeat;
}

.newsletter-text {
	font: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 26px;
	padding: 10px 0 5px 15px;
	width: 210px;
	float: left;
}

.newsletter-description {
	font: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 14px;
	padding: 5px 5px 5px 15px;
	width: 200px;
	float: left;
}

.newsform {
	padding: 5px 5px 5px 15px;
	width: 200px;
	float: left;
}

.newsfield {
	padding-top: 3px;
	color:#FFF;
}

.author-text {
	margin: 10px 10px;
	padding-top: 10px;
}

.signature {
	position: relative;
	top: -12px;
}

textarea#comment { width: 600px; }