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

html, body {
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
}

#header-background, #content-background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 0;
	/*background-color: rgba(255, 255, 255, 0.6);*/
}

#content h2 {
	font-size: 1.7em;
	margin: 0;
	font-weight: bold;
}

/* HEADER */
#header {
	margin-bottom: 10px;
}

#header .divider {
	display: none;
}

/* EFFECTS & MISC */
.blog-boxShadow {
	-moz-box-shadow: 1px 1px 3px #333333;
	-webkit-box-shadow: 1px 1px 3px #333333;
	box-shadow: 1px 1px 3px #333333;
	padding: 10px;
	background-color: #FFFFFF;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* POSTS */
#blog-posts {
	position: relative;
	width: 770px;
	display: inline-block;
}

#blog-posts .divider {
	margin: 10px 0 10px 0;
}

.post {
	position: relative;
}

.blog-dateBox {
	display: inline-block;
	vertical-align: top;
	width: 37px;
	padding: 8px;
	margin: 10px 0 10px 0;
	background-color: #000;
	text-align: center;
}
.blog-dateBox-day {
	font-size: 24px;
	color: #FFFFFF;
}
.blog-dateBox-month {
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.blog-contentImage {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 10px 10px;
	width: 200px;
}
.blog-contentImage img {
	width: 200px;
	height: auto;
}

.blog-contentText, .blog-contentTextNoImage, .blog-detailed-contentText {
	display: inline-block;
	width: 430px;
	margin: 10px;
}

.blog-contentTextNoImage {
	width: 664px;
}

.blog-detailed-contentText {
	width: 664px;
	margin-bottom: 30px;
}

.blog-categories, .blog-social {
	font-size: 0.9em;
}

.blog-categories {
	display: inline-block;
	width: 220px;
}

.blog-social {
	float: right;
}

#social-facebook, #social-twitter {
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	background-repeat: no-repeat;
}
#social-facebook:hover, #social-twitter:hover {
	background-position: 0 -18px;
}

#social-facebook {
	width: 18px;
	background-image: url('/images/facebook-small.png');
}

#social-twitter {
	width: 32px;
	background-image: url('/images/twitter-small.png');
}

.more-link {
	display: inline-block;
	margin-top: 15px;
}

/* SIDEBAR */
#blog-sidebar {
	position: relative;
	width: 166px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	
}

#blog-search #s {
	width: 150px;
	padding: 3px 3px 4px 8px;
	background-color: #000;
	color: #FFFFFF;
	border: none;
}

#blog-sidebar li {
	list-style-type: none;
	color: #000;
}

#blog-sidebar li a {
	color: #000;
}
#blog-sidebar li a:hover {
	color: #d20303;
}

#blog-sidebar h3 {
	margin: 10px 0 5px 0;
	color: #d20303;
}

#blog-sidebar .divider {
	margin: 10px 0 0 0;
}

/* COMMENTS */
#blog-comments {
	margin-left: 78px;
}

#blog-comments #comment {
	width: 95%;
}

#blog-comment-honeyPot {
	color: #FFF;
}
#blog-comment-honeyPot input {
	border: solid 1px #FFF;
    background-color: #FFF;
	color: #FFF;
}


