/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

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, ol, ul, li,
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;
}

ol, ul {
	list-style: none;
}

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;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #333;
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h1 {
	font-size: 34px;
	line-height: 50px;
}

h2 {
	font-size: 28px;
	line-height: 44px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
}

h4 {
	font-size: 18px;
	line-height: 22px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

ul {
	list-style: disc;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

li {
	line-height: 18px;
}

strong, b, .b {
	color: #333 !important;
	font-weight: bold;
}

a {
	color: #69A535;
	text-decoration: none;
}

a:visited {
	color: #69A535;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #99CC66;
	text-decoration: underline;
}

a:active {
	color: #69A535;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/

h1 {
	padding: 20px 0;
}

h2 {
	padding: 20px 0;
}

h3 {
	padding: 10px 0;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	padding-bottom: 20px;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	padding-left: 0;
}

li {
	padding: 3px 0;
	margin-left: 12px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 5px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/html_bkgd.png) repeat-x;
}

body {
	background: none;
	margin: 0 auto;
	width: 960px;
	border: none;
}

header#mast {
	background: #999 url(../images/mast_bkgd.png) repeat-x;
	margin: 0 auto;
	-moz-box-shadow: 0 4px 8px #222;
	-webkit-box-shadow: 0  4px 8px #222;
	height: 120px;
	width: 950px;
}

header#mast h1 {
	background: none;
	color: #fff;
	font-size: 40px;
	font-variant: small-caps;
	padding-top: 35px;
	text-align: center;
	text-shadow: 0 1px 15px #333;
}

nav#global {
	padding: 0;
	position: absolute;
	left: 1px;
	height: 50px;
	width: 100%;
	background: #222 url(../images/global_bkgd.png) repeat-x;
	-moz-box-shadow: 0 2px 6px #222;
	-webkit-box-shadow: 0  2px 6px #222;
	text-align: center;
	top: 162px;
}

nav#global ul {
	margin: 0 auto;
	width: 960px;
	border: none;
}

nav#global ul li {
	display: inline;
	list-style: none;
	padding-left: 40px;
}

nav#global ul li a {
	color: #ccb9a0;
	background: none;
	display: inline-block;
	font: normal bold 15px/50px Georgia, "Times New Roman", Times, serif;
	height: 50px;
	padding: 0 15px;
	margin-right: 40px;
	text-align: center;
}

nav#global ul li a:hover, nav#global ul li a:focus {
	background: rgba(60, 40, 30, .3);
	color: #99CC66;
	text-decoration: none;
}

nav#global ul li a.selected {
	color: #fff;
}

nav#global ul li a.selected:hover {
	color: #99CC66;
}

#intro {
	background: url(../images/intro_bkgd.png) repeat;
	margin: 35px auto 0 auto;
	padding: 60px 40px 0 35px;
	overflow: hidden;
	-moz-box-shadow: 0 4px 8px #555;
	-webkit-box-shadow: 0  4px 8px #555;
	min-height: 325px;
	width: 875px;
}

#intro div {
	float: right;
	padding-bottom: 10px;
	width: 370px;
	border: none;
}

#intro div header h2 {
	color: #8B7050;
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 15px 0;
}

#intro div p {
}

#intro a {
	color: #fff;
	background-color: #333;
	font: normal bold 14px/44px Georgia, "Times New Roman", Times, serif;
	padding: 13px;
	margin-right: 40px;
	-moz-box-shadow: 0 1px 6px #333;
	-webkit-box-shadow: 0  1px 6px #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

#intro a:hover {
	color: #99CC66;
	background-color: #4A3420;
	text-decoration: none;
}

#intro #photo {
	background-color: #fff;
	float: left;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0 1px 10px #333;
	-webkit-box-shadow: 0  1px 10px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	transform: rotate(-3deg);
	width: 400px;
	height: 300px;
}

#photo div {
	background-color: #333;
	margin: 10px;
	padding: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 380px;
	height: 260px;
	text-align: center;
}

#photo div h3 {
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	padding: 115px 0 0 0;
}

div#tornEdge {
	background: url(../images/tornEdge.png) no-repeat;
	width: 960px;
	height: 37px;
	position: absolute;
	z-index: 10;
}

div#main {
	background: url(../images/main_bkgd.png) repeat-y 735px 0;
	clear: both;
	padding-top: 25px;
	border: none;
	z-index: 5;
}

#main #articles {
	float: left;
	margin-left: 40px;
	width: 640px;
	border: none;
}

article {
	border-bottom: 1px dotted #aaa;
	padding: 15px 0;
}

article:last-child {
	border-bottom: none;
}

aside {
	float: left;
	margin-top: 40px;
	margin-left: 55px;
	border: none;
}

aside section {
	background: none;
	margin-bottom: 40px;
	width: 200px;
	padding: 0;
	border: none;
}

aside h3 {
	background: url(../images/aside_h3_rightBkgd.png) no-repeat top right, url(../images/aside_h3_midBkgd.png) repeat-x;
	background-color: #4A3420;
	color: #fff;
	display: inline-block;
	height: 25px;
	padding: 10px 30px 10px 10px;
	margin-bottom: 10px;
	white-space: nowrap;
}

nav#categories ul, nav#archives ul {
	margin: 0;
	padding: 0 0 0 25px;
}

nav#categories ul li, nav#archives ul li {
	list-style: none;
	margin: 0 0 5px 0;
}

footer {
	position: absolute;
	left: 0;
	width: 100%;
	background: #17100A url(../images/footer_bkgd.png) repeat-x;
}

footer div {
	margin: 0 auto;
	padding: 40px 0 20px 40px;
	width: 920px;
	border: none;
}

footer div section {
	color: #c5b8a8;
	float: left;
	margin-right: 25px;
	width: 230px;
	border: none;
}

footer div section h3 {
	color: #fff;
	text-shadow: 0 0 10px #fff;
}

nav#blogRoll ul li, nav#siteMap ul li {
	color: #8B7050;
	list-style: url(bullet.png);
	margin-left: 15px;
}

footer #about {
	margin-right: 60px;
	width: 330px;
}
