/*
Theme Name: LCWH_s
Theme URI: http://www.learncivilwarhistory.com/
Author: Jonathan R. Allen
Author URI: http://jonathanrallenwebdesign.com/
Description: LCWH_s is a JRAWD adaptation of the _s (Underscore) foundation theme by ThemeShaper. JRAWD blog theme used to start. 
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: two-columns, left-sidebar, flexible-width, custom-background, custom-header, custom-menu, 
featured-images, flexible-header, microformats, post-formats, rtl-language-support, 
threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/******************************************************************/
/******************************************************************/
/*THIS IS NOT A CHILD THEME*/
/*THIS IS A JRA NEW THEME BASED ON THE UNDERSCORES STARTER THEME BY THEMESHAPER.COM*/
/*http://themeshaper.com/2012/10/22/the-themeshaper-wordpress-theme-tutorial-2nd-edition/*/
/******************************************************************/
/******************************************************************/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: white;
font-family: georgia, arial, helvetica, sans-serif;	
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
		border: 0;
	border: white;
	
}
caption, th, td {
	font-weight: normal;
	text-align: left;
			border: 0;
	border: white;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	/*color: #6b6252;*/
	color: black;	
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: 16px;
font-size: 1.6rem;
	 line-height: 1.5;
}

body {
	background: white;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin: 0.6em 0;
}

h1 {
/*color:#8B0000;*/
/*font-size:1.4em;*/
line-height:1;
margin-top:20px;
margin-bottom:10px;

	/*font-size: 20px;*/
	font-size: 2.0rem;
color:#6495ED;	
}

h2 {
color:#556B2F;
/*font-size:1.25em;*/
	font-size: 22px;
	font-size: 2.2rem;
margin-bottom:0.75em;
}

h3 {
color:#6E5353;
/*font-size:1.1em;*/
	font-size: 20px;
	font-size: 2.0rem;
line-height:1.15;
margin-bottom:1em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	/*list-style: disc;*/ /*JRA added*/
	list-style: square; /*JRA added*/
	list-style-image: url(square_list.gif); /*JRA added*/
}

ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}


/*JRA added*/
/******* lists *******/
/*From DR. Office*/
/*oswd.org*/
/*I converted from ID to CLASS*/
.fancylist ul {
margin:0 0 0 0;
padding:0 0 0 0;
list-style:none;
}

.fancylist li {
font-family: Georgia, verdana, arial, helvetica, sans-serif;
font-size: 1em;
line-height: 16px;
margin-top: .5em;
margin-bottom: .5em;
margin-left:5px;
margin-right:1em;
padding:0 0 0 3px;
background-position: 0 .3em;
/*If image cannot be found, then square will be used.*/
list-style-type: square;
list-style-image: url(square_list.gif);
}

.fancylist li.sub {
/* This font size means the sub list font will be equal to
the parent li font of .85em as set above. */
font-size: 1em;
margin-top: .5em;
margin-bottom: .5em;
margin-left:15px;
/*padding:0 0 0 15px;*/
padding:0 0 0 3px;
background-position: 0 .3em;
/*If image cannot be found, then square will be used.*/
list-style-type: square;
list-style-image: url(square_list2.gif);
}
/*============================*/



dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: white;
	/*font-family: "Courier 10 Pitch", Courier, monospace;*/
	font-family: Georgia, verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
			border-color: white;
				border: none;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	background: rgba( 255, 255, 255, 0.3 );
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px;
	
margin-top: 4px; /*JRA added*/
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a,
a:visited {
	/*color: #748a81;*/
	/*color: purple;*/
	color: #5E6871; /*JRA added*/
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}

/*JRA added*/
/*a:hover,
a:focus,
a:active {
	color: #33605a;
}*/

/*JRA added*/
a:hover{
/*	color: red;*/
	color: #8b0000;
}

