@import url("jquery-ui-themeroller.css");

body {
	background-color: #cfccba;
	min-width: 785px;
	font-size: 16px;
}

a:link, a:visited, a:hover, a:active, a:focus {
	font-weight: bold;
	color: #413e2b;
	outline: none;
}

a:hover {
	color: #8db671;
}

#mainBody {
	background-color: #ebf1e8;
}

img {
	border: none;
}

.more {
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../media/Icon-ReadMore.gif);
	padding-left: 13px;
}

h1 {
	font-size: 15px;
}

/* Header */

#organizationName {
	background-color: #827d60;
}

#fwsBar {
	background-image:url("../media/usfws_bar.gif");
}

/* Search and Translation */

#searchBar {
	background-color: #585338;
}

.icon1, .icon2, .icon3 {
	margin-top: 4px;
	margin-bottom: 2px;
	height: 17px;
	width: 30px;
	border: 1px solid #827d60;
}

.icon1 {
	background-image: url("../media/zh.gif");
}

.icon2 {
	background-image: url("../media/fr.gif");
}

.icon3 {
	background-image: url("../media/es.gif");
}

#query-field {
	color: black;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #827d60;
	padding: 3px;
	background-image: url("../media/Input-Background.gif");
	background-repeat: repeat-x;
}

.search-button {
	vertical-align: middle;
}

/* Content */

#mainContent {
	vertical-align: top;
}

#subContent {
	padding-right: 10px;
	width: 200px;
	vertical-align: top;
}

#secondaryNavigation {
	width: 20%;
}

.articleBody {
	margin: 0px 4px;
}

p {
	margin: 0 0 6px;
	font-size: 11px;
}

span.pdf {
	font-size: 80%;
}

/* Kid Header */

#header-background {
	background-image: url("../media/Main-Header-Background.gif");
	background-position: top center; /* Replace background-position to "top center" when child image is used. */
	background-repeat: no-repeat;
	height: 158px; /* Change back to 158px when child image is used. */
}

#header-child {
	background-position: top center;
	background-repeat: no-repeat;
	height: 158px;  /* Change back to 158px when child image is used. */
}

/* When adding a new "child" class, be sure to add it to the setOfRandomClassNames variable array in the JavaScript. */

.child1 {
	background-image: url("../media/Main-Header-Child1.gif");
}

.child2 {
	background-image: url("../media/Main-Header-Child2.gif");
}

.child3 {
	background-image: url("../media/Main-Header-Child3.gif");
}

.child4 {
	background-image: url("../media/Main-Header-Child4.gif");
}

.child5 {
	background-image: url("../media/Main-Header-Child5.gif");
}

.child6 {
	background-image: url("../media/Main-Header-Child6.gif");
}

.child7 {
	background-image: url("../media/Main-Header-Child7.gif");
}

.child8 {
	background-image: url("../media/Main-Header-Child8.gif");
}

.child9 {
	background-image: url("../media/Main-Header-Child9.gif");
}

.child10 {
	background-image: url("../media/Main-Header-Child10.gif");
}

.child11 {
	background-image: url("../media/Main-Header-Child11.gif");
}

.child12 {
	background-image: url("../media/Main-Header-Child12.gif");
}

.child13 {
	background-image: url("../media/Main-Header-Child13.gif");
}

.child14 {
	background-image: url("../media/Main-Header-Child14.gif");
}

.child15 {
	background-image: url("../media/Main-Header-Child15.gif");
}

.child16 {
	background-image: url("../media/Main-Header-Child16.gif");
}

.child17 {
	background-image: url("../media/Main-Header-Child17.gif");
}

.child18 {
	background-image: url("../media/Main-Header-Child18.gif");
}

.child19 {
	background-image: url("../media/Main-Header-Child19.gif");
}

.child20 {
	background-image: url("../media/Main-Header-Child20.gif");
}

.child21 {
	background-image: url("../media/Main-Header-Child21.gif");
}

.child22 {
	background-image: url("../media/Main-Header-Child22.gif");
}

/* Photo Caption */

.photo {
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	background-color: #f0eddd;
	padding: 5px;
	width: 252px;
	background-repeat: no-repeat;
	background-image: url(../media/Photo-Background.gif);
}

.photo img {
	border: 1px solid white;
}

.photo p {
	font-size: 11px;
	color: #585338;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 3px;
	margin-bottom: 4px;
}

.story {
	float: left;
	width: 100%;
	padding-bottom: 4px;
}

.story.divider {
	border-bottom: 1px solid #8db671;
}

p.more-stories {
	border: 1px solid #8db671;
	padding: 5px;
}

p.more-stories a {
	font-size: 13px;
	font-weight: bold;
}

.nature-news div {
	padding-top: 10px;
}

.nature-news div img {
	margin-bottom: 4px;
}

.get-outdoors {
	padding-top: 25px;
}

.get-outdoors img {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.navigation {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation li {
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

.list1 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.list1 li {
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

.list1 a {
	font-weight: normal;
}

.fullStory {
	clear: left;
	float: left;
	width: 92%;
	border: 2px solid #322e19;
	background-color: #ffffff;
	padding: 15px;	
	font-size: 11px;
}

.fullStory .photo {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.fullStory h1 {
	margin-top: 0;
}