/*reset and defualts*/
html,body,
header,footer, nav,
div,span,
h1, h2, h3, h4, h5, h6,
p, pre, q, blockquote,
a, img,
dl, dt, dd, ol, ul, li,menu,
caption, label, legend, fieldset, form,
input, select, textarea,
em, bold, strong, i, small, b, sub, sup, tt,
object, iframe, applet,
abbr, acronym, address, big, cite, code,
del, dfn, ins, kbd, samp, var,
table, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
  padding: 0;
  margin: 0;
}

body {
	line-height: 1.24;
	color: #333;
  /*background: #ddd;*/
  background-size: 100% auto;
  font-family: 'Krona One', sans-serif;
  font-size: 14px;
}


a:link, a:visited {
  color: #4B205D;
  text-shadow: 0 0 3px #fff;
  text-decoration: underline;
}
a:hover, a:active {
  color: #aaa;
  text-decoration: none;
}

img {
  display: block;
}
a, input, select, textarea {
  outline: 0;
  resize: none;
}
ol, ul, menu {
	list-style: none outside;
}
li{list-style-position: outside;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
.clear:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0}
/*reset and defualts*/


/*post global bits*/
.post {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}
.paginate {
  text-align: right;
}
.paginate a {
  text-decoration: none;
}
.paginate .currentPage {
  border: 1px solid #000;
  background: #333;
  color: #fff;
  border-radius: 50%;
  padding: 5px;
  display: inline-block;
  text-align: center;
}
.paginate .jumpPage {
  text-decoration: underline;
}
.reblogged {
  text-align: right;
  font-size: 10px;
  color: #444;
  margin-bottom: 5px;
}
.postDate {
  float: left;
  text-align: center;
  position: absolute;
  left: -80px;
  z-index: 15;
  padding:13px 20px 12px 10px;
  background-color: #fff;
  border: 1px solid #888;
  border-radius: 5px;
  box-shadow: 0 0 5px #888;
  opacity: .25;
}
.postDate:hover {
  opacity: 1;
}
.postDate .day {
  font-size: 20px;
  font-weight: bold;
}
.postDate .month {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.postDate .year {
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
p {
  margin-bottom: 10px;
}
a.tumblr_blog {
  color: #000;
  text-decoration: underline;
}
.caption blockquote {
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  border-top: 5px solid transparent;
  border-right: none transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #666;
}
.caption blockquote p {
  margin-bottom: 0;
  text-align: justify;
}

.overLayBackground {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, .75);
  cursor: pointer;
}
.overlayContent {
  position: absolute;
  border: 10px solid #fff;
  z-index: 110;
  display: none;
  cursor: pointer;
}
.overlayContent img {
  box-shadow: inset 0 0 3px #ccc;
  display: block;
}
.active {
  display: block;
}
/*post global bits*/


/*head area*/
.blogTitle {
  width: 900px;
  min-height: 120px;
  margin: 20px auto 0 auto;
  text-shadow: 0 0 10px #fff;
  position: relative;
}
.blogTitle a,
.blogTitle a:hover {
  color: #000;
  display: block;
  padding: 10px;
  text-align: right;
  font-size: 68px;
  text-decoration: none;
  padding-left: 150px;
}
.description {
  position: absolute;
  bottom: 0;
  left: 160px;
  color: #000;
  text-shadow: 0 1px 2px #fff;
}
.blogAvatar {
  position: absolute;
  left: 20px;
  bottom: -10px;
  background-color: #ccc;
  background-color: rgba(100,100,100,.95);
  border-radius: 10px;
  box-shadow: 0 5px 10px #000;
}
/*head area*/


/*main content*/
#mainContianer {
  /*background: #fff;*/
  width: 860px;
  margin: 0 auto 20px auto;
  padding: 20px;
  box-shadow: 0 5px 10px #000;
  border-radius: 20px;
}
#posts {
  width: 520px;
  margin-right: 20px;
  float: left;
}
.sideBar {
  float: left;
  width: 300px;
  /*background: #ccc;*/
  padding: 10px;
  border-radius: 10px;
}
/*main content*/


/*post banner*/
.postBanner {
  position: relative;
  left: -30px;
  height: 40px;
  margin-bottom: 10px;
}
.postBanner .tail {
  line-height: 0;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
/*  border-top: 15px solid #900;
  border-right: 10px solid #900;
  border-bottom: 15px solid #900;*/
  border-left: 15px solid transparent;
  position: absolute;
  left: -15px;
  top: 30px;
  z-index: 10;
}
.postBanner .wrap {
  background: #000;
  background: rgba(0,0,0,.5);
  width: 10px;
  height: 5px;
  border-radius: 0 0 0 10px;
  position: absolute;
  top: 40px;
  z-index: 20;
}
.postBanner .label {
  /*background: #900;
  color: #fff;*/
  line-height: 40px;
  font-size: 20px;
  width: 300px;
  text-align: right;
  text-transform: uppercase;
  padding: 0 10px;
  border-radius: 10px 10px 10px 0;
  position: absolute;
  z-index: 20;
}
/*post banner*/



