
/* @group  RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
body {line-height: 1.5;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}

/* forms.css */
label {font-weight: bold;}
fieldset {padding: 1.4em;margin: 0 0 1.5em 0;border: 1px solid #ccc;}
legend {font-weight: bold;font-size: 1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin: 0.5em 0;}
input.text, input.title {width: 300px;padding: 5px;}
input.title {font-size: 1.5em;}
textarea {width: 390px;height: 250px;padding: 5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position: relative;top: .25em;}
form.inline {line-height: 3;}
form.inline p {margin-bottom: 0;}
.notice {background: #FFF6BF;color: #514721;border-color: #FFD324;}
.success {background: #E6EFC2;color: #264409;border-color: #C6D880;}
.error a {color: #8a1f11;}
.notice a {color: #514721;}
.success a {color: #264409;}
/* @end RESET */

/* @group  GENERIC CLASSES */
.small {font-size: 10px;}
.large {font-size: 18px;}
.hide {display: none;}
.quiet {color: #666;}
.loud {color: #000;}
.highlight {background: #ff0;}
.added {background: #060;color: #fff;}
.removed {background: #900;color: #fff;}
.first {margin-left: 0;padding-left: 0;}
.last {margin-right: 0;padding-right: 0;}
.top {margin-top: 0;padding-top: 0;}
.bottom {margin-bottom: 0;padding-bottom: 0;}
.white {color: #fff;}
.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.left {float: left;}
.right {float: right;}
.hidden {display: none;}
.column {display: inline;float: left;}
.column.right {float: right;}
.bold {font-weight: bold;}
.uppercase {text-transform: uppercase;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.finder {border: 1px solid red;}
.remove {position: absolute;left: -9999em;}
.unbullet {list-style: none;}
.plainlist {list-style: none;margin-left: 0;}
.relative {position: relative;}
.upper {
	text-transform: uppercase;
}
.green {
	color: #8aaa66;
}
.imgleft {
	float: left;
	margin: 0 20px 20px 0;
}
.imgright {
	float: right;
	margin: 0 0 10px 10px;
}

/* @end GENERIC CLASSES */

/* @group  TYPOGRAPHY */
body {
	color: #595959;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
	color: #25221a;
}

h1.knockout {
	text-indent: -9999em;
	background-position: -9px 0;
	background-repeat: no-repeat;
	height: 54px;
	margin-top: -4px;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
	margin-bottom: 15px;
	line-height: 30px;
}

h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

h4 {
	font-size: 15px;
	margin-bottom: 0;
}

h5 {
	font-size: 13px;
	margin-bottom: 5px;
}

h6 {
	font-size: 12px;
	margin-bottom: 5px;
	font-style: italic;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0 15px;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

blockquote {
	margin: 15px;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 15px;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 15px 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul, li ol {
	margin: 0;
}

ul, ol {
	margin: 0 15px 15px 0;
	padding-left: 20px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 15px 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 15px;
}

table {
	margin-bottom: 20px;
	width: 100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #c3d9ff;
}

th, td, caption {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}
/* @end TYPOGRAPHY */


/* @group  GLOBAL */


/* layout and global styles */

body {
	padding: 0 0 0 0;
	margin: 0;
	/*background: #dceeef;*/
		background: #dceeef ;

}

#secondary-body {
	background: #191919;
	padding: 0;
	margin: 0;
}

#banner {
	background: #ffffff  no-repeat top;
		background: #ffffff ;
	height: 100px;
}

a {
	color: #f55a2a;
	text-decoration: none;
	outline: none;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#essay {
	height: auto;
	background: #fff;
	padding: 36px 60px 40px 49px;
	clear: both;
}

#essay a {
	color: #3eadb6;
}

#essay a:hover {
	color: #f55a2a;
}

.main-col {
	float: left;
	width: 530px;
}

#nav {
	list-style: none;	
	text-transform: uppercase;
	position: absolute;
	top: -72px;
	right: 0;
	padding: 5px 0 0 0;
	margin: 0;
	border-top: 2px solid #8ebec1;
	width: 190px;
}

#nav li {
	padding: 0;
	margin: 0 0 5px 0;
	float: left;
	clear: left;
}

#nav li a {
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	height: 9px;
	line-height: 9px;
	width: 190px;
	text-indent: -9999em;
	background-repeat: no-repeat;
}

#nav li a:hover {
	background-position: 0 -18px;
}

#nav li a.open {
	background-position: 0 -9px;
}

a#nav-credits {
	width: 56px;
	background-image: url(credit-sprite.png);
}

a#nav-about {
	width: 139px;
	background-image: url(about-sprite.png);
}

#footer {
	background: #ffffff no-repeat center;
	background: #ffffff ;	
	height: 202px;
}

#footer-content {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
}

#footer-content .left {
	font-size: 11px;
	display: inline;
	margin-left: 10px;
}

#footer-content .left .clear {
	clear: left;
}


ul.storylist {
	list-style: none;
	padding: 0;
	width: 300px;
}

.storylist li {
	float: left;
	width: 100px;
	line-height: 15px;
	margin: 0 0 5px 0;
}

.storylist li a {
	color: #595959;
}

.storylist li a:hover {
	color: #f55a2a;
}

#footer-content h3 {
	text-indent: -9999em;
	background-repeat: no-repeat;
	background-position: -8px 0;
	height: 43px;
	width: 110px;
	margin: 0 0 10px 0;
}

a#cpb-credt, a#ecb-credit {
	color: #595959;
}

a#cpb-credt:hover, a#ecb-credit:hover {
	color: #f55a2a;
}


.message-404 {
	padding: 40px;
	height: 635px;
}

.message-404, .message-404 h1 {
	color: #fff;
}

#copyright {
	text-align: center;
	bottom: 10px;
	clear: both;
	margin: 0;
	padding: 0;
	color: #8daeb0;
}

#copyright a {
	color: #8daeb0;
}

/* @end  GLOBAL */

/* @group  HOME */

/* text is for search engines and screen readers */
.home-page h1, .home-page h2 {
	text-indent: -9999em;
	height: 0;
	margin: 0;
	padding: 0;
}

#essay.story-index {
	background: none;
	padding: 16px 0 0;
}

#essay.story-index a {
	color: #fff;	
}

#essay.story-index p a {
	color: #fff;
	color: #A5D7D9;
}

.story {
	width: 309px;
	height: 229px;
	float: left;
	margin: 0 16px 16px 0;
	background: #859797;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	position: relative;
	background: #fff;
}

.story.right {
	float: right;
	margin-right: 0;
}

.story-text {
	text-align: center;
	height: 229px;
	width: 269px;
	padding: 0 20px;
}

.story-text h3 {
	/*font-family: 'KnockoutHTF26JuniorFlyweight';*/
	text-indent: -9999em;
	background-position: -22px -8px;
	height: 81px;
	float: left;
	width: 100%;
	margin-top: 66px;
}

.story-text p {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	float: left;
	clear: left;
	width: 100%;
	margin: -30px 0 0;
}

.story-text a {
	color: #fff;
}

/* @end HOME */


