/* CSS
Author: Greg Leding
Created: 24 September 2009

This stylesheet is intended strictly for the NSBA Site Visit pages (http://fayar.net/nsba). It is not intended for use on other fayar.net pages. */


/* Broswer Resets
=========================================================*/

* { border: 0; margin: 0; padding: 0; }

ul { list-style: none; }


/* Global Defaults
=========================================================*/

body {
	background: url(/nsba/assets/images/nsba.bg.jpg) fixed repeat;
	line-height: 1.5;
	margin: 0;
	}

#container {
	height: auto;
	margin: 0 auto 48px auto;
	width: 792px;
	}

#header {
	color: #fff;
	height: auto;
	padding: 8px 0;
	width: 100%;
	}

#main {
	background: url(/nsba/assets/images/nsba.card.png) repeat-y;
	color: #444;
	width: 792px;
	}

#main-inner {
	font-size: 16px;
	margin: 0 auto;
	padding: 16px 48px;
	}

#footer {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 780px;
	}


/* Global Links
=========================================================*/

a, a:visited { color: #a00000; text-decoration: none; }

a:hover, a:active { color: #a00000; text-decoration: underline; }


/* Typographic Elements
=========================================================*/

h1,h2,h3,h4,h5 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: 0; padding: 0; text-shadow: #313131 0 1px 2px; }

h1 { font-size: 48px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }


/* Miscellaneous Elements
=========================================================*/

p { margin: 18px 0; }
ul { margin: 20px; }

table { 
	background: #c4c4c4;
	border: 2px solid #a00000;
	margin: 18px auto;
	padding: 4px;
	}
	
td, th {
	background: #fff;
	border: 1px solid #969696; 
	padding: 8px;
	text-align: center;
	width: 148px;
	}


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

#nav {
	border-bottom: 1px solid #316431;
	border-top: 1px solid #316431;
	line-height: 1.0;
	margin: 48px auto 18px auto;
	padding: 8px 2px 6px 0;
	text-transform: uppercase;
	width: auto;
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav ul li {
	float: left;
	margin: 0 4px;
	}

a.nav {
	padding-left: 16px;
	}

a.nav:hover {
	background: url(/nsba/assets/images/nsba.favicon.png) left -2px no-repeat;
	padding-left: 16px;
	text-decoration: none;
	}
	

/* Library
=========================================================*/

.border { border: 1px solid #316431; margin: 2px 8px 4px 0; padding: 2px; }
.caption { font: 10px Helvetica, Arial, sans-serif; } 
.emphasis { color: #000; font-weight: bold; }
.ghost_text { color: #c4c4c4; }
.right { float: right; }
