/* ***********************************************************************
 * Originaly Designed by Free CSS Templates and used as a base.
 * http://www.freecsstemplates.org
 * Released for free under a Creative Commons Attribution 2.5 License
 *
 * Re-Created by Chuck Taylor - TRCompuing
 * Date: 11 Jul 2012
 * http://www.trcompu.com
 * Reason for all the Blank, if they still are, Comment Headers: I 'PLAN' to add
 * lots of comments, both for myself and others.
 *
 *	Use a 'class' tag '.' if:
 *	    1. The style is used in various places throughout the document.
 *	    2. The style is very general.
 *	Use an 'id' tag '#' if:
 *	    1. The style is only used once ever in the document.
 *	    2. The style is specific to a certain area of the document.
*/

/* ***********************************************************************
 * Techmically, the numeric color setting of the background doesn't mean a
 * thing UNLESS the image is missing!!! It is everything outside of the
 * header and the page. Well, not totally true. The image is outside of
 * everything. You won't see the image UNLESS your browser window is wide enough.
 */
body {
	margin: 0;
	padding: 0;
	background: #544C40 url(images/img01.jpg) repeat left top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

/* ***********************************************************************
 *
 */
h1, h2, h3 {
	margin-top: 0;
}

/* ***********************************************************************
 *
 */
h1 {
	font-size: 1.6em;
	font-weight: normal;
}

/* ***********************************************************************
 *
 */
h2 {
	font-size: 1.6em;
}

/* ***********************************************************************
 *
 */
h3 {
	font-size: 1em;
}

/* ***********************************************************************
 *
 */
ul {
}

a {
	text-decoration: none;
	color: #AF9371;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* ***********************************************************************
 * Header
 * margin or padding - top, right, bottom, left
 */
#header {
	width: 1000px;
	margin: 0 auto;
	height: 193px;
	background: url(images/img02.jpg) repeat-x left top;
}

/* Header */

/* ***********************************************************************
 * Logo
 */
#logo {
	width: 970px;
	height: 150px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

/* ***********************************************************************
 * margin or padding - top, right, bottom, left
 */
#logo h1 {
	padding: 50px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

/* ***********************************************************************
 * Here we are defining the characteristics for the p element inside the Logo.
 */
#logo p {
	text-transform: uppercase;
	padding: 72px 0 0 3px;
	font-size: 10px;
	color: #110E0F;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* ***********************************************************************
 * Menu
 */
#menu {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	height: 30px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 6px 15px 10px 20px;
	border-right: 1px #000000 solid;
	text-decoration: none;
/*	text-transform: uppercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#menu a:hover {
	margin: 0 3px 0 0;
	color: #FFFFFF;
}

#menu .current_page_item a {
	margin: 0 3px 0 0;
	color: #FFFFFF;
}

/* ***********************************************************************
 * Wrapper
 */
#wrapper {
}

/* ***********************************************************************
 * Page - Hey Taylor!!! This one is what controls the background color!!!
 * Also controls the page width... So does header
 */
#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: #110E0F;
}

#page-bg {
}

/* ***********************************************************************
 * Latest Post
 */
#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* ***********************************************************************
 * Content
 */
#content {
	float: left;
	width: 560px;
}

/* ***********************************************************************
 * Design106 put in all the 'extra' spacing via the 'p' element. Looks like
 * they are doing it with the 'post' element here.
 */
.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

/* ***********************************************************************
 *
 */
.title {
	margin: 0;
	padding: 10px 0 0 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

/* ***********************************************************************
 * This creates the fine print under the Headers. (or where ever you use it)
 * margin or padding - top, right, bottom, left
 */
.byline {
	border-bottom: 2px solid #000000;
	margin: -10px 20px 20px 20px;
}

/* ***********************************************************************
 * This creates the fine print under the Headers. (or where ever you use it)
 * I added this one to have a top border also, and less indent.
 * margin or padding - top, right, bottom, left
 */
.byline2 {
	border-top: 2px solid #1B1B1B;
	border-bottom: 2px solid #1B1B1B;
	margin: 0px 20px 10px 5px;
}

/* ***********************************************************************
 *
 */
.tag {
	padding: 0 15px;
}

/* ***********************************************************************
 * Now then, this is used with a div element to squeeze in the content.
 * Without it, the content stretches all the way from one column to the
 * other. Which may be what I want in some cases.
 */
.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 20px;
	text-align: left;
	font-weight: bold;
	background: #000000;
}

/* ***********************************************************************
 * margin or padding - top, right, bottom, left
 */
.links a {
	border: none;
}

.links a:hover {
}

/* ***********************************************************************
 * Sidebars
 */
#sidebar1 {
	float: left;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 12px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

/* ***********************************************************************
 * margin or padding - top, right, bottom, left
 */
.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #423525 dashed;
}


.sidebar li h2 {
	margin: 0 0 0 0;
	padding: 10px 15px;
	background: #000000;
	font-size: 13px;
	color: #AF9371;
}

.sidebar a {
	color: #FFFFFF;
}

/* ***********************************************************************
 * Search
 */
#searchform {
	margin: 0;
	padding: 0 0 0 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

/* ***********************************************************************
 * Part of Search
 */
#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 110px;
	height: 18px;
	border: 1px solid #423525;
	background: #000000;
	font-size: 10px;
	color: #CCCCCC;
}

/* ***********************************************************************
 * Part of Search
 */
#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #000000;
	border: 1px solid #423525;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/* ***********************************************************************
 * Calendar
 */
#calendar_wrap {
	padding: 0 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* ***********************************************************************
 * Footer
 */
#footer {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	background: #514334;
	border-top: 2px solid #423525;
}

#footer a {
	color: #FFFFFF;
}

/* ***********************************************************************
 * margin or padding - top, right, bottom, left
 */
#footer a:hover {
	margin: 0 3px 0 0;
	border-bottom: medium solid #8b4513;
	border-top: thin solid #8b4513;
	color: #FFFFFF;
}
