/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

/* @group Reset and Set-up Styles */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */

pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #b28000; text-decoration: none; }
a:hover { color: #d39800; text-decoration: underline; }

ul, ol { margin-left: 10px; }
ol { list-style-type: decimal; }
i { font-style: italic;}
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
 
textarea { overflow: auto; } 

.ie6 legend, .ie7 legend { margin-left: -7px; } 

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { cursor: pointer; }
   
button, input, select, textarea { margin: 0; }

button {  width: auto; overflow: visible; }
 
.ie7 img { -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers*/
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders*/
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }


.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* @end */


/* Primary Styles 
 */

/* @group Content Blocks */

body {
	background-color: #736d63;
	color: #4d4d4d;
	font: 13px/1.2 Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	
} 

#container {
	background: #fff url(../images/repeats/bg-container.png) repeat-y center top;
	margin: 16px auto 120px auto;
	padding: 0 10px;
	width: 960px;
}

#masthead a {
	background: url(../images/sprites/large-graphics.png) no-repeat left top;
	display: block;
	height: 40px;
}

#header {
	background: url(../images/backgrounds/banner-sub.jpg) no-repeat left top;
	height: 215px;
	padding-top: 1px;
}

#header h1 a {
	display: block;
	height: 65px;
	margin: 20px auto 0;
	width: 600px;
}

#header h2 a {
	display: block;
	height: 40px;
	margin: 0 auto;
	width: 600px;
}

#main-body-wrap {
	background: url(../images/repeats/bg-rp-main-nav.png) repeat-y left top;
	position: relative;
}

.home #main-body-wrap {
	background: none;
	margin-top: 30px;
}

#main-column-wrap {
	background: url(../images/repeats/bg-rp-main-top.png) repeat-x left top;
	float: left;
	margin-top: -8px;
	position: relative;
	padding-top: 26px;
	width: 760px;
	z-index: 10;
}

#main {	
	float: left;
	margin: 32px 20px 0 50px;
	padding-bottom: 24px;
	position: relative;
	width: 440px;
}

.ie6 #main {
	display: inline;
	overflow: hidden;
}

.home #main {
	margin: 0 20px 170px 20px;
	position: static;
	width: 670px;
}

#aside {
	display: inline;
	float: left;
	margin: 62px 20px 0 20px;
	width: 210px;
}

.ie6 #aside {
	display: inline;
	overflow: hidden;
}

.home #aside {
	margin: 0 20px 0 0;
	width: 230px;
}

/* @end */

/* @group Universal Styles */

h2 {
	color: #382e27;
	font: 22px Georgia, "Times New Roman", Times, serif;
}

h3,
h3 a,
h3 a:active, 
h3 a:visited {
	color: #4a5b28;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

h3 a:hover {
	color: #4a5b28;
	text-decoration: underline;
}

h4 {
	color: #4a5b28;
	font-size: 14px;
}

h5 {
	color: #4a5b28;
	font-size: 13px;
	font-weight: bold;
}

h6 {
	color: #4a5b28;
	font-size: 13px;
}

/* @end */

/* @group Main Nav */

#main-nav {
	background: url(../images/backgrounds/bg-main-nav-top.png) no-repeat left top;
	float: left;
	padding: 38px 0 0 20px;
	width: 180px;
}

#main-nav ul {
	border-bottom: 2px solid #d1caba;
	list-style-type: none;
	margin: 17px 0;
}

#main-nav li {
	border-top: 2px solid #d1caba;
}

.ie6 #main-nav li {
	float: left;
	width: 180px;
}

#main-nav a,
#main-nav span {
	color: #382e27;
	display: block;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	padding: 12px 0;
	text-decoration: none;
}

#main-nav a:hover {
	text-decoration: underline;
}

#main-nav ul ul {
	border-bottom: none;
	margin: 0;
}

#main-nav li li{
	border-top: 1px solid #d1caba;
}

.ie6 #main-nav li li {
	width: 160px;
}

#main-nav li li a {
	font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 15px 10px;
} 

#main-nav li li.current a {
	font-weight: bold;
}

/* @end */

/* @group Main Content Well */

#parktype_nav {
	padding: 16px 0 12px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	
}

#parktype_nav ul {
    list-style-type: square;
 
}

#print-share {
	background: url(../images/backgrounds/bg-share.png) left top;
	font-family: Times, "Times New Roman", Georgia, serif;
	height: 26px;
	padding: 0 0 0 35px;
	position: absolute;
	right: 0px;
	top: -8px;
	width: 100px;
	z-index: 100;
}

