@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Aethera
Theme URI: Aethera.net
Description: Theme for the Aethera.net website
Version: 1.0
Author: Veyrael Dominiri
Author URI: http://www.aethera.net

*/


body {
	background: black url(back.png) no-repeat top center;
	font: bold small Verdana, Geneva, sans-serif;
	color: white;
}

.main {
	text-align: center;
	width: 100%;
}

.sidebar {
	margin-top: 12px;
	width: 250px;
	float: left;
}

.sidebar .menu ul {
	display: block;
	list-style: none inside;
	margin: 0px
	padding: 0px;
}

.sidebar .menu ul li:before {
	content: "\03BB \0020";
	}

.cat {
	width: 250px;
	height: 20px;
	background: white url(menu.png) no-repeat bottom right; 
	color: black; 
	font: bold small verdana; 
	text-align: right; 
	float: left;
	padding-right: 2px;
	border-bottom: 1px solid black;
}

.menu {
	width: 250px;
	height: 40%;
	background: white url(menuback.png) no-repeat bottom left; 
	color: black; 
	font: bold x-small verdana; 
	text-align: left; 
	padding: 0px 2px 0px 0px;
	margin-bottom: 10px;
}

.right {
	width: 72%;
	float: left;
}

.posttitle {
	width: 95%; 
	height: 20px; 
	background: white url(title.png) no-repeat bottom right; 
	color: black; 
	font: bold small verdana; 
	text-align: right; 
	padding-right: 2px; 
	float: right;  
	border-bottom: 1px solid black;
	margin-top: 10px;
}

.commenttitle {
	width: 95%; 
	height: 20px; 
	background: white url(title.png) no-repeat bottom right; 
	color: black; 
	font: bold small verdana; 
	text-align: right; 
	padding-right: 2px; 
	float: right;  
	border-bottom: 1px solid black;
}

.post {
	width: 95%;
	background: white url(menuback.png) no-repeat bottom left; 
	color: black; 
	font: 10pt verdana; 
	text-align: left; 
	float: right; 
	padding-right: 2px;
}

.single {
	width: 95%;
	background: white url(menuback.png) no-repeat bottom left; 
	color: black; 
	font: 10pt verdana; 
	text-align: left; 
	float: right; 
	padding-right: 2px;
	margin-bottom: 10px;
}

.pad {
	width: 95%;
	padding-left: 20px;
}

.comment {
	width: 95%;
	background: white url(menuback.png) no-repeat bottom left; 
	color: black; 
	font: bold small verdana; 
	text-align: right; 
	float: right; 
	padding-right: 2px;
}

.comment-preview {
	width: 300px;
	height: 25px;
	background: black url(comment.png) no-repeat bottom right;
	color: black; 
	font: bold large verdana;
	text-align: left;
	float: right;
}

.nav {
	width: 100%;
	height: 20px;
	text-align: right;
}

.footer {
	text-align: center;
	font: bold xx-small Verdana, Geneva, sans-serif;
	color: white;
}

.comments-template {
	width: 80%;
	text-align: left;
	margin: 10px 0 0;
	padding: 10px 0 0 50px;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px dashed black;
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	width: 80%;
	font-family: monospace;
	font-size: 12px;
	border: 1px solid silver;
	background: dimgray;
	color: white;
}

.comments-template input {
	border: 1px solid black;
	background: dimgray;
	color: white;
	font: normal small monospace;
}

a img {
	border: 0px;
}

a:link {text-decoration: none;
color: slategray;
}

a:active {
	text-decoration: none;
	color: snow;
}

a:visited {
	text-decoration: none;
	color: slateblue;
}

a:hover {
	text-decoration: line-through;
	color: deepskyblue;
}

.calendar {
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
}

.calendar #wp-calendar caption {
	background-color: black;
	color: white;
	border: 1px solid silver;
}

.calendar table {
	margin-top: 5px;
}

.addtoany_share_save_container {
	border: 1px solid silver;
	text-align: center;
}