/* General */
* {
	margin: 0;
	padding: 0;
}

body {
	border: 1px solid #808080;
	margin: 20px auto;
	width: 1000px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background: #fafaf2 url('../images/background.png') repeat-x bottom;
	/*background: #e4e4cc url('../images/background.png') repeat-x top;*/
}

body #menu, body #middle, body #footer{
	background-color: #ffffff;
}

h1, h2, h3 {
	/*color: #990000;*/
	color: #407437;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1.black, h2.black, h3.black {
	color: #000000;
}

img {
	border: 0;
}

.clearing {
	clear: both;
	height: 0;
	font-size: 0;
}

.hidden {
	display: none;
}

ul {
	list-style-type: none;
}

a {
	color: #5681B4; /*#000066*/
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

td {
	padding: 5px;
}

.line {
	border-bottom: 1px solid #DEDEDC;
	margin-bottom: 4px;
}

/* Gray header */
.gray-header {
	height: 24px;
	background: #D8D8D8 url('../images/menu-bg.png') repeat-x;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	font-weight: bold;
	font-size: 11px;
	color: #6e656a;
}
	
.gray-header a {
	border-right: 1px solid #999999;
	font-weight: bold;
	padding-top: 6px;
	height: 18px;
	float: left;
	display: block;
	color: #6e656a;
	text-decoration: none;
}

.gray-header a.first {
	border-left: 1px solid #999999;
}

.gray-header a:hover, .gray-header a.hover {
	color: white;
	background: url('../images/link-bg-hover.gif') repeat-x;
}

/* Sub Header */
.gray-header-sub {
	height: 34px;
	font-weight: bold;
	font-size: 11px;
	color: #6e656a;
}
	
.gray-header-sub a {
	font-weight: bold;
	border-left: 1px solid #999999;
	height: 32px;
	float: left;
	display: block;
	color: #6e656a;
	text-decoration: none;
}

.gray-header-sub a.first {
	border-left: none;
}

.gray-header-sub a span {
	float:left;
}

.gray-header-sub a .text {
	height: 24px;
	padding: 10px 6px 0 6px;
	background: url('../images/sub-menu/center.gif') repeat-x;
}

.gray-header-sub a .left-corner {
	height: 32px;
	width: 14px;
	background: url('../images/sub-menu/left.gif') no-repeat;
}

.gray-header-sub a .right-corner {
	height: 32px;
	width: 14px;
	background: url('../images/sub-menu/right.gif') no-repeat;
}

.gray-header-sub a:hover {
	color: white;
}

.gray-header-sub a:hover .text {
	background: url('../images/sub-menu/center-selected.gif') repeat-x;
}

.gray-header-sub a:hover .left-corner {
	background: url('../images/sub-menu/left-selected.gif') no-repeat;
}

.gray-header-sub a:hover .right-corner {
	background: url('../images/sub-menu/right-selected.gif') no-repeat;
}

/* Header */
#header a {
	/* color: white; */
	color: #407437;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header {
	/*color: white;
	background: #973232 url('../images/header_banner.png') no-repeat;*/
	color: #407437;
	background: url('../images/header_banner.gif') no-repeat;
	height: 117px;
}

.header-links {
	margin: 10px 0;
}

.header-follow-icons-block {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
}

.header-follow-text {
	float: right;
	margin: 5px 4px 0 0;
}

.header-follow-icons {
	float: right;
}

.header-follow-icons img {
	margin-left: 4px;
}

.header-search-form {
	margin-top: 16px;
}

/*.logo-bird {
	float: left;
	display: block;
	position: absolute;
	margin-top: -14px;
	margin-left: -12px;
}*/

.logo-audubon {
	display: block;
	margin-left: 42px;
	margin-top: 22px;
	margin-bottom: -11px;
	float: left;
}

.logo-audubon-small {
	margin-left: 242px;
}

.search {
	margin: 4px 8px 0 0;
	text-align: right;
	float: right;
}

.search a {
	font-weight: bold;
}

/* Navigation */
#menu {
	padding-bottom: 10px;
}

.navigation-bar {
	padding-left: 50px;
}

.navigation-bar a {
	padding-left: 23px;
	padding-right: 23px;
}

.navigation-about-subbar {
	position: absolute; 
	margin-left: 624px;
	margin-top: -1px;
	padding-top: 1px;
	width:380px;
}

/* Wrapper */
.wrapper {
	border-right: 1px solid #808080;
	margin-right: -1px;
	width: 812px;
	float: left;
}

/* Left block */
.left {
	width: 164px;
	float: left;
	padding: 0 12px;
	border-right: 1px solid #808080;
}

.left h1 {
	margin-bottom: 4px;
	padding-left: 6px;
	padding-top: 6px;
	height: 18px;
}

/* Content */
.center {
	margin-left: -1px;
	padding: 4px 8px 4px 14px;
	width: 600px;
	float: left;
	border-left: 1px solid #808080;
}

.center-home {
	padding-left: 26px;
	width: 544px;
}

.center .gray-header a {
	padding: 6px 12px 0 12px; 
}

a.selected-tab {
	color: white;
	background: url('../images/link-bg-hover.gif') repeat-x;
}

/* Right block */
.right {
	width: 186px;
	float: left;
	overflow: hidden;
	border-left: 1px solid #808080;
}


/* Categories */
.categories {
	text-align: center;
	padding: 6px 0;
}

.species-icon {
	float: left;
	margin-left: -10px;
	padding-right: 20px;
}

.category {
	margin: 6px 5px;
	float: left;
}

.category a {
	font-weight: bold;
}

/* Forum activities */
.posts {
	text-align: left;
}

