/* Reset */  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Layout */
body{
	font-family: "facitweb-1","facitweb-2",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 23px;
    background: transparent;
}

body.perma .post{
	width: 790px;
}

.logo{
	position: absolute;
	top:10px;
	left: 20px;
}


#sidebar{
	display: block;
	position: fixed;
	right:0;
	top:30px;
	overflow: hidden;
	z-index: 20;
/*	background-color:#E9E9E3;
*/	background-color:#F2F2ED;
	/*
	-moz-box-shadow: 0px 0px 8px #ddd;
	-webkit-box-shadow: 0px 0px 8px #ddd;
	box-shadow: 0px 0px 8px #ddd;
	*/
}

#sidebar header h1 {
	padding:10px;
}

#sidebar header h1 a{
	margin: 0px;
	display: block;
	width:50px;
	height: 66px;
	background: transparent url(http://assets.viewbook.com.s3.amazonaws.com/v3_viewbook_com/monitor/img/v3.png) 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin-bottom: 10px;	
}

#sidebar .desc{
	margin: 0px 20px 0px 10px;
	font-size: 17px;
    font-weight: 300;
    overflow: hidden;  
}

#sidebar .desc p strong{
	color:#aaa;
}	

#sidebar .desc p {
	color:#aaaaaa;
	margin-bottom: 10px;	
}	

#sidebar nav{
	border-top: 1px solid #222;
	margin:0px 10px;
	padding: 10px 0px;
	font-size: 17px;
    font-weight: 300;
    overflow: hidden;
    display: none;
}

#sidebar nav a{
	color: #aaa;	
}

#sidebar nav a:hover{
	color: #aaa;	
}

#sidebar .subscribe form > p{
margin-bottom: 10px;
}

#sidebar .subscribe form {
	margin-bottom: 15px;
}

#sidebar .subscribe{
/*	background: #424242;
*/	
	border-top: 1px solid #222;
	margin:0px 0px 0px 0px;
	padding: 10px;
	line-height: 18px;
}

#sidebar .subscribe input[type="text"]{
	line-height: 22px;
	padding: 5px;
	background: #ccc;
	border: 1px solid #ccc;
	width:150px;
}

#sidebar .subscribe input[type="submit"]{
	line-height: 22px;
	padding: 5px;
	background: #999;
	color: #fff;
	border: none;
	margin-left:10px;
	width:50px;
	
 -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


#sidebar .subscribe p{
	font-size: 12px;
	margin: 0px 0 0 0;
	font-weight: 400;
	color:#999;
}

#sidebar .subscribe p a{
	color:#aaa;
}


#sidebar .inner{
	display: block;
	width:250px;
}

#posts{
	margin: 50px 40px 50px 30px;
	/*margin: 50px auto;*/
}

.post{
	width: 230px;
	padding: 10px;
	overflow: hidden;
	display: block;
}

.post footer .datetime{
	/*float: left;*/
}
.post footer .tags{
	float: left;
	position: relative;
	display: inline;
	list-style-type: none;
}
.post footer .tags li{
	float:left;
	margin-right:10px;
}

.post footer .tags li a{
	font-weight: 400;
	font-size:14px;
	line-height: 20px;
	 color: #3F88FF;
}

.post p{
	margin-bottom: 10px;
	line-height: 20px;
}

.post.photo,
.post.photoset,
.post.video{
	padding: 0;
	width: 250px;
}

.post.audio img{
	width: 220px;
	border-left: 10px solid #fff;
}

.post.col1, .post.Sticky{
	width:964px;
	padding: 10px;
}

.post.col2{
	width:482px;
	padding: 10px;
}

.post.photo.col2,
.post.photoset.col2,
.post.video.col2{
	padding: 0;
	width: 502px;
}

.post.audio.col2 img{
	width: 472px;
	border-left: 10px solid #fff;
}

