html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* BASE */

body{
	font: 100% Arial, Helvetica, sans-serif; 
	background:#7a4d31 url(images/bg.jpg) repeat-y top center;
	color:#000;
	text-align:left;
	line-height:160%;
}

.container{
	margin:0px auto 0px auto;
	width:954px;
}

.top-bg{
	background:url(images/top-bg.jpg) no-repeat top center;
	height:650px;
}

.top-nav{
	margin:79px 0px 0px 45px;
	float:left;
}

.top_nav_ul li{
	display:inline;
	margin:0px 10px 0px 0px;
	font-size:90%;
}	

.top_nav_ul li a{
	color:#fff;
	text-decoration:none;
}	

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	}

h1 {
	font-size:200%;
	color:#7a4d31;
	padding:0px 0px 20px 0px;
	}

h2 {
	font-size:180%;
	color:#7a4d31;
	}

h3 {
	font-size:160%;
	color:#7a4d31;
	}

h4 {
	font-size:140%;
	color:#7a4d31;
	}

h5 {
	font-size:100%;
	color:#7a4d31;
	}

h6 {
	font-size:100%;
	color:#000;
	}

small {
	font-size:80%;
	}

h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color:#7a4d31;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

p{
	padding:0px 0px 20px 0px;
}

p.footer{
	text-align:center;
	padding:0px 0px 10px 0px;
	font-size:80%;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size:80%;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, a:visited{
	color:#7e0a0a;
	text-decoration:none;
}

a:hover{
	color:#c23e3e;
}

a.footer, a.footer:visited, a.footer:hover{
	color:#000;
}

/* Begin Structure */

.column{
	float:right;
	margin:-5px 13px 0px 13px;
	width: 688px;
	background:url(images/column-bg.jpg) repeat-y;
	}
.column-top{
	background:url(images/column-top.jpg) no-repeat;
	height:9px;
}

.column-bottom{
	background:url(images/column-bottom.jpg) no-repeat;
	height:9px;
}

.side-top{
	background:url(images/side-top.jpg) no-repeat;
	height:9px;
}

.side-bottom{
	background:url(images/side-bottom.jpg) no-repeat;
	height:9px;
}

.post {
	margin: 0px;
	padding:15px 20px 15px 20px;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

/* IMAGES */

.right {
	float:right;
	}

.left {
	float:left
	}

.logo{
	margin:0px 0px 0px -50px;
	float:left;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

.sidebar{
	margin:-5px 0px 0px 0px;
	float:right;
	width:223px;
	background:url(images/side-bg.jpg) repeat-y;
	font-size:90%;
	}

.sidebarpad{
	padding:10px 15px 5px 15px;
}

.sidebar ul{
	list-style-type:none;
	margin:0px 0px 10px 15px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

.floatfixer{
	clear:both;
	visibility:hidden;
}

.post li {
	padding-left:10px;
	margin-left:25px;
	}
.post ul {
	margin-bottom:15px;
	}

 #upz {float: right; padding: 10px 0 8px 10px;}



