/*
 * Project:		Twisted Oak
 * Date:		2009/05/19
/* ---------------------------------------- */

* { margin: 0; padding: 0; }

body { font-size: 62.5%; }

@media only screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; } }

body, textarea, input, select, option, button { color: #333; font-family: Tahoma,Arial,Helvetica Neue,Helvetica,sans-serif; line-height: 1.5; }
li, dt, dd, p, th, td, caption, pre { font-size: 1.2em; }
ul, ol, dl, p, table, pre, h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }

a { color: #000; text-decoration: none; }

ul, ol, dd, blockquote { padding-left: 40px; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
li *, li p, li li, dt *, dd *, p *, th *, td * { font-size: 1em; }

img { border: none; -ms-interpolation-mode: bicubic; }
pre { font-family: "Courier New",monospace; white-space: pre-wrap; }
table { border-collapse: collapse; border-spacing: 0; }
button { overflow: visible; padding: 0 10px; cursor: pointer; } button::-moz-focus-inner { padding: 0; border: none; }

hr { overflow: hidden; height: 1px; margin: 15px 0 !important; margin: -5px 0 8px; padding: 0; border: none; background-color: #ccc; color: #ccc; }
*:first-child+html hr { margin: -7px 0 8px !important; }

.offset { position: absolute !important; left: -10001px !important; overflow: hidden !important; }


/* GENERAL
------------------------------------------- */

.hr { clear: both; border-top: 1px solid black; margin: 0 0 20px; }
 .hr hr { display: none; }

.figure-a { float: left; border: 1px solid #000; padding: 3px; margin: 0 20px 20px 0; }
 .figure-a img { display: block; }

.figure-b { float: right; margin: 0 0 15px 15px; }
 .figure-b img { display: block; }

.section-a { text-align: center; }

/* headers */

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #600; margin: 0; font-family: BobMiller,Tahoma,Arial,Helvetica,sans-serif; }
h1 { font-size: 3em; }
h2 { font-size: 2.4em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* tables */

table { }
 table th, table td { padding: 5px 10px; border: 1px solid #ccc; }

/* ELEMENTS
------------------------------------------- */

#aside { display: none; }
#top .user-options { display: none; }
 
#nav { display: none; }

#footer { overflow: hidden; padding: 20px 0; border-top: 1px solid #000; }
#footer .col-1 { float: left; width: 45% }
 #footer p { display: none; }
 #footer p.copyright { display: block; }

#footer p.designby { float: right; width: 450px; text-align: right; }

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
