body{
	margin-top: 0px;
	margin-bottom: 32px;
	background: #000;
}

a{
	outline: none;
}

a, a:visited{
	color: #b20d11;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #e13c40;
}

#wrapper{
	width: 1140px;
	margin: 0px auto;
	background: url(../img/bg-wrapper.jpg) repeat-y;
}

#header{
	height: 148px;
	background: url(../img/bg-header.jpg);
	position: relative;
}

#home_link{
	position: absolute;
	width: 380px;
	height: 120px;
	left: 160px;
	top: 0px;
	text-indent: -9999px;
}

#home_link a{
	display: block;
	height: 120px;
}

#content{
	background: url(../img/bg-content.jpg) no-repeat top center;
}

#main .inner{
	padding: 16px;
}

#side .inner{
	padding: 8px;
	padding-top: 24px;
}

#footer{
	height: 349px;
	background: url(../img/bg-footer.jpg);
	position: relative;
}

#footer .inner{
	padding: 120px 150px 0 150px;
	color: #ccc;
}

#footer .inner a, #footer .inner a:visited{
	color: #ccc;
	text-decoration: underline;
}

#footer .inner a:hover{
	color: white;
}

.outro{
	position: absolute;
	width: 494px;
	left: 190px;
	top: 0px;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.2em;
}

#post-it{
	width: 200px;
	height: 196px;
	background: url(../img/post-it.jpg) no-repeat;
	position: relative;
	margin: 0px auto;
}

#post-it .inner{
	padding: 12px 16px !important;
	position: relative;
}

#rss_icon{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 52px;
	right: 45px;
}


/*********** POSTS ************/
.page_title{
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

h3.storytitle{
	margin: 0;
	margin-top: 8px;
	margin-bottom: 4px;
}

h3.storytitle a{
	color: #b20d11;
	text-decoration: none;
	font-size: 1.4em;
}

h3.storytitle a:hover{
	color: #e13c40;
}

.storycontent{
	color: black;
	font-size: 1.1em;
}

.feedback{
	text-align: right;
	margin-bottom: 32px;
}

.post{
	margin-bottom: 62px;
}


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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 */


/*********** TABS *************/
#tabs{
	width: 430px;
	height: 59px;
	position: absolute;
	right: 165px;
	bottom: 0px;
	background: url(../img/sprite-tabs.png) no-repeat;
	background-position: 0px -236px;
}

#tabs div{
	float: left;
	width: 103px;
	height: 37px;
	margin-top: 22px;
}

#tabs div:first-child{
	margin-left: 8px;
}

#tabs a{
	display: block;
	height: 37px;
	text-indent: -9999px;
}

#tabs a:hover{
	background-color: transparent;
}

#tabs.blog{ background-position: 0px 0px !important; }
#tabs.about{ background-position: 0px -59px !important; }
#tabs.work{ background-position: 0px -118px !important; }
#tabs.faq{ background-position: 0px -177px !important; }