/* layout */
body{
	background: #000000;
    color: #cdcdcd;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
}
#content{
	width:993px;
	margin: 0 auto;
    margin: 0 auto 20px auto;
}
#container {
	min-height: 100%;
	z-index: 1;
	margin-top: 0;
	position: relative;
	padding: 10px 0 0 10px;
	background-color: #ffffff;
}
#nav {
	width:993px;
	height:79px;
	position: fixed;
	top:0;
	z-index: 15;
	margin: 0 auto;
    background: #000000;
}
#banner {
	height:341px;
	width:993px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 79px;
}

/* header social links */
#social_buttons {
	height: 25px;
	width:165px;
	margin-right: 2px;
	margin-top: 41px;
	clear:both;
	float:right;
}
#social_buttons li {
	display: block;
    height:22px;
	width:22px;
    margin: 0 0 0 15px;
    background-image: url('../images/nav_top_social_media_sprites.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

#social_buttons li.twitter {
    width: 25px;
}

#social_buttons li.youtube {
    width: 23px;
}

#social_buttons li a {
    display: block;
    height:22px;
}

#social_buttons li.facebook {
	background-position: 0px 0px;
}
#social_buttons li.facebook:hover {
	background-position: 0px -24px;
}
#social_buttons li.twitter {
	background-position: -37px 0px;
}
#social_buttons li.twitter:hover {
	background-position: -37px -24px;
}
#social_buttons li.youtube {
    background-position: -77px 0px;
}
#social_buttons li.youtube:hover {
    background-position: -77px -24px;
}
#social_buttons li.instagram {
    background-position: -115px 0px;
}
#social_buttons li.instagram:hover {
    background-position: -115px -24px;
}

/*hide certain posts by type*/

/*first hide all types*/
/*
#posts .post {
    display: none;
    visibility: hidden;
}
*/
/*then display selected post types*/
/*
#posts .post.audio,
#posts .post.photo,
#posts .post.photoset,
#posts .post.video
{
    display: block;
    visibility: visible;   
}
*/

/* general style */
li {
	list-style-type: none;
}
a img {
	border:none;
}
a {
	text-decoration: none;
    color: #D94700;
}
a:hover {
    color: #D94700;
}
a:focus {
	outline: 0;
}

h1 {
	font-size: 23px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}

/* Posts */
#posts {
  margin: 0;
  padding: 0;
  list-style-type: none; 
}

.post {
	width:318px;
	height: auto;
	padding-bottom: 0;
	margin-bottom:10px;
}
.post.chat,
.post.link,
.post.text,
.post.quote {
    padding: 15px 15px 30px 15px;
    width: 286px;
    border: 1px solid #cdcdcd;
}
.permalinkpage 

.post.photo {
}
img .tumblr_post_img {
	width:100%; 
	position:relative;
	z-index:9;
}
.post_thumb {
	width:100%; 
	position: relative;
	left: 0;
	margin-bottom: -5px;

}
/* Commenting out will display all images of photoset
.photoset .post_thumb img{
    display: none;
}
.photoset .post_thumb img:first-child{
    display: block;
    margin-bottom: 6px;
}
*/
.social_share_wrapper {
	width:100%;
	height: 100%;
	position:absolute;
	top:0px;
    left:0;
	opacity: 0;
    border:1px solid #8b8d8e;
    background: #ffffff;
    background-image: url('../images/post_bg.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 10;
}

.sharing_details{
	height:160px;
	width: 100%;
	position: absolute;
	top:50%;
	margin-top: -80px;
	opacity: 1;

}
.enter_post{
	text-align: center;
	font-size: 20px;
	margin-top: 0px;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	border-bottom: 3px solid #8b8d8e;
}
.enter_post a{
	text-decoration: none;
	text-align: center;
	color: #D94700;
}
.enter_post a:hover{
	text-decoration: underline;
}
.post_date{
	font-size: 12px;
	font-style:italic;
	color: #8b8d8e;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.post_date img{
	position: relative;
	top:2px;
}
.social_share{
	height:80px;
	width:290px;
	margin-left: auto;
	margin-right:auto;
}
.social_share li{
	float:left;
	margin-left: 28px;
	margin-right:29px;
	margin-top: 15px;
}
.permalink_tags{
	display: none;
	visibility: hidden;
}
.tags{
	display: none;
}
.tagged{
	height:40px;
	max-width:250px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	color: #cdcdcd;
	border-top: 1px solid #8b8d8e;
	overflow: hidden;
	display:none;
}
.tagged{
	color: #cdcdcd;
}
.tagged a{
	color: #8b8d8e;
	text-align: center;
	text-transform: uppercase;
}
.tagged li{
	float:left;
	margin-right:5px;
	color: #cdcdcd;
	margin-top: 14px;

}
.tagged li:first-child{
	margin-left: -37px
}
.post_details{
	width:290px;
	height:30px;
	margin-left: auto;
	margin-right: auto;
	border-top: 3px solid #8b8d8e;

}
.post_details .notes {
	float:left;
	width:165px;
	height:30px;
	margin-top: 17px;
    padding: 0 0 0 35px;
	color: #cdcdcd;
	text-transform: capitalize;
	font-size: 14px;
    background: transparent;
    background-image: url('../images/icon_notes.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.post_details .post_share {
	margin-top: 13px;
    float: right;
}
.tumblr_post_share_icon {
}

#social_links {

}
#social_links li {
	float:left;
}

