/*
Theme Name: Aether
Theme URI: http://aether.com/
Description: WordPress Theme 4 aether.com
Version: 1.0
Author: David Barbakadze
Author URI: http://aether.com/

*/

html,
head,
body {
	margin:0;
	padding:0;
}

html,
head {
	height:100%;
}

body {
	font-family:Georgia, serif;
	font-size:14px;
	line-height:24px;
	color:#181818;
}

a, img {
	border:0;
	outline:none;
}

a {
	color:#41647D;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#000;
}

blockquote p {
	letter-spacing:-0.8px;
	line-height:20px;
}

.clear {
	clear:both;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

body {
	text-align:center;
}

#page {
	margin:0 auto;
	width:780px;
	background:url(images/bg-left-col.jpg) left repeat-y;
}

/* sidebar */
#sidebar {
	width: 220px;
	float:left;
	background:url(images/top-block.jpg) left top no-repeat;
	text-align:right;
}

#sidebar ul {
	padding:0 10px 0 0;
}

#sidebar ul,
#sidebar ul li {
	list-style:none;
}

#sidebar ul li,
#sidebar ul li h2,
#sidebar ul li a {
	color:#fff;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}

.current-cat,
#sidebar ul li a:hover {
	color:#6994B2;
}

#searchform {
	margin:40px 0;
}

#s {
	font-family:"Lucida Grande",Lucida,sans-serif;
	font-size:11px;
	height:12px;
	padding-top:4px;
	width:130px;
}

/* content */
#content {
	width:430px;
	float:left;
	text-align:left;
	padding:0 65px;
}

#header {
	width:100%;
	height:40px;
	padding-top:120px;
	border-bottom:1px solid #ccc;
}

#header h1 {
	display:inline;
}

#header h1 a {
	text-transform:uppercase;
	font-family:Helvetica, sans-serif;
	font-size:38px;
	font-weight:normal;
}

#header h1 a:hover {
	color:#41647D;
}

.post {
	margin:40px 0;
}

.post_story {
	margin:10px 0;
}

.post_archive {
	color:#666666;
	font-family:Georgia,serif;
	font-size:11px;
	line-height:18px;
}

.post h2,
.post h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#444444;
}

.post h2 a:hover {
	color:#41647D;
}

div.entry {
	position:relative;
}

.postmetadata {
	text-align:right;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:normal;
	margin:20px 0 0;
	padding:6px 0 20px;
	color:#666;
	border-top:1px solid #ccc;
}

.postmetadata a {
	font-weight:normal;
}

/* comments */
h3#respond,
h3#comments {
	color:#41647d;
	font-family:Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}

div#comment_body p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
	color:#666;
}

#author, 
#email,
#url {
	width:205px;
	height:22px;
}

#author, 
#email,
#url,
#comment {
	border:1px solid #ccc;
}

ol.commentlist {
}

/* books */
#left-book {
	font-size:12px;
	line-height:16px;
	margin:0;
	width:120px;
}

#right-book {
	font-size:12px;
	line-height:16px;
	position:absolute;
	right:30px;
	top:0px;
	width:120px;
}

/* archives */
#content_thin {
	width:300px;
	float:left;
}

#content_arch {
	color:#666666;
	font-family:Georgia,serif;
	font-size:11px;
	line-height:18px;
	text-align:right;
}

#content_arch ul,
#content_arch ul li {
	list-style:none;
}

/* footer */
#footer {
	background:url(images/bottom.gif) center no-repeat;
	margin:80px 0 30px;
	height:25px;
}

a.cc,
a.del,
a.digg,
a.red {
	border:0 none;
	float:left;
	height:20px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:0;
}

a.cc {	
	margin:0;
	width:115px;
}

a.del {
	margin:0 0 0 20px;
	width:80px;
}

a.digg {
	margin:0 0 0 15px;
	width:55px;
}

a.red {
	margin:0 0 0 20px;
	width:60px;
}

/* survey gizmo */
.sg_Question {
	margin:10px 0;
}

.sg_QuestionTitle {
	font-weight:bold;
}

.sg_RequiredAsterix img {
	display:none;
}

.sg_PoweredBy {
	display:none !important;
}