body {
	background-image: url('images/paper_back01.jpg');
	background-position: top center;
	background-attachment: fixed;
	}

#page {
	padding-top: 0px;
	background: none;
	border: none;
	}

#header {
	background: none;
	}

/*	
#footer {
	height: 92px;
	background-image: url('images/artsastir_footer.png');
	background-repeat: no-repeat;
	background-position: top center;
	color: #777;
	}
*/

#footer {
	display: none;
	}

#footer .footerfeedlinks {
	display: none;
	}
	
#footer .footerpoweredby {
	display: none;
	}

#primary a {
	color: #990000;
	}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	color: #990000;
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #990000 !important;
	}

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

.entry-content a:visited {
	color: #990000;
	}
	
.entry-meta {
	color: #777777;
	}

.meta-prep {
	//padding-left: 2px;
	}

.content {
	background-image: url('images/artsastir_content_bg.png');
	}

#sidebar-1 {
	min-height: 200px;
	_height: 400px; /* IE hack */
	background-image: url('images/artsastir_banner2.gif');
	background-repeat: no-repeat;
	background-position: top left;
	}

#header h1.blog-title a,
#header p.description {
	text-decoration: none;
	color: #990000;
	}

#header h1.blog-title a:hover {
	color: #990000;
	text-decoration: underline;
	}

#header h1.blog-title a:visited {
	color: #990000;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	font-size: 1.2em;
	color: #990000;
	margin: 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	}

ul.menu li a:hover {
	background: #feffd3;
	color: #990000;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #990000;
	background: #feffd3;
	text-decoration: none;
	}
	
#leavecomment, .comments #loading, #comments-closed-msg {
	color: #777777;
	letter-spacing: -1px;
	}
	
.comments textarea {
	width:95%;
}

