/*
Design by J. Bridges Design
http://www.jbridgesdesign.com
*/

body {
	margin: 0;
	padding: 0;
	background: #0f0503 url(../images/bg.jpg) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #BF4D36;
}

a:hover {
	background: none;
	color: #c65626;
}

/* Header */

#header {
	background: url(../images/headerBG.jpg) repeat-x #955406; 
	height: 54px;
}



/* Menu */
#menuwrap {
    width: 910px;
	margin: 0 auto;
}

#menu {
	width: 910px;
	height: 54px;
	margin: 0 auto;
	padding: 0;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 54px;
	width: 72px;
	padding: 17px 5px 7px 5px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #53340c;
	border: none;
}

#menu a:hover {
	background: url(../images/topNavHover.jpg) no-repeat top center;
	text-decoration: none;
	height: 54px;
	width: 80px;
}

#parchment {
    background: url(../images/parchment.gif) no-repeat;
	float: right;
	width: 416px;
	height: 225px;
	margin: -80px -135px auto;
}


#wrapper {
	width: 790px;
	margin: 0 auto;
}

#wrapper-top {
	width: 790px;
}

#wrapper-btm {
	width: 790px;
}


/* Page */

#page {
	width: 790px;
	margin: 0 auto;
	padding-top: 30px;
}
	
/* Content */

#content {
	float: right;
	width: 570px;
	margin: -16px auto;
	padding: 10px;
	background: #fbfbfb;
	border: 2px solid #fdde84;
}

.bread {
    font-size: 10px;
	margin: -5px 0 0 -5px;
}

.important {
   color: #c65626;
   font-weight: bold;
   font-family: Georgia, "Times New Roman", Times, serif;
   display: inline;
}

.box {
    background: #f4eacc;
	padding: 5px;
	width: 550px;
	margin: 10px 0;
	color: #c65626;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 20px;
}

.imginfo {
    background: #f4eacc;
	padding: 5px;
	width: 400px;
	margin: 5px 0;
	color: #c65626;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 14px;
	font-size: 14px;
}

.post {
}

.post .title {
	margin: -10px 0 -15px -10px;
}

.post .title a {
	background: none;
	color: #967001;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
	color: #c65626
}

.post .meta {
	margin-bottom: 5px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: left;
}

.post a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post a:hover {
    color: #c65626;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 155px;
	margin: 0;
	padding: 0 0 0 35px;
}

#sidebar #logo {
    margin: -30px -135px auto;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 10px;
}

#sidebar li li {
	line-height: 35px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #4D4D4D;
}

#sidebar p {
	padding-bottom: 5px;
	text-align: left;
}

#sidebar a {
	color: #BF4D36;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

#sidebarnav {
	background-color: #6B4842;
	border: 1px solid #9F431E;
	margin: 15px 0 20px 0;
	width: 151px;
}

#sidebarnav img{
    margin: -14px 0 0 5px;	
}

#sidebarnav a {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
	margin-right: 50px;
}
#sidebarnav a:hover {
    color: #c65626;
    text-decoration: none;
	background: url(../images/arrow.gif) no-repeat right;
}

#navheader {
    margin: -5px 0 0 -5px;
}

#sidebarnews {
    background-color: #c65626;
	border: 1px solid #fdde84;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	width: 142px;
}
#sidebarnews img {
    margin: 0 0 0 5px;	
}
#sidebarnews li li{
	line-height: 25px;
}
#sidebarnews a{
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebarnews a:hover{
	color: #fdde84;
}

#newsheader {
    margin: -25px 0 0 -11px;
}

/* Footer */

#footer {
	width: 790px;
	height: 15px;
	margin: 15px auto 10px 230px;
	*margin: -15px auto 10px auto;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	display: inline-block;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: right;
}

#footer a {
	color: #fdde84;
	border-bottom: 1px #FF833B dotted;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .pyramids {
    background: url(../images/pyramids.gif) no-repeat;
	width: 611px;
	height: 174px;
	margin: -34px 0 -10px -70px;
}