/*
Theme Name: Bloody Mess
Theme URI: http://www.thisismyurl.com/themes/bloody-mess-of-a-wordpress-theme/
Description: A clean, simple community theme that went very, very wrong.
Version: 0.0.1
Author: Christopher Ross
Author URI: http://www.thisismyurl.com/
Tags: widgets


*/



body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#page {
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
	background-image: url(images/body-top.jpg);
	background-repeat: repeat-x;
	background-position: 100px top;
}	
	
	
	
	

/* header */








#header {
	padding: 30px;
	background-image: url(images/header.jpg);
	background-repeat: repeat;	
}

	#header a {
		text-decoration: none;
		color: #ffffff;
	}

		#header a:hover {color: #000000;}

		#header a:active {header: #990000;}

	#blogtitle {
		clear: left;
		float: left;
		font-size: 32px;
		line-height: 48px;
	}
	
	#tagline {
		clear: right;
		float: right;
		width: 300px;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		color: #ffffff;
		padding-top: 20px;
	}
	
	
	
	
	

/* footer */






#footer {
	background-image: url(images/header.jpg);
	background-repeat: repeat;	
	padding: 30px;
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
}


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

		#footer a:hover {
			color: #666666;
			border-bottom: dotted 1px #666666;
		}

		#footer a:active {
	color: #182e5d;
	border-bottom: dotted 1px #990000;
		}


	
	
	
	
	

/* content */



#content {
	font-size: 16px;
	line-height: 22px;
	padding: 50px 0px 0px 0px;
}

		#content a {
	text-decoration: none;
	color: #182e5d;
		}

		#content a:hover {
			color: #666666;
			border-bottom: dotted 1px #666666;
		}

		#content a:active {
	color: #182e5d;
	border-bottom: dotted 1px #990000;
		}

	#content h1 {
		font-size: 48px;
		line-height: 52px;
		font-weight: normal;
		color: #182e5d;
		padding: 0px;
		margin: 0px;
	}
		#content h1 a {
	text-decoration: none;
	color: #182e5d;
		}

	#content h2 {
		font-size: 32px;
		line-height: 36px;
		font-weight: normal;
		color: #182e5d;
		text-align: center;
		padding: 0px;
		margin: 0px;
	}
		#content h2 a {
	text-decoration: none;
	color: #182e5d;
		}

	#content .first {
	width: 800px;
	clear: both;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	margin-top: 20px;
	border-bottom: solid 5px #182e5d;
	margin-bottom: 10px;
	}
	
	#content .other {
		width: 400px;
		height: 350px;
		float: left;
	}

	#content .postmetadata {
		font-size: 12px;
		line-height: 16px;
		border-top: solid 2px #eeeeee;
		border-bottom: solid 2px #eeeeee;
		padding: 5px 0px 5px 0px;
		text-align: center;
	}
	
/* sidebar */

#sidebar {
	font-size: 12px;
	line-height: 14px;
	background-color: #182e5d;
	padding: 10px 0px 10px 0px;
	background-image: url(images/body-bottom.jpg);
	background-repeat: repeat-x;
	background-position: 100px top;
	padding: 100px 0px 0px 0px;
	color: #FFFFFF;
}

	#sidebar ul {
		margin: 0px;
		padding: 0px;
		width: 200px;
		float: left;
		list-style: none;
	}
		
		#sidebar h2 {
			font-size: 12px;
		}
		
		#sidebar li {
			padding-top: 2px;
		}

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

			#sidebar li a:hover {
				color: #ffffff;
				text-decoration: none;
				border-bottom: dotted 1px #ffffff;
			}


/* general */

.clear {clear: both;}	

.setwidth {
	width: 800px;
	margin: 0px auto 0px auto;
}

.padding-left {
	padding: 0px 10px 0px 0px;
}

.padding-right {
	padding: 0px 0px 0px 10px;
}

.pageswidth {
	width: 300px;
	margin: 0px auto 0px auto;
}

#facebook-lnk{
	float:right;
	border:0;
}

li#googlestats-2{
	list-style:none;
	margin:0;
	padding:0;
}