body {
	margin: 0px;
	padding: 0px;
	background: #0D0D0D url(images/img01.jpg) repeat-x;
	text-align: justify;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFDC;
}

h1, h2, h3 {
	font: 2em;
	font-weight: normal;
        margin: 0 0 0 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #828170;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 1000px;
	height: 170px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 10px 0 0 130px;
}

#logo h1 {
	margin: 0;
	height: 160px;
	padding: 40px 0 0 0px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -103px 0 0 2px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */
#log {
	margin: 1px;
	padding: 2px 0 0 0px;
        border: 4px double red; 
        background: #0D2D0D; 
        padding: 8px; 
}
#log ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.tags ul{margin:1em 0;padding:.5em 2px;text-align:left;}
.tags li{margin:1px;padding:1px;list-style:none;display:inline;}
.tags li a{text-decoration:none; padding:1px 3px;}
.tags a:hover{text-shadow: 0px 1px 2px #fff;text-decoration: none;}


/* Page */


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

/* Content */

#content {
	float: left;
	width: 1080px;
	margin-bottom: 10px;
}

/* Post */

.post {
	margin-top: 20px;
}

.post .date {
	float: left;
	width: 42px;
	height: 42px;
	margin: 0;
	margin-top: 3px;
	margin-right: 1px;
	padding-top: 2px;
	background: url(images/dollars.png) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 12px;
	color: #5C5C5C;
	
}

.post .title {
	margin: 0;
	padding: 0px 0 0 0;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 1.4em;
}

.post .title h2 {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

.post .hr1 {
        color: red;
}

.post .meta {
	margin: 10px 0 10px 20px;
	padding: 0;
	font-size: 8px;
	line-height:normal;
	text-transform: uppercase;
	color: #979680;
}

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

.post .entry {
	margin:  5px;
	padding: 15px 15px 10px 30px;
}

/* Sidebar */


#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
}

/* Footer */

#wrapper2 {
	background: #422C21;
}

#footer {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #525252;
	background: black;
}

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

