/* Universal *//*{{{*/
body {
	margin: 0;
	background: black url('stripes.gif') repeat left top;
	font-family: 'Arial', sans-serif;
}

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

h1 {
	font-weight: normal;
	font-size: 12px;
}
h2 {
	font-weight: normal;
	font-size: 14px;
	font-family: 'Georgia', serif;
}
h3 {
	line-height: 31px;
	font-weight: normal;
	font-size: 28px;
	font-family: 'Georgia', serif;
}
h4 {
	font-weight: normal;
	font-size: 20px;
	font-family: 'Georgia', serif;
}
h5 {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 10px;
}
h6 {
	margin: 0;
	font-size: inherit;
}

blockquote {
	margin: 0;
	padding-left: 10px;
	border-left: 2px solid;	/* use foreground color */
}
/*}}}*/
/* Header *//*{{{*/
#header {
	height: 31px;
	margin-bottom: 69px;
	background-color: black;
	color: #f2edd7;
	text-transform: uppercase;
	font-size: 10px;
}
#header div.inner {
	width: 800px;
	margin: 0 auto;
}

#header a {
	color: #f2edd7;
}

div.phone {
	float: left;
	width: 87px;
	padding-left: 12px;
	background: transparent url('plus.gif') no-repeat left center;
	line-height: 31px;
}

#header h1 {
	float: left;
	height: 72px;
	margin: 0;
	padding: 0 0 0 107px;
	background: transparent url('logo.jpg') no-repeat left top;
	line-height: 31px;
}
#header h1 a {
	display: block;
}
#header h1 strong {
	display: block;
	float: left;
}

ul.menu {
	margin: 0 -9px 0 0;
	float: right;
}
ul.menu li {
	display: block;
	float: left;
	padding: 5px 0;
}
#header ul.menu li a {
	display: block;
	padding: 0 9px;
	border-left: 1px solid #3f352c;
	color: #a0968c;
	line-height: 21px;
}
#header ul.menu li a:hover {
	color: #f2edd7;
}
ul.menu li.current {
	border-bottom: 4px solid #b41700;
}
#header ul.menu li.current a {
	color: #f2edd7;
}
/*}}}*/
/* Side bar *//*{{{*/
#sidebar {
	float: right;
	width: 164px;
	margin-left: 20px;
	color: #a0968c;
}

#sidebar h4 {
	margin: 26px 0 0 8px;
	padding: 0 0 4px;
	border-bottom: 2px solid #4b4641;
}

#sidebar h5 {
	position: relative;
	top: -20px;
	margin: 0 0 0 8px;
	padding-right: 8px;
	background: transparent url('right-dark.gif') no-repeat right center;
	color: #4b4641;
	text-align: right;
}
#sidebar h5 a {
	color: #4b4641;
}

.items {
	color: #4b4641;
	line-height: 19px;
	font-size: 10px;
}
.items a {
	color: #a0968c;
}

ul.items {
	clear: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.items li {
	padding-left: 8px;
	line-height: 18px;
}

dl.items {
	padding-left: 8px;
}
dl.items dt {
	float: left;
	padding-right: 8px;
	background: transparent url('right-light.gif') no-repeat right center;
}
dl.items dd {
	clear: left;
	margin-left: 0;
}

.playing {
	padding-left: 8px;
	background: transparent url('playing.gif') no-repeat left center;
}
/*}}}*/
/* Body *//*{{{*/
#page {
	width: 800px;
	margin: 0 auto;
}

#content {
	margin-left: 99px;
	padding-top: 7px;
	width: 517px;
	background: #f2edd7 url('content-top.gif') no-repeat left top;
	color: #4b4641;
}
#content .inner {
	padding-bottom: 7px;
	background: transparent url('content-bottom.gif') no-repeat left bottom;
}

#content h2 {
	margin: 0;
	width: 0;
	height: 0;
}
#content h2 .text {
	position: relative;
	top: 18px;
	left: -87px;
	width: 87px;
	background: #a70d00 url('date-tab.gif') no-repeat left top;
	color: #f2edd7;
	text-align: center;
	line-height: 41px;
}

.entry {
	margin: 0 12px 35px;
}
.entry h3 {
	float: left;
	margin: 10px 0 -14px;
	padding: 0 0 2px 93px;
	color: #46413c;
}
.entry h3 a {
	color: #46413c;
}
.entry img {
	border: 5px solid white;
}

.entry div.body {
	clear: left;
	margin-top: 25px;
	padding-top: 14px;
	background: transparent url('type-regular.gif') no-repeat left top;
}
.entry div.body-inner {
	padding-top: 13px;
	padding-left: 93px;
	border-top: 2px solid #46413c;
	line-height: 19px;
	font-size: 11px;
}
.entry ul.links {
	padding-left: 93px;
	height: 10px;
	list-style-type: square;
	list-style-position: outside;
	color: #a0968c;
	font-size: 9px;
	font-family: 'Verdana', sans-serif;
}
.entry ul.links li {
	float: left;
	margin-left: 20px;
}
.entry ul.links li:first-child {
	margin: 0;
	list-style-type: none;
}
.entry ul.links li.comments {
	padding-left: 12px;
	background: transparent url('comments.gif') no-repeat left center;
}
.entry ul.links li.permalink {
	padding-left: 12px;
	background: transparent url('permalink.gif') no-repeat left center;
}
.entry ul.links a {
	color: #a0968c;
}

.entry .quote blockquote {
	border-color: #a0968c;
}
/*}}}*/
/* Footer *//*{{{*/
#footer {
	margin-left: 99px;
	width: 517px;
	color: #645a50;
}

#footer ul.pagination {
	margin: 0;
	padding: 10px 0 25px;
	height: 24px;
	list-style-type: none;
	font-size: 20px;
	font-family: 'Georgia', serif;
}
#footer ul.pagination li {
	margin: 0 12px;
	padding: 0 12px;
}
#footer ul.pagination li.newer {
	float: left;
	background: transparent url('left-large.gif') no-repeat left center;
}
#footer ul.pagination li.older {
	float: right;
	background: transparent url('right-large.gif') no-repeat right center;
}
#footer ul.pagination a {
	color: #645a50;
}
/*}}}*/
/* Tumblr *//*{{{*/
#tumblr_controls {
	position: absolute !important;
	top: 31px !important;
}
/*}}}*/
/* Comments *//*{{{*/
#disqus_thread {
	margin: 0 12px 35px;
	padding-left: 93px;
}
#disqus_thread #dsq-content h3 {
	text-transform: lowercase;
	font-weight: normal !important;
}
/*}}}*/