/*post text*/
.textType {}
.postText {}
.postText .title {
  display: inline-block;
  font-size: 28px;
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.postText .bodyCopy {
  margin-left: 20px;
}
/*post text*/

/*post photo*/
.photoType {}
.photoType .postPhoto {
  display: inline-block;
  background-color: lavender;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  overflow: visible
}
.photoType .caption {
  color: #000;
  padding: 20px 0 10px 0;
  clear: left;
}
.photoType img {
  background-color: #fff;
  box-shadow: inset 0 0 3px #ccc
}
/*post photo*/

/*post photosets*/
.photoType {}
.photoType .postImgContainer {
  width: 240px;
  height: 240px;
  float: left;
  padding: 5px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  background-color: #ccc;
  background-color: rgba(100,100,100,.5);
  background: -webkit-linear-gradient(45deg, #999, #ddd);
  background: -moz-linear-gradient(top, #c00, #300);
  background: -ms-linear-gradient(top, #c00, #300);
  background: -o-linear-gradient(top, #c00, #300);
  background: gradient(top, #c00, #300);
  outline: 1px solid #000;
  position: relative;
}
.photoType .photoSet {
  width: 240px;
  position: absolute;
  clip:rect(0,240px,240px,0);
  z-index: 10;
  cursor: pointer;
}
.photoType .bigImgIcon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  height: 20px;
  width: 20px;
  padding: 5px;
  border: 1px solid #000;
  background-color: rgba(131,22,24,.5);
  background: -webkit-linear-gradient(top, #c00, #300);
  background: -moz-linear-gradient(top, #c00, #300);
  background: -ms-linear-gradient(top, #c00, #300);
  background: -o-linear-gradient(top, #c00, #300);
  background: gradient(top, #c00, #300);
  box-shadow: 0 0 10px #fff;
  border-radius: 5px;
  opacity: .5;
}
.photoType .postImgContainer:hover .bigImgIcon {
  opacity: 1;
}
.photoType .bigImgArrow {
  border-top: 10px solid #f00;
  border-right: 10px solid #f00;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  height: 0;
  width: 0;
  line-height: 0;
}
/*post photosets*/

/*post quote*/
.quoteType {}
.quoteType blockquote {
  font-size: 20px;
}
.quoteType blockquote:before {
  content: open-quote;
}
.quoteType blockquote:after {
  content: close-quote;
}
.quoteType .source {
  text-align: right;
  font-size: 10px;
}
.quoteType .source:before {
  content: '- ';
}
/*post quote*/


/*post link*/
.linkType {}
.linkType .linkLink {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
/*post link*/

/*post chat*/
.chatType {}
.chatType .chatTitle {
  font-size: 18px;
  margin-bottom: 10px
}
.chatType .chatLine {
  padding: 0 120px;
}
.chatType .person {
  display: block;
  margin-bottom: 5px;
}
.chatType .odd .person {
}
.chatType .even .person {
  text-align: right;
}
.chatType .chatText {
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #888;
}
.chatType .odd .chatText {
  float: left;
  background: #dff;
}
.chatType .even .chatText {
  float: right;
  background: #ddf;
}
.chatType .chatText .arrow {
  position: absolute;
  top: -6px;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border-top: 0 none transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.chatType .odd .arrow {
  left: 5px;
  border-bottom: 6px solid #dff;
}
.chatType .even .arrow {
  right: 5px;
  border-bottom: 6px solid #ddf;
}
/*post chat*/

/*post audio*/
.audioType {}
.audioAbout {
  margin-bottom: 10px;
}
.audioArt {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.audioArtist {
  font-size: 16px;
}
.audioAlbum {}
.audioTrack {}
/*post audio*/

/*likes*/
.myLikes {
}
.likeTitle {
  paddin-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.recentLikes {
  margin-bottom: 10px;
  padding-top: 10px;
  background-color: rgb(100,100,100);
  background-color: rgba(100,100,100,.5);
  background: -webkit-linear-gradient(top, rgba(100,100,100,.5) 0%, rgba(100,100,100,0) 40%, rgba(100,100,100,0) 80%, rgba(100,100,100,.5) 100%);
  background: -moz-linear-gradient(top, rgba(100,100,100,.5) 0%, rgba(100,100,100,0) 40%, rgba(100,100,100,0) 80%, rgba(100,100,100,.5) 100%);
  background: -ms-linear-gradient(top, rgba(100,100,100,.5) 0%, rgba(100,100,100,0) 40%, rgba(100,100,100,0) 80%, rgba(100,100,100,.5) 100%);
  background: -o-linear-gradient(top, rgba(100,100,100,.5) 0%, rgba(100,100,100,0) 40%, rgba(100,100,100,0) 80%, rgba(100,100,100,.5) 100%);
  background: gradient(top, rgba(100,100,100,.5) 0%, rgba(100,100,100,0) 40%, rgba(100,100,100,0) 80%, rgba(100,100,100,.5) 100%);
}
.like_post {
  width: 200px;
  padding-bottom: 10px;
  border-bottom: 5px #ccc dotted;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.like_post img {
  max-width: 100%;
}
.moreLikes {
  font-size: 10px;
  text-align: right;
}
/*likes*/