@charset "utf-8";

/* THESE ARE GLOBAL STYLES */

body  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 86%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*background-color: #f5f1e6;*/
	background-color: #663300;
}

#divContainer { 
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	min-width: 640px;
	max-width: 960px; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Images/bark_tile.jpg);
	background-repeat: repeat;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	padding-left: 1em;
} 

#divHeader {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: .3em;
	padding-left: 0;
}

#divHeader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.1em;
}

.Breadcrumb2 {
	font-size: .8em;
}

.Breadcrumb3 {
	font-size: .6em;
}

.Breadcrumb4 {
	font-size: .5em;
}

#divNavTop {
	margin: 0;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 0;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bcb8ad;
	border-top-color: #663300;
} 

#divNavTop ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#divNavTop li {
	display: inline;
	padding-top: 0;
	padding-right: .6em;
	padding-bottom: 0;
	padding-left: .6em;
	margin: 0;
	font-variant: small-caps;
	font-style: italic;
}

#divNavTop a:link {
	text-decoration: none;
}
#divNavTop a:visited {
	text-decoration: none;
}
#divNavTop a:hover {
	text-decoration: underline;
}

/* Tips for left nav:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
#divNavLeft {
	float: left;
	width: 15%; /* since this element is floated, a width must be given */
	margin: 0;
	padding: 0;
}
#divNavLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#divNavLeft ul ul{
	list-style-type: circle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
	padding: 0;
}
#divNavLeft ul ul ul{
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	padding: 0;
}

#divNavLeft li {
	font-variant: small-caps;
	font-style: italic;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
#divNavLeft a:link {
	text-decoration: none;
}
#divNavLeft a:visited {
	text-decoration: none;
}
#divNavLeft a:hover {
	text-decoration: underline;
}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#divContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20%;
	padding: 0;
} 

#divNarrowText {
	max-width: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;

}

#divFooter { 
	margin: 0;
	padding: 0;
} 

#divFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 2em; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	font-size: .8em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0;
	padding-top: .6em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

hr {
	color: #663300;
}

a:link {
	color: #663300;
}

a:visited {
	color: #663300;
}

.centertext {
	text-align: center;
}

.quote-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

.quote-source {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	margin-top: 0;
	padding-top: 0.2em;
	padding-left: 2em;
}

/* Miscellaneous classes for reuse */
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 1em;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 1em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.note {
	font-size: 1.2em;
	color: red;
}



/* THESE ARE SPECIAL STYLES FOR THE SITE GUIDE PAGE */

#divSiteGuide {
	max-width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

.siteguide h2 { /*These are the differences from the global h2 style */
	font-size: 1.6em;
	letter-spacing: 0em;
	padding-top: 0;
	text-align: left;
}

.siteguide #divSiteGuide table {
	border: 2px solid #663300;
	margin-top: 1.5em;
	border-collapse: collapse;
}

.siteguide #divSiteGuide td {
	width: 25%;
	vertical-align: top;
	padding-top: .5em;
	padding-right: .0;
	padding-bottom: .5em;
	padding-left: .5em;
	margin: 0;
}

.siteguide #divSiteGuide table p {
	margin-top: .9em;
	margin-right: 2em;
	margin-bottom: .3em;
	margin-left: 0;
	padding: 0;
}

.siteguide #divSiteGuide table ul {
	margin: 0;
	padding: 0;
	list-style-type: circle;
}

.siteguide #divSiteGuide table li {
	margin-top: 0.3em;
	margin-right: 2em;
	margin-bottom: 0.3em;
	margin-left: 2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.siteguide table a:link {
	text-decoration: none;
}

.siteguide table a:visited {
	text-decoration: none;
}

.siteguide table a:hover {
	text-decoration: underline;
}



/* THESE ARE SPECIAL STYLES FOR THE OBERHOLTZER - TIMELINE PAGES */

.timeline #divContent p {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.timeline #divContent ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: circle;
}

.timeline #divContent li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding-top: 0;
	padding-bottom: 0;
}



/* THESE ARE SPECIAL STYLES FOR THE OBERHOLTZER - ADDRESS LIST PAGE */

.addresslist h2 { /*These are the differences from the global h2 style */
	font-size: 1.6em;
	letter-spacing: 0em;
	padding-top: 0;
	text-align: left;
}

.addresslist #divContent table {
	border: 2px solid #663300;
	margin-top: 1.5em;
	border-collapse: collapse;
}

.addresslist #divContent td {
	width: 50%;
	vertical-align: top;
	padding-top: .5em;
	padding-right: .0;
	padding-bottom: .5em;
	padding-left: .5em;
	margin: 0;
}

.addresslist #divContent table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.addresslist #divContent table li {
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0;
}

.addresslist table a:link {
	text-decoration: none;
}

.addresslist table a:visited {
	text-decoration: none;
}

.addresslist table a:hover {
	text-decoration: underline;
}



/* THESE ARE SPECIAL STYLES FOR THE PHOTO NAVIGATION PAGES */

#divTopRow {
	float: left;
	position: relative;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

#divMiddleText {
	float: left;
	position: relative;
	max-width: 500px;
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: .5em;
	padding: 0;
}

#divBottomRow {
	float: left;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0;
}

.navButton {
	float: left;
	position: relative;
	margin-top: 0;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.navButton p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #663300;
	margin: 0;
	padding: 0;
}

.navButton a:link {
	text-decoration: none;
}

.navButton a:visited {
	text-decoration: none;
}

.navButton a:hover {
	text-decoration: underline;
}



