html {
    height: 100%;
}
body{
	margin:0;
	padding:0;
	background: #fff;
	   font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    line-height: 22px;
	 height: 100%;
	color:#666;
}
h1,h2,h3,h4,h5,h6{
	
	font-family: 'Playfair Display', serif;
	color:#f53535;
	font-weight: normal;
	margin: 10px 0;
	line-height: 32px;
}
h1{
	font-size:36px;
}
h2, h3{
	font-size:28px;
}
a{
	color:#444;
	text-decoration: none;
}
a:hover{

	text-decoration: underline;
	color:#6C0745;
}
img{

	border:none;
}
.clearfix{
	clear:both;
}
img.desaturate{

filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  }
  
img.desaturate:hover{
	filter: none;
  -webkit-filter: grayscale(0%);
}
/** sidebar ***/
.header{
	background: #fff;
	width:25%;
	height:100%;
	min-height:50px;
	float: left;
	text-align: center;
	overflow: hidden;
	
}
.header .tbl_center {
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 20%;
	height: 100%;
	padding: 32px 32px 102px;
}
.header .tbl_center .center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color:#7d7d7d;
}
.logo{
	margin-bottom:20px;
}
.logo a{
	font-family: 'Playfair Display', serif;
	color:#f53535;
	font-size:34px;
	line-height: 32px;
}
.logo a:hover{
	
	text-decoration:none;
	color:#7D7D7D;
	
}
nav ul{
	list-style:none;
	margin:20px 0;
	padding:0;
}
nav ul li a{
	color:#7d7d7d;
	font-size:16px;
	margin-bottom:5px;
	display:inline-block;
	font-family: 'Playfair Display', serif;
}

ul.social{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}
ul.social li{
	display:inline-block;
	padding:2px;
	margin-right:5px;
	width:32px;
	height:32px;
	
}
ul.social li a{
	display:inline-block;
}
ul.social li a img{
	
}
ul.social li a:hover{
	text-decoration: none;
}
.search{
	margin:0 0 20px 0;
	width:100%;
	display: block;
}
.search input {
	margin: 0px 0 0;
	border: 0;
	font: 11px Helvetica,Sans-serif;
	width:80%;
	padding: 10px 15px 10px 35px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 inset;
	-moz-box-shadow: 0 inset;
	box-shadow: 0 inset;
	background: url(http://static.tumblr.com/hstqltq/4fXn8pola/search1.png) no-repeat 6px 6px #F2F2F2;
	
}
/*** Content ***/

.content_wrapper{
	width:75%;
	
	float:left;
	background: url('http://static.tumblr.com/hstqltq/qZin8pol7/halftone.png') repeat;
	overflow:hidden;
}
.content{
	margin:5px;
}
.grid-sizer { width: 20%; }
.a_inner{
	
    background: #ffffff;
	margin: 5px;
    overflow: hidden;
    padding: 5px;
	border: 1px solid #CFCDCD;
	-webkit-box-shadow: 7px 6px 15px 0px rgba(115,115,115,0.75);
	-moz-box-shadow: 7px 6px 15px 0px rgba(115,115,115,0.75);
	box-shadow: 7px 6px 15px 0px rgba(115,115,115,0.75);
}
.post.large{
	 width: 100%;
	float:left;
	
}
.post{
	 width: 50%;
	float:left;
	
}
.post img{
	width:100%;
}
.a_body{
	padding:30px;
}
.a_image{
	position:relative;
}
.rollover_box_wrapper {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
   
    width: 100%;
}
.rollover_box_bg {
    background-color: #6C0745;
    display: block;
    height: 100%;
    opacity: 0.7;
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    z-index: 5;
}

.a_image:hover .rollover_box_wrapper {
    display: block;
}

.rollover_box {
    color: #FFFFFF;
    display: table;
    height: 100%;
    left: 3%;
    padding-top: 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 94%;
    z-index: 7;
}
.rollover_box_cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.rollover_box_cell a{
color: #FFFFFF;
}

.a_footer{
	
	 font-size: 14px;
	
}
.a_footer .tags{
	list-style: none;
	padding:0;
	margin:0 0 20px 0;
	border-top: 1px solid #efefef;
	padding-top: 10px;
	
}
.a_footer .tags li{
	background-color: #FCFCFC;
	border: 1px solid #EEEEEE;
	color: #838383;
	display: block;
	float: left;	
	margin: 0 3px 5px;
	border-radius: 2px;
	padding: 5px 10px;
	transition: all 0.2s ease 0.2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;

}

.a_footer .tags li:hover{
    border-color: #6C0745; 
}
.a_footer .tags li:hover a{
   text-decoration:none; 
}

.a_footer .tags li a{
	color: #838383;
	font-size: 14px;
	font-family: 'Playfair Display', serif;
	
}

.a_footer .meta{
	list-style: none;
	padding:0;
	margin:0;
	width:40%;
	float:left;
	display:block;
	
}
.a_footer .meta p{
	margin:0;
}
.a_footer .meta li{
	display:inline-block
}

.a_footer .meta li a{
	color:#a7a7a7;
	 font-size: 14px;

}


.a_footer .share{
	list-style: none;
	padding:0;
	margin:0;
	width:40%;
	float:right;
	display:block;
	text-align: right;
	
}
.a_footer .share li{
	display:inline-block;
	margin-left:10px;
}

.a_footer .share li a{
	color:#a7a7a7;
	 font-size: 14px;

}
.a_head{
	  border-top: 1px solid #EFEFEF;
    color: #424242;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    padding: 10px;
	
}

blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 25px;
    margin: 20px 0 20px 20px;
    padding-left: 10px;
    position: relative;
    width: 90%;
}

blockquote:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 4px;
	background-image: none !important;
	background-color: #6C0745;
}
blockquote:after {
    content: none;
}

/*** single page ***/
.single .post {
	width: 100%;
	float: none;
	min-height:300px;
}

.pagination{
	border: 1px solid #EDEDED;
	background: #fbfbfb;
	color: #424242;
	font-size: 14px;
	padding: 10px 20px;
	line-height: 18px;
	text-align: center;
}
.prev{
	display: block;
	float: left;
}
.next{
	display: block;
	float: right;
}
.notes img{
	width: auto;
}
.notes .action {
	font-size:12px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-width : 600px) {
	
	.post {
	    float: none;
	    width: 100%;
	}
}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 1024px) {

	.header {
    
	    float: none;
	    
	    height: 300px;
	    width: 100%;
	}
	.header .tbl_center {
	    display: table;
	    height: 100%;
	    left: 0;
	    padding: 0px;
	    position: relative;
	    top: 0;
	    width: 100%;
	}
	nav ul{
		width: 100%;
		text-align: center;
		
	}
	nav ul li{
		display:inline-block;
		margin-right:10px;
	}
	.content_wrapper {
    
    float: none;
    overflow: hidden;
    width: 100%;
	}
	.single .post {
	min-height:200px;
}

}
