/*---------------------------------+
| Fire and Lightning : Default     |
+==================================+
| Copyright (c) 2005 Iain Gardiner |
+---------------------------------*/

/* IMPORT SITE-WIDE STYLES */

@import "/css/common/wsreset.css";
@import "/css/common/text.css";
@import "/css/common/links.css";
@import "/css/common/images.css";
@import "/css/common/forms.css";
@import "/css/common/code.css";

/* GENERAL */

html {
	font: 1em/1.5em "Verdana", sans-serif;
}

body {
	min-width: 710px;
	padding: 20px 0 0;
	font-size: 80%;
	background: url(/img/body.png) repeat-x top fixed #fff;
}

div {
	margin-bottom: 26px;
	border: solid #999;
	border-width: 1px 0;
	background-color: transparent;
}

/* TEXT */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	color: #3778e3;
	font-family: "Georgia";
	font-weight: normal;
}

h1 {
	padding-bottom: 30px;
	text-align: center;
	background: url(/img/separator.png) no-repeat bottom center transparent;
	clear: both;
}

h2 {
	margin-top: 20px;
	border-bottom: 1px solid #bfd5f9;
	padding-bottom: 5px;
	clear: both;
}

blockquote {
	width: 280px;
	margin: 0 0 0 10px;
	color: #777;
	font: italic 1em/1.3em "Georgia", sans-serif;
	float: right;
	clear: right;
	display: inline; /* Fix for IE margin-doubling bug */
}

blockquote cite {
	color: #3778e3;
	font-size: 90%;
}

.date {
	color: #3778e3;
	font-family: "Georgia";
}

/* WRAPPER */

#wrapper {
	width: 700px;
	margin: auto;
	border: none;
}

/* HEADER */

#header {
	width: 700px;
	height: 150px;
	margin-bottom: 19px;
	border: none;
	padding: 0;
	cursor: pointer;
	background: url(/img/header.png) no-repeat center;
}

/* NAVIGATION */

#navigation {
	width: 680px;
	padding: 10px;
	font-weight: bold;
	background: url(/img/divmiddle.png) repeat-y center #fff;
	position: relative;
}

#navigationList {
	margin: 0;
	border: none;
	padding: 0;
	text-align: center;
}

#navigationList li {
	margin: 0 1em;
	list-style: none;
	display: inline;
}

#navigationList li#current {
	border-bottom: 5px solid #0c0;
}

#navigationList li a {
	border-top: 5px solid #3778e3;
}

#navigationList li a:hover {
	border-top: 5px solid #bfd5f9;
}

/* CONTENT */

#content {
	width: 680px;
	margin: 0 auto 28px;
	padding: 10px 10px 0;
	background: url(/img/divmiddle.png) repeat-y center #fff;
	position: relative;
}

#content:after { /* Clear any floats that otherwise extend past the bottom of the div */
	height: 0;
	content: ' ';
	display: block;
	clear: both;
}

/* FOOTER */

#footer {
	width: 680px;
	padding: 0 10px 10px;
	background: url(/img/divmiddle.png) repeat-y center #fff;
	clear: both;
	position: relative;
}

#copyrightInfo {
	margin: 10px 0 0;
	font-family: "Georgia";
	font-weight: bold;
	color: #777;
	text-align: center;
}

/* RECOMMENDED READING LISTS */

.recommended {
	width: 150px;
	margin: 0 0 0 10px;
	border: none;
	font: italic 1em/1.3em "Georgia", sans-serif;
	float: right;
	display: inline; /* Fix for IE margin-doubling bug */
}

.recommended h3 {
	text-align: center;
}

.recommended dl, .recommended button {
	color: #777;
}

.recommended button {
	margin: 0 auto 5px;
	font: normal bold 70% "Verdana", san-serif;
	text-transform: uppercase;
	display: block;
}

.recommended button:hover {
	color: #000;
}

.recommended dt {
	margin-top: 5px;
}

/* GENERATED DIVISIONS */

.top, .bottom {
	width: 700px;
	height: 10px;
	margin: 0;
	border: none;
	padding: 0;
	position: absolute;
}

.top {
	background: url(/img/divtop.png) no-repeat center;
	left: 0;
	top: -9px;
}

.bottom {
	background: url(/img/divbottom.png) no-repeat center;
	left: 0;
	bottom: -9px;
}

.smallPic p, .largePic p {
	color: #777;
	font: italic 1em/1.3em "Georgia", sans-serif;
}