@charset "UTF-8";
/* CSS Document */

/* Reset Reloaded by Eric Meyer */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10px;
	font-family: verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background:#D4D2C5 url(../images/bs_bg.gif) top left repeat-x;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END Reset Reloaded by Eric Meyer */

#bodyContainer {
	width:80em;
	margin:auto;
}
#headerContainer {
	width:100%;
}
#header {
	display:inline-block;
	padding:0;margin:0;
	background-color:#8E918D;
	height:78px;
	width:100%;
}
#header img {
	padding:0;
	margin:37px 0 0 47px;
}
#mainNav {
	height:22px;
	background-color:#8B2E00;
	border-top:solid 4px #000;
}
ul#mainNavList {
	width:65em;
	margin:6px 0 8px 47px;
}
ul#mainNavList li {
	font-weight:bold;
	list-style-type:none;
	display:inline;
	padding-right:25px;
}
ul#mainNavList li a {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
}
ul#mainNavList li a:hover {}
#homePhotoBlock {
	width:36.6em;
	float:left;
	background-color:#304355;
}
#homePhotoBlock p {
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.4em;
	padding:1em 2em 1em 1.6em;
	line-height:1.3em;
}
.footHhighlight {
	color:#8E918D;
	font:inherit;
}
#reviewFoot {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#8E918D;
	background-color:#23313E;
	font-size:1em;
	padding:1em 0 1em 3.8em;
	letter-spacing:.1em;
}
#reviewFoot a {
	color:#8E918D;
	text-decoration:none;
	font:inherit;
}
#reviewFoot a:hover {
	color:#FFF;
}
#homeContentBlock {
	float:right;
	width:43.4em;
	background-color:#FFF;
	padding-top:3.5em;
}
#homeContentBlock p {
	padding: 0 2.5em 0 2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.4em;
}
.highlight {
	font:inherit;
	color:#8B2E00;
	font-weight:bold;
}
#homeContentBlock p.intro {
	padding-bottom:2.2em;
	line-height:1.5em
}
#homeContentBlock p.blogHead {
	border-top: solid 1px #D4D2C5;
	border-bottom: solid 1px #D4D2C5;
	background-color:#F0EEDD;
	padding:.2em 2.5em .2em 2.5em;
	color:#304355;
	font-size:1.4em;
}
#homeContentBlock p.blogTitle {
	color:#304355;
	font-weight:bold;
	border-top: solid 1px #D4D2C5;
	border-bottom: solid 1px #D4D2C5;
	margin:.8em 2em .5em 2.4em;
	padding:.1em 0 .1em .1em;
}
#homeContentBlock p.blogIntro {
	padding-top:0;
	line-height:1.5em;
}
#homeContentBlock p.blogAuthor {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#304355;
	font-weight:bold;
	font-size:.9em;
	padding:.2em 0 1em 3.2em;
}
#homeContentBlock p.blogAuthor a {
	font:inherit;
	color:#BBBFBB;
	text-decoration:none;
}
#homeContentBlock p.blogAuthor a:hover {	
	text-decoration:underline;
}