#print-share li {
	float: left;
	line-height: 26px;
	list-style-type: none;
	margin-right: 10px;
}

#print-share .print {
	margin-right: 0;
}

#print-share a  {
	color: #f2ebd6;
	font-size: 9px;
	letter-spacing: .2em;
	text-transform: uppercase;
	
}

#print-share a:hover  {
	color: #fff;
}

/* @group Reflections Slider */

#reflections {
	border-top: 2px solid #bebbb1;
	margin-bottom: 38px;
	overflow: hidden;
	position: relative;
	width: 670px;
}

#reflections h2 {
	border-bottom: 1px solid #cbc9c1;
	color:  #6d6056;
	margin-bottom: 20px;
	padding: 8px 0 8px 3px;
}

#reflections ul.controls {
	position: absolute;
	right: 10px;
	top: 10px;
	
}

#reflections .controls li {
	float: left;
	margin: 0 ;
	width: 20px;
}

#reflections .controls li a{
	background-image: url(../images/sprites/buttons.png);
	cursor: pointer;
	display: block;
	height: 19px;
	margin: 0;
	width: 20px;
}

#reflections #prev-button {
	background-position: left -246px;
}

#reflections .prev-disabled {
	background-position: left -287px !important;
}

#reflections #prev-button:hover {
	background-position: left -327px;
}

#reflections #next-button {
	background-position: -20px -287px;
}

#reflections .next-disabled {
	background-position: -20px -246px !important;
}

#reflections #next-button:hover {
	background-position: -20px -327px;
}


#reflections ul {
	margin: 0;
	position: relative;
}

#reflections ul li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
	width: 210px;
}

#reflections ul li:first-child,
.ie6 #reflections ul li.first-child {
	margin-left: 0;
}

#reflections img {
	margin-bottom: 12px;
}

#reflections h3 a {
	background: none;
	color: #4a5b28;
	padding: 0;
}

#reflections h3 a:hover {
	text-decoration: underline;
}

#reflections p {
	color: #251c18;
	font-weight: bold;
	margin-bottom: 9px;
}

/* @end */

/* @group Civil War Reporter */

#civil-war-reporter {
	background: url(../images/sprites/large-graphics.png) no-repeat left bottom;
	bottom: 0;
	height: 154px;
	padding: 20px 20px 0 160px;
	position: absolute;
	left: 0;
	width: 530px;
	font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

#civil-war-reporter h2 {
	background: url(../images/sprites/headers.png) no-repeat left -125px;
	border-bottom: 1px solid #cbc9c1;
	height: 22px;
	margin-bottom: 18px;
}

#civil-war-reporter #tweets {
	margin: 0;
}

#civil-war-reporter #tweets li {
	background-color: transparent !important;
	list-style-type: none;
}

#civil-war-reporter a {
	text-decoration: underline;
}

#civil-war-reporter .account {
	font-weight: bold;
}

#civil-war-reporter #twitter-follow {
	background: url(../images/buttons/btn-follow.png) no-repeat left top;
	bottom: 22px;
	height: 10px;
	left: 530px;
	position: absolute;
	width: 164px;
}

#civil-war-reporter .time-posted {
	color: #6d6056;
	display: block;
	font: normal 11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin-top: 6px;
	text-transform: uppercase;
}

#civil-war-reporter #tweet-controls {
	position: absolute;
	right: 20px;
	top: 24px;
	
}

#tweet-controls li {
	font: 11px/11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	float: left;
	list-style-type: none;
}

#tweet-controls li a{
	background-image: url(../images/sprites/buttons.png);
	color: #5b6f2f;
	display: block;
	height: 11px;
	text-decoration: none;
}

.ie6 #tweet-controls li a {
	float: left;
}

#tweet-prev a {
	background-position: left -366px;
	margin-right: 5px;
	padding-left: 15px;
}

#tweet-controls .prev-disabled a,
#tweet-controls .prev-disabled a:hover {
	background-position: left -391px;
	color: #cdc7c3;
	cursor: default;
}

#tweet-prev a:hover {
	background-position: left -415px;
	color: #D79F11;
}

#tweet-next a{
	background-position: right -465px;
	margin-left: 5px;	
	padding-right: 15px;
}

#tweet-controls .next-disabled a,
#tweet-controls .next-disabled a:hover {
	background-position: right -440px;
	color: #cdc7c3;
	cursor: default;
}

#tweet-next a:hover {
	background-position: right -489px;	
	color: #D79F11;
}

