/*
Theme Name: Antemortem Arts
Theme URI: 
Description: 
Version:
Author: 
Author URI: 
Tags: 
*/

@import "style/reset.css";

/*PRIMARY DIVS*/

body {
	margin:0px; padding:0px;
	background:#000000;
	background-image:url(images/aarts_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	color:#7f7f7f;
	font-size:13px;
	line-height:19px;
}

#container {
	background:#fffffd;
	background-image:url(images/aasite_containerbg.jpg);
	background-repeat:no-repeat;
	width:885px;
	min-height:666px;
	margin: 22px auto 8px;
	position: relative;
}

#header {
	padding-top:0px;
}

#footer {
	background:#fffffd url(images/aarts_site_botbg.jpg);
	width:885px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	min-height:250px;
	max-height:250px;
	position: relative;
	float: left;
	clear: left;
}

#footer_main {
	margin:20px 15px 20px 20px;
	width:600px;
	text-align: left;
	float: left;
}

#footer_main img {
        float: left;
        text-align: left;
}

#footer_sidebar {
	float:left;
	width:185px;
	margin:20px;
	text-align: center;
	float: right;
}

#footer_main h3 {
	color:#000000;
	text-transform:uppercase;
	font-size:10px;
	font-weight: bold;
}

#content_sidebar_cont {
	overflow: auto;
	}

#content { 
	padding: 15px 20px 0px 33px;
	margin: 30px auto 10px;
	width: 67%;
	position: relative;
	float: left;
}

#content ul.drip { 
	margin-bottom: 13px;	
}

#content ul.drip li{ 
	list-style-type: none;
	background: url("images/drip.gif") 0 6px no-repeat;
	margin-left: 20px;	
	padding-left: 20px;
}

#sidebar {
	float: left;
	margin:25px 20px 20px;
	width:22%;
}
#sidebar p {
	text-align: justify;
}

#sidebar h2.text_title { 
	text-indent:-9999px;
	background-image:url(images/amyavatarred_100.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:200px;
	height:100px;
	margin: 5px auto 15px;
}

#sidebar ul.mymenu { 
	margin-bottom: 20px;
}

#sidebar ul.mymenu li{ 
	list-style-type: none;
	background: url("images/drip.gif") 0 6px no-repeat;
	margin-left: 20px;	
	padding-left: 20px;
}

#sidebar h3 { 
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom: 15px;
}

#content h2 {
	margin:6px 0px 10px 0px;
	font-size:23px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#bf0000;
	font-weight: bold;
}
#content h3 {
	margin:6px 0px 10px 0px;
	font-size:19px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#bf0000;
	font-weight: bold;
}
small {
	color:#b2b2b2;
	font-weight:bold;
	font-size:11px;
	line-height:14px;
	display:block;
	margin-bottom:3px;
	margin-left:3px;
}

a {
	color:#bf0000;
	text-decoration:none;
}

a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 0px; }

a.button {
	background:#000000 url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #111111;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	
}
a.button:hover {
	background:#bf0000 url(images/button_bg_o.jpg) repeat-x;
	border-color:#bf0000;
}
#logo h1 {
	margin-left: -9999px;
        margin-top: -23px;
}

#menurow {
        margin:0px 0px 42px 0px;

}

ul#menu {
	margin:0px; padding:21px 0px 42px 32px;
	position:absolute;
}

ul#menu li {
	display:inline;
	padding-right:14px;
}

ul#menu li a {
	text-decoration:none;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}

ul#menu li a.active, ul#menu li a:hover {
	color:#bf0000;
}

.image_block {
	padding:0px 13px 13px 13px;
}

.image_block img {
	border:2px solid #000000;
}

.text_block {
	float:left;
	margin-left:33px;
	margin-right:13px;
}

hr {
	margin: 20px auto 0px;
	padding: 20px 0px 0px 0px;
	background: url(images/aarts_hr.gif) no-repeat;
	background-position: center;
	min-height: 48px;
	width: 530px;
        border: none;
}

form #comment {
   height: 150px;
   width: 500px;
}

form #submit {
}
form img {
        border: none;
}



small2 {
	color:#b2b2b2;
	font-size:11px;
	line-height:11px;
	text-align:right;
}

.separator {
	margin-top:10px;
	padding-top:10px;
	min-height:20px;
	min-width:500px;
	background-image:url('images/separator.gif');
	background-position:center;
}
.about_me {
        text-align: center;
}
.amy_portrait img {
        padding: 10px 15px 15px 0;
        float: left;
        margin-right:20px;
}
.rss img {
margin: 20px 60px 0;
}
.center {
        text-align: center;
}
.error {
        padding-bottom: 20px;
        text-align: center;
}
.post_nav {
        font-weight: bold;
        font-size: 1.1em;
}
.image_padding_left img {
        padding: 10px 15px 5px 0;
        float: left;
}
.image_padding_right img {
        padding: 10px 0 5px 15px;
        float: right;
}
ol {
        margin-left: 20px;
}
.comment-author-actuallyamy {
color: #000;
}
.michael {
        font-family:"Times New Roman", Times, serif;
        font-size: 12px;
}
