@charset "utf-8";
/**********

CSS for www.usmilitarymuseum.org
Copyright 2010 Military Museum of Southern New England

CSS by mta.creative > www.mtacreative.com
Contact manderson922@gmail.com

**********/

/***** COLORS

black1 #0e0909
tan #d3c4af
red #cc3300
green #94bc31

*****/

/***** CSS RESET (adapted from meyerweb.com) *****/
html, body, div, span, object,h1, h2, h3, p, blockquote,
a, em, img, strong, b, u, i, ul, li, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

blockquote {
	quotes: none;
}



/***** BODY & BASE TYPOGRAPHY *****/
body {
	background: url(images/paperbkg.png) repeat;
	color: #0e0909;
	font-family: “Gill Sans”, Calibri, “Trebuchet MS”, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	}

p {
	font-size: 1em;
	margin: 0 0 20px 20px;
	}

a {color: #990000;}
a:hover {color: #cc3300;}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 20px;
	}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0 0 20px;
	}
h4 {
	color: #990000;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	margin: 5px 0 0 20px;
	}

/***** STRUCTURE/DIVS *****/

#header {
	background: url(images/headerbkg.png) repeat-x;
	width: 100%;
	}
#headerwrap {
	background: url(images/headertreads.png);
	height: 80px;
	margin: 0 auto;
	width: 972px;
	}
#banner {
	background:url(images/headerimg.png) top right no-repeat;
	height: 231px;
	margin: -20px auto 0 auto;
	width: 972px;
	}	
#wrap {
	margin: 0 auto;
	width: 972px;
	}
#content {
	width: 972px;
	}	
#nav {
	float: left;
	min-height: 400px;
	width: 150px;
	}
#rightcolumn {
	float: left;
	margin: 0 0 0 20px;
	min-height: 400px;
	width: 798px;
	}
#footer {
	background: #0e0909 url(images/footerbkg.png) top repeat-x;
	clear: both;
	color: #d3c4af;
	min-height: 300px;
	width: 100%;
	}

#footerwrap {
	background: url(images/footertreads.png);
	margin: 0 auto;
	min-height: 300px;
	width: 972px;
	}
#footerleft, #footercenter, #footerright {
	float: left;
	margin-top: 10px;
	width: 324px;
	}
	
	
/***** HEADER *****/
#header img {
	float: left;
	padding: 0;
	}

#header ul{
	list-style: none;
	padding: 30px 0;
	text-align: right;
	}
#header ul li {
	color: #4e4343;
	display: inline;
	}
#header ul li a {
	color: #94bc31;
	font-size: 1em;
	padding: 3px;
	text-decoration: none;
	}
#header ul li a:hover {
	color: #bdf140;
	}



/***** NAV *****/
#nav ul {
	list-style: none;
	padding: 20px 0 30px 0;
		}
#nav ul li {}
#nav ul li a{
	color: #990000;
	display: block;
	font-weight: bold;
	padding: 3px;
	text-align: right;
	text-decoration: none;
	}
#nav ul li a:hover {
	color: #CC3300;
	}

/***** CONTENT *****/
#mediablock {
	display: block;
	float: left;
	height: 300px;
	margin: 0 0 0 20px;
	width: 350px;
	}
#rightcolumn ul {
	margin:0 0 20px 40px;
	}
#rightcolumn ul li {
	color: #990000;
	margin: 10px 0;
	}	
#rightcolumn ul li span {
	color: #0e0909;
	}

#rightcolumn table {
	color: #0e0909;
	font-weight: bold;
	margin: 10px 0 10px 20px;
	}

thead {
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	}
.odd {
	background: url(images/tablebkg10px.png) repeat;
	color: #0e0909;
	}

#donate {
	float: right;
	width: 300px;
	}
#flames {
	float: left;
	margin: 10px 20px;
	width: 186px;
	}
.exhibitpics {
	padding: 0 20px 0 0;
	}
#map {
	float: right;
	margin: 20px;
	}

/***** FOOTER *****/
#footerleft h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 5px 40px;
	}
#footerleft ul {
	list-style: none;
	margin: 0 0 0 40px;
	}
#footerleft p {
	margin: 0 0 5px 40px;
	}
#footercenter h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 5px 20px;
	}
#footercenter ul {
	list-style: none;
	margin: 0 0 0 20px;
	}
#footercenter p {
	margin: 0 0 5px 20px;
	}
#footerright h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0 5px 0;
	}
#footerright p {
	margin: 0 0 5px 0;
	}
.copyright {
	font-size: .8em;
	line-height: 1em;
	padding: 20px 0 0 0;
	}

#footer h4, #footer a {
	color: #cc3300;
	}
/***** OTHER *****/
.corners {
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	}
