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;
}

/* STRUCTURE */

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

.header{
	background:url(images/head-bg.jpg) no-repeat top center;
	padding:382px 5px 0px 0px;
}

.container{
	margin:0px auto 0px auto;
	width:910px;
	background:url(images/body-bg.jpg) repeat-y;
}

.nav{
	margin:0px auto 30px auto;
	width:910px;
	padding:0px 0px 0px 60px;
}

.content{
	float:left;
	width:610px;
	margin:0px 50px 0px 0px;
	padding:10px 0px 0px 30px;
}

.sidebar{
	float:left;
	width:200px;
}

.cds{
	padding-top:50px;
}

.foot{
	margin:0px auto 0px auto;
	width:910px;
	height:80px;
	background:url(images/foot-bg.jpg) no-repeat;
}

.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:#940a08;
	margin:0px 0px 20px 0px;
	}

h2 {
	font-size:180%;
	color:#7e0604;
	margin:0px 0px 20px 0px;
	}

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

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

h5 {
	font-size:120%;
	color:#000;
	}

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

small {
	font-size:80%;
	}

h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	}

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{
	margin:0px 0px 20px 0px;
}

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

ul.navlist{
	font-weight:bold;
	font-size:90%;
	list-style-type:none;
}

ul.navlist li{
	display:inline;
	padding-right:20px;
}

ul.navlist a, ul.navlist a:hover,ul.navlist a:visited{
	text-decoration:none;
}

.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:#714a06;
	text-decoration:underline;
}

a:hover{
	color:#a0701c;
}

/* Begin Structure */

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

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

/* IMAGES */

.right {
	float:right;
	}

.left {
	float:left;
	padding-right:15px;
	}

#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 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;
}