@import url("jquery-ui-themeroller.css");

body {
	background-color: #cfccba;
	max-width: 750px;
	min-width: 350px;
	font-size: #FFF;
}

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;
}

a img{
	border:0;
}

img {
	/* [disabled]color: #413E2B; */
	/* [disabled]margin: 5px; */
}

ul {
	list-style: none;
}


.more {
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../media/Icon-ReadMore.gif);
	padding-left: 13px;
}

h1 {
	font-size: 36px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #314229;
	font-family: Tahoma, Geneva, sans-serif;
}

/* 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;
}

/* - SUBHEADER - */

div#subheader {
	width:auto;
	min-height:25px;
	background-color: #ebf1e8;
	background-image: url(/images/layout/header-background.png);
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #585338;
}

#subheader-inner, #secondary-nav-inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#subheader-inner {
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 301;
}

 /* THE ALSETT CLEARING METHOD */
 
.clearfix:after {
  content: .;
  display: block; 
  height: 0;
  clear: both;
  visibility: hidden;
 }
 .clearfix {display: inline-table;}
 /* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
 /* end backslash hack */ 


 /* --- THREE COLUMN LIQUID CENTER LAYOUT --- */

/* MAIN LAYOUT */

div#page {
	width:1014px;  
	margin-left:auto; 
	margin-right:auto;   /* centers layout when > max width */
}


#threecolwrap {
  float:left;
  width:100%;
	background: url(/images/layout/small-gradient.png) top center repeat-x;
}

#twocolwrap {
 	float:left;
	width:100%;
	display:inline; /* stops IE doubling  margin on float*/
	margin-right:-320px; /* CWS - neg margin move */
}


#onecolwrap {
 	float:left;
	width:100%;
	display:inline; /* stops IE doubling  margin on float*/
	margin-right:-320px; /* CWS - neg margin move */
}

/* IN-PAGE TABS */


.tabnav {
	border-bottom: 5px solid #a4a4a4;
	float:left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style:none;
}
.tabnav li {
	background: url(/images/layout/subtab-gray-lt.png) top left no-repeat;	 
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 2px;
	font-size: 1.1em;
	color: #888888;
}
.tabnav li a {
	background: #fff url(/images/layout/subtab-gray-lt.png) top right no-repeat;
	float: left;
	display: block;
	padding: 5px 9px;
	text-decoration: none;
}
/*
.tabnav li {
	background: url(/images/layout/subtab-gray-lt.png) top left no-repeat;	 
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 2px;
	font-size: 1em;
	color: #888888;
}
.tabnav li a {
	background: #fff url(/images/layout/subtab-gray-lt.png) top right no-repeat;
	float: left;
	display: block;
	padding: 4px 4px;
	text-decoration: none;
}
*/
.tabnav li:hover {
	background: url(/images/layout/subtab-gray-md.png) top left no-repeat;	
}
.tabnav li a:hover {
	background: #fff url(/images/layout/subtab-gray-md.png) top right no-repeat;
	color: #000000;		
}
.tabnav li.selected {
	color: #fff;	
}
.tabnav li.selected a {
	color: #fff;	
}

.tabnav li.selected {
	background: url(/images/layout/subtab-gray.png) top left no-repeat;	 
	padding-left: 2px;
}
.tabnav li.selected a {
	background: #fff url(/images/layout/subtab-gray.png) top right no-repeat;
	padding-right: 10px;
}


/* 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: #EFEDDC;
	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-left: 3;
	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;
}

.fullPage {
	clear: left;
	float: left;
	width: 92%;
	border: 2px solid #322e19;
	background-color: #ffffff;
	padding: 15px;
	font-size: 11px;
}
#boxes {
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	max-width: 680px;
}

.boxBig {
	margin: 15px;
	height: 300px;
	width: 300px;
	border-style:solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

#social {
	margin: 15px;
}

.social {
	margin: 5px;
}
#mainEvent {
	width: 300px;
	margin-top: -12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidebar {
	float: left;
	width: 110px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 0px;
	clear: left;
}
#articles {
	min-width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contentHead {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: right;
}

/* NAV BAR */

#nav {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* vertical-align:center;*/
	list-style:none;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#nav li {
	float:left;
	line-height: 1.3em;
	margin: 0;
}

#nav a, #nav a:visited {
	float:left;
	display:block;
	color:  #000;
	text-decoration: none;
	margin: 0;
	padding: 6px 10px;
	font-size: 1.1em;
}

#nav a:hover {
	color:#000;
	text-decoration: underline;
}
#nav .selected a {
	color:#FFF !important;
}


#nav li#tab_account {
    color: #eee;
    margin-left: 70px;
}

#nav li#tab_account .small {
    font-size: .9em;
    font-weight: normal;
}

#nav li.selected {
	padding-left: 2px;
	background-color: #585338;
	background-image: url(/images/layout/navtab.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav li.selected a {
	padding-right: 12px;
	background-color: #585338;
	background-image: url(/images/layout/navtab.png);
	background-repeat: no-repeat;
	background-position: right top;
}
/* Wrapper */
#outsideWrapper {
	background-color:#FFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #585338;
	border-left-color: #585338;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #585338;
}
