﻿/*

Silver-Strikers-Main.css    (8-6-08)

STYLE SHEET FOR [Silver Strikers WEB SITE]
Created by [Jim Quinn]
[URL OF AUTHOR]

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms

Notes:  Master css page used for all pages.
		 Displays the page utilizing two columns.
		
		 Column 1 (navigation) does not have a right border but 
		 Column 2 (content) does have a left border.

2-27-2010 Added following items: adSpaceColumnOne, adSpaceColumnTwo, adSpace2, adSpace3, adSpace5, adSpace6.
to support 6 items on index page vice only 3.
*/



/* --------- 1. defaults  --------- */

* {		margin: 0;		padding: 0;		}		body {		background-color: #ffffc5;		color: black;		}				/*  --------- 2. structure  --------- */#wrapper {		width: 786px;		margin: 0 auto;		border: 5px double black;		}		#logo {
		border-right: 5px double black;
		padding: 7px 5px 0px 5px;
		float: left;
		width: 200px;
/*		height: 207px; */
		height: 210px; 
		}
		
#adSpace {
		float: left;
		width: 366px;
		height: 200px;
		margin-top: 1px;
		margin-left: 100px;
		}

#adSpaceColumnOne {
		float: left;
		width: 260px;
		margin-left: 23px;
		margin-top: 10px;
/*		height: 200px;
		margin-top: 15px;
		margin-left: 100px;
*/
		}

#adSpaceColumnTwo {
		float: left;
		width: 260px;
		margin-left: 15px;
		margin-top: 10px;
/*		height: 200px;
		margin-top: 15px;
		margin-left: 100px;
*/
		}
		
#adSpace2, #adSpace3, #adSpace5, #adSpace6 {
		margin-top: 5px;
		}

#masthead {
		border-top: 5px double black;
		border-bottom: 5px double black;
		text-align: center;
		margin-top: -1px;
		padding: 5px; 
		}
		
#navigationSite {
		float: left;
		width: 200px;
		text-align: left;
		padding: 5px 5px 5px 5px;
		margin-top: 0px;
		}
		
#content {
		border-left: 5px double black;
		float: left;
		width: 556px;
		text-align: left;
		padding: 7px;
		margin-top: 0px;
		}

#wrapperBottom {
		width: 786px;
		text-align: center;
		margin: 0 auto;
		border-style: double;
		}
		
#disclaimer {
		border-top: 5px double black;
		padding: 10px;
		}		
				
#author {
		text-align: center;
		padding-bottom: 10px;
		}

#footer {
		text-align: center;
		padding-top: 10px;
		}
		

.clearFix {
    	content: "."; 
    	display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

h1 {
		text-align: center;
		text-decoration: none;
		text-indent: 0;
		text-transform: none;
		}

h2 {
		margin-bottom: 20px;
		text-align: center;
		text-decoration: none;
		text-indent: 0;
		text-transform: none;
		}
		
h3 {
		margin-bottom: 10px;
		text-align: center;
		text-decoration: none;
		text-indent: 0;
		text-transform: none;
		}
		
h4 {
		text-align: center;
		}

ul {
		margin-top: 20px;
		}
	
li {
		margin-bottom: 20px;
		}
		
#bodList h2 {
		color: blue;
		text-align: center;
		}
			
#bodList h3 {
		font-weight: bold;
		margin-top: 30px;
		}
			
#bodList p {
		text-align: center;
		}

#apList h2 {
		color: blue;
		margin-top: 25px;
		padding-top: 20px;
		border-top: 2px solid gray;		
		}
		
#apList h3 {
		font-weight: bold;
		margin-top: 30px;
		}
			
#apList p {
		text-align: center;
		}


/* ---------- 3. links and navigation ---------- */

		
#navigationSite ul {
		list-style-type: none;
		text-align: left;
		}

#navigationSite li {
		display: list-item;
		padding: 0px 9px;
		}

#navigationSite a:link {
		text-transform: none;
		text-decoration: none;
		color: blue;
		}
		
#navigationSite a:visited {
		color: purple;
		}

#navigationSite a:hover {
		text-decoration: underline;
		}

#navigationSite a:focus {
		color: orange;
		}
		
#navigationSite a:active {
		color: red;
		}
		



/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}
		

#navigationSite {
		font-size: 1.0em;
		line-height: 1.1em;		
		font-family: Georgia, "Times New Roman", Times, serif;		
		}
				
h1 {
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		font-size: 2.5em;
		line-height: 1.2857142em;
		font-family: Arial, Helvetica, sans-serf;	
		}

h2 {
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		font-size: 2.0em;
		line-height: 1.0em;
		font-family: Arial, Helvetica, sans-serf;	
		}

h3 {
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		font-size: 1.5em;
		line-height: 1.0em;
		font-family: Arial, Helvetica, sans-serf;	
		}
		
h4 {
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1.2857142em;
		font-family: Veranda, "Trebuchet MS", Helvetica, sans-serf;
	
		}

p {
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		font-size: 1.3em;
		line-height: 1.2857142em;
		font-family: Veranda, "Trebuchet MS", Helvetica, sans-serf;
		}

ul {
		font-size: 1.5em;
		}

td {
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		font-size: 1.3em;
		line-height: 1.2857142em;
		font-family: Veranda, "Trebuchet MS", Helvetica, sans-serf;
		}

#disclaimer {
		font-size: 1.0em;
		}
		
.mintMark {
		font-weight: bold;
		}
		
.strikeDenom {
		font-weight: bold;
		}
						
#footer {
		font-weight: normal;
		font-size: 0.9em;
		line-height: 0.9em;
		font-family: Georgia, "Times New Roman", Times, serif;
		}


/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
		
/* --------- 6. tables  --------- */


/* --------- 7. forms  --------- */