.post-preview {
	margin-bottom: 8px
}

.post-preview a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.post-preview a:hover {
	text-decoration: underline;
}

.post-preview span {
	color: #a4a2a1;
}

/* Login form */
.login-form {
	border: 1px solid #9b9694;
	padding: 8px;
	margin-bottom: 8px;
	font-size: 14px;
}

.login-form h1 {
	font-size: 12px;
	background: none;
	/*color: #990000;*/
	color: #407437;
}

.login-form h1 span {
	background: none;
	color: black;
}

.login-form label {
	font-size: 10px;
	color: #a4a2a1;
	margin-top: 16px;
}

.login-form .lf-input {
	font-weight: normal;
	font-size: 10px;
	width: 142px;
}

.login-form input.button {
	font-size: 11px;
	width: 80px;
}

.login-form input.check {
	vertical-align: top;
}

.login-form a {
	/*color: #990000;*/
	color: #407437;
	font-weight: bold;
	font-size: 14px;
}

.login-page-error h3 {
	color: #990000;
}

.login-form a:hover {
	text-decoration: none;
}

.user-block {
	text-align: right;
	margin-bottom: 10px;
}

.user-block a {
	color: black;
}

/* Footer */
#footer {
	padding: 8px 0;
	color: black;
	text-align: center;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .inner {
	width: 350px; 
	margin: 0 auto;
}

#footer .buttons {
	float: left;
}

#footer .buttons a {
	margin-bottom: 1px;
	display: block;
}

#footer .links {
	float: left; 
	margin: 17px 0 0 17px;
}

/* Popup Calendar */
.cpYearNavigation,.cpMonthNavigation {
	background-color: #C0C0C0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.cpDayColumnHeader,.cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText	{
	font-family: arial;
	font-size: 8pt;
}

TD.cpDayColumnHeader {
	text-align: right;
	border: solid thin #C0C0C0;
	border-width: 0px 0px 1px 0px;
}

.cpCurrentMonthDate,.cpOtherMonthDate,.cpCurrentDate {
	text-align: right;
	text-decoration: none;
}

.cpCurrentMonthDateDisabled,.cpOtherMonthDateDisabled,.cpCurrentDateDisabled {
	color: #D0D0D0;
	text-align: right;
	text-decoration: line-through;
}

.cpCurrentMonthDate,.cpCurrentDate {
	color: #000000;
}

.cpOtherMonthDate {
	color: #808080;
}

TD.cpCurrentDate {
	color: white;
	background-color: #C0C0C0;
	border-width: 1px;
	/*border: solid thin #990000;*/
	border: solid thin #407437;
}

TD.cpCurrentDateDisabled {
	border-width: 1px;
	border: solid thin #FFAAAA;
}

TD.cpTodayText,TD.cpTodayTextDisabled {
	border: solid thin #C0C0C0;
	border-width: 1px 0px 0px 0px;
}

A.cpTodayText,SPAN.cpTodayTextDisabled {
	height: 20px;
}

A.cpTodayText {
	color: black;
}

.cpTodayTextDisabled {
	color: #D0D0D0;
}

.cpBorder {
	border: solid thin #808080;
	background: white;
}

.cpBorder td {
	padding: 1px;
}

/**
 * The automcomplete box styling
 */
div.auto_complete {
    width: 350px;
    background: #fff;
}

div.auto_complete ul {
    border: 1px solid #31430f;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

div.auto_complete ul li {
    color:black;
    margin: 0;
    padding: 3px;
    text-align: left;
}

div.auto_complete ul li.selected {
    background-color: #dcedad;
}

div.auto_complete ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
}

/*Audubon Notification*/
 #audubonNotification {
 	margin-left: 250px;
 	width:500px;
 	position: fixed;
 	z-index: 10;
 	top: 300px;
 	background: #ffffff;
 	font-size: 16px;
 	/*border: 2px #990000 solid;*/
 	border: 2px #407437 solid;
 	text-align: center;
 }
 
 #audubonNotificationText {
 	float:left;
 	width: 480px
 }
 
 #audubonNotificationClose {
 	float:right;
 	text-decoration: none; 
 	font-size: 14px; 
 	font-weight: bold; 
 	/*color: #990000;*/
	color: #407437;
 }
 
.learn-about-block {
	margin: 30px 0 10px 15px;
	font-size: 18px;
	font-weight: bold;
}

.learn-about-block a {
	/*color: #990000;*/
	color: #407437;
	text-decoration: none;
}

.learn-about-block img {
	margin-right: 10px;
}

.related-links {
	margin-top:20px;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
}

.category-search {
	margin-top:20px;
}

.category-search label {
	font-weight: bold;
	font-size: 16px;
}

.category-search .input-search {
	width: 94px;
}

.category-buttons {
	margin: 20px 0;
}

.category-buttons a, .category-buttons a.selected {
	display: block;
	height: 23px;
	margin: 10px 0;
	text-align: center;
	width: 140px;
	text-decoration: none;
	color: black;
	font-size: 12px;
	padding-top: 3px;
}

.category-buttons a {
	background: url('../images/side_button.png') no-repeat;
}

.category-buttons a.selected {
	background: url('../images/side_button_selected.png') no-repeat;
}

.related-links a {
	font-weight: bold;
	color: #2b578f;
}

.addthis {
	/*float: right;*/
	margin: auto;
}

.become-member-link {
	margin: 20px 0 2px 0;
}

.left-block-buttons a {
	display: block;
	margin-bottom: 8px;
}

img.from-you-banner {
	margin-bottom: 6px;
}

.from-you-block a {
	display: block;
	margin-bottom: 6px;
}