.permalink_sidebar {
	position: absolute;
	top:0;
	right:0;
}
.post_info{
	width: 340px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top:1px solid #cccccc;
}
.date{
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	margin-left: 20px;
	color: #333333;
}
.post_note_count{
	text-align: left;
	font-weight: 600;
	font-size: 13px;
	margin-left: -20px;
	margin-top: 20px;
	color: #666666;
	text-transform: capitalize;
}
.caption{
	width:100%;
	height:auto;
	font-weight: 100;
	font-size: 14px;
	padding-bottom: 15px;
	color: #8b8d8e;
	position:relative;
	width:640px;
}
.caption a{
	color: #D94700;
}
.caption a:hover{
	text-decoration: underline;
}
ol.notes {
    padding: 0px;
    margin: 0px 0px;
    list-style-type: none;
    clear:both;
	font-weight: 100;
	font-size: 14px; 
	color:#8b8d8e;   
}
ol.notes a{
	color:#D94700; 
}
ol.notes a:hover{
	text-decoration: underline;
}
ol.notes li.note {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #8b8d8e;
}

ol.notes li.note:last-child {
	border-bottom: none;
}

ol.notes li.note img.avatar {
    vertical-align: -4px;
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

ol.notes li.note span.action {
}

ol.notes li.note .answer_content {
    font-weight: normal;
}

ol.notes li.note blockquote {
    border-color: #eee;
    padding: 4px 10px;
    margin: 10px 0px 0px 0px;
}

ol.notes li.note blockquote a {
    text-decoration: none;
    color:#8b8d8e;
}

/*hide navigation because of infinite scroll*/
#navigation {
	display: none;
}



/*Permalink Style*/
.permalink_tumblr_share{
	height: 50px;
	width: 120px;
	float: left;
}
.permalink_tumblr_share li{
	float:left;
	margin-right: 15px;
	margin-top: 10px;
}
.permalink_tumblr_share li:first-child{
	margin-left: -37px;
}
.permalink_share{
	height:50px;
	width:640px;
	border-bottom: 3px solid #8b8d8e;
	position: relative
}
.permalink_share div{
	display: inline-block;
}
.permalink_tagged{
	height:40px;
	max-width: 300px;
	font-size: 13px;
	color: #8b8d8e;
	margin-top: 10px;
	overflow: hidden;
	margin-left:auto;
}
.permalink_tagged ul{
	list-style:none;
    padding-left:0;
}
.permalink_tagged a{
	color: #D94700;
	text-align: center;
	text-transform: uppercase;
}
.permalink_tagged a:hover{
	text-decoration: underline;
}
.permalink_tagged li{
	float:left;
	margin-right:5px;
	color: #cdcdcd;
	margin-top: 14px;
}
.permalink_tagged li:first-child{
	padding-left:0;
}
.permalink_post_share{
	height:50px;
	width: 155px;	
	position: relative;
	float:right;
}
.permalink_post_share li{
	float:left;
	margin-left:10px;
	margin-top: 12px;
	position:relative;
}
.permalink_post_share li:first-child{
	margin-left: 10px;
}
.permalink_notes {
	width:640px;
	position:relative;
	border-top: 3px solid #8b8d8e;
	padding-bottom: 0;
	padding-top: 15px;
	font-size: 18px;
	text-transform: uppercase;
	color:#8b8d8e;
}
.note_icon{
	float:left;
	margin-right: 10px;
	margin-top: -1px;
}


