@charset "utf-8";
/* HCOS Newsletter */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, 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 {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* END OF CSS RESET ---- BEGINNING OF MY STUFF */





html, body {
	height: 100%;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

html {
	background: #e4e1de url('../images/background-glow.png') center repeat-y;	
}

div#container {
	min-height: 100%;
	margin-bottom: -250px;
	position: relative;
}

div#footer {
	height: 250px;
	position: relative;
	background: url('../images/footer-bg.png') top repeat-x;
}

div#footer div.wrapper {
	min-width: 960px;
	max-width: 1095px;
	margin: 0 auto;
	padding: 0 6px;
}

div#footer div.main {
	background: url('../images/footer-main-bg.png') bottom left repeat-x;
	height: 250px;
}

div#footer div.main div {
	padding: 25px 40px 0 40px;
	color: #888;
	text-shadow: 1px 2px 6px #000;
}

div#footer div.main div h2 {
	color: #bbb;
	border-bottom: dotted #666 1px;
	padding: 0 0 10px 0;
}

div#footer div.side {
	background: url('../images/footer-main-bg-right.png') bottom repeat-x;
	height: 250px;
	width: 1px;
	float: right;
}

div.clearfooter {
	height: 250px;
	clear: both;
}

div#header {
	height: 224px;
	background: #eaf3fb url('../images/header.jpg') no-repeat top center;
}

div#bar {
	height: 47px;
	background: url('../images/bar.png') repeat-x;
	margin-bottom: -7px;
	position: relative;
	z-index: 999;
	line-height: 42px;
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 9px #001;
}

div#wrapper {
	min-width: 965px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 6px 0 0;
	background: url('../images/wrapper-bg.png') right repeat-y;
}

div#content {
	min-width: 604px;
	padding: 0 349px 0 6px;
	background: url('../images/content-left-bg.png') left repeat-y;
}

div#content div.block {
	padding: 40px;
	background: #fff url('../images/content-block-bg.png') bottom left repeat-x;
}

div#sidebar {
	width: 347px;
	position: relative;
	float: right;
}

div#sidebar div.splash {
	background: #181818 url('../images/sidebar-splash.jpg') bottom no-repeat;
	min-height: 60px;
	color: #ddd;
	border-bottom: 1px solid #999;
	border-right: 1px solid #797979;
	padding: 30px 22px 30px 22px;
	letter-spacing: -0.03em;
}

div#sidebar div#c1 {
	width: 144px;
	background: url('../images/sidebar-c1-border.gif') right repeat-y;
	padding: 0 12px 5px 16px;
}

div#sidebar div#c2 {
	width: 146px;
	padding: 0 14px 5px 15px;
}

div#c1, div#c2 {
	margin: 10px 0;
	float: left;
	color: #bbb;
	text-shadow: 0px 1px 4px #222;
}

div#bottom-bar {
	height: 40px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	background: url('../images/bottom-bar-bg.png') left repeat-x;
	line-height: 40px;
	color: #999;
}


/* GENERAL CONTENT STYLING */

a {
	color: #06C;
}

a:hover {
	color: #D60;	
}

div#bottom-bar a {
	text-decoration: none;
	font-size: 0.84em;
	color: #89b;
}

div#bottom-bar a:hover {
	color: #D60;
}

div#sidebar div h2 {
	text-transform: uppercase;
	font-family: Constantia, Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-shadow: 0px 1px 6px #000;
	font-size: 13px;
	letter-spacing: 0px;
	padding: 6px 0;
}

div#sidebar div p {
	padding: 0;
}

div#sidebar div p + h2 {
	padding-top: 16px;	
}

div#sidebar {
	font-size: 13px;
	line-height: 1.25em;
	font-family: Tahoma, Geneva, sans-serif;
}

div#sidebar img {
	-moz-box-shadow: 1px 2px 6px #444;
	-webkit-box-shadow: 1px 2px 6px #444;
}

div#sidebar div.splash {
	font-size: 1.1em;
	text-shadow: 0px 2px 6px #000;
	font-family: Verdana, Geneva, sans-serif;
}

div#sidebar div.splash a {
	display: block;
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0 2px 17px;
	background: url('../images/document.gif') left no-repeat;
}