/*JRA added*/
a:focus,
a:active {
	color: #33605a;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.site-title,
.entry-title,
.page-title,
.entry-content,
.entry-summary,
.widget-title,
.comments-title,
.comment .reply,
.comment-meta,
.comment-author,
#reply-title {
	/*font-family: Georgia, 'Times New Roman', serif;*/
	font-family:  georgia, arial, helvetica, sans-serif;	
}


/* =Structure
sidebar-content-sidebar
----------------------------------------------- */
#primary {
float: left;
width: 100%;
background: #fff; 
/*padding-left: 20px;
padding-right: 20px;*/
/*margin-left: 20px;
margin-right: 20px;*/
}

#content {
/*margin: 0 40% 0 0;*/
margin: 0 38% 0 2%;  /*JRA added*/
border-right: 1px solid #DCDCDC;	 /*JRA added*/
padding-right: 10px;  /*JRA added*/
}

#main .widget-area {
float: left;
overflow: hidden;
width: 20%;
background: white;  /*JRA added*/
}

#secondary { /* Sidebar 1 */
margin: 0 0 0 -37%;  /*JRA added*/
/*margin: 0 0 0 -40%;*/
}

#tertiary { /* Sidebar 2 */
margin: 0 0 0 -20%;
}

.site-footer {
clear: both;
width: 100%;
}

/* The simplest method of turning any one of these layouts into a fixed-width layout is to add a width and centering margin to the .site div. For example: */
/*.site {
    margin: 0 auto;
    max-width: 980px;
}*/

/* =Structure 
content-sidebar
----------------------------------------------- */


/* =Site Header
----------------------------------------------- */

.site-header hgroup {
	/*background: #191970;*/
	/*padding: 1.5em 2em;*/
/*height: 300px; *//*303*255*/
height: 225px;
/*background: #4D4381 url('gradient-header-3.jpg') top left repeat;*/
/*background: #171f5e url('header-coffee-cup.jpg') top right no-repeat;*/
}

.site-title {
	/*font-size: 45px;*/
	/*font-size: 4.5rem;*/
	/*font-style: italic;*/
	font-size: 30px;
	font-size: 3rem;	
	color: #FFFFFF;
font-weight: bold;
}
.site-description {
	font-size: 13px;
	font-size: 1.3rem;	
	color: #FFDA04;
}
.site-title a,
.site-description {
	/* color: #FFFFFF; */
color: #F0E68C;
}

.site-title a:hover{
	color: white; /*JRA added*/
	background-color: #8b0000; /*JRA added*/
	font-weight: bold; /*JRA added*/	
}

/*.site-title img{
position: absolute;
	top: 0px;
	right: 0px;
	float:right;
	z-index: 1;	
	
}*/

/*============*/
#topsection{
/*JRA added*/
/*height: 303px;*/
height: 225px;
/*background: #4D4381 url('gradient-header-3.jpg') top left repeat;*/
/*background: #4D4381 url('gradient-header-3.jpg') top left repeat;*/
/*background: #000 url('header-coffee-cup.jpg') top right no-repeat;*/
/*background: #4D4381 url('heaader-blog-1.jpg') top left no-repeat;*/
/*===========*/
/**** USE THIS FOR 980px WIDTH ****/
/*background: #00008B url('Header-JRAWD-Blog-980.png') top left no-repeat;*/
/**** USE THIS FOR FULL WIDTH ****/
/*background: #00008B url('header-work-3.jpg') top left no-repeat;*/

/*background: #00008B url('header-work-4.jpg') top left no-repeat;*/


/*background: #00008B url('header-gradient.jpg') top left repeat;*/
/*background: #00013E;*/
background: #00013E url('header-2.jpg') top left no-repeat;
}

#topsection p{
 /* font-size: 1.3em;	*/
	font-size: 16px;
	font-size: 1.6rem;	  
  color: #DCDCDC;
  width: 35em;
  margin-left:61px;
  padding-top: 15px;
  z-index: 5;
}