/*scroll to top*/
#scrollToTop:link, 
#scrollToTop:visited {
  display: none;
  position: fixed;
  z-index: 20;
  bottom: 10px;
  right: 20px;
}

/*Post Sprites*/
ul.tumblr_sharing {
	height: 20px;
	width: 72px;
	margin: 0;
    padding: 0;
    float:right;
	clear:both;
}
ul.tumblr_sharing li {
	display: block;
    height: 20px;
	width: 10px;
    margin: 0 0 0 20px;
    background-image: url('../images/post_social_media_icons.png');
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}

ul.tumblr_sharing li.twitter {
    width: 20px;
}

ul.tumblr_sharing li a {
    display: block;
    height: 20px;
}

ul.tumblr_sharing li.facebook {
	background-position: 0px 0px;
}
ul.tumblr_sharing li.facebook:hover {
	background-position: 0px -23px;
}
ul.tumblr_sharing li.twitter {
	background-position: -30px 0px;
}
ul.tumblr_sharing li.twitter:hover {
	background-position: -30px -23px;
}

#tumblr_controls{
	width: 187px;
	height: 26px;
}
.tumblr_controls.visible{
	visibility: visible !important;
	pointer-events: all !important;
}
.tumblr_controls {
	display: block !important;
	position: fixed !important;
	top:0 !important;
	right:0 !important;
	opacity:1 !important;
	z-index:2147483647 !important;
	visibility: visible !important;
	pointer-events: all !important;
}

/*post type specific*/
.post.photoset .post_photoset_img_wrapper {
    line-height: 0;   
}
.post.photoset .post_photoset_img_wrapper img {
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #8b8d8e; 
}
.post.photoset .post_photoset_img_wrapper img:last-of-type {
    border-bottom: none; 
}

/* perma link page */
ul.sharing {
	height: 20px;
	width: 72px;
	margin: 10px 0 0 0;
    padding: 0;
    float:right;
	clear:both;
}
ul.sharing li {
	display: block;
    height: 20px;
	width: 10px;
    margin: 0 0 0 20px;
    background-image: url('../images/post_social_media_icons.png');
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}

ul.sharing li.twitter {
    width: 20px;
}

ul.sharing li a {
    display: block;
    height: 20px;
}

ul.sharing li.facebook {
	background-position: 0px 0px;
}
ul.sharing li.facebook:hover {
	background-position: 0px -23px;
}
ul.sharing li.twitter {
	background-position: -30px 0px;
}
ul.sharing li.twitter:hover {
	background-position: -30px -23px;
}

.back_button a{
    text-transform: uppercase;
    color:#D94700;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.back_button a:hover{
    text-decoration: underline;
}
.back_button{
    margin-bottom:20px;
}

/*Permalink Page specific styles*/
.permalinkpage #container {
    margin-top: 79px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.permalinkpage #banner {
    display:none;
}
.permalinkpage #posts .post {
    margin-top: 36px;
    margin-bottom: 20px;
    width:640px;
    border:none;
    margin-left: 166px;
}
.permalinkpage .post.audio, .permalinkpage .post.video {
    width: 640px;
    margin-top: 30px;
}
.permalinkpage .social_share_wrapper{
    width: 640px;
    height:30px;
    margin-bottom: 10px;
    clear:both;
}

.permalinkpage .social_share_wrapper{
    display:none;
}


.permalinkpage .post.chat,
.permalinkpage .post.link,
.permalinkpage .post.text,
.permalinkpage .post.quote {
    padding: 0;
    width: 640px;
    border: none;
}


.clearfix:after{clear:both;display:block;content:" ";height:0;visibility:hidden;font-size:0}
.clearfix{display:inline-block}/*\*/* html
.clearfix{height:1%}.clearfix{display:block}li.clearfix{display:list-item}/**/