body {
	color: #AAA;
	background: #000;
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 90%;
	line-height: 125%;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

img {
	border: 0px;
}

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

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

.tight {
	float: left;
	margin-right: 5px;
}

h1, h2, h3, h4, h5 {
	color: #B86779;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 8px;
	text-transform: lowercase;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #B86779;
}

h1 a:hover, h1 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h5 a:active {
	color: #C87789;
}

h2, h3 {
	font-size: 140%;
}

.mini-header {
	text-transform: lowercase;
}

a {
	color: #EEE;
	text-decoration: none;
}

a:hover, a:active {
	color: #FCC;
}

ul {
	list-style-type: none;
}

.center-content {
	width: 950px;
	margin: 0px auto;
}

#title-section {
	width: 425px;
	margin: 0px auto;
}

#primary-section {
	background-image: url('images/stripe-bg-top.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	overflow: hidden;
	padding-bottom: 47px;
}

#pagecontent ul {
	margin-bottom: 0px;
}

#pagecontent ul li {
	padding-bottom: 10px;
}

#footer {
	background-image: url('images/stripe-bg-bottom.png');
	background-repeat: repeat-x;
	background-position: top center;
	padding-top: 45px;
	padding-bottom: 20px;
	text-align: center;
}

#tall-column {
	background-image: url('images/col-bg.png');
	background-repeat: no-repeat;
	
	float: right;
	
	width: 180px;
	min-height: 418px;
	
	margin-top: 43px;
	padding-top: 7px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 15px;
	
	color: #AAA;
}

#tall-column p {
	font-family: Georgia, Bookman, Times, "Times New Roman", Serif;
}

#blog-sidebar ul {
	padding: 0px;
	margin: 0px;
}

#blog-sidebar ul li {
	padding-bottom: 10px;
}

#blog-sidebar ul li ul li {
	padding-bottom: 0px;
	padding-left: 5px;
}

#blog-sidebar a {
	color: #AAA;
	font-weight: bold;
}

#sidebar-section {
	background-color: #323232;

	clear: both;
	
	overflow: hidden;
}

#stripe ul {
	padding: 0px;
	margin: 0px;
}

#stripe > ul > li {
	width: 160px;
	padding-left: 20px;
	padding-right: 0px;
	float: left;
}

#stripe > ul > li.widget {
	width: 270px;
	padding-left: 8px;
	padding-right: 12px;
}

#stripe > ul > li:first-child {
	padding-left: 0px;
}

#page-links ul {
	margin: 0px;
	padding: 0px;
}

#page-links > ul > li{
	display: inline;
	padding-left: 10px;
	margin-left: 10px;
	border-left: thin solid;
}

#page-links > ul > li:first-child{
	padding-left: 0px;
	margin-left: 0px;
	border-left: none;
}

/* index styles */
#index-linking-content {
	width: 675px;
}

#index-feature-column, #index-cat-column {
	width: 300px;
}

#index-feature-column {
	float: left;
}

#index-cat-column {
	margin-left: 375px;
}

.index-header {
	width: 150%;
}

.index-readmore {
	text-align: right;
	margin-top: -10px;
}

/* other styles */
#singlepost, #manyposts, #pagecontent {
	width: 575px;
	padding-left: 50px;
	padding-right: 50px;
}

#post-info {
	text-align: right;
}

#comments {
	margin-top: 50px;
}

#comment {
	width: 100%;
}

textarea, input[type=text] {
	color: #AAA;
	background: #080808;
	border-width: 1px;
	border-style: solid;
	border-color: #444;
}

#comments-list ol {
	list-style:none;
}

.comment-meta {
	margin-bottom: 7px;
	font-size: 75%;
}

.comment {
	margin-bottom: 20px;
}

.comment cite {
	font-size: 120%;
}

.comment p {
	padding-left: 10px;
}

.avatar {
	margin-left: -42px;
	float: left
}

#form-allowed-tags {
	font-size: 75%;
}