#topsection h1{
position: relative;
font-family:  georgia, arial, helvetica, sans-serif;
margin: 0;
/*margin-left: 35px;*/
margin-left: .5em; /*JRA added*/
padding-top: 50px;
color: #FFFFFF;
/*font-size:3em;*/
font-size: 30px;
font-size: 3rem;	
z-index: 3;
}

#topsection h2{
position: relative;
font-family:  georgia, arial, helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;	
/*font-size: 1.35em;*/
padding-top: 5px;
/* color: #F0E68C; */
color: #E6E6E6;
font-weight: bold;
margin-left: 62px;
z-index: 2;
}


#topsectionblurb{
position: relative;
	z-index: 4;
}	

#topsection img{
/*background: #4D4381 url('gradient-header-3.jpg') top left repeat;*/
/*background: #000 url('header-coffee-cup.jpg') top right no-repeat;*/
/*position: absolute;
	top: 0px;
	right: 0px;
	float:right;
	z-index: 1;*/
}


/* =Menu
----------------------------------------------- */

.main-navigation {
    clear: both;
    display: block;
	 /*The padding is what gives the nav menu its height!*/
    padding: .1em; /*1.5em*/ /*JRA added*/
	 padding-left: 4rem; /*JRA added*/
	 color: white; /*JRA added*/
	 /*background: #5e5d41;*/ /*JRA added*/
	 /*background: #6c5b2d;*/ /*JRA added*/	 
/*	 background: #816d4a;*/ /*JRA added*/	

	 background: #515039; /*JRA added*/
	 /*background: #4B3F1F;*/ /*JRA added*/	 
	 /*background: #594A33;*/ /*JRA added*/
	 font: 1.2rem Verdana; /*JRA added*/
}
.main-navigation:after {
	clear: both;
	content: "";
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	margin: 0.5em 0;
	position: relative;
	
	/*border-right: 1px solid #F0E68C;*/
	border-right: 1px solid #FFFFFF; /*JRA added*/
	/*border-left: 1px solid #778;*/
	padding-left: 2em;
}
.main-navigation a {
	/*color: #7c948a;*/ /*JRA added*/
	color: #ffffff; /*JRA added*/
    display: block;
    /*font-size: 1.4rem;*/ /*JRA added*/
    font-weight: bold;
    margin-right: 2em;
    text-decoration: none;
}
.main-navigation ul ul {
	background: #ffffff;
	border: 1px solid rgba( 0, 0, 0, 0.1 );
	display: none;
	float: left;
	position: absolute;
		top: 1.2em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	padding: 0 1.5em;
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a,
.main-navigation ul ul a:hover {
	/*color: #33605a;*/ /*JRA added*/
	background: #8b0000; /*JRA added*/
	color: #ffffff; /*JRA added*/
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul li:hover > ul {
	display: block;
}

/* Small menu */
.menu-toggle {
	color: #7c948a;
   	cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.site-main {
    background: white; /*JRA added*/
    /*border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 3px 1px;*/
	 /*border: 4px solid #9E9E9E;*/ /*JRA added*/
	 border: 4px solid white; /*JRA added*/	
	 /*7px-This creates some space between next/prev posts and the h menu.*/ 
    border-width: 7px 0px; /*JRA added*/
}
.sticky {
}
.hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 1.5em;
	padding-bottom: 1.5em;
}
.entry-title,
.page-title {
	font-size: 26px;
    font-size: 2.6rem;
	font-style: italic;
	margin: 0 0 0.2em;
color:#00017D;
}
.entry-title a {
color: #00017D;
	text-decoration: none;
}
.entry-title a:hover {
/*background-color: #8B0000;*/
/*color: white;*/
color: #8B0000;
	text-decoration: none;
}
body.search .page-title,
body.archive .page-title {
  	font-size: 16px;
  	font-size: 1.6rem;
    margin-bottom: 1em;
}
.entry-meta {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
}
.byline {
	/*display: none;*/
	/*JRA added*/
	display: inline;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

/*==========================================*/
/*Lots of JRA editing here.
This is CSS for tables that are used in posts and in comments.
I don't want table borders in posts (B&N links), but I do want 
table borders in comments. I separated the post border CSS 
from the comment table border CSS.*/
/*==========================================*/
.entry-content table{
	border: 1px solid white;
/*	border-left-width: 0;
	border-right-width: 0;*/
	margin: 0 -0.083em 2.083em 0;
	text-align: left;
	width: 100%;
}

.comment-content table {
	border: 1px solid #d9d9d9;
	border-left-width: 0;
	margin: 0 -0.083em 2.083em 0;
	text-align: left;
	width: 100%;
}

.entry-content tr th, .entry-content thead th,{
	border-left: 0px none white;
	font-weight: bold;
	padding: 0.5em 	1.25em;	
}

.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #d9d9d9;
	font-weight: bold;
	padding: 0.5em 	1.25em;
}

.entry-content tr td {
	border: 1px solid white;
}

.comment-content tr td {
	border: 1px solid #d9d9d9;
  	border-width: 1px 0 0 1px;
	padding: 0.5em 	1.25em;
}

.entry-content tr.odd td,{
		background: white;
}

.comment-content tr.odd td {
	background: #dfd6c7;
}
/*==========================================*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Aside Post Format
----------------------------------------------- */

.format-aside .entry-content {
	border-left: 4px solid rgba( 0, 0, 0, 0.1 );
	padding-left: 1em;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.widget-img,
img[class*="align"],
img[class*="wp-image-"],
.wp-caption img {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
.widget img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.wp-caption-text,
.gallery-caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

#comments {
	clear: both;
}
.bypostauthor {
}
.comments-title,
#reply-title {
	font-size: 20px;
	font-size: 2rem;
}
.commentlist li {
	list-style: none;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children {
	margin: 0 0 0 6%;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );
	padding-left: 2.5em;
}
.commentlist .children li,
.commentlist li:last-of-type {
	border: none;
}
article.comment,
li.pingback {
	overflow: hidden;
	padding: 2.5em 0 0.7em;
    position: relative;
}
.children article.comment,
.children li.pingback {
	padding-top: 1.0em;
}
.comment .avatar {
	float: left;
	margin-right: 1.25em;
}
.comment-author {
	font-size: 14px;
	font-size: 1.4rem;
}
.comment-meta {
	font-size: 12px;
	font-size: 1.2rem;
}
.comment-content{
	font-size: 13px;
	font-size: 1.3rem;
	margin: 1em 0 0 4.5em;
}
.comment .reply {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}
li.pingback {
	font-weight: bold;
}
li.pingback a {
	font-weight: normal;
}

/* Comment Form */
.comment-notes,
#commentform .form-allowed-tags,
p.nocomments,
p.logged-in-as,
#commentform label {
	font-size: 13px;
	font-size: 1.3rem;
}
.required {
	color: #880000;
}
#commentform label {
	font-weight: bold;
	padding: 1em 0;
}
#commentform input[type="text"] {
	margin-left: 0.5em;
}
#commentform #comment {
	margin-top: 0.6em;
}
#commentform .form-allowed-tags,
#commentform .form-allowed-tags code {
	font-size: 11px;
	font-size: 1.1rem;
}
p.nocomments {
	margin: 2.5em;
}