#civil-war-reporter #tweet-controls li:hover {
	color: #D79F11;
}


/* @end */

/* @group Breadcrumb */

#breadcrumb {
	color: #c69833;
	font: 10px Georgia, "Times New Roman", Times, serif;
	left: 0;
	letter-spacing: 1px;
	margin-left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#breadcrumb li {
	background: url(../images/backgrounds/bg-breadcrumb.png) no-repeat right .2em;
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-right: 8px;
	text-transform: uppercase;
}

#breadcrumb .location {
	background: none;
	font-style: italic;
	text-transform: none;
}

/* @end */


/* @group Reflections Content */


#intro {
	border-bottom: 3px double #959287;
	color: #716d5f;
	font: 18px/1.7 Georgia, "Times New Roman", Times, serif;
	margin: 0 0 30px 0;
	padding-bottom: 20px;
}

#intro h2 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 15px;
}

#main img {
	margin-bottom: 30px;
}

#article-body {
	border-bottom: 1px solid #cbc9c1;
	font-size: 14px;
	line-height: 20px;
	margin:0 0 22px 0;
	padding-bottom: 0px;
}

#article-body  h3 {
	font:  24px/1.25 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 4px;
}

#article-body .author, 
#article-body .source {
	color: #6a6a5c;
	font-size: 12px;
}

#article-body .source {
	font-style: italic;
}

#article-body p {
	margin-bottom: 18px;
}

table {
	margin-bottom: 18px;
}

thead {
	border-bottom: 1px solid #c3c5c1;
	border-top: 3px double #959287;
}

th {
	color: #4a5b28;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	padding: 6px 10px 4px 0;
	text-align: left;
}

td {
	font-size: 10px;
	line-height: 1.2;
	padding: 5px 10px 5px 0;
}

tbody tr {
	border-top: 1px solid #e9eae9;	
}

tbody tr:first-child,
.ie6 tbody tr.first-child {
	border-top: none;
}

.upper-pagination {
	color: #ccc;
	font-size: 13px;
	margin-bottom: 4px;
}

.pagination {
	color: #b2b2b2;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.pagination a {
	border-left: 1px solid #c7c7c7;
	margin-left: 10px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
/* @end */

/* @group Parks List */

#parks-list ul {
	margin: 0;
}

#parks-list li {
	list-style-type: none;
	margin-bottom: 15px;
	line-height: 1.3;
}

#parks-list li a {
	font-size: 14px;
}

/* @end */

/* @group Events */

#events h2 {
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 30px;
	margin-top: -9px;
}

#events ul {
	margin: 0 0 48px 0;
}

.vevent {
	border-top: 1px solid #b9b4b1;
	list-style-type: none;
	margin-top: 18px;
	padding-top: 12px;
}

.vevent:first-child,
.ie6 .vevent.first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.vevent span {
	display: block;
}

.vevent .dtstart {
	color: #666666;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.vevent .title {
	clear: left;
	color: #251c18;
}

.vevent .location,
.vevent .summary  {
	font-size: 12px;
	margin-bottom: 12px;
}

.vevent .summary,
.vevent .url {
	font-size: 14px;
}

.vevent .time,
.vevent .fee-info {
	display: block;
}

.vevent .event-type {
	background: url(../images/buttons/btn-nps-events.png) no-repeat left top;
	float: left;
	height: 16px;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -5000px;
	width: 73px;
}

#pagination_controls a {
	border-left: 1px solid #c7c7c7;
	margin-left: 5px;
	padding-left: 5px;
	text-decoration: none;

}

#pagination_controls a.qp_next {
	border: none;
	border-right: 1px solid #c7c7c7;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

/* @end */

/* @end */

/* @group Aside */

.aside-module {
	margin: 0 0 76px 0;
}

.home .aside-module {
	border-left: 1px solid #cbc9c1;
	padding-left: 19px;
}

#callout  {
	color: #3a3328;
	font: 16px/1.5 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 24px;
}

/* @group Action Nav */

#action-nav {
	margin: 0 0 41px 2px;
}

#action-nav li {
	border-top: 1px solid #cbc9c1;
	list-style-type: none;
}

#action-nav li:first-child,
.ie6 #action-nav li.first-child {
	border-top: none;
}

#action-nav li a {
	display: block;
	height: 62px;
	width: 210px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

#action-nav li a:hover,
#action-nav li.on a {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /*IE 8*/
	filter: alpha(opacity = 50); /*IE5-7*/
}

#action-nav li.on a {
	cursor: default;
}

