/*
Theme Name: A Violent Theme
Theme URI: http://www.aesthetic-perfection.net
Description: Aesthetic Perfection
Author: Tony Thomas (Carbon Nine)
Author URI: http://carbonnine.com

*/



/* Begin Typography & Colors */

body {
	margin:0;
	padding:0;
	background-image: url('http://www.aesthetic-perfection.net/images/bg.jpg');
	background-position: top center;
	background-repeat:no-repeat;
}

.info img, .music img {
	padding: 3px;
	margin-right: 14px;
	margin-bottom: 10px;
	background-color:#CCC;
}
a img { border:none;}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
	text-transform:uppercase;
	color:#030303;
}

p, li, table p, li {
font-family:Verdana, Geneva, sans-serif;
font-size: 12px;
text-transform:none;
}

a {
	color:#84101a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#sidebar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:24px;
	color:#111;
}
	

#page {
	width:970px;
	margin:0 auto;
}

#header {
	
}

#hideheader {
	display:none;
}

#sidebar {
	margin-top:50px;
	float:left;
	width:310px;
	height:550px;
}

#content {
	float:left;
	padding-left:20px;
	margin-left:36px;
	margin-top:0px;
	width:600px;
}

#footer {
	background-image: url('http://www.aesthetic-perfection.net/images/footerbg.jpg');
	height: 105px;
}

.buy {
	margin-left: -20px;
	width:317px;
	height:191px;
}

.date a, .link a {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.9em;
text-transform: uppercase;
min-height:20px;
display: block;
padding-top: 8px;
padding-bottom: 6px;
width: 614px;
text-align:center;
border-bottom: 1px solid #ccc;
}

.date a:hover, .link a:hover {
	color:#333;
	border-bottom-color:#333;
}

.mailing{
	margin-top:60px;
	text-align:center;
}

.mailing {
	font-size:0.8em;
}

.mailing input {
	background-color:#f1f1f1;
	border: 3px solid #CCC;
	height: 20px;
	color: #222;
	text-transform:uppercase;
}


/* Wordpress */

.comment-meta {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
}

.comment-author, .comment-author .fn {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-style:normal;
}

