/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic Settings */

body {
	margin: 0;
	padding: 0;
	background: #F7F7F7
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	font-family: Arial, Helvetica, sans-serif;
}

ul, ol {
}



/* CSS Mouseover feature on Tradition Page */
/* Adjust width and height to fit properly on page */

a.p1 {display:block; width:100px; height:30px; text-decoration:none; background:#fff; border:0;}
a.p1 img {display:block; border:0;}
a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000; position:relative; z-index:500;}
a.p1 .large {position:relative; left:-9999px;}
a.p1:hover .large {top:5px; left:-200px;}

#info {z-index:100; height:22em;}


/* Adjust width to enlarge entire page */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */
/* replace background-image to change header image */
/* adjust width and height to adjust header image */

#header {
	width: 940px;
	height: 251px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(image/feedingthefire.png);
	background-color: #000000;
	background-repeat: no-repeat;
}

/* Menu */
/* provides block-color mouseover effect */
/* adjust width to match header */

#menu {
	width: 943px;
	height: 16px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 157px;
	height: 20px;
	background: #000000;
	padding-top: 8px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #490506;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #490506;
	padding-left: 0;
}

/* Page */
/* Adjust width to enlarge entire content area includind sidebar */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {
}

/* Content */
/* Adjust width to enlarge article area */

#content {
	float: left;
	width: 628px;
	padding: 0;
	background-color: #ffb429;
}

/* picture alignment, must be unique for each picture used */
/* set to width of picture, then float to left or right */
/* font-size adjusts size of caption */

.imagecaptionleft {
	display: inline;
	float: left;
	width: 200px;
	text-align: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 10px;
}

.imagecaptionleft2 {
	display: inline;
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 10px;
}

.imagecaptionright {
	display: inline;
	float: right;
	width: 300px;
	text-align: right;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	font-size: 10px;
}

.imagecaptionright2 {
	display: inline;
	float: right;
	width: 200px;
	text-align: right;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	font-size: 10px;
}

.imagecaptionright3 {
	display: inline;
	float: right;
	width: 220px;
	text-align: right;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 1em;
	font-size: 10px;
}

.post {
	margin-bottom: 15px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #490506;
}
.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

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

/* .post meta = black bar containing author info */

.post .meta {
	width: 400px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.post .meta a {
	color: #FFFFFF;
}

/* .post .entry = actual content */
.post .entry {
	padding-bottom: 20px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */
/* Adjust width to enlarge sidebar */

#sidebar {
	float: right;
	width: 290px;
	color: #000000;
	background: #a68743;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebar p {
padding-right: 5px;
padding-left: 5px;
border-bottom: 0px dotted #490506;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	line-height: 35px;
	border-bottom: 1px dotted #490506;
}
#sidebar h2 {
	height: 38px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #000000;
	padding-right: 4px;
    padding-left: 4px;
}
#sidebar a {
	border: none;
	color: #490506;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}


/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #8A8A8A;
}
