/* === STRUCTURE === */
/* GLOBAL ELEMENTS */
.clear {
    clear: both;
}
/* GLOBAL SHADOWS */
.post-shadow {
	position: relative;
	height: 18px;
	padding-bottom: 20px;
	z-index: 75;
	max-width: 828px;
}
.border-shadow {
	display: block;
	position: relative;
	width: 100%;
	z-index: 100;
}
/* ANIMATIONS */
.social-icons a:hover {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	transition: 0.2s;
}
#portrait-container:hover {
    transition: 0.2s; 
	top: 0px;
}
#site-menu ul.menu li a:hover {
	position: relative;
	margin-left: -10px;
	transition: 0.2s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	border: none;
}
.post-type-container:hover {
	transition: 0.2s;
	margin-left: -64px;
}
#header h1:hover {
	position: relative;
	top: 5px;
	transition: 0.2s;
}
/* TOPBAR */
#topbar-container {
	width: 100%;
	height: 64px;
	margin: 0; 
	padding: 0;
}
#topbar {
	margin: 0; 
	padding: 9px 30px;
	white-space: nowrap;
}
#topbar-left {
	display: inline-block;
	float: left;
}
#topbar-right {
	display: inline-block;
	padding-left: 18px;
}
#topbar-border {
	width: 100%; 
	height: 10px;
	z-index: 120;
}
/* SOCIAL ICONS */
.social-icons {
    display: inline-block;
}
.social-icons ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.social-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.social-icons ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    text-indent: -99999px;
    background-image: url(http://static.tumblr.com/1hik0cq/km2mudlm7/social-icons-dark.png);
    background-repeat: no-repeat;
    overflow: hidden;
}
.social-icons ul li a.me { background-position: center -3px; }
.social-icons ul li a.myspace { background-position: center -45px; }
.social-icons ul li a.soundcloud { background-position: center -87px; }
.social-icons ul li a.blogspot { background-position: center -129px; }
.social-icons ul li a.facebook { background-position: center -171px; }
.social-icons ul li a.foursquare { background-position: center -213px; }
.social-icons ul li a.instagram { background-position: center -255px; }
.social-icons ul li a.vimeo { background-position: center -297px; }
.social-icons ul li a.behance { background-position: center -339px; }
.social-icons ul li a.gplus { background-position: center -381px; }
.social-icons ul li a.linkedin { background-position: center -423px; }
.social-icons ul li a.twitter { background-position: center -465px; }
.social-icons ul li a.rss { background-position: center -508px; }
.social-icons ul li a.wordpress { background-position: center -549px; }
.social-icons ul li a.flickr { background-position: center -591px; }
.social-icons ul li a.youtube {  background-position: center -634px; }
.social-icons ul li a.vine {  background-position: center -675px; }
.social-icons ul li a.tumblr {  background-position: center -717px; }
.social-icons ul li a.pheed { background-position: center -759px; }
.social-icons ul li a {
	-webkit-border-radius: 21px;
	border-radius: 21px;
}
/* PORTRAIT */
#portrait-container {
    position: relative; 
    float: right;
    top: -10px;
    width: 22%;
    z-index: 25;
}
#portrait {
    display: block; 
	width: 128px; 
	height: 128px; 
	margin: 0 auto;
    border-bottom-left-radius: 42px; 
    border-bottom-right-radius: 42px;
}
/* HEADER */
#header-border {
    width: 100%;
    height: 12px;
}
#header h1 { 
	display: block; 
	position: relative; 
}
#header h1 a { 
	display: block; 
	position: relative; 
	z-index: 3;
}
#header h2 { 
	position: relative; 
}
/* SITE MENU */
#site-menu {
    position: relative;
    float: right;
    clear: right;
    width: 22%;
}
#site-menu ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#site-menu ul.menu li {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
}
#site-menu ul.menu li a {
	display: block;
	padding: 0 8px;
	white-space: nowrap;
	border-bottom-left-radius: 21px;
	border-top-left-radius: 21px;
}
#site-menu ul.menu li a:first-letter {
	display: inline-block;
	width: 22px; 
	height: 22px;
	padding: 0px 4px;
	margin-right: 3px;
	border-radius: 18px;
}
/* MAIN CONTENT */
#main-content {
    /* margin: 0 22% 0 0; */
}
#content-container {
}
/* DATE */
.date { 
    padding-top: 2px;
	float: left; 
	clear: left;
	width: 52px; 
	text-align: right;
}
.date .day { display: block; }
.date .month { display: block; }
.date .year {display: none;}
/* POSTS */
.posts {
    position: relative;
	padding: 30px 0 20px;
	z-index: 50;
	max-width: 820px;
}
.post-type-container {
	position: relative; 
	float: left;
	width: 64px; 
	height: 60px; 
	margin-bottom: 8px;
	z-index: 25;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.post-type-container a {
	display: block;
	position: absolute; 
	left: 6px; 
	top: 6px;
	height: 48px; 
	width: 48px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.post h3 { margin-bottom: 1em; }
.post .caption , .post .source { 
	margin-top: 1em; 
	text-align: center; 
}
.caption-audio { 
	display: block; 
	padding-top: 20px; 
	text-align: center; 
}
.quote .source { 
	text-align: left;
}
/* AUDIO */	
.audio {
	width: 100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.audioplaycount { 
	text-align:right;
	font-size:1.2em;
}
.audioplay {
	width:210px;
	height:35px;
	margin:5px;
	padding:15px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
/* PHOTOS*/
.photo .image { 
	position: relative; 
	max-width: 700px;
	margin: 0 auto;
}
.photo .image .hi-res { 
	position: absolute; 
	display: none; 
	top: 0.75em; 
	right: 0.75em; 
	width: 36px;
	height: 36px;
	-webkit-border-radius: 18px; 
	border-radius: 18px; 
}
.photo .image:hover .hi-res { 
	display: inline; 
	border: none;
}
.image:hover {
	border: none;
}
a.hi-res:hover {
	border: none;
}
.photo .image img, .video-border {
	-webkit-border-radius:4px;
	border-radius: 4px;
	width:98%;
	overflow: hidden;
}
.photoset ul li a {
    /* border-collapse: collapse; */
}
.video-border {
    margin: 0 auto;
    max-width: 500px;
}
.photoset div {
    margin: -6px auto 18px;
    max-width: 512px;
}
/* PHOTOSETS */
.photoset ul li {
    position: relative;
    background-size: contain;
    background-position: center top;
}
.photoset ul li span {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.photoset ul li span a { 
    display: block;
    position: absolute;
    height: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 12px 6px 0px;
    overflow: hidden;
}
.photoset ul li span a:hover {
    margin: 4px 0px 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    transition: 0.2s;
}
.photoset ul li span a img {
    width: 100%;
}
/* QUOTES */
.quote .big { 
	position: absolute; 
	left: 10px; 
	z-index: 1; 
}
.quote .quote-words { 
	position: relative; 
	margin-bottom: 10px;
	z-index: 10; 
}
	
/* REBLOG NOTES */
.reblogged { 
	display:block; 
	margin: 1.5em 0; 
	text-align: right; 
}
/* NOTES */
#note-container h4 { 
	margin-bottom: 1.15em; 
}
#note-container .notes .note { 
	margin: 0 0 0.75em; 
	padding: 0 0 0.75em;
}
/* TAGS */
span.taghead { 
	display:none; 
}
a.tag + span.taghead { 
	display:inline; 
}
.post-footer { 
	margin: 1.5em 0 0; 
	padding: 0.5em 0 0; 
	text-align: right;
}
.post-footer li { 
	display: inline; 
	margin-left: 1em; 
}
/* PAGINATION */
#pagination { margin: 3em auto 1.5em; }
#pagination a { margin-right: 1.5em; }
/* SITE FOOTER */
#footer-border {
    width: 100%;
    height: 12px;
    z-index: 480;
}

	.post-spacing {
	    display: block;
	    margin: 0 8%;
	}
	ul, ol { margin-top: 0px; }
    #header-container {
    	padding: 40px 0px;
    }
    #header { 
        padding: 0px 30px;
    }
    .left-indent { margin-left: -60px; }
    .container-margin { 
        margin-left: 8% !important; 
        margin-right: 24% !important; 
    }
    
    @media only screen and (min-width:1000px) {
        .container-margin { 
            margin-left: 10% !important; 
        }
    }
    
    @media only screen and (min-width:1200px) {
        .container-margin { 
            margin-left: 12% !important; 
        }
    }
    
    @media only screen and (min-width:1400px) {
        .container-margin { 
            margin-left: 14% !important; 
        }
    }
    
    @media only screen and (min-width:1600px) {
        .container-margin { 
            margin-left: 16% !important; 
        }
    }
    @media only screen and (min-width:1800px) {
        .container-margin { 
            margin-left: 20% !important; 
        }
    }
    
    @media only screen and (min-width:2000px) {
        .container-margin { 
            margin-left: 22% !important; 
        }
    }
    
    @media only screen and (min-width:2200px) {
        .container-margin { 
            margin-left: 24% !important; 
        }
    }
    
    #content-container, #site-menu {
        margin-top: 2.75em;
        margin-bottom: 2em;
    }
    #header h2 { margin-top: 1em; padding: 0px 5px;}
    #content-container { 
        padding-left: 30px;
    }
    .content-spacing {
        display: block;
    }
    #site-footer {
        overflow: hidden;
    }
    #footer-container {
        margin: 0 -60px;
        padding: 0 60px;
        box-shadow: 0px -5px 45px #000 inset;
    }
	
	
    #footer {
        margin-right: 8% !important;
    }
    #footer ul.menu {
        list-style-type: none;
        margin: 0; padding: 0;
    }
    #footer p { margin: 0; }
    .caption { margin-top: 1em; text-align: center; }
	#footer {  padding-top: 2em;  padding-bottom: 2.5em;} 
#footer h4 {  font-size: 1.3em;  letter-spacing: 2px;  font-variant: small-caps;  margin-bottom: 0.25em;  padding: 10px;} 
#footer-left, #footer-right {width: 25%; padding: 1% 2%;text-align: center;} 
#footer-left {float: left;} 
#footer-right {float: right;} 

ul.menu {list-style-type: none; margin: 0; padding: 0;} 

#e-s a {  display: block;  width: 50px;  height: 50px;  overflow: hidden;  text-indent: -999999px;} 

.fs {margin-top: -6px; } 
.fs .search {margin: 0 auto;} 

.search {  width: 180px; padding: 6px 0 0; } 
.search-form {  position: relative;  width: 180px; } 
.search-form:before { display: block; position: absolute; content: ''; top: 9px;  left: 12px; width: 20px;  height: 20px; } 
.search-form input { display: block; width: 128px; height: 23px; padding: 1px 20px 0 26px; border-radius: 20px; outline: none;}  

 a.button-text { display:inline-block; } 
 a.button-text::before {  content: '\A0'; } 
 a.button-text::after {  content: '\A0'; }