.post h2{
	line-height: 32px;
	font-size: 28px;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
}
.post h2 a{
	border: none;
}

.post b,
.post strong{
	font-weight: bold;
}
.post em{
	font-style: italic;
}

a{
	text-decoration: none;
}

.allposts{
	display: none;
}
.perma .allposts,
.tagged .allposts{
	position: absolute;
	top:60px;
	left:30px;
	display: block;
	z-index:100;
	color: #3F88FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.perma #posts,
.tagged #posts{
	margin: 90px 40px 50px 30px;
}

/*photo post*/
.post.photo img{
	width: 100%;
	display:block; 
}
.post.photo figure{
	position: relative;
}
.post.photo figure figcaption{
	padding: 10px 10px 0px 10px;
}

/* video post */
.post.video figcaption{
	padding: 5px 10px;
}
.post.video iframe{
	width: 100%;
	height: 140px;
}
.post.video.col2 iframe{
	width: 100%;
	height: 345px;
}



/* audio post */
.post.audio object,
.post.audio embed{
	width: 230px;
}

.post.audio figcaption ul{
	clear:left;
	display: block;
	width:100%;
	background: #fff;
	overflow: hidden;
	line-height: 12px;
	padding:5px 0px;
	margin: -5px 0 0 0;
}

.post.audio figcaption ul li{
	font-size: 9px;
	float: left;
	margin-left:5px;
}

.post.audio figcaption ul li.title{
	font-weight: bold;
}
.post.audio figcaption ul li.album{
	font-style: italic;
}

.post.audio.col2 object,
.post.audio.col2 embed{
	width: 482px;
}

/* chat post */
.post.chat ul{
	border: 1px #fff solid;
}
.post.chat .odd{
	padding: 5px;
	background: #fff;
}
.post.chat .even{
	padding: 5px;
	background: #eeee;
}


/* quote post */
.post.quote blockquote{
	margin: 0;
}
.post.quote blockquote p{
	font-size: 30px;
	line-height: 35px;
	margin: 0;
}


.post.quote blockquote p b:before{
	content: "- ";
}
.post.quote blockquote p b{
	font-size: 14px;
	display: block;
	font-weight: 500;
}

/* share*/
.post footer{
	width: 100%;
	font-size: 10px;
	margin: 0px;
}

.post.video footer,
.post.photo footer,
.post.photoset footer
{
	padding:0px 10px 10px 10px;
	width: 500px;
}

.post footer .share{
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #ccc;
	width: 180px;
	height: 80px;
	overflow: hidden;
	border: 4px #ccc solid;
	z-index: 500;
}

.post footer .share-toggle{
	float: right;
}

.post footer .share li{
	float: left;
}

.post footer .share .full{
	width: 180px;
}

.post footer .share .full input{
	width: 170px;
	height: 30px;
	border: none;
	line-height: 30px;
	background: #444;
	color: #ccc;
	padding: 5px;
}

.post footer .share .inline{
	width: 75px;
	padding: 10px 5px;
}


.read_more{
	font-size: 12px;
    font-weight: 300;
    border: 0 none;
    color: #3F88FF;
    outline: medium none;
    text-decoration: none;
}

.post.quote p a{
	  color: #3F88FF;
}


/* Infinite Scroll loader */
#infscr-loading { 
  z-index: 5000;
  position: fixed;
  left: 50%;
  margin-left:-75px;
  bottom: 40px;
  width: 150px;
  height: 100px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;*/
}

/* Infinite Scroll loader */
#image-loading { 
  z-index: 5001;
  position: fixed;
  left: 50%;
  margin-left:-75px;
  bottom: 40px;
  width: 150px;
  height: 100px;
  padding: 10px;
  background: #000; 
  opacity: 0;
  color: #FFF;
  text-align: center;
 /* -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;*/
}


.forcescroll{
	width:1px;
	position: absolute;
	top:100px;
	left:0;
	height: 100%;
}

/* Transitions */
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}