/* ////////////////////////////////////////////////////////////////////////////////////

This page was created with the Parallaxis Theme by Lucas Tsolakian, Archetypon Limited
Theme Name: Parallaxis
Theme URL: http://archetypon.net/preview/parallaxis/
First release date: 18-3-2013

/////////////////////////////////////////////////////////////////////////////////// */

/* @group MAIN */
body {
	font-size: 80%;
	font-family: "Helvetica Neue", Helvetica, Geneva, sans-serif;
	width: auto; 
	height: auto;	
	padding: 0;
	margin: 0;
	color: #fff;
	background-color: #000;
	overflow-x: hidden;	
}

p {
	line-height: 1.5em;
	margin: 0 0 20px 0;	
}

h1,h2,h3,h4,h5,h6 {
	text-decoration: none;
	font-weight: bold;
	clear: both;
	letter-spacing: 2px;
}

h1 {
	font-size: 3.5em;
	text-align: center; 
	line-height: 1.5em;
}

h2 {
	font-size: 3em;
	line-height: 2em;
}

h3 {
    line-height: 2em;
	font-size: 2.2em
}

h4 {
	font-size: 2em;
	line-height: 2em;
}

h5 {
	font-size: 1.5em;
	line-height: 2em;
}

h6 {
	font-size: 1.2em;
	line-height: 2em;
	margin: 0;
}

img {margin: 0;}

a:link,a:visited,a:hover,a:active,a:focus {
	border: none;
	outline: none;
	color: #ccc;
	text-decoration: none;
	-webkit-transition-duration: 0.2s;
	   -moz-transition-duration: 0.2s;
	     -o-transition-duration: 0.2s;
	        transition-duration: 0.2s;
}

.jumpy { 
    border: none; 
    float: left; 
    margin-top: 15px;    
    padding-right: 1px;
    -webkit-transition: margin 0.5s ease-out; 
    -moz-transition: margin 0.5s ease-out; 
    -o-transition: margin 0.5s ease-out; 
} 

.jumpy:hover { 
    margin-top: 2px; 
}

a img {border:none;}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 16px;
	line-height: 1.6em;
	color:#777;
}

.left {float: left;	}
.right {float: right;	}

.moreLink {font-weight: bold;}

input[type="text"], textarea {
	background-color: #fefefe;
	border: 1px solid #ddd;
	padding: 5px;
}

.float-left, .float-right {
	float: left;	
	margin: 0;
	border-radius: 3px;
}

.float-left {margin-right:7%}

.float-right{
	float: right;
	margin-left:7%;
}

/* @end */

/* @group CLEARFIX */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* @end */

/* @group CONTENT */

#headerBar{
	padding: 0;
	position:fixed;
	top:0;
	width:100%;
	height: 0;
}

#container {	
	margin: 0 auto;
	width: 100%;		
	padding: 0;
	background: transparent;
}

#main {
	margin: 0;	
	border-bottom: 1px inset #666;
	padding: 0;
}

#contentContainer{
    position: relative;
}

#content {	
	padding: 0;	
}

#content.full {		
	width: 100%
}

#sidebar {
	width: 960px;
	clear: both;
	margin: 0 auto;	
	border: 1px solid transparent;
}

.oneThird {
	width: 300px;	
}

.posts {
	width:565px;
}

.postshome {
	width:100%;
}

#content.postshome .post {
	margin:0;
	padding: 0;
}

#footer .main{
	width: 960px;		
	clear: both;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

/* @end */

/* @group EC */

#myExtraContent1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 950px;
	min-width: 950px;
	height: auto;
	padding: 0;
	font-size: 1em;
	z-index: 200;
	height: auto;
	overflow: hidden;
	color: #fff;
}

#myExtraContent2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 950px;
	max-width: 950px;
	height: auto;
	padding: 0;
	font-size: 1em;
	z-index: 200;
	height: auto;
	overflow: hidden;
	color: #fff;
}

/* @end */

/* @group NAVIGATION */

#nav{width: 950px}

#pNavSlide{
	position: fixed;
	display: none;
	top: 2px;
	right: 1px;
	text-align: center;
	width: 50px; 
	height: 50px;
	z-index: 9999;
	list-style: none;
	line-height: 1.5em;
	font-family: 'FontAwesome';
	cursor: pointer;
	font-size: 2.5em;
	letter-spacing: 0;
	-webkit-transition: color .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: 50% 50%;
}

#pNavSlide::before{
	content: "\f0c9";
}

/* @end */

/* @group slide in effects right */

.navOpen {
	opacity: 1!important;
	margin-right: 0;
	right: 0;
	-webkit-transform: translate3d(0,0,0)scale(1);
	-webkit-animation: slideIn .35s ease-in-out;
	   -moz-transform: translate3d(0,0,0)scale(1);
       -moz-animation: slideIn .35s ease-in-out;
		    transform: translate3d(0,0,0)scale(1);
		    animation: slideIn .35s ease-in-out;
}

