
/* ---------------------------------------------------------------------------------------------------------

Website Name Goes Here
http://www.something.com/

Design, Code, Database Structure, Interactivity, and Management: Thomas Bright and Tony Scialdone
http://www.dotcomonomics.com/

--------------------------------------------------------------------------------------------------------- */

/* Universal Declarations */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body * { position: relative; }
html { background : url(null) fixed no-repeat; } 			/* this fixes an IE problem. Scrolling some pages causes corruption in the rendering. */
:focus { outline: 0; background: #ccc; }					/* remember to define focus styles! */
table { border-collapse: collapse; border-spacing: 0; } 		/* tables still need cellspacing="0" in the markup */


/* Block Level Elements */

html {
	height: 100%;
	background: #fff; }

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg_body.jpg) repeat-x left top;
	font-size: 100.01%; }

#wrap { 
	margin: 0 auto;
	width: 960px;
	font: 0.7em/1.5em verdana, arial, sans-serif; }

#header {
	height: 213px;
	background: url(../images/bg_header.jpg) no-repeat left top; }

#contentwrap {
	float: left;
	padding: 0 0 49px 0; }

#primary {
	float: left;
	width: 700px; }

#secondary {
	float: right;
	width: 250px; }

#footer {
	clear: both;
	height: 213px;
	background: #ddd url(../images/bg_footer.jpg) repeat-x left bottom; }


/* Nav Styles */

#header a {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%; }

#nav {
	margin: 28px 0 0 0;
	padding: 0;
	width: 100%; }

#nav li {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	background: #006; 
	text-align: left; }
#nav a:link,
#nav a:visited,
#nav a:active {
	display: block; 
	padding: 7px; 
	text-decoration: none;
	background: #e6efe6;
	font: bold 1.18em/1em verdana, arial, sans-serif;
	color: #337d37;
	text-align: left;
	text-indent: 0;
	letter-spacing: -1px; 
	font-variant: small-caps; }
#nav a:hover { 
	background: #015d06;
	color: #fff; }


a:link,
a:visited,
a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #00f; }
a:hover {
	text-decoration: none;
	color: #f00; }

#categories {
	margin: 28px 0 0 0;
	padding: 0;
	width: 100%; }

#categories li {
	margin: 0 0 2px 0;
	padding: 0;
	list-style-type: none;
	background: #006; 
	text-align: left; }
#categories a:link,
#categories a:visited,
#categories a:active {
	display: block; 
	padding: 7px; 
	text-decoration: none;
	background: #e6efe6;
	font: bold 1.18em/1em verdana, arial, sans-serif;
	color: #337d37;
	text-align: left;
	text-indent: 0;
	letter-spacing: -1px; 
	font-variant: small-caps; }
#categories a:hover { 
	background: #015d06;
	color: #fff; }	
	
	
a#admin {
	color: #d7d7d7;
	text-decoration: none; }

/* Headlines */

h1 {
	margin: 14px 0 0 21px;
	font: normal 218%/1.5em arial, sans-serif;
	color: #015d06;
	letter-spacing: -1px; }

h2 {
	margin: 14px 0 0 21px;
	font: normal 164%/1.5em arial, sans-serif;
	color: #015d06; }
	
#secondary h2+ul{ margin-top: 0; }


h3 {
	margin: 14px 0 0 21px;
	font: bold 145%/1.5em arial, sans-serif;
	color: #015d06;
	letter-spacing: -1px;	}

h4 {
	margin: 14px 0 0 21px;
	font: bold 136%/1.5em arial, sans-serif;
	color: #015d06;
	letter-spacing: -1px;	}

h5 {
	margin: 14px 0 0 21px;
	font: bold 136%/1.5em arial, sans-serif;
	color: #015d06;
	letter-spacing: -1px; }


/* Paragraphs */

p {
	margin: 14px 14px 0 14px;
	line-height: 1.5em;
	text-align: justify; }

#footer p {
	font-size: 80%;
	color: #d7d7d7;
	text-align: center; 
	font-variant: small-caps; }



/* Definition Lists */

dl {
	list-style-position: inside;
	margin: 14px 28px 0 42px; }

dt {
	font-weight: bold;
	font-size: 118%; }

dd {
	margin-left: 14px; }

/* Ordered Lists */

ol {
	list-style-position: outside;
	margin: 14px 28px 0 42px; }

ol li { text-align: justify; }


/* Unordered Lists */

ul {
	list-style-position: outside;
	margin: 14px 28px 0 42px; }

ul li { text-align: justify; }

ul li.none { 
	list-style-type: none; 
	margin-left: -28px;
	padding-left: 0;
	font-weight: bold; }


/* Images */

.pic {
	display: block;
	margin: 14px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }


/* Blockquotes */

blockquote {
	margin: 21px 21px 0 21px;
	border-top: 1px solid #666; border-bottom: 1px solid #666; }

blockquote p {
	margin: 0;
	padding: 14px 14px 28px 14px;
	background: url(../images/quotes.gif) no-repeat 5px 10px;
	font-weight: bold;
	color: #015d06; }
	
blockquote cite {
	display: block;
	margin: 0 77px 14px 0; 
	font-weight: bold;
	color: #015d06; 
	text-align: right; 
	font-style: normal; }

/* Forms */

form {
	margin: 21px; }

#commentForm { margin: 35px 0 0 0; } 
	
label {
	clear: both;
	display: block;
	margin: 0;
	font-weight: bold;
	color: #4071a9;
	text-transform: uppercase; }

input {
	display: block;
	margin: 0 0 14px 0;
	padding: 4px;
	width: 200px;
	background: #fff;
	font: bold 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #015d06;
	border: 1px solid #c2c2c2; }	
	
input[type $='hidden'] { display: none; }

#cappydiv input { 
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #015d06;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }
	
#cappy { margin-top: 4px; }

img[src $='includes/capimage.php'] { top: 10px; left: 4px; }

textarea {
	clear: both;
	display: block;
	overflow: auto;
	margin: 0 0 7px 0;
	padding: 4px 4px 0 4px;
	width: 400px;
	height: 100px;
	background: #fff;
	font: normal 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #015d06;
	border: 1px solid #c2c2c2; }

textarea[name $='comment'] { margin: 0px 0 0 0; }


select {
	margin: 7px 0 7px 0;
	background: #fff;
	border: 1px solid #c2c2c2; }

input[type $='submit'] {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #015d06;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }

#secondary input[type $='submit'] { margin-top: 7px; }



/* Tables */

table {
	table-layout: fixed;
	width: 100%;
	overflow: hidden; }

td ul, td ul li { margin: 0; }
	
/* Classes and Stuff */

.bold { 
	font-weight: bold; 
	color: #015d06; }
em { font-variant: italic; }
.right { text-align: right; }
.left { text-align: left; }


/* Iframes */

iframe { overflow: auto; }


/* Object and Embed */

object {
	display: block;
	margin: 28px auto; }


/* Web Safe Fonts include:
	Times New Roman
	Georgia
	Andale Mono
	Arial
	Arial Black
	Century Gothic
	Impact
	Trebuchet MS
	Verdana
	Comic Sans MS
	Courier New
*/
