

body {

	margin: 0;
	padding: 0;
	
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #c41115;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #ecb200;
}

a:hover {
	text-decoration: none;
	color: #ecb200;
}

/* Header */

#header {
	width: 590px;
	height: 120px;
	margin: 0px auto;
	float:left;
	background:  #FFFFFF url(../img/bg01.jpg) repeat-x top left;
}

/* Logo */

#logo {
	float: left;
	padding: 30px 0 0 0;
}

#logo h1 {
	margin: 0px 0 0 20px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 1.8em;
	font-weight: normal;
	color: #ffd800;
}

#logo h1 a {
	margin: 0px 0 0 10px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 18px;
	font-weight:bold;
	font-weight: normal;
	color: #ffd800;
	font-weight: bold;
}

#logo h2 {
	margin: 0px 0 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -1px;
	color: #ffd800;
}

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

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 93px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.36em;
	color: #FFFFFF;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #FFFFFF;
}


/* Page */

#page {
	width: 890px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 590px;

}

.post {
	padding: 10px 10px;	
	/*background: url(../img/bg04.jpg) no-repeat top left;*/
}

.title {
	
	margin: 0;
	border-bottom: 1px dashed #c41115;
	color: #ffd800;
	padding: 0px 0 0 20px;
	
	background: #c51216 url(../img/img04.gif) no-repeat left 80%;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(../img/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(../img/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	
}

.pic{
	float: left;
	width: 240px;
	height: 200px;
	background:  #FFFFFF url(../img/bg05.jpg) no-repeat bottom left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #e00b33;
}

#sidebar h3 {
	margin: 0;
	padding: 5px 0 0 20px;
	background: url(../img/img03.gif) no-repeat left 80%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	height: 80px;
	background: url(../img/bg02.jpg) repeat-x left top;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #390002;
}

