/*
Theme Name: Bloody Mess
Theme URI: http://www.dennisberger.info
Description: Bleed Love's first design.
Author: Dennis Berger
Author URI: http://www.dennisberger.info
Tags: black, red, emo, blood, sadness, cutting ones self, shirts
*/



/* Begin Typography & Colors */
body {
	background: #000;
	text-align: center;
	border-top: 5px solid red;
	margin: 0 auto;
}

#page-wrap {
	width: 700px;
	margin: 0 auto;
}

h1 {
	width: 700px;
	height: 263px;
	overflow: hidden;
	text-indent: -9000px;
	padding: 0;
	margin: 0 auto;
	background: url('http://samuelgearhart.com/bleedlove/wp-content/themes/bloody/images/bleed-logo.png') no-repeat;
}

img a {
	border: 0;
}

img {
	border: 0;
}

.content-top {
	width: 700px;
	height: 10px;
	padding: 0;
	margin: 0 auto;
	background: url('http://samuelgearhart.com/bleedlove/wp-content/themes/bloody/images/bleed-top-content.png') no-repeat;
}

.content-bottom {
	width: 700px;
	height: 13px;
	padding: 0;
	margin: 0 auto;
	background: url('http://samuelgearhart.com/bleedlove/wp-content/themes/bloody/images/bleed-bottom-content.png') no-repeat;
	margin-bottom: 0px;
	margin-top: -2px;
}

.content-main {
	width: 680px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	line-height: 150%;
	color: #000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	background: url('http://samuelgearhart.com/bleedlove/wp-content/themes/bloody/images/bleed-content-main.png') repeat-y;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 24px;
	color: #ff0000;
	text-align: left;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 0;
	font-weight: 300;
	margin-bottom: 3px;
	margin-top: 0;
}

.date {
	display: block;
	text-transform: uppercase;
	color: gray;
	font-family: Arial, Helvetica; Sans-serif;
	font-size: 10px;
	text-align: left;
}

p { 
	display: block;
	line-height: 150%;
	color: #000;
	text-align: justify;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	margin-bottom: 2px;
}

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

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

a:active { 
	color: #ff0000;
	text-decoration: none;
	border-bottom: 1px dotted #ff0000;
	display: block;
	width: 100%;
}

a:hover { 
	color: #ff0000;
	text-decoration: none;
	border-bottom: none;
	border-bottom: 1px solid #ff0000;
}