@charset "UTF-8";
/* CSS Linda Ferguson, Ph.D.
Author: Niki Sebastino
Site design: Niki Sebastino
Date Created: 6/1/2010
Copyright: Linda J. Ferguson. All rights reserved. */

/*ZERO OUT*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote { 
	padding: 0; 
	margin: 0;
}

/*BASIC*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote { 
	font-size: 100%;
	font-weight: inherit;
	color: #333;
	padding: 0; 
	margin: 0;
}
body {
	margin:0;
	padding:0;
	width:100%;
	min-width:600px; /* Minimum width of layout - remove line if not required */
	font-size:1em;
	text-align:center;
	background-image: url(images/leafy-gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #e8e9e8;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}
a:visited {
	color: inherit;
}
a:img {
	border: none;
}
img {
	border: none;
}
h1 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;


}
h4, h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
h4 {
	color: #F3F0E4;
	font-weight: bold;
	font-size: .5em;
	padding: 10px;
}
h5 {
	color: inherit;
	font-weight: inherit;
	font-size: .5em;
	padding: 3px 5px 3px 10px;
	margin-right: 5px;
}
p {
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 10px;
}
cite {
	font-size: .75em;
	font-weight: bold;
}

/*GENERAL STYLES*/
#fixed {
	margin: 0 auto;
   	width: 65%;
   	text-align: left;
}
#headshot {
	float: right;
	margin: 20px 10px 10px 15px;
	background-color: #fff;
	border: 1px solid #413540;
	padding: 4px;
}
.bulletList {
	font-size: .9em;
	line-height: 1.25em;
	margin: 10px;
	margin-bottom: 10px;
	list-style-type: square;
	margin-left: 35px;
	margin-bottom: 10px;
}
.pullquote {
	width: 90%;
	color: #413540;
	font-weight: bold;
	border-top: 1px solid #413540;
	border-bottom: 1px solid #413540;
	padding: 15px 0 8px 20px;
	margin: 20px 0 20px 0;
}
#sharebutton {
	padding-bottom: 15px;
}

/*RIGHT SIDEBAR*/
#sidebar {
	font-size: 15pt;
	width: 100%;
	background-color: #b7c58e;
	margin-top: 20px;
}
ul#sidebar li {
	list-style-type: none;
	display: block;
}
.sidebarHeader {
	background-color: #8b9669;
}

.sidebarSubhead {
	margin-top: 10px;
}
.sidebarFooter {
	margin-bottom: 15px;
}
.order {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #413540;
}
.orderAmazon {
	font-style: italic;
	font-weight: bold;
	color: #8c6b0d;
}

.orderAmazon img {
	position: relative;
	top: 4px;
	padding-right: 5px;
}

h5 img {
	position: relative;
	top: 4px;
	padding-right: 5px;
}

#phone {
	position: relative;
	top: 5px;
	font-weight: bold;
	font-size: 10px;
}

/* HEADER STYLES */
#header {
	font-size: 13pt;
	clear: both;
	float: left;
	width: 100%;
	background-color: #574656;
}
#header img {
	padding: 20px 0 20px 20px;
}

#header {
	border-bottom: 1px solid #413540;
}
#header ul {
    clear: left;
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
#header ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#header ul li a {
   	display: block;
    float: left;
    margin: 0 0 0 1px;
    padding: 3px 10px;
    text-align: center;
	background-color: #8b9669;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
    color: #fff;
    text-decoration: none;
    position: relative;
    left: 15px;
	line-height: 1.3em;
}
#header ul li a:hover {
    background: #cfdfa0;
	color: #333;
}
#header ul li a.active,
#header ul li a.active:hover {
    color: #fff;
    background: #cfdfa0;
    font-weight: bold;
}
#header ul li a span {
    display: block;
}
	/* 'widths' sub menu */
	#layoutdims {
		clear: both;
		background: #eee;
		border-top: 4px solid #000;
		margin: 0;
		padding: 6px 15px !important;
		text-align: right;
	}
	/* column container */
	.colmask {
		position: relative;
	    clear: both;
	    float: left;
        width: 100%;			
		overflow: hidden;	
	}
	/* 2 column right menu settings */
	.rightmenu {
	background-color: #b7c58e;
	}
	.rightmenu .colleft {
        float: left;
        width: 200%;
        margin-left: -191px; /*this controls the width of the col*/
        position: relative;
        right: 100%;
		background-color: #cfdfa0;
    }
    .rightmenu .col1wrap {
	    float: left;
	    width: 50%;
	    position: relative;
	    left: 50%;
	    padding-bottom: 1em;
	}
	.rightmenu .col1 {
        margin: 0 15px 0 215px;
        overflow: hidden;
	}
    .rightmenu .col2 {
        float: right;
        width: 190px;
        position: relative;
        left: 190px;
    }

/*FOOTER*/
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .6em;
	clear: both;
	float: left;
	width: 100%;
	margin: 20px;
	padding-bottom: 30px;
	text-align: left;
	line-height: 2.5em;
}

ul.bottomNav li {
	list-style-type: none;
	display: inline;
	text-decoration: underline;
	padding: 0 8px 0 10px;
}

ul.copyright li {
	list-style-type: none;
	display: inline;
	padding: 0 8px 0 10px;
}