/* =Widgets
----------------------------------------------- */

.widget {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 0 0 1.5em;
}
.widget-title {
	color: #999;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
}

/* Search widget */
#searchsubmit {
	display: none;
}


/* =Site Footer
----------------------------------------------- */

.site-info {
color: #000000; /*JRA change*/
	font-size: 13px;
	font-size: 1.3rem;
/*	padding: 1.5em 0;*/
	padding: 0em 0;
	text-align: center;
	/**** THE FOOTER BACKGROUND ****/
		/*background: #414141;*/ /*JRA change*/
background: #DCDCDC url('footer-3.jpg') top left no-repeat;		
height: 350px; 	/*JRA added*/	
/*height: 240px;*/ 	/*JRA added*/	
}

/*JRA added*/
.site-info a{
	color: #901C1C; /*JRA added*/
	font-weight: bold; /*JRA added*/
	/*text-decoration: underline;*/
}

/*JRA added*/
.site-info a:hover{
	color: white; /*JRA added*/
	background-color: #8b0000; /*JRA added*/
	font-weight: bold; /*JRA added*/
}


/* =Responsive Structures
----------------------------------------------- */

@media only screen and (max-width: 800px) {

	#main {
		overflow: visible;
	}
	#content,
	#primary,
	#secondary,
	#tertiary {
   background: none;
			/*background: #AEEEAF;*/
		float: none;
		margin: 0;
		padding: 0;
	}
	#primary,
	#secondary,
	#tertiary {
		width: 100%;
	}
	.site-header hgroup,
	#main {
		padding: 0.8em;
	}
}


