/*  tombstone.css style sheet for Tombstone Paintball Park web site:
    NOTE: Changes to CSS are reflected immediately when you refresh a page.  If you
    don't see a change, there's something wrong with the CSS - the browser doesn't
    need to be restarted.
*/

/* image path is relative to the .css location, not the calling html location */
body
	{	color: #211800;
		background-color: #ece5e1; /*  #ffe1d2; */
		font-family: "Georgia", "Times New Roman", "Times", serif;
		font-size: 14px;
		padding: 10px;
		margin-left: 30px;
		line-height: 18px;
		/* background-image: url("./images/bg/cork_tile_splats.jpg"); */
		background-attachment: fixed;
		background-position: center center; /*  */
		background-repeat: repeat;
	}

p, table, tbody, tr, td, .main
	{ 	font-family: inherit; /* "Georgia", "Times New Roman", "Times", serif; */
		letter-spacing: 0;
		text-align: left;
		word-spacing: normal;
		text-decoration: none;
		color: inherit; /* #211800; */
		background-color: transparent;
	}

img {
	border: 0 none;
	margin: 5px;
	}

a:link, a:active, a:visited, a:focus
	{	text-decoration: underline;
		background-color: transparent;
		font-family: inherit;
		font-weight: normal;
	}

a:hover
	{	color: #000099;
		text-decoration: underline;
		background-color: transparent;
		font-family: inherit;
		font-weight: normal;
	}

#nav-top a:link, #nav-top a:active, #nav-top a:visited, #nav-top a:focus,
#nav-bot a:link, #nav-bot a:active, #nav-bot a:visited, #nav-bot a:focus
	{	font-family: "Arial", "Helvetica", sans-serif;
		color: #000000;
		text-decoration: underline;
		background-color: transparent;
	}

#nav-top a:hover,
#nav-bot a:hover
	{	font-family: "Arial", "Helvetica", sans-serif;
		color: #000099;
		text-decoration: underline;
		background-color: transparent;
	}

h1
	{ 	font-family: inherit; /* "Georgia", "Times New Roman", "Times", serif; */
		font-size: 48px;
		line-height: 52px;
		text-align: center;
		font-variant: small-caps;
		margin: 50px;
	}

h2
	{ 	font-family: inherit; /* "Georgia", "Times New Roman", "Times", serif; */
		font-size: 32px;
		line-height: 36px;
		text-align: center;
		margin: 50px;
	}

h3, h4, h5, h6
	{ 	font-family: inherit; /* "Georgia", "Times New Roman", "Times", serif; */
		font-size: 24px;
		line-height: 28px;
		text-align: center;
		margin-left: 30px;
	}

ul li, ol li
	{	margin-bottom: 0.3em;
		margin-left: 50px;
	}

li ul, li ol
	{	margin-top: 0.3em;
		margin-left: 50px;
	}

ul.bigsplat, ol.bigsplat
	{	margin-bottom: 0.3em;
		margin-left: 120px;
		margin-top: 20px;
		/* list-style-image: url( images/logo/splat4_logo_100.gif ); */
	}

ul.bigsplat li, ol.bigsplat li
	{	margin-bottom: 0.3em;
		margin-left: 120px;
		margin-top: 20px;
		/* list-style-image: url( images/logo/splat4_logo_100.gif ); */
	}

ul.bigsplat h3
	{	text-align: left;
		
	}

.newsyear
	{	font-weight: bold;
		color: silver;
		font-size: 1.2em;
		background-color: inherit;
		padding: .2em;
		margin-left: 10px;
		text-indent: 20px;
		vertical-align: middle;
		width:300px;
	}

.margintop
	{
		margin-top: 0.5em;
		text-align: left;
		margin-left: 50px
	}


.clear
	{	clear: none
	}

.w600
	{
		width: 600px
	}

.note
	{	color: inherit;
		background-color: transparent;
	}

.sup
	{	background-color: transparent;
		font-weight: bold;
		color: white
	}

.nosup
	{			background-color: transparent;
		font-weight: normal;
		color: gray;
	}

.header
	{	font-weight: bold;
		color: silver;
		font-size: 1.7em;
		background-color: transparent;
		padding: 1em;
		vertical-align: middle;
	}

.header2
	{	font-weight: bold;
		color: silver;
		font-size: 1.7em;
		background-color: transparent;
		padding: .5em;
		vertical-align: middle ;
		text-align: center;
	}

