/* GLOBALS */

body {
	font-family: georgia, times new roman, serif;
	font-size: 16px;
	padding: 0;
	margin-top: 15px;
}

p, h1, h2, h3, pre {
	margin-top: 15px;	
}

h1, h2, h3, h4 {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: bold;	
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 15px;	
}
h4 {
	margin-top: 5px;	
	font-size: 10px;	
}
h2, h3, h4 {
	font-weight: bold;
	color: #333;
}

pre {
	font-family: consolas, monospaced, courier, "courier new";
	font-size: 12px;
	background-color: #faf9f9;
	border: 1px solid #ddd;
}
span.constant {
	font-family: consolas, monospaced, courier, "courier new";
	font-size: 14px;
}

ul {
	margin-top: 15px;	
}
li.link {
    margin-bottom: 5px;
}

a, a:visited {
	color: red;
}
a:hover {
	color: gray;
}

img {
    margin-top: 10px;
}

/* GRIDS */

#custom-doc { 
	min-width: 808px;
	margin: auto;
	text-align: left;
}
#hd {
	background: url("../images/banner.png") no-repeat;
	border-bottom: 1px solid #ccc;
	min-height: 100px;
}
#ft {
	min-height: 50px;
	border-top: 1px solid #ccc;
}
#bd { 
	min-height: 666px;
	background: url("../images/body.png") repeat;
}
#nav {
	min-height: 666px;
}
#nav-content {
	padding-left: 20px;
	padding-right: 20px;
}
#story-text {
    margin-bottom: 38px;
}
#storiesContainer {
	margin-bottom: 38px;
}

#pageBox {
    margin-top: 15px;
}
#olderPageBox {
    text-align: left;
    float: left;
}
#newerPageBox {
    text-align: right;
    float: right;
}
#olderPageBox, #newerPageBox {
    margin-bottom: 15px;
    font-size: 14px;
}

/* COMPONENTS */

.contactForm {
	margin-top: 25px;
	margin-bottom: 25px;
}
.contactForm td {
	padding: 15px 0px 0px 0px;
}
.footerText {
	font-size: 10px;
	text-align: center;	
}
.storyContainer {
	margin-top: 25px;
	border-bottom: 1px dotted gray;
	padding-bottom: 25px;
}
.storyTitle {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;	
}
.link {
	font-family: trebuchet ms, arial, helvetica, sans-serif;
}
.linksList {
	font-size: 14px;
}

.searchInput {
	width: 95%;
}