body {
    background: #F0EEEE;
    color: #4D4D4D;
    font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif
}

a {
    color: #000;
}

.top_header {
    background-color: #fff;
    width:100%;
    padding: 10px 20px;
    color:#000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position:relative;
}
.top_header.sticky{
	left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}

.header_left{
	width:60%;
	float:left;
}
.header_right{
	width:30%;
	float:right;
	text-align: right;
}
.show_sidebar{
	font-size: 22px;
	display: block;
	position: absolute;
	top: 40%;
	right: 20px;
}
.logo {
}

.desc {
    margin: 10px 0;
    font-size:18px;
    color:#fff;
}

.logo a {
    font-size: 28px;
    color: #000;
}
.logo img{
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.logo a:hover {
    text-decoration: none;
}

#main-nav {
    
    display: block;
	position: absolute;
	top: 40%;
	right: 20px;
	transition: all 0.4s ease;
}

#main-nav li {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 1em;
    position: relative;
}

#main-nav a {
    color: #000;
    display: block;
    line-height: 1.4em;
    margin: 0 1.5em 0 0;
    padding: 0;
    text-decoration: none;
}
#main-nav a:hover{
	color: #999;
} 
.intro_wrapper{
	display: table;
	width: 100%;
	background: url('http://static.tumblr.com/hstqltq/UCBnhpg9z/dwsdbpv.png') repeat;
	height: 450px;
	margin: 0 0 20px 0;
	padding: 100px 0 0 0;
	overflow: hidden;
}
.intro_box{
	width: 600px;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 19px;
	padding-top: 40px;
}
#content{
	width:100%;
	position: relative;
}
.content_wrapper {
   
    padding-top: 20px;
}
body.permalink .content{
	padding-top:20px;
}
.container.full_width {
    width: 98%;
    margin: 0 auto;
}

.grid-sizer {
    width: 25%;
}

.item {
     padding-right: 5px;
	 padding-left: 5px;
}

.item {
}

.permalink .item {
    width: 100%;
}

.item_inner {
   background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    margin: 0 0px 10px 0;
    overflow: hidden;
    padding: 10px;
}
.item_inner:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: none repeat scroll 0 0 #eeeeee;
}
.img_post {
}

.text_post {
    padding: 20px;
}

.item .img_wrapper {
}

body.index-page .item .img_wrapper img {
    width: 100%;
}

body.permalink .item .img_wrapper {
    text-align: center;
}

body.permalink  .img_wrapper .highres{
	width:100%;
}

.single_column{
	width:700px;
}
.single_column .item{
	width:100%;
}
.item .post-title {
    margin-top: 0;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.05em;
}
.socialshare{
	margin:10px 0;
}
.caption {
    padding: 10px;
}

blockquote {
    padding: 10px 20px;
}

.quote_post {
    margin: 0;
    border: none;
    font-size: 28px;
    padding: 10px;
    line-height: 30px;
    letter-spacing: .01px;
    text-align: center;
}

.source {
    padding: 0 0 10px 10px;
}

.caption blockquote {
    font-size: 14px;
}

.text_post {
    padding: 10px;
}

ul.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.user_1 {
    text-align: left;
    margin-bottom: 5px;
}

li.user_2 {
    text-align: right;
    margin-bottom: 5px;
}

/*** Link post ***/
.link-wrapper {
}
.link-wrapper h2{
	margin-top:0;
}
.link-wrapper h2 a {
    display: block;
    padding: 20px 10px;
    width: 100%;
    color: #fff;
    border: 1px solid #56bc8a;
    background-color: #56bc8a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
    font-size: 16px;
}

.link-wrapper .link-host {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.link-wrapper h2 a:hover {
    text-decoration: none;
}

.post-footer {
    padding: 8px 12px 6px 10px;
       position: relative;
    border-top:1px solid #DBDBDB;
	font-size:11px;
	color:#999;
}

ul.meta {
    list-style: none;
    margin: 0px;
    padding: 0;
    display: block;
    float: left;
    width: 60%;
}

ul.meta li {
    display: inline-block;
    margin-right: 3px;
}

ul.meta li a {
    font-size: 11px;
    color: #B2B2B2;
}

ul.meta  .fa, ul.meta  .fa {
    font-size: 14px;
}

ul.icons {
    list-style: none;
    margin: 0px;
    padding: 0;
    display: block;
    float: left;
    width: 40%;
    text-align: right;
}

ul.icons li {
    display: inline-block;
    margin-right: 3px;
}

.tags {
    padding: 0 0 10px 10px;
    list-style: none;
    margin: 0;
}

.tags li {
    display: inline-block;
}

.tags a {
    color: #666;
    font-size: 11px;
}
nav.pagi{
	padding:50px 0;
}
.loadmore_wrapper{
	text-align:center;
}
.loadmore-btn{
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.loadmore-btn:hover{
	background-color: #E7E7E7;
}
/**** Footer ***/
footer {
    background-color: #363636;
    padding: 20px 0;
}

footer h4 {
    color: #fff;
    font-weight: normal;
}

ul.social-links {
    display: inline-block;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    text-align: left;
}

ul.social-links  li {
    border: medium none !important;
    clear: none;
    display: inline-block;
    line-height: 100%;
    margin: 0 10px 0 0;
    padding: 0 2px 5px 0;
}

ul.social-links  a {
    color: inherit;
    font-size: 1.5em;
    text-decoration: none;
    color: #fff;
}

.widget_flickr_photos ul {
    margin: 0;
    padding: 0;
}

.widget_flickr_photos li {
    float: left;
    margin-right: 5%;
    width: 26%;
    margin-bottom: 10px;
}

.widget_flickr_photos li img {
    width: 100%;
}

.s {
    width: 100%;
    height: 34px;
    border: none;
    background: #EDEDED;
    color: #000;
    padding-left: 10px;
}

/*** share buttons ***/


.stbutton {
    display: block;
    height: 16px;
}

.stButton .stBubble_count {
    height: 41px!important;
}

.stButton .stMainServices {
    height: 22px;
}

.stButton .stButton_gradient {
    height: 24px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 24px !important;
}

body.fixed_header .top_header_wrapper{
	position: fixed;
	width: 100%;
	z-index: 3;
} 

.fixed-h{
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
box-shadow:  0px 5px 5px 0px rgba(0,0,0,0.2);
}
.fixed-h .logo img{
	width: 32px; 
}
.fixed-h .logo a{
	font-size:22px;
}
.fixed-h #main-nav{
	top: 50%;
	
}