.header3bluegray
	{ 	font-weight: bold;
		color: silver;
		font-size: 1.7em;
		background-color: transparent;
		padding: 0em;
		vertical-align: middle;
		text-align: center;
	}

.header3
	{	font-weight: bold;
		color: silver;
		font-size: 1.7em;
		background-color: transparent;
		padding: 0em;
		vertical-align: middle;
		text-align: center;
	}

.headernav
	{	font-weight: normal;
		color: #DADBE2;
		background-color: transparent;
		padding: 0em;
		font-size: .7em;
		text-align: center
	}

.footer2
	{ 	font-weight: lighter;
		color: navy;
		font-size: .8em;
		background-color: transparent;
		padding: .2em;
		text-align: center;
		vertical-align: middle;
	}

.footer3
	{	font-family: "Arial", "Helvetica", sans-serif;
	 	font-weight: lighter;
		color: silver;
		font-size: .8em;
		background-color: #7B5A08;
		padding: 0.2em;
		text-align: right;
		vertical-align: middle;
	}

.footer3 a:hover
	{	font-family: "Arial", "Helvetica", sans-serif;
		font-weight: normal;
		color: #000099;
		text-decoration: underline;
		background-color: transparent;
	}



.footer
	{	font-weight: lighter;
		color: silver;
		font-size: .8em;
		background-color: transparent;
		padding: .2em;
		text-align: right;
		vertical-align: middle;
	}

.reversedetails
	{ 	font-weight: normal;
		color: silver;
		background-color: transparent;
		padding: .2em;
		font-size: .8em;
		text-align: right
	}

.details
	{ 	font-weight: normal;
		color: navy;
		background-color: transparent;
		padding: .2em;
		font-size: .8em;
		text-align: right
	}

.copyright
	{	font-weight: normal;
		color: navy;
		background-color: transparent;
		padding: .1em;
		font-size: .9em;
		text-align: center
	}

.boxed
	{	font-weight: normal;
		color: black;
		background-color: transparent;
		padding: .2em;
		font-size: 1.2em;
		vertical-align: middle;
		margin-left: 5px;
		text-align: left;
	}

.cal1, .cal1
	{	font-weight: normal;
		color: black;
		background-color: transparent;
		padding: .2em;
		font-size: .8em;
		vertical-align: middle;
		text-align: center;
		width: 10%
	}

.cal2, .cal2
	{	font-weight: normal;
		color: black;
		background-color: transparent;
		padding: .2em;
		font-size: .8em;
		vertical-align: middle;
		text-align: center;
		width: 20%
	}

.cal3
	{	font-weight: normal;
		color: black;
		background-color: transparent;
		padding: .2em;
		font-size: 1em;
		vertical-align: middle;
		text-align: left;
		width: 70%
	}

.meet1  { font-weight: bold; 
	color: black; 
		background-color: transparent;
	padding: .2em; 
	font-size: 1.2em; 
	vertical-align: middle; text-align: center; width: 25% }

.meet2
{ 	font-weight: normal;
	color: black;
	background-color: transparent;
	padding: .2em;
	font-size: .8em;
	vertical-align: middle;
	text-align: center;
	width: 50% }

.meet3  { font-weight: normal; color: black;
 		background-color: transparent;
	padding: .2em; font-size: 1em; vertical-align: middle; text-align: left; width: 25% }

.navtext
	{	font-weight: normal;
		color: navy;
		background-color: transparent;
		padding: .2em;
		font-size: .8em;
		text-align: center;
		width: 12%
	}

/* added the following 20 Aug 5, for photo summary pages */
.photohead
	{ 	font-weight: bold;
		color: silver;
		font-size: 1.2em;
		background-color: transparent;
		padding: .2em;
		margin-left: 10px;
		text-indent: 0px;
		vertical-align: middle;
		width:300px;
	}

.captioncell
	{	font-weight: normal;
		border-style: solid;
		color: black;
		background-color: transparent;
		padding: .2em;
		font-size: 12px;
		vertical-align: middle;
		text-align: left;
	}

.photoleft
	{ 	font-weight: normal;
		color: black;
		background-color: transparent;
		padding: .2em;
		font-size: .8em;
		vertical-align: top;
		margin-top: 5px;
		text-align: center;
	}

.center
	{ 	font-size:1em;
		word-spacing:normal;
		letter-spacing:normal;
		text-transform:none;
		margin-left: auto;
		margin-right: auto
	}

.floatclear
	{	clear: both;
		height: 2px;
	}

.news-intro
	{	font-size: 120%;
	}

a.no-underline
{		text-decoration: none;
}