div#sidebar div.splash a:hover {
	color: #E62;
}

div#c1 a, div#c2 a {
	color: #9AF;
}

div#c1 a:hover, div#c2 a:hover {
	color: #FC9;
}

div#c1 div.biglinks a {
	font-size: 1.1em;
	display: block;
	padding-left: 3px;
}

div#c1 div.biglinks a:hover {
	background: url('../images/links-bg.png') top repeat-x;
	color: #FA3;
	text-decoration: none;
}

div#header h1 {
	display: none;	
}

div#content h2 {
	font-family: "Myriad Pro", Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: normal;
	padding: 0 0 7px 0;
	margin: 0 0 7px 0;
	letter-spacing: -0.03em;
	color: #aa0033;
	border-bottom: double #eee 3px;
}

div#content h4.author {
	font-weight: normal;
	font-size: 1em;
	color: #999;
	font-style: italic;
}

div#content p {
	line-height: 1.6em;
	letter-spacing: 0.03em;
	color: #222;
}

div.block img.author {
	padding: 2px;
	background-color: #f8f8f8;
	border: solid 2px #e4e4e4;
	float: right;
	margin: 5px 0 10px 15px;
	-moz-box-shadow: 1px 2px 6px #eee;
	-webkit-box-shadow: 1px 2px 6px #eee;
}

div.block .author a {
	text-decoration: none;
	color: #58A;
}

div.block .author a:hover {
	padding-right: 24px;
	background: #FFD url('../images/icon-email.png') right no-repeat;
}

h2 + p, h3 + p, h4 + p, p + p {
	padding: 0.9em 0 0 0;	
}

.author + p {
	margin-top: 8px;
	text-indent: 1.5em;
}

a.more, .more a, .more {
	font-weight: bold;
	text-align: right;
	text-shadow: 0px 1px 6px #fff;
}

ul li, ol li {
	color: #222;
	padding: 0 0 0 7px;
	line-height: 1.6em;
}

div#sidebar a {
	line-height: 1.1em;
	display: inline-block;
	margin-bottom: 8px;
}

div#c2 font {
	font-size: 0.8em;
	padding: 10px 0 0 0; margin: 0;
	line-height: 0.8em;
	display: block;
}

table#TodaysHistory td span {
	font-size: 0.9em;	
	line-height: 1.2em;
}

div#c2 div.smalllink a {
	font-size: 0.85em;
}

div#sidebar div.splash h2 {
	display: block;
	font-size: 1.2em;
	border-bottom: dotted #777 2px;
	padding: 0 0 8px 0;
	margin: 0 0 14px 0;
	text-transform: none;
	font-variant: small-caps;
}


/* HEADER LINK */

div#header a#top {
	display: block;
	width: 1098px;
	margin: 0 auto;
	text-decoration: none;
	color: #79afc4;
	font-size: 12px;
	padding: 9px 0 0 7px;
	text-shadow: 0px 1px 7px #fff;
}

div#header a#top:hover {
	color: #D97;
}

a#homelink {
	display: block;
	position: relative;
	width: 520px;
	height: 154px;
	margin: 18px auto 0 auto;
	left: -234px;
}

a#homelink:hover {
	-moz-box-shadow: 0px 2px 12px rgba(255,255,255,1);
	-moz-border-radius: 32px;
}

/* PULLQUOTES */

.left {
	float: left;
	margin: 5px 25px 5px 0;
}

.right {
	float: right;
	margin: 5px 0 5px 25px;
}

.quote_left, .quote_right {
   width: 180px;
   padding: 5px 0;
   font-size: 1.4em;
   text-align: center;
   display: inline;
   letter-spacing: 0em;
   font-family: Arial, Helvetica, sans-serif;
   color: #889;
   font-style: italic;
}

.quote_left {
   margin: 10px 24px 10px 0;
   padding-right: 45px;
   background: url('../images/blockquote-left.png') right 11px no-repeat;
   float: left;
}

.quote_right {
   margin: 10px 0 10px 24px;
   padding-left: 45px;
   background: url('../images/blockquote.png') 0px 11px no-repeat;
   float: right;
}

/* EXTRAS */

table#TodaysHistory a img {
	padding: 5px 8px 5px 0;
}
