
* {
	margin: 0;
	padding: 0;
}

body {
	background: url repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C3C3C;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3C3C3C;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: normal;
	font-size: 0.7em;
}


p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}


a:hover {
	background: none;
	color: #3C3C3C;
	font-weight: bold;
	text-decoration: none;
}

hr {
	display: none;
}


/* Header */

#header {
	height: 101px;
}


/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	background: #f2f1f1 url(images/img06.gif);
}

#bgtop {
	height: 20px;
	background: url(images/img07.gif); 
}

#bgbottom {
	padding-bottom: 20px;
	background: url(images/img09.gif) no-repeat left bottom;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 15px;
	background: url no-repeat left center;
}

/* Content */

#content {
	float: left;
	width: 440px;
	height: 800px;
	min-height: 800px;
	padding: 0 0 0 20px;
}

html>body #content {
	height: auto;
}

/* Post */

.post {
}

.post .bigpix {
	margin-bottom: 20px;
	background: none;
}

.post .bigpix .image {
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .title {
	padding: 10px 10px 0 10px;
	font-size: 2.6em;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .byline a {
	color: #C2C2C2;
}

.post .entry {
	padding: 20px 10px 0 10px;
}

.post .entry a {
    background: none;
	text-decoration: none;
	color: #773840;
}

.post .tags {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0F0;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}


/* Sidebar Common Style */

.sidebar {

}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 5px 15px 5px 25px;
	background: url; text-decoration: none; no-repeat 10px 10px;
	border-bottom: 1px solid #F0F0F0;
}

.sidebar a {
	background: none;
	text-decoration: none;
	color: #3C3C3C;
}

.sidebar .current {
    font-weight: bold;
}


/* Sidebar One */

#sidebar1 {
	float: left;
	width: 250px;
	padding: 0 0 0 20px;
}

/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 180px;
	padding: 0 20px 0 0;
}


#wrapper {
	background: #B9B9B9;
}

.post .pics {
	padding: 20px 10px 0 10px;
	white-space: nowrap;
	position: absolute;
}