/* THESE ARE SPECIAL STYLES FOR THE OBERHOLTZER - LEGACY PAGES */

.legacy h2 { /*These are the differences from the global h2 style */
	font-size: 1.4em;
	letter-spacing: 0em;
}



/* THESE ARE SPECIAL STYLES FOR THE MALLARD ISLAND - ENVIRONMENT - FAUNA PAGE */

.fauna h2 { /*These are the differences from the global h2 style */
	padding-top: 0;
}

.fauna #divContent table {
	border: 2px solid #663300;
	margin-top: 1.5em;
	border-collapse: collapse;
}

.fauna #divContent td {
	width: 50%;
	vertical-align: top;
	padding-top: .5em;
	padding-right: 0;
	padding-bottom: .5em;
	padding-left: .5em;
	margin: 0;
}

.fauna #divContent table p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

.fauna #divContent table ul {
	margin: 0;
	padding: 0;
	list-style-type: circle;
}

.fauna #divContent table li {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 2em;
	padding: 0;
}



/* THESE ARE SPECIAL STYLES FOR THE PROGRAMS PAGES */

.programs #divContent p {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.programs #divContent ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: circle;
}

.programs #divContent li {
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.programs #divContent table {
	border: 2px solid #663300;
	margin-top: 1.5em;
	border-collapse: collapse;
}

.programs #divContent th {
	text-align: center;
	font-size: 1.1em;
	margin: 0;
	padding-top: .4em;
	padding-right: 0;
	padding-bottom: .4em;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #663300;
}

.programsWeek {
	width: 8%;
}

.programsDates {
	width: 12%;
}

.programsTitle {
	width: 18%;
}

.programsDescription {
	width: 36%;
}

.programsStatus {
	width: 13%;
}

.programsNotes {
	width: 13%;
}

.programs #divContent td {
	border: 1px solid #663300;
	vertical-align: top;
	padding-top: .5em;
	padding-right: .2em;
	padding-bottom: .5em;
	padding-left: .2em;
	margin: 0;
}

.programs #divContent table p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;
	padding: 0;
}

/* THESE ARE SPECIAL STYLES FOR THE NEWS PAGES */

.news #divContent p {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.news #divContent ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	list-style-type: circle;
}

.news #divContent li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding-top: 0;
	padding-bottom: 0;
	font-size: .9em;
}

/* THESE ARE SPECIAL STYLES FOR THE CONTACT PAGE */

#divLeftText {
	float: left;
	position: relative;
	max-width: 280px;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

#divRightText {
	float: left;
	position: relative;
	max-width: 280px;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
	padding: 0;
}



/* THESE ARE SPECIAL STYLES FOR THE FOUNDATION PAGE */

.mission {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	margin-top: .3em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0;
}

.foundation #divContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.foundation #divContent li {
	font-size: 1.1em;
	text-align: center;
	margin-top: .3em;
	margin-right: 0;
	margin-bottom: .3em;
	margin-left: 0;
	padding: 0;
}



/* THESE ARE SPECIAL STYLES FOR THE STORE PAGES */

.donations table {
	border: 2px solid #663300;
	margin-top: 1em;
	border-collapse: collapse;
}

.donations table th {
	text-align: center;
	vertical-align: top;
	font-size: 1.1em;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;
	margin: 0;
}

.donations td {
	width: 25%;
	vertical-align: top;
	padding-top: 0.2em;
	padding-right: 0;
	padding-bottom: 0.4em;
	padding-left: 0;
	margin: 0;
}

.store h3 {
	padding-top: 2em;
}

.store table {
	border: 2px solid #663300;
	margin-top: .5em;
	border-collapse: collapse;
}

.store th {
	text-align: center;
	vertical-align: top;
	font-size: 1.1em;
	margin: 0;
	padding-top: .2em;
	padding-right: 0;
	padding-bottom: .2em;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #663300;
	font-weight: normal;
}

.store td {
	vertical-align: top;
	padding-top: 0;
	padding-right: .5em;
	padding-bottom: 0;
	padding-left: .5em;
	margin: 0;
	border: 1px solid #663300;
}

.title_and_price {
	width: 60%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.purchase_one {
	width: 40%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.purchase_two {
	width: 20%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.prints table {
	border: 2px solid #663300;
	margin-top: 1.5em;
	border-collapse: collapse;
}

.prints th {
	text-align: center;
	vertical-align: top;
	font-size: 1.1em;
	margin: 0;
	padding-top: .2em;
	padding-right: 0;
	padding-bottom: .2em;
	padding-left: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #663300;
	font-weight: normal;
}

.prints td {
	vertical-align: top;
	padding-top: 0;
	padding-right: .5em;
	padding-bottom: 0;
	padding-left: .5em;
	margin: 0;
	border: 1px solid #663300;
}

.printsNumber {
width: 20%;
}

.printsTitle {
width: 40%;
}

.printsSmallView {
width: 40%;
}

.instructions ul {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 2em;
padding: 0;
list-style-type: circle;
}

.instructions ul ul {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 1.5em;
padding: 0;
list-style: none;
}

.instructions li {
margin-top: .5em;
margin-right: 0;
margin-bottom: .5em;
margin-left: 0;
padding: 0;
}



/* THESE ARE SPECIAL STYLES FOR THE ABOUT PAGE */

.about #divContent ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
	padding: 0;
	list-style-type: circle;
}
.about #divContent ul ul{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
	padding: 0;
	list-style: none;
}

.about #divContent li {
	margin-top: .5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}
