/*
Theme Name: Noesis
Theme URI: http://www.noesis-design.com/blog
Description: Studio Blog Theme
Author: circlesquare
*/

#wrapper {
	margin: 60px auto 80px auto;
	padding: 20px 20px 0 0;
	background: url(images/bg.png) no-repeat 50px 0px;
}
#twitter {
	top: -65px;
	left: 270px;
}
#main {
	margin: 80px 191px 0 156px;
	min-height: 650px;
}
#main h1 {
	background: url(images/content_top.png) no-repeat left top;
	height: 20px;
}
#main h1 a {
	display: none;
}
#content {
	padding: 20px 30px;
	background: url(images/content.png) repeat-y left top;
	border: none;
	color: #4d4d4f;
}
#content a {
	color: #4d4d4f;
	text-decoration: none;
}
#content h2 {
	font-family: "Times New Roman";
	font-weight: normal;
	margin: 10px 0;
	font-size: 1.6em;
}
#content h3 {
	font-family: "Times New Roman";
	font-weight: normal;
	margin: 10px 0;
}
#content h3 a {
	color: #000;
}
#content .more {
	margin-right: 300px;
	line-height: 20px;
}
#content .more a {
	color: #db5d5d;
}
#content .feedback {
	float: right;
}
#content .storycontent a {
	color: #db5d5d;
}
#content_bottom {
	background: url(images/content_bottom.png) no-repeat left top;
	height: 30px;
}
#menu {
	float: right;
	position: relative;
	margin: 85px 0 0 0;
	width: 170px;
	color: #4d4d4f;
}
#menu h4, #menu caption {
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 16px;
	margin: 5px 0;
}
#menu a {
	color: #4d4d4f;
	text-decoration: none;
}
#search label {
	display: none;
}
#calendar {
	margin: 10px 0 5px 0;
}
#rss_feed {
	position: absolute;
	top: -46px;
	left: 120px;
}
#comment {
	width: 370px;
}
#commentform #comment_author, #commentform #comment_email, #commentform #comment_url {
	width: 180px;
	padding: .2em;
}
#commentform textarea {
	width: 100%;
	padding: .2em;
}
.cat-item {
	padding: 2px 0;
	list-style: none outside;
}
.post {
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.date {
	font-size: 1.2em;
	font-style: italic;
	font-family: "Times New Roman";
}
.meta {
	margin: 10px 0;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

#wp-calendar #prev a, #wp-calendar #next a {
	white-space: nowrap;
}