#btn-upcoming-events {
	background: url(../images/sprites/buttons.png) no-repeat left -164px;
}

#btn-civil-war-parks {
	background: url(../images/sprites/buttons.png) no-repeat left top;
}

#btn-soldier-search {
	background: url(../images/sprites/buttons.png) no-repeat left -82px;
}

#btn-in-depth {
	background: url(../images/sprites/btn-in-depth2.png) no-repeat left top;
}


/* @end */

/* @group Site Search */

#site-search {
	margin-bottom: 38px;
}

#site-search h3{
	background: url(../images/sprites/headers.png) no-repeat left -45px;
	display: block;
	height: 17px;
	margin-bottom: 9px;
	padding: 0;
	width: 127px;
}

#site-search #search-query {
	border: 1px solid #aaadb2;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e2e9ef;
	border-right: 1px solid #dcdfe6;
	float: left;
	height: 16px;
	line-height: 16px;
	margin: 0 9px 6px 0;
	padding: 2px 5px;
	width: 152px;
}

.ie6 #site-search #search-query {
	margin-right: 6px;
}

#site-search a {
	background: none;
	font-size: 10px;
	padding: 0;
}

/* @end */

/* @group Featured Event + Visit a related park*/

.aside-summary {
	margin-bottom: 37px;
}

.aside-summary h2 {
	border-bottom: 1px solid #cbc9c1;
	margin-bottom: 9px;
	height: 23px;
}

.aside-summary p {
	margin-bottom: 14px;
}

#featured-event h2 {
	background: url(../images/sprites/headers.png) no-repeat left -82px;
}

#visit-a-related-park h2 {
	background: url(../images/sprites/headers.png) no-repeat left top;
}

/* @end */

/* @end */

/* @group Base Aside */

#base-aside {
	background: url(../images/repeats/bg-rp-base-aside.png) repeat-x right top;
	clear: both;
	margin-top: 24px;
}

#resources {
	float: left;
	margin: 0 0 40px 0;
	padding: 26px 0 0 50px;
	width: 410px;
}

.ie6 #resources {
	display: inline;
}

#resources li {
	list-style-type: none;
	margin-bottom: 40px;
}

#resources li h3,
#resources li h4,
#resources li p,
#resources li a {
	padding-left: 160px;
}

#resources li h4 {
	font-size: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#resources li h3 {
	margin-bottom: 4px;
}

#resources li h3 a {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#resources li h3 a:hover {
	text-decoration: underline;
}

#resources li p {
	line-height: 1.3;
}

#resources li a {
	display: block;
	font-size: 10px;
	margin-top: 4px;
	text-decoration: none;
}

#resources li img {
	float: left;
}

#fact-and-search {
	background: url(../images/sprites/large-graphics.png) no-repeat -1009px top;
	color: #706d5f;	
	float: left;
	font: italic 20px/1.4 Georgia, "Times New Roman", Times, serif;
	
	padding: 20px 40px 80px 60px;
	width: 200px;
}

#fact-and-search h3 {
	background: url(../images/backgrounds/div-graphic-206x8.png) no-repeat left bottom;
	font-size: 26px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 12px;
	padding-bottom: 27px;
	text-align: center;
}

#fact-and-search #fact p {
	overflow: visible;
	zoom:1;
}

/* @end */

/* @group event calendar and search  */

#searchForm { border-bottom:1px solid #E9EAE9; padding-bottom:5px; margin-bottom:10px; }
#states_filter, #park_filter { width:48%; }
#start_date, #end_Date { width:120px; }

/* @end */

/* @group Footer */

#footer {
	background-color: #000;
	clear: both;
    display: block;
    margin-top: ;
    padding: 16px 18px 14px 18px;
    width: 924px;
}

#footer .update {
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    margin-top: 20px;
}

#footer #footer_nav {
	padding-left: 56px;
	position: relative;
}

#footer #footer_nav p {
	margin-left: 10px;
}

#footer #footer_nav .logo {
    color: #fff;
    width: 53px;
    position: absolute; top: 0; left: 0;
}

#footer .experience img {
    color: #fff;
    position: absolute;
    right: 0; top: 0;
}

#footer .experience {
    color: #fff;
    position: absolute;
    right: 0; top: 2px;
}

#footer #footer_nav ul {
    display: block;
    margin-bottom: 3px;
}

#footer #footer_nav ul li {
    display: inline;
    margin-right: 10px;
}

#footer #footer_nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

#footer #footer_nav ul li a:hover {
    text-decoration: underline;
}

/* @end */















