/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Shawn E. Gano -- Mods made to fit desired layout (including topheader, Jan 2009
*/

body {
	margin: 0;
	padding: 0;
	background: #FEEDB9 url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2F4600;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #5F8700;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #A1B635;
}

ul {
}

ol {
}

a {
	color: #4E7301;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

/* Header */

#header {
	width: 920px;
	height: 155px; /*155*/
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
	margin: 0 auto;
	width: 920px;
	height: 250px;
	margin-bottom: 20px;
	background: url(images/img02.jpg) no-repeat left top;
}

/* TOP HEADER -- SEG */
#topheader 
{
	float: left;
	width: 920px; /* all the way across the top of the page */
    height: 0px;
}

#topheader h1 
{
	padding-top: 0px;  /* 20, 0 */
	text-align: left;
	font-size: 3em; /* 4em, was lots bigger and lower */
	color: #FEEDB9;
}

/* for error messages */
.error 
{
	color:#FF0033;
    font-size:14px;
}


/* test abnc */
#abnc
{
    position: absolute;
    left: 20px;
    top: 15px;
	color: #299762;
    font-size: 15px;
}

/* top login or my account links */
#account
{
	width: 95%; /* all the way across the top of the page, has to be >100 otherwise IE 6 doesn't show ABNC */
    height: 20px; /* height 0px makes other text alighn properly */
	float: right;
	text-align: right;
	color: #4E7301; /* old color = #4E7301 */
}

#account a {
	text-decoration: none;
	color: #FEEDB9; /* old color = #4E7301 */
}

#account a:hover {
	/*height: 161px;*/  /* SEG this is not needed */
	color: #f8a155; /* old color = #FEEDB9 */
}


/* Logo */

#logo {
	float: left;
	width: 300px; /* 450 needed? */
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	/* text-transform: lowercase; */
}

#logo h1 {
	padding-top: 63px;  /* 80, then 83 reduced by 20 for top login menu */
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #FEEDB9;
}

#logo h1 {
	color: #FEEDB9;
}

#logo p {
	padding-top: 100px;
	text-transform: lowercase;
	font-size: 1.8em;
	color: #ABC13A;
}

#logo h2 a, #logo p a {
	color: #ABC13A;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	height: 190px; 
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 90px;
	padding: 80px 0px 0px 30px; /*SEG : default - 100px 0px 0px 30px; */
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.5em; /* SEG default was 1.6em */
	color: #FFFFFF;
}

#menu a:hover {
	/*height: 161px;*/  /* SEG this is not needed */
	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #FEEDB9;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px; /* 20px */
}

#latest-post {
	float: left;
	width: 590px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 16px;
}

/* SEG - used when no sidebar is shown for more space */
#latest-post-wide {
	float: left;
	width: 835px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts {
	float: right;
	width: 244px; /*250, SEG changed sive so IE 6 would display it on the right and not below */
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts .entry {
}

#recent-posts .entry a {
}

#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #A2B736;
}

.post .meta a {
	color: #7F9C1E;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #D9D785 1px dashed;

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: #ECE29F;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
	border-top: #77881F 2px dashed;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 35px;
	border-bottom: #A1B635 1px dashed;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	background: url(images/img03.jpg) no-repeat left 50%;
	color: #5F8700;
}

#sidebar a {
	text-decoration: none;
	color: #4E7301;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
	background: #F5E7AC;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}

/* begin css tabs */
/* http://unraveled.com/projects/assets/css_tabs/ */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #456800; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7  { /* settings for selected tab */
border-bottom: 1px solid #FEEDB9; /* set border color to page background color */
background-color: #FEEDB9; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a { /* settings for selected tab link */
background-color: #FEEDB9; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #456800; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #b6cf3d; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #FEEDB9; /* set desired hover color */
}

/* end css tabs */


/* -----------  TABLE --------------------------- */
/* for good ideas see:  http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/  */

#hor-minimalist-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #FEEDB9; /* #fff */
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-a td
{
	color: #669;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	background: #FEEDB9;
	margin: 8px;
	width: 580px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 16px;
	font-weight: normal;
	color: #5F8700; /* 039 */
	padding: 10px 8px;
	border-bottom: 2px solid #060; /* 6678b1 */
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #b6cf3d; /* #ccc */
	color: #030; /* 669 */
	padding: 4px 6px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
	background: #FFC; /* good blue: d0dafd */
	
}

#hor-minimalist-wide
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	background: #FEEDB9;
	margin: 8px;
	width: 833px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-wide th
{
	font-size: 16px;
	font-weight: normal;
	color: #5F8700; /* 039 */
	padding: 10px 8px;
	border-bottom: 2px solid #060; /* 6678b1 */
}
#hor-minimalist-wide td
{
	border-bottom: 1px solid #b6cf3d; /* #ccc */
	color: #030; /* 669 */
	padding: 4px 6px;
}
#hor-minimalist-wide tbody tr:hover td
{
	color: #009;
	background: #FFC; /* good blue: d0dafd */
	
}




