/*
date:	programmer:	mks:	change:
10/01/13	srw		20317	created civil war battle flags site and moved cpc's flags info
10/16/13	srw		20921	make links in main text bold (not on index)
*/

/*
	red: #942F26
	blue: #42495E, #b4bacb, #000034
	tan: #CCC2B6, #968065, #b3a18c
*/

* {
	font: 12pt Arial;
}

BODY {
	background-color: #000034;
	margin: 0px;
}

.hdr {
	background-image: url('/images/banner.png');
	height: 100px;
	width: 960px;
	border: 5px solid white;
	border-bottom: 0;
}

.bdy {
	width: 930px;
	background-color: #CCC2B6;
	border: 5px solid white;
	border-top: 0px;
	text-align: left;
	padding: 10px 15px;
}

.ftr {
	width: 960px;
	background-color: #000034;
	height: 100px;
	padding-top: 15px;
	color: white;
}

img {
	border: 3px solid #968065;
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	behavior: url(border-radius.htc);
}

img.left {
	float: left;
	margin: 10px;
}

img.right {
	float: right;
	margin: 10px;
}

img.center {
	margin: 10px auto;
}

.imgRow img {
	margin: 0 10px;
}

.bdy p {
	text-indent: 25px;
	padding:  0px 10px;
	text-align: justify;
}

h1, h2 {
	border-bottom: 2px solid #942F26;
	font-size: 17pt;
	color: #000034;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: left;
}

h2 {
	border: none;
	font-size: 14pt;
	text-align: center;
}

h1 img {
	border: none;
	padding: 1px;
}

h2 img {
	border: none;
	padding: 3px;
}

h1 a, h2 a {
	text-decoration: none;
	font: inherit;
	color: #000034 !important;
}

br.clear {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
}

a:link, a:hover, a:active, a:visited {
	color: white;
	font-weight: bold;
}

h3 {
	color: #942F26;
	font-weight: bold;
}

blockquote {
	font-style: italic;
}


/* index */
div.container {
	position: relative;
	height: 446px;
	margin: 25px 0;
	display: inline-block;
}

div.indexLinks {
	float: right;
	width: 260px;
	margin: 25px 0;
	background-color: #b4bacb;
	height: 453px;
	
	border: 3px solid #000034;
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	behavior: url(border-radius.htc);
}

div.indexLinks li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(/images/stars/whiteStar16.png);
	padding: 5px 0px;
}

div.indexLinks li a {
	font-weight: normal;
}


/* make donation */
ul#contributors li {
	list-style: none;
	padding-left: 25px;
}

div.donate {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

div.donate img {
	border: none;
	margin: 0 auto;
	padding-bottom: 0;
	display: block;
}

.donateWrapper {
	width: 100%;
	margin: 0 auto;
}

.donateLeftCol {
	float: left;
	width: 495px;
	padding: 0;
	margin: 0;
	padding-left: 35px;
}

.donateRightCol {
	float: right;
	width: 370px;
	padding: 0 15px;
	margin: 0;
}

.donateRightCol img {
	margin: 27px 34px 27px 15px;
	display: block;
}


/* regiments and search */
input[type="text"] {
	border: 2px solid #968065;
}

input[type="submit"] {
	background-color: #b4bacb;
	padding: 7px;
	border: 2px solid white;
	border-radius: 10px;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 10px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-ms-border-radius: 10px;
	behavior: url(border-radius.htc);
}


/* stories */
p.ftn {
	text-indent: 0;
	font-size: smaller;
}


/* colerBearers */
img.bearerPlain {
	border: none;
}

table.colorBearers {
	width: 100%;
}

table.colorBearers tr.title td {
	font-weight: bold;
	text-decoration: underline;
}

table.colorBearers tr.lastInGroup td {
	padding-bottom: 10px;
}

table.colorBearers td.bearer {
	width: 55%;
}

table.colorBearers td.info {
	width: 45%;
}

.bearerWrapper {
	width: 100%;
	margin: 0 auto;
}

.bearerLeftCol {
	float: left;
	width: 57%;
	padding: 0;
	margin: 0;
}

.bearerRightCol {
	float: right;
	width: 43%;
	padding: 0;
	margin: 0;
}

.bearerRightCol img {
	margin-right: 27%;
	margin-bottom: 300px;
}


@media print {
	BODY {
		background-color: white;
		color: black;
	}
	
	.bdy {
		background-color: white;
		color: black;
	}
	
	.hdr {
		display: none;
		visibility: hidden;
	}
	
	.ftr {
		background-color: white;
		color: black;
	}
	
	h1 img, h2 img {
		display: none;
		visibility: hidden;
	}
	
	h1:before, h1:after {
		content: url(/images/stars/blueStar16.png);
	}
	
	h2:before, h2:after {
		content: url(/images/stars/blueStar10.png);
	}
	
	a:link, a:hover, a:active, a:visited {
		color: black;
		text-decoration: underline;
	}
	
	
	/* index */
	div.indexLinks {
		background-color: white;
		color: black;
	}
	
	div.indexLinks li {
		list-style-image: url(/images/stars/blueStar16.png);
	}
	
	
	/* regiments and search */
	input[type="submit"] {
		background-color: white;
		color: black;
	}
}
