/*
Theme Name: FAEBRIC

Description: FAEBRIC theme based on WordPress Default & Kubrick.
Version: 0.9
Author: Robert Schulke
Author URI: http://www.heartshapedwork.com/
Tags: floating, grid, cubes, widgets
*/



/* Begin Typography & Colors */
* {
//	margin: 0;
//	padding: 0;
}

img {
	border: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

body {
	font-size: 11px;
	line-height: 16px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	text-rendering: optimizeLegibility;
	color: #505050;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
}

#page {
	margin: 0;
	padding: 0;
	}

#header {
	padding: 45px 0 33px 20px;
}

//#header {
//	padding: 56px 0 55px 20px;
//}

.narrowcolumn {
//	float: left;
	padding: 0;
	margin: 0;
	width: 720px;
	}

.widecolumn {
	padding: 0;
	margin: 0;
	width: 80%;
	}

.clear {
	clear: both;
}

#footer {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
}

p img {
	padding: 0;
	max-width: 100%;
}

.post-XS {
	width: 180px;
	height: 180px;
	background-repeat: no-repeat;
}

.post-S {
	width: 180px;
	height: 360px;
	background-repeat: no-repeat;
}

.post-M {
	width: 360px;
	height: 360px;
	background-repeat: no-repeat;
}

.post-L {
	width: 720px;
	height: 720px;
	background-repeat: no-repeat;
}

.post-T {
	font-size: 10px;
	line-height: 15px;
	width: 180px;
	height: 180px;
	background-color: #555;
	color: #eee;
}

.post-T p {
	font-size: 10px;
	line-height: 15px;
}

.post-T a, .post-T h2 {
	color: #fff;
}

.post-T a:hover {
	color: #ddd;
//	text-decoration: none;
}
.caption-XS, .caption-S, .caption-M, .caption-L {
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	width: 160px;
	height: 160px;
	background-color: #eee;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.caption-XS {
}

.caption-S {
	position: relative;
	top: 180px;
}

.caption-M {
	position: relative;
	top: 180px;
	left: 180px;
}

.caption-L {
	position: relative;
	top: 540px;
	left: 540px;
}

.navlink {
}

.navlink h2 {
	margin: 55px auto 0 10px;
}

.entry #primary div, .entry div {
	margin: 0;
	padding: 0;
}

#primary {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.box {
//	filter:alpha(opacity=90);
//	-moz-opacity: 0.9;
//	-khtml-opacity: 0.9;
//	opacity: 0.9;
}

.box > p {
	padding: 0 20px;
	font-size: 12px;
	line-height: 18px;
}

.box > p > em {
	font-size: 14px;
	line-height: 20px;
}

.credits {
}

#respond {
	padding: 20px;
	font-size: 12px;
	line-height: 18px;
}

.box > h1, .box > h2, .box > h3 {
	padding: 10px 20px 0 20px;
}

.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.t1 {
	width: 180px;
	height: 180px;
	background: #fbfbfb;
}

.t2 {
	width: 360px;
	height: 360px;
	background: #fbfbfb;
}

.t3 {
	width: 540px;
	height: 540px;
	background: #fbfbfb;
}

.t4 {
	width: 720px;
	height: 720px;
	background: #fbfbfb;
}

#content {
	position: absolute;
	top: 0px;
	left: 180px;
	font-size: 14px;
}

.socialize-this {
	font-size: 12px;
	line-height: 18px;
	padding: 2px 0 0 20px;
}

.postmetadata, .small {
	font-size: 11px;
	line-height: 14px;
}

.odd, .alt {
	margin: 30px 0px;
}

.even {
	margin: 30px 0px;
}

.depth-1 {
//	border: 1px solid #ddd;
}

.even, .alt {
//	border-left: 1px solid #ddd;
}

small {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
}

.dark {
	color: #505050;
}

.light {
	color: #ddd;
}

h1, h2, h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
	
}

h1 {
	font-size: 24px;
	line-height: 24px;
	}

h2 {
	font-size: 18px;
	line-height: 18px;
	}

h3 {
	font-size: 15px;
	line-height: 15px;
	}

a:hover {
	color: #505050;
//	text-decoration: none;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	line-height: 18px;
}

.comment-img .avatar { 
	float: left;
	padding: 2px;
	background: #fff;
	margin: 0 15px 0 0;
}

.comment-img {
}

.comment-body {
	float: left;
	padding: 0;
	margin: 0;
//	margin-left: 20px;
	width: 440px;
	font-size: 11px;
	line-height: 16px;
}

.comment-body p {
	padding-top: 0;
	margin-top: 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}

.commentlist p {
}

#sidebar {
	position: relative;
	top: 180px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	width: 180px;
	background-color: #fff;
	height: 360px;
}

#sidebar form {
	margin: 0;
}

#sidebar > ul {
	padding: 0 20px;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	display: none;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
//	color: #777;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.widget_categories, .widget_pages {
	margin-bottom: 10px;
}

.cat-item {
	font-weight: bold;
}

.page_item, .language-item, .bookmarks {
	font-style: italic;
	font-size: 11px;
}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 9px;
	letter-spacing: 1px;
	}

.dark a, a {
	color: #111;
	text-decoration: none;
}

.dark a:hover {
	color: #505050;
//	text-decoration: none;
}

.light a {
	color: #fff;
	text-decoration: none;
}

.light a:hover {
	color: #ddd;
//	text-decoration: none;
}

ul, ol, li {
	padding: 0;
	margin: 1px 0 0 0;
	list-style-type: none;
	list-style-image: none;
}


/* Begin Form Elements */
#searchform {
	margin: 20px 0;
	padding: 10px 0;
}

#sidebar #searchform #s {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	width: 130px;
	height: 15px;
	background: #eee;
	padding: 4px 4px;
	border: none;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform {
//	margin: 5px 5px 0 0;
}

#commentform p {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	margin: 5px 0;
	width: 540px;
}

#commentfields {
	width: 140px;
	float: left;
}

#commenttext {
	width: 340px;
	margin-left: 20px;
	float: left;
}

#commentform input {
	width: 130px;
	height: 20px;
	padding: 3px 4px;
	margin: 5px 0 0 0;
	border: none;
}

#commentform textarea {
	width: 330px;
	padding: 5px;
	margin: 5px 0 0 0;
	border: none;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	width: 120px;
	font-size: 12px;
	margin: 10px 0 0 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0;
	}

.commentblock {
	padding: 0;
	margin: 0;
	width: 540px;
	background-color: #dbdbdb;
}

.commentlist {
	padding: 0 20px;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	font-size: 12px;
	line-height: 18px;
	margin: 15px 30px 0 20px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
}

/* End Various Tags & Classes*/
