@charset "utf-8";


body{
    margin:0px;
	padding:0px;
}
.bg {
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: auto;
	width: 100%;
}
.inner_bg {
	height: auto;
	max-width: 1212px;
	margin-right: auto;
	margin-left: auto;
}
.title {
	font-family: 'Love Ya Like A Sister', cursive;
	font-size: 35px;
	color: #f9e293;
	text-align: center;
	padding-top: 20px;
	width: 100%;
}
.description_box {
    width:100%;
	height:auto;
	margin: 0 auto;
}
.menu {
	margin-left: 20px;
	width: 150px;
	float: left;
}
.description {
	font-family: 'Just Me Again Down Here', cursive;
	font-size: 24px;
	font-weight: 400;
	color: #DDDDDD;
	line-height: 30px;
	text-align: justify;
	width: 82%;
	height: 85px;
	margin-left: 25px;
	overflow: auto;
	position: relative;
	float: left;
}
.post_container {
	height: auto;
	width: 100%;
	margin-top: 20px;
}
.post_box {
	height: auto;
	width: 591px;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}
.post_header1 {
	background-image: url(../images/post_header1.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 73px;
	width: 100%;
}
.post_header2 {
	background-image: url(../images/post_header2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 72px;
	width: 100%;
}
.postbg1 {
	background-image: url(../images/postbg1.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 100%;
}
.postbg2 {
	background-image: url(../images/postbg2.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
	width: 100%;
}
.post_footer1 {
	background-image: url(../images/post_footer1.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 100%;
}
.post_footer2 {
	background-image: url(../images/post_footer2.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 100%;
}
.postbg1 h3 {
	font-family: 'Finger Paint', cursive;
	font-size: 26px;
	font-weight: 400;
	color: #8bdbfa;
	margin: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.postbg2 h3 {
	font-family: 'Finger Paint', cursive;
	font-size: 26px;
	font-weight: 400;
	color: #8bdbfa;
	margin: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.postbg1 p {
	font-family: 'Oregano', cursive;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.postbg2 p {
	font-family: 'Oregano', cursive;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.postbg1 img {
	width: 82%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	top:-20px;
	margin-bottom: 10px;
}
.like_countbg {
	background-image: url(../images/likecount-BG.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 184px;
	margin-left: 50px;
	margin-top: 15px;
	font-family: 'Vibur', cursive;
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}
.post_sharingbox {
	height: auto;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 20px;
}
.shareicon_box {
	height: 57px;
	width: 177px;
	float: left;
	background-image: url(../images/share_bg.png);
}
.clear {
	clear: both;
}
.date_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	background-image: url(../images/date_bg.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 169px;
	text-align: center;
	float: right;
	padding-top: 18px;
}
.post_boxvideo {
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
}
.post_headervideo {
	background-image: url(../images/post_header_perma.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 100%;
}
.post_bgvideo {
	background-image: url(../images/postbg_perma.png);
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
}
.post_footervideo {
	background-image: url(../images/post_footer_perma.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 100%;
}
.video {
	float: left;
    margin-left: 60px;
    position: relative;
    top: -25px;
    width: 510px;
}
.post_bgvideo h3 {
	font-family: 'Finger Paint', cursive;
	font-size: 26px;
	font-weight: 400;
	color: #8bdbfa;
	margin: 0px;
	padding-right: 50px;
	padding-left: 20px;
	float:left;
	position: relative;
	top: -35px;
}

@media (min-width:850px) and (max-width: 1140px) {
.description_box {
    width: 800px;
}
.description {
    width: 75%;
}
}
@media (min-width:250px) and (max-width: 850px) {
.description_box {
    width: 85%;
}
.menu {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
.description {
    float: none;
    margin: 0 auto;
    width: 100%;
}
}



@media (min-width:250px) and (max-width: 1240px) {
.inner_bg {
    width: 100%;
}
.post_box {
    width: 45%;
}
.post_header1 {
    background-size: 100% 73px;
}
.postbg1 {
    background-size: 100% 257px;
}
.post_footer1 {
    background-size: 100% 50px;
}

.post_header2 {
    background-size: 100% 72px;
}
.postbg2 {
    background-size: 100% 257px;
}
.post_footer2 {
    background-size: 100% 50px;
}

.post_headervideo {
    background-size: 100% 85px;
}
.post_bgvideo {
    background-size: 100% 247px;
}
.post_footervideo {
    background-size: 100% 40px;
}
}



  /*******************/
 /*******VIDEO*******/
/*******************/

@media (min-width:1000px) and (max-width: 1240px) {
.post_boxvideo {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
    width: 95% !important;
}
.video {
    width: 48%;
}
.post_bgvideo h3 {
    width: 38%;
}
}

@media (min-width:250px) and (max-width: 1000px) {
.post_boxvideo {
    width: 45% !important;
	float:left!important;
	margin-left: 10px!important;
}
.post_headervideo {
    background-image: url("../images/post_header1.png");
    background-size: 100% 73px;
	height: 73px;
}
.post_bgvideo {
    background-image: url("../images/postbg1.png");
    background-size: 100% 257px;
}
.post_footervideo {
    background-image: url("../images/post_footer1.png");
    background-size: 100% 50px;
}
.video {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -20px;
    width: 82%;
	float:none;
}
.post_bgvideo h3 {
    color: #8bdbfa;
    font-family: "Finger Paint",cursive;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
	top:0px;
}
}
/*****VIDEO_END*****/



@media (min-width:680px) and (max-width: 760px) {
.post_box {
    width: 42%;
}
.post_boxvideo {
    width: 42% !important;
	float:left!important;
	margin-left: 10px!important;
}
}
@media (min-width:250px) and (max-width: 680px) {
.post_container {
    margin: 20px auto 0 !important;
    width: 85% !important;
}
.post_box {
    float: none!important;
    margin: 10px auto 0 !important;
    width: 100%!important;
}
.post_boxvideo {
    float: none!important;
    margin: 10px auto 0 !important;
    width: 100%!important;
}
}




.side_navbar {
	background-image: url(../images/sidenav.png);
	background-repeat: no-repeat;
	width: 457px;
	height: 100%;
	display:block;
	position: fixed;
	z-index: 99;
	left: -457px;
	top: 0px;
}
.wow_onlybg {
	background-image: url(../images/wowonly_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 216px;
	width: 400px;
}
.iconcontainer {
	width: 44px;
	position: fixed;
	right: 0px;
	z-index:9;
}
.icon_container {
    margin: 0 auto;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
    width: 100%;
	display:none;
}
.icon_container li { 
    display: inline-block;
    float: none;
    list-style-type: none;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
	height: 44px;
	width: 44px
}

.icon {
	height: 44px;
	width: 44px;
	margin-top: 5px;
	display:block;
}
.facebook {
    background-image:url(../images/icon1.png);
}
.facebook:hover {
    background-image:url(../images/icon1_hover.png);
}
.twitter {
    background-image:url(../images/icon2.png);
}
.twitter:hover {
    background-image:url(../images/icon2_hover.png);
}
.youtube {
    background-image:url(../images/icon3.png);
}
.youtube:hover {
    background-image:url(../images/icon3_hover.png);
}

@media (min-width:250px) and (max-width: 1130px) {
.iconcontainer {
	display:none;
}
.icon_container {
	display:block;
}
}










/******DETAILS******/

.post_boxperma {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.post_headerperma {
	background-image: url(../images/post_header_perma.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 85px;
	width: 100%;
	background-size: 100% 85px;
}
.post_bgperma {
	background-image: url(../images/postbg_perma.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 100%;
	background-size: 100% 247px;
}
.post_bgperma img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -20px;
    width: 91%;
}
.post_footerperma {
	background-image: url(../images/post_footer_perma.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	width: 100%;
	background-size: 100% 40px;
}
.post_bgperma h3 {
	font-family: 'Finger Paint', cursive;
	font-size: 26px;
	font-weight: 400;
	color: #8bdbfa;
	margin: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.post_bgperma p {
	font-family: 'Oregano', cursive;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.footer {
	height: auto;
	width: 100%;
	margin-top: 50px;
	background-image: url(../images/dot_line.png);
	background-repeat: repeat-x;
	background-position: top;
}
#back-top {
	position: relative;
	bottom: 15px;
	margin: 0 auto;
	width:42px;
}

#back-top a {
	width: 42px;
	display: block;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/* arrow icon (span tag) */
#back-top span {
	width: 42px;
	height: 35px;
	display: block;
	background: url(../images/top.png) no-repeat center center;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}




.navbar {
    width:1206px;
	height:auto;
	background:none!important;
	position:relative;
	float:none;
	border: 2px dashed #fff;
	padding-bottom: 25px;
    padding-top: 25px;
	
}
.avatar_box {
	height: 204px;
	width: 221px;
	position: relative;
	float: left;
	margin-left: 45px;
}
.avatar {
	border-radius: 120px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	right: 0px;
	top: 5px;
	width: 190px;
}
.avatar_link {
	background-image: url(../images/avatar_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 204px;
	width: 221px;
	position: absolute;
	top: 0px;
}
.menu_nav {
	float: left;
	list-style-type: none;
	margin-left: 165px;
	padding: 0;
	position: relative;
	width: 360px;
}
.menu_nav li {
	font-family: "Oregano",cursive;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	background-image:url(../images/dot_line.png);
	background-position: center bottom;
	background-repeat:repeat-x;
	padding: 15px 0;
}
.menu_nav li a {
	color: #FFFFFF;
	text-decoration:none;
}.side_contentbg {
	height: 100%;
	width: 100%;
	overflow: auto;
}
.tweetpostcontainer {
	height: auto;
	position: relative;
	width: 310px;
	padding:0px;
	margin: 0 0 10px;
}
.tweetpostcontainer li{
	margin: 0px;
	padding:0px;
	list-style:none;
}
.tweetpostheader {
	background-image: url(../images/tweetbox_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 85px;
	width: 100%;
	background-size: 100% 90px;
}
.tweetpost_box {
	border: 2px dashed #f9e293;
	border-radius: 20px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
}
.tweetpost_box p {
	font-family: "Just Me Again Down Here",cursive;
	font-size: 30px;
	color: #8bdbfa;
	text-align: center;
	margin: 0;
	padding: 0;
}
.tweetpostbg {
	background-image: url(../images/tweetbox_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 100%;
	background-size: 100% 90px;
}
.tweetpost_box span {
	color: #fff;
	font-family: "Oregano",cursive;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: justify;
	display: block;
}
.tweetpostfooter {
	background-image: url(../images/tweetbox_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 66px;
	width: 100%;
	background-size: 100% 66px;
}
.wow_onlybg {
	background-image: url(../images/wowonly_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 216px;
	width: 400px;
}
.search {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 2px dashed #aaaaaa;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-family: "Times New Roman",Times,serif;
	font-size: 14px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	width: 350px;
	margin-bottom: 20px;
}
.gallery {
	float: left;
	overflow: hidden;
	border: 1px solid #333;
	background: #f9f9f9;
	margin-bottom: 20px;
	padding: 10px;
}

.gallery li {
	float: left;
	display: inline;
	font-weight: bold;
	width: 40px;
	padding: 10px;
	margin-right: 10px;
	background: #eee;
	border: 1px solid #999999;
	text-align: center;
}

.pages {
	clear: both;
	float: left;
	display: inline;
}

.pages ul {
	float: left;
	padding:0;
	margin:0px;
}

.pages ul li {
	float: left;
	display: inline;
	margin-right: 3px;
}
.pagination-page-numbers {
    display: none !important;
}
.prev, .prev a {
    width: 81px;
	height:25px;
	background-image:url(../images/prev.png);
	display:block;
}
.next, .next a {
    width: 81px;
	height:25px;
	background-image:url(../images/next.png);
	display:block;
}
.tweets {
	float: left;
	height: auto;
	margin-left: 50px;
}






@media (min-width:1120px) and (max-width: 1200px) {
.navbar {
    background-image: url("../images/navbar.png");
    background-size: 100% 375px;
    float: none;
    height: auto;
    padding-bottom: 40px;
    padding-top: 65px;
    position: relative;
    width: 90%;
	margin: 0 auto;
}
.menu_nav {
    margin-left: 45px;
	width: 300px;
}
}

@media (min-width:250px) and (max-width: 1120px) {
.search {
    width: 295px;
}
.avatar_box {
    float: none;
    height: 204px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 221px;
}
.menu_nav {
    float: none;
    list-style-type: none;
    margin: 0 auto;
    width: 295px;
}
.tweets {
    float: none;
    margin: 0 auto;
    width: 310px;
}
.description {
    margin-bottom: 25px;
}
}
@media (min-width:250px) and (max-width: 380px) {
.search {
    width: 230px;
}
.menu_nav {
    float: none;
    list-style-type: none;
    margin: 0 auto;
    width: 240px;
}
.tweetpostcontainer {
    height: auto;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;
    width: 250px;
}
.tweetpost_box {
    width: 65%;
}
.tweets {
    float: none;
    margin: 0 auto;
    width: 245px;
}
}
@media (min-width:250px) and (max-width: 1230px) {
.navbar {
	width:99%!important;
	margin:0 auto;
}
}
@media (min-width:250px) and (max-width: 480px) {
.navbar {
	width:95%!important;
	margin:0 auto;
}
.navbar form {
    width: 255px!important;
}
.pages {
    float: left!important;
    margin-top: 5px!important;
}
}





.bg {
	background-image: url(http://static.tumblr.com/nj7urwg/NXAnekg6h/bg.png);
}
.post_header1 {
	background-image: url(http://static.tumblr.com/nj7urwg/JJenekg7m/post_header1.png);
}
.post_header2 {
	background-image: url(http://static.tumblr.com/nj7urwg/Teinekg9l/post_header2.png);
}
.postbg1 {
	background-image: url(http://static.tumblr.com/nj7urwg/zDMnekgaa/postbg1.png);
}
.postbg2 {
	background-image: url(http://static.tumblr.com/nj7urwg/w6Xnekgav/postbg2.png);
}
.post_footer1 {
	background-image: url(http://static.tumblr.com/nj7urwg/Qwjnekgbe/post_footer1.png);
}
.post_footer2 {
	background-image: url(http://static.tumblr.com/nj7urwg/beQnekgc0/post_footer2.png);
}
.like_countbg {
	background-image: url(http://static.tumblr.com/nj7urwg/tW2nekgcy/likecount-bg.png);
}
.shareicon_box {
	background-image: url(http://static.tumblr.com/nj7urwg/Ulwnelww7/share_bg.png);
}
.date_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/TiXnekgec/date_bg.png);
}
.post_headervideo {
	background-image: url(http://static.tumblr.com/nj7urwg/yjKnekgf1/post_header_perma.png);
}
.post_bgvideo {
	background-image: url(http://static.tumblr.com/nj7urwg/DBtnekgg0/postbg_perma.png);
}
.post_footervideo {
	background-image: url(http://static.tumblr.com/nj7urwg/90znekgh6/post_footer_perma.png);
}

@media (min-width:250px) and (max-width: 1000px) {
.post_headervideo {
    background-image: url(http://static.tumblr.com/nj7urwg/JJenekg7m/post_header1.png);
}
.post_bgvideo {
    background-image: url(http://static.tumblr.com/nj7urwg/zDMnekgaa/postbg1.png);
}
.post_footervideo {
    background-image: url(http://static.tumblr.com/nj7urwg/Qwjnekgbe/post_footer1.png);
}
}

.side_navbar {
	background-image: url(http://static.tumblr.com/nj7urwg/XMknekgml/sidenav.png);
}
.profilepic_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/XMknekgml/sidenav.png);
}
.search_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/PsOnekgng/search_bg.png);
}
.avatar_link {
	background-image: url(http://static.tumblr.com/nj7urwg/Rbbnettdc/avatar_bg2.png);
}
.menu_nav li {
	background-image:url(http://static.tumblr.com/nj7urwg/or0nekgoj/dot_line.png);
}

@media (min-width:250px) and (max-width: 450px) {
.avatar_link {
    background-image: url(http://static.tumblr.com/nj7urwg/UUbnekgo0/avatar_bg2.png);
    display:block;
}
}

.tweetpostheader {
	background-image: url(http://static.tumblr.com/nj7urwg/OjMnekgrl/tweetbox_header.png);
}
.tweetpostbg {
	background-image: url(http://static.tumblr.com/nj7urwg/WOpnekgs4/tweetbox_bg.png);
}
.tweetpostfooter {
	background-image: url(http://static.tumblr.com/nj7urwg/3xRnekgsr/tweetbox_footer.png);
}
.wow_onlybg {
	background-image: url(http://static.tumblr.com/nj7urwg/m9enekgtb/wowonly_bg.png);
}
.facebook {
    background-image:url(http://static.tumblr.com/nj7urwg/8P7nekgtw/icon1.png);
}
.facebook:hover {
    background-image:url(http://static.tumblr.com/nj7urwg/4tgnekguh/icon1_hover.png);
}
.twitter {
    background-image:url(http://static.tumblr.com/nj7urwg/FIWnekgux/icon2.png);
}
.twitter:hover {
    background-image:url(http://static.tumblr.com/nj7urwg/o9Anekgve/icon2_hover.png);
}
.youtube {
    background-image:url(http://static.tumblr.com/nj7urwg/3gRnekgw0/icon3.png);
}
.youtube:hover {
    background-image:url(http://static.tumblr.com/nj7urwg/Rhxnekgwi/icon3_hover.png);
}
.instagram {
    background-image:url(http://static.tumblr.com/nj7urwg/3kyneuywk/icon4.png);
}
.instagram:hover {
    background-image:url(http://static.tumblr.com/nj7urwg/7inneuyxo/icon4_hover.png);
}
.pinterest {
    background-image:url(http://static.tumblr.com/nj7urwg/Odpneuyz8/icon5.png);
}
.pinterest:hover {
    background-image:url(http://static.tumblr.com/nj7urwg/AxZneuz06/icon5_hover.png);
}
.post_headerperma {
	background-image: url(http://static.tumblr.com/nj7urwg/yjKnekgf1/post_header_perma.png);
}
.post_bgperma {
	background-image: url(http://static.tumblr.com/nj7urwg/DBtnekgg0/postbg_perma.png);
}
.post_footerperma {
	background-image: url(http://static.tumblr.com/nj7urwg/90znekgh6/post_footer_perma.png);
}
.footer {
	background-image: url(http://static.tumblr.com/nj7urwg/or0nekgoj/dot_line.png);
}
#back-top span {
	background: url(http://static.tumblr.com/nj7urwg/4WFnekgzl/top.png) no-repeat center center;
}


.logoimage {
    display: block;
    height: 70px;
    margin: 0 auto;
    padding-top: 15px;
    width: 390px;
}
.logoimage img {
    width:390px;
    height:70px;
}
@media (min-width:250px) and (max-width: 400px) {
.logoimage {
    height: auto;
    width: 100%;
}
.logoimage img {
    height: auto;
    width: 100%;
}
}
.title h1 {
    font-size: 35px;
    padding-top: 20px;
    text-align: center;
    text-decoration:none;
    margin:0px;
    width: 100%;
    display:inline-block;
}
.description {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.postbg1 a {
    text-decoration: none!important;
    color:#fff;
}
.postbg1 h3 p {
    font-family: "Finger Paint",cursive;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding:0;
}
.post_bgperma h3, .post_bgperma h3 p {
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
.quote_title {
    font-family: "Oregano",cursive !important;
    font-size: 38px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: justify !important;
}
.post_bgperma h3 p {
    padding:0;
}

.tags {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 45px;
    width: 45%;
    float:left;
}
.tags > li {
    border: 1px dashed #808080;
    border-radius: 2px;
    color: #f9e293;
    float: left;
    font-family: "Oregano",cursive;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 10px;
    text-decoration: none;
}
.tags > li:hover {
background-image: url("http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png");
}
.tags > li a {
    color: #f9e293;
    text-decoration: none;
}
.tags > li a span {
    color: #fff;
    text-decoration: none;
    margin:0;
    padding:0;
}
.shareicon_box {
    float: right;
    height: 57px;
    position: relative;
    right: 18px;
    margin-bottom: 15px;
    width: auto;
    padding: 0 10px 0 0;
}
.postshare_bg {
    margin: 20px 0 0 20px;
    padding: 0;
    text-align: center;
}
.postshare_bg li {
    display: inline-block;
    float: none;
    list-style-type: none;
    margin: 0 7px;
    position: relative;
}
.reblog_image {
    background-image: url("http://static.tumblr.com/nj7urwg/pWbnenpwl/reblog.png")!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left;
    height: 15px !important;
    position: relative;
    top: -2px;
    width: 20px !important;
}
.date_bg {
    position: relative;
    right: 25px;
    font-family: "Oregano",cursive;
    text-decoration: none;
}
.postbg1 img {
    border: 1px dashed #a8a8a8;
    border-radius: 8px;
}
.post_bgperma img {
    border: 1px dashed #a8a8a8;
    border-radius: 8px;
    margin-bottom:10px;
}
.post_bgvideo h3 {
    padding-right: 30px;
    top: -30px;
}
.postbg1 > iframe {
    border: 1px dashed #a8a8a8;
    border-radius: 8px;
    display: block;
    float: none;
    margin: 0 auto 20px;
    position: relative;
    width: 80%;
}
.post_bgperma > iframe {
    border: 1px dashed #a8a8a8;
    border-radius: 8px;
    display: block;
    margin: -30px auto 20px;
    width: 90%;
}
@media (min-width:250px) and (max-width: 1000px) {
.post_bgvideo > iframe {
    display: block !important;
    float: none;
    margin: -30px auto 15px;
    width:85%;
}
.post_bgvideo h3 {
    padding-right: 50px;
}
.tags {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}
.shareicon_box {
    margin-top: 20px;
}
.date_bg {
    margin-top: 15px;
}
.post_bgvideo h3 {
    top: 0px;
    padding-bottom:0;
}
}
.share_btn img {
    border: medium none;
    border-radius: 0;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 20px !important;
    position: relative;
    top: -4px;
}
.share_iconbox {
    border-radius: 10px;
    height: auto;
    position: absolute;
    width: 187px;
    bottom: 35px;
    right: -85px;
    text-align: left;
}
.share_boxheader {
    background-image: url("http://static.tumblr.com/nj7urwg/RJ8neo1s0/share_boxheader2.png");
    background-repeat: no-repeat;
    height: 42px;
    width: 100%;
}
.share_boxbg {
    background-image: url("http://static.tumblr.com/nj7urwg/kt1neo1ul/share_boxbg2.png");
    background-repeat: repeat-y;
    height: auto;
    width: 100%;
    padding-top:10px;
}
.share_boxfooter {
    background-image: url("http://static.tumblr.com/nj7urwg/yMxneo1w6/share_boxfooter2.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
}
.facebook_s {
    background-image: url("http://static.tumblr.com/nj7urwg/bjpneo365/s_icon1.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 103px;
    margin-left: 20px;
}
.facebook_s:hover {
    background-image: url("http://static.tumblr.com/nj7urwg/d7jneo4eq/s_icon1_hover.png");
}
.twitter_s {
    background-image: url("http://static.tumblr.com/nj7urwg/W49neo38l/s_icon2.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 103px;
    margin-left: 20px;
    margin-top: 10px;
}
.twitter_s:hover {
    background-image: url("http://static.tumblr.com/nj7urwg/aXnneo4f3/s_icon2_hover.png");
}
.pinterest_s {
    background-image: url("http://static.tumblr.com/nj7urwg/QYzneo4ae/s_icon3.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 104px;
    margin-left: 18px;
    margin-top: 10px;
}
.pinterest_s:hover {
    background-image: url("http://static.tumblr.com/nj7urwg/0IKneo4az/s_icon3_hover.png");
}
.google_s {
    background-image: url("http://static.tumblr.com/nj7urwg/Knlneo3bj/s_icon4.png");
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    height: 22px;
    width: 117px;
    margin-left: 23px;
    margin-top: 10px;
}
.google_s:hover {
    background-image: url("http://static.tumblr.com/nj7urwg/4Sbneo4f9/s_icon4_hover.png");
}
.postbg2 a {
    text-decoration: none;
}
.chatname {
    color: #dddddd;
    font-family: "Just Me Again Down Here",cursive!important;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.chatname > span {
    color: #f9e293!important;
    font-family: "Oregano",cursive;
}
.post_bgperma a {
    text-decoration: none;
}
.tumblr_audio_player.tumblr_audio_player_102006947828 {
    border: 1px dashed #fff;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -20px;
    width: 82%;
}
.post_bgperma .tumblr_audio_player {
    border: 1px dashed #fff;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -20px;
    width: 90%;
}
.quote_title {
     font-family: "Oregano",cursive !important;
    font-size: 38px!important;
    font-weight: 400!important;
    line-height: 30px!important;
    text-align: justify!important;
}
.link {
    background-image: url("http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png");
    border-radius: 5px;
    color: #aab251;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 90%;
    border: 3px dotted #f6fe9d;
}
#disqus_thread {
    background-image: url("http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png") !important;
    border-radius: 10px !important;
    margin: 20px auto 0 !important;
    overflow: hidden !important;
    padding: 30px !important;
    width: 84% !important;
}
@media (min-width:760px) and (max-width: 1400px) {
#disqus_thread {
    width: 80%!important;
}
}
@media (min-width:550px) and (max-width: 760px) {
#disqus_thread {
    width: 77%!important;
}
}
@media (min-width:430px) and (max-width: 550px) {
#disqus_thread {
    width: 72%!important;
}
}
@media (min-width:250px) and (max-width: 430px) {
#disqus_thread {
    width: 60%!important;
}
}


.prev, .prev a {
	background-image:url(http://static.tumblr.com/nj7urwg/my8nett6g/prev.png);
}
.next, .next a {
	background-image:url(http://static.tumblr.com/nj7urwg/fltnett69/next.png);
}
.tweets {
    width: 310px;
}
.tweetpost_box a {
    text-decoration:none;
}
.scrnname {
    color: #8bdbfa;
    font-family: "Just Me Again Down Here",cursive;
    font-size: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.content {
    color: #fff;
    display: block;
    font-family: "Oregano",cursive;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0;
    text-align: justify;
}
.twdate {
    color: #ffbe92;
    font-family: "Lato",sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
}
.search_icon {
    background-color: transparent;
    background-image: url("http://static.tumblr.com/nj7urwg/xUtneuxz5/search_icon2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-style: none;
    color: transparent;
    height: 15px;
    outline: medium none;
    position: absolute;
    right: 25px;
    top: 13px;
    width: 18px;
}
.navbar form {
    margin: 0 auto;
    position: relative;
    width: 375px;
}
.description_box {
    margin: 0 auto 20px;
}
.copyright {
    font-family: "Oregano",cursive;
    font-size: 20px;
    color: #dddddd;
    font-weight: 400;
    padding-bottom: 15px;
    float:left;
}
.wow_only {
    float: right;
    margin-top: -35px;
    position: relative;
    width: 170px;
}
.linkbtn {
    height: 40px;
    margin: 0 auto;
    position: relative;
    width: 90%;
}
.nextbtn {
    background-image: url("http://static.tumblr.com/nj7urwg/kKGnev1ex/next2.png");
    display: block;
    height: 34px;
    width: 74px;
    position: absolute;
    right: 0;
}
.prvbtn {
    background-image: url("http://static.tumblr.com/nj7urwg/I9snev1h3/prev2.png");
    display: block;
    height: 34px;
    left: 0;
    position: absolute;
    width: 74px;
}
#infscr-loading div {
    color: #f97c4b !important;
    font-family: "Just Me Again Down Here",cursive;
    font-size: 24px;
    left: 30px;
    position: relative;
    top: -17px;
}
.pages {
    clear: both;
    display: inline;
    float: right;
    margin-top: -25px;
    width: 170px;
}