/* =IE Styles
----------------------------------------------- */

#ie8 .site-header img,
#ie8 .entry-content img,
#ie8 img.size-full,
#ie8 .entry-thumbnail img,
#ie8 .widget img,
#ie8 .wp-caption img {
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/*=======================================================================*/


/*JRA added*/
.bar1{
/*red*/
	background-color: #8b0000;
	width: 100%;
	height: 3px;
}

.bar2{
/*gray*/
	background-color: #414141;
	width: 100%;
	height: 3px;
}

.bar3{
/*tan*/
	background-color: #EFCC89;
	width: 100%;
	height: 1px;
}

.postantebellum{ color: #BBBB5D; font-weight: bold; } 

.post1861{ color: Green; font-weight: bold; } 

.post1862{ color: Navy; font-weight: bold; } 

.post1863{ color: Purple; font-weight: bold; } 

.post1864{ color: #FF9900; font-weight: bold; } 

.post1865{ color: Red; font-weight: bold; } 

.postbellum{ color: #A97E54; font-weight: bold; } 

.postother{ color: #009999; font-weight: bold; } 

.cwquotesplugin{ 
/*font-size: 1.2em; */
font-size: .7em; 
font-family: Georgia, verdana, arial, helvetica, sans-serif; 
color: #8F8F8F; 
/*font-style: italic;*/ 
} 

.lcwhnote { 
/*width: 500px; */
width: 70%; 
font-size: 1em; 
font-family: "Times New Roman", Times, serif;
color:#000000; 
padding: 5px 10px 5px 5px; 
/*margin: 10px 5px 10px 5px;*/ 
margin: 0 auto 10px auto; 
border: 2px solid #951D1D; 
/*background-color: #F5F5F5;*/
background-color: #EEE8AA; } 

.newsleft{ 
/* float: left; */ 
/* width: 850px;*/ 
/*width: 28em;*/ 
font-size: 1.2em; 
font-family: verdana, arial, helvetica, sans-serif; color:#000000; 
padding: 5px 5px 5px 5px; 
/*margin: 10px 5px 10px 5px;*/ 
margin: 0px 10px 10px 5px; 
border: 1px solid #D53500; 
background-color: #E0E5FF; } 

.newsright{ 
float: left; 
width: 300px; 
font-size: 1.2em; 
font-family: verdana, arial, helvetica, sans-serif; 
color:#000000; 
padding: 5px 5px 5px 5px; 
/*margin: 10px 5px 10px 5px;*/ 
margin: 0px 0px 10px 5px; 
border: 1px solid #BA656C; 
background-color: #F5F5F5; } 


.lcwh-quote{
	/*color:#4682B4;*/
	/*color:#325C80;*/
	/*font-size: 1.25em;*/
	/*font-style: italic;*/

color:#325B7E;
font-weight: bold;
font-style: italic;}

.lcwh-quote-desc{

	color: black;
	font-size: .7em;
	font-style: normal;
}

.page, .error404, .not-found {
		/*background-color: white;*/
		/*background: #E9E08D url('background.jpg') top left repeat;*/
}