@-webkit-keyframes slideIn {
	0%       {opacity: .3;-webkit-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;-webkit-transform: translate3d(0,0,0)scale(1);}
}
@-moz-keyframes slideIn {
	0%      {opacity: .3;-moz-transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;-moz-transform: translate3d(0,0,0)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: .3;transform: translate3d(5%,0,0)scale(.97);}
	100%  {opacity: 1;transform: translate3d(0,0,0)scale(1);}
}

.navClose {
	opacity: 0;
	-webkit-transform: translate3d(5%,0,0)scale(.97);
	-webkit-animation: slideOut .1s ease-in-out;
	   -moz-transform: translate3d(5%,0,0)scale(.97);
	   -moz-animation: slideOut .1s ease-in-out;
		    transform: translate3d(5%,0,0)scale(.97);
		    animation: slideOut .1s ease-in-out;
	}
	@-webkit-keyframes slideOut {
		0%      {opacity: 1; -webkit-transform: translate3d(0,0,0)scale(1);}
		100%  {opacity: 0; -webkit-transform: translate3d(5%,0,0)scale(.97);}
	}
	@-moz-keyframes slideOut {
		0%      {opacity: 1; -moz-transform: translate3d(0,0,0)scale(1);}
		100%  {opacity: 0; -moz-transform: translate3d(5%,0,0)scale(.97);}
	}
	@keyframes slideOut {
		0%      {opacity: 1; transform: translate3d(0,0,0)scale(1);}
		100%  {opacity: 0; transform: translate3d(5%,0,0)scale(.97);}
	}

/* @end */

/* @group slidein effects top */

.navOpenTop {
	opacity: 1!important;
	visibility: visible !important;
	margin-top: 0!important;
		-webkit-transform: translate3d(0,0,0)scale(1);
		-webkit-animation: slideInTop ease-in-out;
		-webkit-transition-duration: .35s;
		
		-moz-transform: translate3d(0,0,0)scale(1);
		-moz-animation: slideInTop .35s ease-in-out;
		
		transform: translate3d(0,0,0)scale(1);
		animation: slideInTop .35s ease-in-out;
}

@-webkit-keyframes slideInTop {
	0%      {opacity: 1;-webkit-transform: translate3d(0,0,0)scale(1);}
	100%  {opacity: 0;-webkit-transform: translate3d(5%,0,0)scale(.97);}
}
@-moz-keyframes slideIn {
	0%      {opacity: .3;-moz-transform: translate3d(0,0,0)scale(.90);}
	100%  {opacity: 1;-moz-transform: translate3d(0,0,50%)scale(1);}
}
@keyframes slideIn {
	0%      {opacity: .3;transform: translate3d(0,0,0)scale(.90);}
	100%  {opacity: 1;transform: translate3d(0,0,50%)scale(1);}
}

.navCloseTop {
	opacity: 0;
	-webkit-transition-duration: .3s;
	-moz-transform: translate3d(5%,0,0)scale(.97);
	-moz-animation: slideOutTop .3s ease-in-out;
		 transform: translate3d(5%,0,0)scale(.97);
		 animation: slideOutTop .3s ease-in-out;
	}
	@-webkit-keyframes slideOutTop {
		0%      {opacity: 1;-webkit-transform: translate3d(5%,0,0)scale(.97);}
		100%  {opacity: 0;-webkit-transform: translate3d(5%,0,0)scale(1);}
	}
	@-moz-keyframes slideOut {
		0%      {opacity: 1;-moz-transform: translate3d(0,0,0)scale(1);}
		100%  {opacity: 0;-moz-transform: translate3d(5%,0,0)scale(.97);}
	}
	@keyframes slideOut {
		0%      {opacity: 1;transform: translate3d(0,0,0)scale(1);}
		100%  {opacity: 0;transform: translate3d(5%,0,0)scale(.97);}
	}

/* @end */

/* @group STORY */

.story {
	margin: 0 auto;
	min-width: 950px;
	width: 950px;
	z-index: 100;
} 

.inside {
	margin: 0 auto;
	min-width: 800px;
	width: 800px;
}

.post {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.mobile {
	background-attachment: local;
	background-size: round;
	background-position: 50% 50%;
}

.post img, .post object {
   max-width: 100%; 
   height:auto
}

/* @end */

/* @group IMAGES */

#content .postThumb{
	background: #000;
	padding: 5px;
	border: 1px solid #e4e4e4;
	float: left;
	margin: 0 15px 15px 0;
	z-index: 1;	
}

#content .pageThumb{
	background: #000;
	padding: 5px;
	border: 1px solid #e4e4e4;
	float: right;
	margin: 0 0 15px 15px;	
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin: 5px 24px 5px 0;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin: 5px 0 5px 24px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/* @end */