@charset "utf-8";

body {
    margin:0px;
	padding:0px;
}
.clear {
	clear: both;
}

/******************/
/**** THEME 1 ****/
/****************/

.theme1 {
	height: auto;
	width: 100%;
}
.theme1 .bg {
	background-image: url(../images/theme1/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	height: auto;
	width: 100%;
}
.theme1 .header {
	background-image: url(../images/theme1/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 179px;
	width: 100%;
	position: absolute;
	z-index: 9;
}
.theme1 .inner_header {
	height: 179px;
	max-width: 1115px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.theme1 .logo_bg {
	background-image: url(../images/theme1/title_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-size: 100% 160px;
    height: 160px;
    top: 30px;
    width: 350px;
}
.theme1 .search_bg {
	background-image: url(../images/theme1/search_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 52px;
	width: 274px;
	position: absolute;
	top: 120px;
	right: 0px;
}
.theme1 .search_field {
	background-color: #724d34;
	height: 24px;
	width: 132px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
	padding-left: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	box-shadow: -3px 3px 5px #4b260d inset;
}
.theme1 .menu_btn {
	position: absolute;
	top: 55px;
	right: 55px;
	width:165px;
	height:64px;
}
@media (min-width:1115px) and (max-width: 1920px) {
.theme1 .bg {
	background-size: 100% 1080px;
}
.theme1 .header {
	background-size: 100% 179px;
}
}
@media (min-width:760px) and (max-width: 1040px) {
.theme1 .logo_bg {
    margin: 0;
}
}
@media (min-width:250px) and (max-width: 760px) {
.theme1 .logo_bg {
    margin: 0 auto;
    top: -10px;
}
.theme1 .search_bg {
    margin: 0 auto;
    position: relative;
    top: -25px;
}
.theme1 .menu_btn {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
	right:0;
}
}
@media (min-width:250px) and (max-width: 500px) {
.theme1 .logo_bg {
    background-size: 100% auto;
    height: 180px;
    width: 100%;
}
}

.theme1 .content_bg {
	height: auto;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	padding-bottom: 80px;
}
@media (min-width:1400px) and (max-width: 1920px) {
.theme1 .content_bg {
	max-width: 1330px!important;
}
}





.theme1 .description {
	background-image: url(../images/theme1/description_bg.png);
	background-repeat: repeat;
	height: 60px;
	padding: 10px 50px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	position: relative;
	top: 185px;
	max-width: 1015px;
	overflow: auto;
	z-index: 9;
}

.theme1 .post_box {
	height: auto;
	width: 515px;
	margin-top: 10px;
	float: left;
	margin-left: 20px;
}
@media (min-width:1400px) and (max-width: 1920px) {
.theme1 .post_box {
    width: 630px!important;
}
}
.theme1 .photo_postbg_top {
	background-image: url(../images/theme1/photo_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 65px;
	width: 100%;
	height: 65px;
	margin: 0 auto;
}
.theme1 .photo_postbg {
	background-image: url(../images/theme1/photo_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% 82px;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.theme1 .photo_postbg img {
	height: auto;
	width: 68%;
	display:block;
	margin:0 auto 10px;
	border-radius: 5px;
}
.theme1 .photo_postbg_bottom {
	background-image: url(../images/theme1/photo_bg_bottom.png);
	background-repeat: no-repeat;
	background-size: 100% 155px;
	height: 155px;
	width: 100%;
	position: relative;
	margin: -90px auto 0;
}
.theme1 .post_detailsbg {
	background-image: url(../images/theme1/content_bg.png);
	background-repeat: repeat-y;
	background-size: 100% 89px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.theme1 .post_textdetailsbg {
	background-image: url(../images/theme1/content_bg.png);
	background-repeat: repeat-y;
	background-size: 100% 89px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.theme1 .post_detailsbg h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #ffbf00;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-shadow: 1px 1px 2px #000;
	text-align: justify;
}
.theme1 .post_detailsbg p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
	padding-top: 15px;
}
.theme1 .post_textdetailsbg p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin: -50px 30px 0;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
}
.theme1 .post_detailsbg_bottom {
	background-image: url(../images/theme1/content_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	height: 58px;
	width: 100%;
	margin:0 auto;
}
.theme1 .likecount {
	font-family: "Trajan Pro";
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 1px 1px #290c00;
	background-image: url(../images/theme1/likecount_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
	width: 172px;
	padding-top: 22px;
	text-align: center;
	position: relative;
	top: 10px;
	left: 30px;
}
.theme1 .date_bg {
	background-image: url(../images/theme1/date_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
	width: 81px;
	position: relative;
	float:right;
	right: -15px;
	margin-top: -55px;
	padding-top: 8px;
}
.theme1 .month {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 1px #0d0d0d;
}
.theme1 .date {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 1px #0d0d0d;
}
.theme1 .post_detailsbg_top {
	background-image: url(../images/theme1/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 52px;
	height: 52px;
	width: 100%;
	margin-top: 20px;
}
.theme1 .post_titlebg {
	height: auto;
	width: 100%;
	position: relative;
	top: -70px;
}
.theme1 .titlebg_top {
	background-image: url(../images/theme1/post_titlebg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
}
.theme1 .titlebg_bottom {
	background-image: url(../images/theme1/post_titlebg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
}
.theme1 .title_bg {
	background-image: url(../images/theme1/post_titlebg.png);
	background-repeat: repeat;
	background-position: center top;
	height: auto;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
}
.theme1 .title_bg h3 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #663c24;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
}
@media (min-width:250px) and (max-width: 1030px) {
.theme1 .content_bg {
    width: 100%;
}
}

@media (min-width:1030px) and (max-width: 1150px) {
.theme1 .post_box {
    width: 48%;
}
}
@media (min-width:720px) and (max-width: 1030px) {
.theme1 .post_box {
    width: 46.3%;
	margin-left: 12px;
}
.theme1 .titlebg_top {
    background-size: 100% 17px;
    width: 90%;
}
.theme1 .title_bg {
    background-size: 100% 14px;
    width: 90%;
}
.theme1 .titlebg_bottom {
    background-size: 100% 17px;
    width: 90%;
}
}
@media (min-width:250px) and (max-width: 720px) {
.theme1 .post_box {
    width: 90%;
	float:none;
	margin: 40px auto 0!important;
	left: 5%!important;
}
.theme1 .titlebg_top {
    background-size: 100% 17px;
    width: 90%;
}
.theme1 .title_bg {
    background-size: 100% 14px;
    width: 90%;
}
.theme1 .titlebg_bottom {
    background-size: 100% 17px;
    width: 90%;
}
}
@media (min-width:250px) and (max-width: 760px) {
.theme1 .content_bg {
    padding-top: 255px;
}
.theme1 .description {
    top: 255px;
}
}

.theme1 .footer {
	background-image: url(../images/theme1/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
	width: 100%;
}
.theme1  .icon {
	float: left;
	margin-right: 5px;
}
.theme1 .logo_title {
	color: #fbd1b3;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 40px;
    padding-top: 45px;
    text-align: center;
}
.theme1 .icon_container {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
	position:relative;
	top: -30px;
}
.theme1 .icon_container li {
    display: inline-block;
    float: none;
    list-style-type: none;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
}
.theme1 .iconbg {
	width: 84px;
	height: 82px;
	background-image:url(../images/theme1/iconbg.png);
	background-repeat:no-repeat;
}

.theme1 .icon_container img {
    left: 27px;
    position: absolute;
    top: 23px;
    z-index: 9;
}


@media (min-width:250px) and (max-width: 400px) {
.theme1 .icon_container {
    top: -15px;
}
.theme1 .iconbg {
    width: 60px;
}
}

.theme1 .side_navbar {
	background-image: url(../images/theme1/menu_barbg.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 1080px;
	position: fixed;
	z-index: 99;
	left: -450px;
	top: 0px;
}
.theme1 .avatar_box {
	height: 187px;
	width: 187px;
	margin-top: 100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	right: 15px;
	background-color: #384773;
}
.theme1 .inner_sidebar {
	height: 100%;
	width: 280px;
	margin-left: 30px;
	overflow: auto;
}
.theme1 .avatar_link {
	background-image: url(../images/theme1/profile_pic.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 187px;
	width: 187px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.theme1 .avatar_image {
	height: 167px;
	margin-top: 20px;
}
.theme1 .menu {
	margin: 25px 0 0;
	padding: 0px;
	position:relative;
	text-align:center;
	right: 20px;
}
.theme1 .menu li {
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/theme1/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	width: 155px;
	text-align: center;
	list-style-type: none;
	padding-top: 15px;
	display: inline-block;
	text-shadow: 1px 1px 2px #000;
}
.theme1 .menu li a {
	color: #FFFFFF;
	text-decoration:none;
}
.theme1 .menu li:hover {
	background-image: url(../images/theme1/menu_bg_hover.png);
}
.theme1 .menu li:first-child {
	background-image: url(../images/theme1/menu_bg_f.png);
}
.theme1 .menu li:first-child:hover {
	background-image: url(../images/theme1/menu_bg_hover.png);
}
.theme1 .menu li:last-child {
	background-image: url(../images/theme1/menu_bg_l.png);
}
.theme1 .menu li:last-child:hover {
	background-image: url(../images/theme1/menu_bg_hover.png);
}


    /*DETAILS_PAGE*/
/*-------------------*/
.theme1 .postbox_details {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.theme1 .post_details_top {
	background-image: url(../images/theme1/detailspage_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 30px;
	height: 30px;
	width: 100%;
}
.theme1 .date_bg_details {
    background-image: url("../images/theme1/date_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: 74px;
    margin-left: -25px;
    margin-top: -15px;
    padding-top: 8px;
    position: absolute;
    width: 81px;
}
.theme1 .postbg_details {
	background-image: url(../images/theme1/detailspage_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% 186px;
	height: auto;
	width: 100%;
}
.theme1 .postbg_details img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 96%;
}
.theme1 .post_details_bottom {
	background-image: url(../images/theme1/detailspage_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 30px;
	height: 30px;
	width: 100%;
}
@media (min-width:250px) and (max-width: 1200px) {
.theme1 .postbox_details {
    width: 90%;
}
.theme1 .postbg_details img {
    width: 94%;
}
}

@media (min-width:250px) and (max-width: 760px) {
.theme1 .postbg_details {
    background-size: 100% 110px;
}
.theme1 .postbox_details {
    height: auto;
    margin: 35px auto 0;
}
}
.postbg_details h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #ffbf00;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-shadow: 1px 1px 2px #000;
	text-align: justify;
}
.theme1 .postbg_details p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
	padding-top: 15px;
}























/******************/
/**** THEME 2 ****/
/****************/

.theme2 {
	height: auto;
	width: 100%;
}
.theme2 .bg {
	background-image: url(../images/theme2/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	height: auto;
	width: 100%;
}
.theme2 .header {
	background-image: url(../images/theme2/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 179px;
	width: 100%;
	position: absolute;
	z-index: 9;
}
.theme2 .inner_header {
	height: 179px;
	max-width: 1115px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.theme2 .logo_bg {
	background-image: url(../images/theme1/title_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-size: 100% 160px;
    height: 160px;
    top: 30px;
    width: 350px;
}
.theme2 .search_bg {
	background-image: url(../images/theme2/search_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 52px;
	width: 274px;
	position: absolute;
	top: 120px;
	right: 0px;
}
.theme2 .search_field {
	background-color: #724d34;
	height: 24px;
	width: 132px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
	padding-left: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	box-shadow: -3px 3px 5px #4b260d inset;
}
.theme2 .menu_btn {
	position: absolute;
	top: 55px;
	right: 55px;
	width:165px;
	height:64px;
}
@media (min-width:1115px) and (max-width: 1920px) {
.theme2 .bg {
	background-size: 100% 1080px;
}
.theme2 .header {
	background-size: 100% 179px;
}
}
@media (min-width:760px) and (max-width: 1040px) {
.theme2 .logo_bg {
    margin: 0;
}
}
@media (min-width:250px) and (max-width: 760px) {
.theme2 .logo_bg {
    margin: 0 auto;
    top: -10px;
}
.theme2 .search_bg {
    margin: 0 auto;
    position: relative;
    top: -25px;
}
.theme2 .menu_btn {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
	right:0;
}
}
@media (min-width:250px) and (max-width: 500px) {
.theme2 .logo_bg {
    background-size: 100% auto;
    height: 180px;
    width: 100%;
}
}

.theme2 .content_bg {
	height: auto;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	padding-bottom: 80px;
}
@media (min-width:1400px) and (max-width: 1920px) {
.theme2 .content_bg {
	max-width: 1330px!important;
}
}
.theme2 .description {
    background-image: url(../images/theme2/description_bg.png);
    background-repeat: repeat;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    height: 60px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1015px;
    overflow: auto;
    padding: 10px 50px;
    position: relative;
    text-align: center;
    top: 185px;
    z-index: 9;
}

.theme2 .post_box {
	height: auto;
	width: 515px;
	margin-top: 10px;
	float: left;
	margin-left: 20px;
}
@media (min-width:1400px) and (max-width: 1920px) {
.theme2 .post_box {
    width: 630px!important;
}
}
.theme2 .photo_postbg_top {
	background-image: url(../images/theme2/photo_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 65px;
	width: 100%;
	height: 65px;
	margin: 0 auto;
}
.theme2 .photo_postbg {
	background-image: url(../images/theme2/photo_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% 82px;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.theme2 .photo_postbg img {
	height: auto;
	width: 68%;
	display:block;
	margin:0 auto 10px;
	border-radius: 5px;
}
.theme2 .photo_postbg_bottom {
	background-image: url(../images/theme2/photo_bg_bottom.png);
	background-repeat: no-repeat;
	background-size: 100% 155px;
	height: 155px;
	width: 100%;
	position: relative;
	margin: -90px auto 0;
}
.theme2 .post_detailsbg {
	background-image: url(../images/theme2/content_bg.png);
	background-repeat: repeat-y;
	background-size: 100% 89px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.theme2 .post_textdetailsbg {
	background-image: url(../images/theme2/content_bg.png);
	background-repeat: repeat-y;
	background-size: 100% 89px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.theme2 .post_detailsbg h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #ffbf00;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-shadow: 1px 1px 2px #000;
	text-align: justify;
}
.theme2 .post_detailsbg p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
	padding-top: 15px;
}
.theme2 .post_textdetailsbg p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin: -50px 30px 0;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
}
.theme2 .post_detailsbg_bottom {
	background-image: url(../images/theme2/content_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	height: 58px;
	width: 100%;
	margin:0 auto;
}
.theme2 .likecount {
	font-family: "Trajan Pro";
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 1px 1px #290c00;
	background-image: url(../images/theme2/likecount_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
	width: 172px;
	padding-top: 22px;
	text-align: center;
	position: relative;
	top: 10px;
	left: 30px;
}
.theme2 .date_bg {
	background-image: url(../images/theme2/date_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
	width: 81px;
	position: relative;
	float:right;
	right: -15px;
	margin-top: -55px;
	padding-top: 8px;
}
.theme2 .month {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 1px #0d0d0d;
}
.theme2 .date {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 1px #0d0d0d;
}
.theme2 .post_detailsbg_top {
	background-image: url(../images/theme2/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 52px;
	height: 52px;
	width: 100%;
	margin-top: 20px;
}
.theme2 .post_titlebg {
	height: auto;
	width: 100%;
	position: relative;
	top: -70px;
}
.theme2 .titlebg_top {
	background-image: url(../images/theme2/post_titlebg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
}
.theme2 .titlebg_bottom {
	background-image: url(../images/theme2/post_titlebg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
}
.theme2 .title_bg {
	background-image: url(../images/theme1/post_titlebg.png);
	background-repeat: repeat;
	background-position: center top;
	height: auto;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
}
.theme2 .title_bg h3 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #663c24;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
}
@media (min-width:250px) and (max-width: 1030px) {
.theme2 .content_bg {
    width: 100%;
}
}

@media (min-width:1030px) and (max-width: 1150px) {
.theme2 .post_box {
    width: 48%;
}
}
@media (min-width:720px) and (max-width: 1030px) {
.theme2 .post_box {
    width: 46.3%;
	margin-left: 12px;
}
.theme2 .titlebg_top {
    background-size: 100% 17px;
    width: 90%;
}
.theme2 .title_bg {
    background-size: 100% 14px;
    width: 90%;
}
.theme2 .titlebg_bottom {
    background-size: 100% 17px;
    width: 90%;
}
}
@media (min-width:250px) and (max-width: 720px) {
.theme2 .post_box {
    width: 90%;
	float:none;
	margin: 40px auto 0!important;
	left: 5%!important;
}
.theme2 .titlebg_top {
    background-size: 100% 17px;
    width: 90%;
}
.theme2 .title_bg {
    background-size: 100% 14px;
    width: 90%;
}
.theme2 .titlebg_bottom {
    background-size: 100% 17px;
    width: 90%;
}
}
@media (min-width:250px) and (max-width: 760px) {
.theme2 .content_bg {
    padding-top: 255px;
}
.theme2 .description {
    top: 255px;
}
}

.theme2 .footer {
	background-image: url(../images/theme2/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
	width: 100%;
}
.theme2  .icon {
	float: left;
	margin-right: 5px;
}
.theme2 .logo_title {
	color: #fbd1b3;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 40px;
    padding-top: 45px;
    text-align: center;
}
.theme2 .icon_container {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
	position:relative;
	top: -30px;
}
.theme2 .icon_container li {
    display: inline-block;
    float: none;
    list-style-type: none;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
}
.theme2 .iconbg {
	width: 84px;
	height: 82px;
	background-image:url(../images/theme1/iconbg.png);
	background-repeat:no-repeat;
}
.theme2 .icon_container img {
    left: 27px;
    position: absolute;
    top: 23px;
    z-index: 9;
}


@media (min-width:250px) and (max-width: 400px) {
.theme2 .icon_container {
    top: -15px;
}
.theme2 .iconbg {
    width: 60px;
}
}

.theme2 .side_navbar {
	background-image: url(../images/theme2/menu_barbg.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 1080px;
	position: fixed;
	z-index: 99;
	left: -450px;
	top: 0px;
}
.theme2 .avatar_box {
	height: 187px;
	width: 187px;
	margin-top: 100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	right: 15px;
	background-color: #7a7a7a;
}
.theme2 .inner_sidebar {
	height: 100%;
	width: 280px;
	margin-left: 30px;
	overflow: auto;
}
.theme2 .avatar_link {
	background-image: url(../images/theme2/profile_pic.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 187px;
	width: 187px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.theme2 .avatar_image {
	height: 167px;
	margin-top: 20px;
}
.theme2 .menu {
	margin: 25px 0 0;
	padding: 0px;
	position:relative;
	text-align:center;
	right: 20px;
}
.theme2 .menu li {
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/theme2/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	width: 155px;
	text-align: center;
	list-style-type: none;
	padding-top: 15px;
	display: inline-block;
	text-shadow: 1px 1px 2px #000;
}
.theme2 .menu li a {
	color: #FFFFFF;
	text-decoration:none;
}
.theme2 .menu li:hover {
	background-image: url(../images/theme2/menu_bg_hover.png);
}
.theme2 .menu li:first-child {
	background-image: url(../images/theme2/menu_bg_f.png);
}
.theme2 .menu li:first-child:hover {
	background-image: url(../images/theme2/menu_bg_hover.png);
}
.theme2 .menu li:last-child {
	background-image: url(../images/theme2/menu_bg_l.png);
}
.theme2 .menu li:last-child:hover {
	background-image: url(../images/theme2/menu_bg_hover.png);
}


    /*DETAILS_PAGE*/
/*-------------------*/
.theme2 .postbox_details {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.theme2 .post_details_top {
	background-image: url(../images/theme2/detailspage_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 30px;
	height: 30px;
	width: 100%;
}
.theme2 .date_bg_details {
    background-image: url("../images/theme2/date_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: 74px;
    margin-left: -25px;
    margin-top: -15px;
    padding-top: 8px;
    position: absolute;
    width: 81px;
}
.theme2 .postbg_details {
	background-image: url(../images/theme2/detailspage_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% 186px;
	height: auto;
	width: 100%;
}
.theme2 .postbg_details img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 96%;
}
.theme2 .post_details_bottom {
	background-image: url(../images/theme2/detailspage_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 30px;
	height: 30px;
	width: 100%;
}
@media (min-width:250px) and (max-width: 1200px) {
.theme2 .postbox_details {
    width: 90%;
}
.theme2 .postbg_details img {
    width: 94%;
}
}

@media (min-width:250px) and (max-width: 760px) {
.theme2 .postbg_details {
    background-size: 100% 110px;
}
.theme2 .postbox_details {
    height: auto;
    margin: 35px auto 0;
}
}
.postbg_details h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #ffbf00;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-shadow: 1px 1px 2px #000;
	text-align: justify;
}
.theme2 .postbg_details p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
	padding-top: 15px;
}


















/******************/
/**** THEME 3 ****/
/****************/

.theme3 {
	height: auto;
	width: 100%;
}
.theme3 .bg {
	background-image: url(../images/theme3/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	height: auto;
	width: 100%;
}
.theme3 .header {
	background-image: url(../images/theme3/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 179px;
	width: 100%;
	position: absolute;
	z-index: 9;
}
.theme3 .inner_header {
	height: 179px;
	max-width: 1115px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.theme3 .logo_bg {
	background-image: url(../images/theme1/title_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-size: 100% 160px;
    height: 160px;
    top: 30px;
    width: 350px;
}
.theme3 .search_bg {
	background-image: url(../images/theme3/search_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 52px;
	width: 274px;
	position: absolute;
	top: 120px;
	right: 0px;
}
.theme3 .search_field {
	background-color: #724d34;
	height: 24px;
	width: 132px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 8px;
	padding-left: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	box-shadow: -3px 3px 5px #4b260d inset;
}
.theme3 .menu_btn {
	position: absolute;
	top: 55px;
	right: 55px;
	width:165px;
	height:64px;
}
@media (min-width:1115px) and (max-width: 1920px) {
.theme3 .bg {
	background-size: 100% 1080px;
}
.theme3 .header {
	background-size: 100% 179px;
}
}
@media (min-width:760px) and (max-width: 1040px) {
.theme3 .logo_bg {
    margin: 0;
}
}
@media (min-width:250px) and (max-width: 760px) {
.theme3 .logo_bg {
    margin: 0 auto;
    top: -10px;
}
.theme3 .search_bg {
    margin: 0 auto;
    position: relative;
    top: -25px;
}
.theme3 .menu_btn {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
	right:0;
}
}
@media (min-width:250px) and (max-width: 500px) {
.theme3 .logo_bg {
    background-size: 100% auto;
    height: 180px;
    width: 100%;
}
}

.theme3 .content_bg {
	height: auto;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
	padding-bottom: 80px;
}
@media (min-width:1400px) and (max-width: 1920px) {
.theme3 .content_bg {
	max-width: 1330px!important;
}
}
.theme3 .description {
    background-image: url(../images/theme3/description_bg.png);
    background-repeat: repeat;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    height: 60px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1015px;
    overflow: auto;
    padding: 10px 50px;
    position: relative;
    text-align: center;
    top: 185px;
    z-index: 9;
}

.theme3 .post_box {
	height: auto;
	width: 515px;
	margin-top: 10px;
	float: left;
	margin-left: 20px;
}
@media (min-width:1400px) and (max-width: 1920px) {
.theme3 .post_box {
    width: 630px!important;
}
}
.theme3 .photo_postbg_top {
	background-image: url(../images/theme3/photo_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 65px;
	width: 100%;
	height: 65px;
	margin: 0 auto;
}
.theme3 .photo_postbg {
	background-image: url(../images/theme3/photo_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% 82px;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
.theme3 .photo_postbg img {
	height: auto;
	width: 68%;
	display:block;
	margin:0 auto 10px;
	border-radius: 5px;
}
.theme3 .photo_postbg_bottom {
	background-image: url(../images/theme3/photo_bg_bottom.png);
	background-repeat: no-repeat;
	background-size: 100% 155px;
	height: 155px;
	width: 100%;
	position: relative;
	margin: -90px auto 0;
}
.theme3 .post_detailsbg {
	background-image: url(../images/theme3/content_bg.png);
	background-repeat: repeat-y;
	background-size: 100% 89px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.theme3 .post_textdetailsbg {
	background-image: url(../images/theme3/content_bg.png);
	background-repeat: repeat-y;
	background-size: 100% 89px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.theme3 .post_detailsbg h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #ffbf00;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-shadow: 1px 1px 2px #000;
	text-align: justify;
}
.theme3 .post_detailsbg p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
	padding-top: 15px;
}
.theme3 .post_textdetailsbg p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin: -50px 30px 0;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
}
.theme3 .post_detailsbg_bottom {
	background-image: url(../images/theme3/content_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	height: 58px;
	width: 100%;
	margin:0 auto;
}
.theme3 .likecount {
	font-family: "Trajan Pro";
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 1px 1px #290c00;
	background-image: url(../images/theme3/likecount_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 38px;
	width: 172px;
	padding-top: 22px;
	text-align: center;
	position: relative;
	top: 10px;
	left: 30px;
}
.theme3 .date_bg {
	background-image: url(../images/theme3/date_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 74px;
	width: 81px;
	position: relative;
	float:right;
	right: -15px;
	margin-top: -55px;
	padding-top: 8px;
}
.theme3 .month {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 1px #0d0d0d;
}
.theme3 .date {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 1px 1px 1px #0d0d0d;
}
.theme3 .post_detailsbg_top {
	background-image: url(../images/theme3/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 52px;
	height: 52px;
	width: 100%;
	margin-top: 20px;
}
.theme3 .post_titlebg {
	height: auto;
	width: 100%;
	position: relative;
	top: -70px;
}
.theme3 .titlebg_top {
	background-image: url(../images/theme3/post_titlebg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
}
.theme3 .titlebg_bottom {
	background-image: url(../images/theme3/post_titlebg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 17px;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
}
.theme3 .title_bg {
	background-image: url(../images/theme3/post_titlebg.png);
	background-repeat: repeat;
	background-position: center top;
	height: auto;
	width: 484px;
	margin-right: auto;
	margin-left: auto;
}
.theme3 .title_bg h3 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #663c24;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
}
@media (min-width:250px) and (max-width: 1030px) {
.theme3 .content_bg {
    width: 100%;
}
}

@media (min-width:1030px) and (max-width: 1150px) {
.theme3 .post_box {
    width: 48%;
}
}
@media (min-width:720px) and (max-width: 1030px) {
.theme3 .post_box {
    width: 46.3%;
	margin-left: 12px;
}
.theme3 .titlebg_top {
    background-size: 100% 17px;
    width: 90%;
}
.theme3 .title_bg {
    background-size: 100% 14px;
    width: 90%;
}
.theme3 .titlebg_bottom {
    background-size: 100% 17px;
    width: 90%;
}
}
@media (min-width:250px) and (max-width: 720px) {
.theme3 .post_box {
    width: 90%;
	float:none;
	margin: 40px auto 0!important;
	left: 5%!important;
}
.theme3 .titlebg_top {
    background-size: 100% 17px;
    width: 90%;
}
.theme3 .title_bg {
    background-size: 100% 14px;
    width: 90%;
}
.theme3 .titlebg_bottom {
    background-size: 100% 17px;
    width: 90%;
}
}
@media (min-width:250px) and (max-width: 760px) {
.theme3 .content_bg {
    padding-top: 255px;
}
.theme3 .description {
    top: 255px;
}
}

.theme3 .footer {
	background-image: url(../images/theme3/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
	width: 100%;
}
.theme3  .icon {
	float: left;
	margin-right: 5px;
}
.theme3 .logo_title {
	color: #fbd1b3;
    font-family: "Lato",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 40px;
    padding-top: 45px;
    text-align: center;
}
.theme3 .icon_container {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
	position:relative;
	top: -30px;
}
.theme3 .icon_container li {
    display: inline-block;
    float: none;
    list-style-type: none;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
}
.theme3 .iconbg {
	width: 84px;
	height: 82px;
	background-image:url(../images/theme1/iconbg.png);
	background-repeat:no-repeat;
}

.theme3 .icon_container img {
    left: 28px;
    position: absolute;
    top: 25px;
    z-index: 9;
}




@media (min-width:250px) and (max-width: 400px) {
.theme3 .icon_container {
    top: -15px;
}
.theme3 .iconbg {
    width: 60px;
}
}

.theme3 .side_navbar {
	background-image: url(../images/theme3/menu_barbg.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 1080px;
	position: fixed;
	z-index: 99;
	left: -450px;
	top: 0px;
}
.theme3 .avatar_box {
	height: 187px;
	width: 187px;
	margin-top: 100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	right: 15px;
	background-color: #7a7a7a;
}
.theme3 .inner_sidebar {
	height: 100%;
	width: 280px;
	margin-left: 30px;
	overflow: auto;
}
.theme3 .avatar_link {
	background-image: url(../images/theme3/profile_pic.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 187px;
	width: 187px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.theme3 .avatar_image {
	height: 167px;
	margin-top: 20px;
}
.theme3 .menu {
	margin: 25px 0 0;
	padding: 0px;
	position:relative;
	text-align:center;
	right: 20px;
}
.theme3 .menu li {
	font-family: "Bradley Hand ITC";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/theme3/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	width: 155px;
	text-align: center;
	list-style-type: none;
	padding-top: 15px;
	display: inline-block;
	text-shadow: 1px 1px 2px #000;
}
.theme3 .menu li a {
	color: #FFFFFF;
	text-decoration:none;
}
.theme3 .menu li:hover {
	background-image: url(../images/theme3/menu_bg_hover.png);
}
.theme3 .menu li:first-child {
	background-image: url(../images/theme3/menu_bg_f.png);
}
.theme3 .menu li:first-child:hover {
	background-image: url(../images/theme3/menu_bg_hover.png);
}
.theme3 .menu li:last-child {
	background-image: url(../images/theme3/menu_bg_l.png);
}
.theme3 .menu li:last-child:hover {
	background-image: url(../images/theme3/menu_bg_hover.png);
}


    /*DETAILS_PAGE*/
/*-------------------*/
.theme3 .postbox_details {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.theme3 .post_details_top {
	background-image: url(../images/theme3/detailspage_bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 30px;
	height: 30px;
	width: 100%;
}
.theme3 .date_bg_details {
    background-image: url("../images/theme3/date_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: 74px;
    margin-left: -25px;
    margin-top: -15px;
    padding-top: 8px;
    position: absolute;
    width: 81px;
}
.theme3 .postbg_details {
	background-image: url(../images/theme3/detailspage_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% 186px;
	height: auto;
	width: 100%;
}
.theme3 .postbg_details img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 96%;
}
.theme3 .post_details_bottom {
	background-image: url(../images/theme3/detailspage_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 30px;
	height: 30px;
	width: 100%;
}
@media (min-width:250px) and (max-width: 1200px) {
.theme3 .postbox_details {
    width: 90%;
}
.theme3 .postbg_details img {
    width: 94%;
}
}

@media (min-width:250px) and (max-width: 760px) {
.theme3 .postbg_details {
    background-size: 100% 110px;
}
.theme3 .postbox_details {
    height: auto;
    margin: 35px auto 0;
}
}
.postbg_details h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #ffbf00;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-shadow: 1px 1px 2px #000;
	text-align: justify;
}
.theme3 .postbg_details p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px 3px #000;
	text-align: justify;
	padding-top: 15px;
}






























.theme1 .bg {
	background-image: url(http://static.tumblr.com/nj7urwg/Doondl10f/main_bg.jpg);
}
.theme1 .header {
	background-image: url(http://static.tumblr.com/nj7urwg/XWJndjf0f/header_bg.png);
}
.theme1 .logo_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/rdLndjf15/title_bg.png);
}
.theme1 .search_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/cEEndjf1q/search_bg.png);
}
.theme1 .menu_btn {
	background-image: url(http://static.tumblr.com/nj7urwg/xAendjfn6/menu.png);
}
.theme1 .description {
	background-image: url(http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png);
}  
.theme1 .photo_postbg_top {
	background-image: url(http://static.tumblr.com/nj7urwg/E0Gndjf36/photo_bg_top.png);
}
.theme1 .photo_postbg {
	background-image: url(http://static.tumblr.com/nj7urwg/yzundjf3u/photo_bg.png);
}
.theme1 .photo_postbg_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/qS6ndjf4m/photo_bg_bottom.png);
}
.theme1 .post_detailsbg {
	background-image: url(http://static.tumblr.com/nj7urwg/rlHndjf5f/content_bg.png);
}
.theme1 .post_textdetailsbg {
	background-image: url(http://static.tumblr.com/nj7urwg/rlHndjf5f/content_bg.png);
}
.theme1 .post_detailsbg_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/MeJndjf6j/content_bg_bottom.png);
}
.theme1 .likecount {
	background-image: url(http://static.tumblr.com/nj7urwg/PC9ndjf76/likecount_bg.png);
}
.theme1 .date_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/D0kndjf7w/date_bg.png);
}
.theme1 .post_detailsbg_top {
	background-image: url(http://static.tumblr.com/nj7urwg/YPlndjf8l/content_bg_top.png);
}
.theme1 .titlebg_top {
	background-image: url(http://static.tumblr.com/nj7urwg/vMandjf9k/post_titlebg_top.png);
}
.theme1 .titlebg_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/BR2ndjfa8/post_titlebg_bottom.png);
}
.theme1 .title_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/gi8ndjfb4/post_titlebg.png);
}
.theme1 .footer {
	background-image: url(http://static.tumblr.com/nj7urwg/aGZndjfce/footer.png);
} 
.theme1 .iconbg {
	background-image:url(http://static.tumblr.com/nj7urwg/5UZndjfcy/iconbg.png);
}
.theme1 .side_navbar {
	background-image: url(http://static.tumblr.com/nj7urwg/GINndjfdt/menu_barbg.png);
}
.theme1 .avatar_link {
	background-image: url(http://static.tumblr.com/nj7urwg/z3qndjfem/profile_pic.png);
}
.theme1 .menu li {
	background-image: url(http://static.tumblr.com/nj7urwg/lK7ndjff6/menu_bg.png);
}
.theme1 .menu li:hover {
	background-image: url(http://static.tumblr.com/nj7urwg/DOmndjffs/menu_bg_hover.png);
}
.theme1 .menu li:first-child {
	background-image: url(http://static.tumblr.com/nj7urwg/o7yndjfgk/menu_bg_f.png);
}
.theme1 .menu li:first-child:hover {
	background-image: url(http://static.tumblr.com/nj7urwg/DOmndjffs/menu_bg_hover.png);
}
.theme1 .menu li:last-child {
	background-image: url(http://static.tumblr.com/nj7urwg/OTundjfhq/menu_bg_l.png);
}
.theme1 .menu li:last-child:hover {
	background-image: url(http://static.tumblr.com/nj7urwg/DOmndjffs/menu_bg_hover.png);
}
/*DETAILS_PAGE*/

.theme1 .post_details_top {
	background-image: url(http://static.tumblr.com/nj7urwg/Qmindjfin/detailspage_bg_top.png);
}
.theme1 .date_bg_details {
    background-image: url(http://static.tumblr.com/nj7urwg/D0kndjf7w/date_bg.png);
}
.theme1 .postbg_details {
	background-image: url(http://static.tumblr.com/nj7urwg/eSNndjfjs/detailspage_bg.png);
}
.theme1 .post_details_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/Ftxndjfl3/detailspage_bg_bottom.png);
}
.theme1 .logo_title {
    font-size: 30px!important;
}
/******************/
/**** THEME 2 ****/
/****************/
.theme2 .bg {
	background-image: url(http://static.tumblr.com/nj7urwg/Mrzndl12w/main_bg2.jpg);
}
.theme2 .header {
	background-image: url(http://static.tumblr.com/nj7urwg/yF5ndkms9/header_bg.png);
}
.theme2 .logo_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/rdLndjf15/title_bg.png);
}
.theme2 .search_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/cEEndjf1q/search_bg.png);
}
.theme2 .menu_btn {
	background-image: url(http://static.tumblr.com/nj7urwg/WiIndko5a/menu2.png);
}
.theme2 .description {
	background-image: url(http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png);
}
.theme2 .photo_postbg_top {
	background-image: url(http://static.tumblr.com/nj7urwg/Plundkmym/photo_bg_top.png);
}
.theme2 .photo_postbg {
	background-image: url(http://static.tumblr.com/nj7urwg/zJTndkmzg/photo_bg.png);
}
.theme2 .photo_postbg_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/beondkn0m/photo_bg_bottom.png);
}
.theme2 .post_detailsbg {
	background-image: url(http://static.tumblr.com/nj7urwg/lZEndkn1w/content_bg.png);
}
.theme2 .post_textdetailsbg {
	background-image: url(http://static.tumblr.com/nj7urwg/lZEndkn1w/content_bg.png);
}
.theme2 .post_detailsbg_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/vWRndkn68/content_bg_bottom.png);
}
.theme2 .likecount {
	background-image: url(http://static.tumblr.com/nj7urwg/PC9ndjf76/likecount_bg.png);
}
.theme2 .date_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/D0kndjf7w/date_bg.png);
}
.theme2 .post_detailsbg_top {
	background-image: url(http://static.tumblr.com/nj7urwg/hMvndkn96/content_bg_top.png);
}
.theme2 .titlebg_top {
	background-image: url(http://static.tumblr.com/nj7urwg/vMandjf9k/post_titlebg_top.png);
}
.theme2 .titlebg_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/BR2ndjfa8/post_titlebg_bottom.png);
}
.theme2 .title_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/gi8ndjfb4/post_titlebg.png);
}
.theme2 .footer {
	background-image: url(http://static.tumblr.com/nj7urwg/HWsndknjn/footer.png);
}
.theme2 .iconbg {
	background-image:url(http://static.tumblr.com/nj7urwg/5UZndjfcy/iconbg.png);
}
.theme2 .side_navbar {
	background-image: url(http://static.tumblr.com/nj7urwg/ZaSndknlp/menu_barbg.png);
}
.theme2 .avatar_link {
	background-image: url(http://static.tumblr.com/nj7urwg/xJCndknmt/profile_pic.png);
}
.theme2 .menu li {
	background-image: url(http://static.tumblr.com/nj7urwg/lK7ndjff6/menu_bg.png);
}
.theme2 .menu li:hover {
	background-image: url(http://static.tumblr.com/nj7urwg/DOmndjffs/menu_bg_hover.png);
}
.theme2 .menu li:first-child {
	background-image: url(http://static.tumblr.com/nj7urwg/o7yndjfgk/menu_bg_f.png);
}
.theme2 .menu li:first-child:hover {
	background-image: url(http://static.tumblr.com/nj7urwg/DOmndjffs/menu_bg_hover.png);
}
.theme2 .menu li:last-child {
	background-image: url(http://static.tumblr.com/nj7urwg/OTundjfhq/menu_bg_l.png);
}
.theme2 .menu li:last-child:hover {
	background-image: url(http://static.tumblr.com/nj7urwg/DOmndjffs/menu_bg_hover.png);
}

/*DETAILS_PAGE*/

.theme2 .post_details_top {
	background-image: url(http://static.tumblr.com/nj7urwg/lrCndknqb/detailspage_bg_top.png);
}
.theme2 .date_bg_details {
    background-image: url(http://static.tumblr.com/nj7urwg/D0kndjf7w/date_bg.png);
}
.theme2 .postbg_details {
	background-image: url(http://static.tumblr.com/nj7urwg/PJyndknsj/detailspage_bg.png);
}
.theme2 .post_details_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/DLUndknti/detailspage_bg_bottom.png);
}
.theme2 .logo_title {
    font-size: 30px!important;
}

/******************/
/**** THEME 3 ****/
/****************/

.theme3 .bg {
	background-image: url(http://static.tumblr.com/nj7urwg/Gj0ndl143/main_bg3.jpg);
}
.theme3 .header {
	background-image: url(http://static.tumblr.com/nj7urwg/74pndkonr/header_bg3.png);
}
.theme3 .logo_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/rdLndjf15/title_bg.png);
}
.theme3 .search_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/cEEndjf1q/search_bg.png);
}
.theme3 .menu_btn {
	background-image: url(http://static.tumblr.com/nj7urwg/YlPndkotx/menu3.png);
}
.theme3 .description {
	background-image: url(http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png);
}
.theme3 .photo_postbg_top {
	background-image: url(http://static.tumblr.com/nj7urwg/fqWndkt5w/photo_bg_top3.png);
}
.theme3 .photo_postbg {
	background-image: url(http://static.tumblr.com/nj7urwg/kqpndkt6i/photo_bg.png);
}
.theme3 .photo_postbg_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/ZXandkt7t/photo_bg_bottom.png);
}
.theme3 .post_detailsbg {
	background-image: url(http://static.tumblr.com/nj7urwg/0GSndkt8v/content_bg.png);
}
.theme3 .post_textdetailsbg {
	background-image: url(http://static.tumblr.com/nj7urwg/0GSndkt8v/content_bg.png);
}
.theme3 .post_detailsbg_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/iBondktcr/content_bg_bottom.png);
}
.theme3 .likecount {
	background-image: url(http://static.tumblr.com/nj7urwg/PC9ndjf76/likecount_bg.png);
}
.theme3 .date_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/D0kndjf7w/date_bg.png);
}
.theme3 .post_detailsbg_top {
	background-image: url(http://static.tumblr.com/nj7urwg/iUGndktex/content_bg_top.png);
}
.theme3 .titlebg_top {
	background-image: url(http://static.tumblr.com/nj7urwg/vMandjf9k/post_titlebg_top.png);
}
.theme3 .titlebg_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/BR2ndjfa8/post_titlebg_bottom.png);
}
.theme3 .title_bg {
	background-image: url(http://static.tumblr.com/nj7urwg/gi8ndjfb4/post_titlebg.png);
}
.theme3 .footer {
	background-image: url(http://static.tumblr.com/nj7urwg/njsndkwq2/footer.png);
}
.theme3 .iconbg {
	background-image:url(http://static.tumblr.com/nj7urwg/5UZndjfcy/iconbg.png);
}
.theme3 .side_navbar {
	background-image: url(http://static.tumblr.com/nj7urwg/AmPndkwvg/menu_barbg.png);
}
.theme3 .avatar_link {
	background-image: url(http://static.tumblr.com/nj7urwg/3Fhndkwwh/profile_pic.png);
}
.theme3 .menu li {
	background-image: url(http://static.tumblr.com/nj7urwg/lK7ndjff6/menu_bg.png);
}
.theme3 .menu li:hover {
	background-image: url(http://static.tumblr.com/nj7urwg/DOmndjffs/menu_bg_hover.png);
}
.theme3 .menu li:first-child {
	background-image: url(http://static.tumblr.com/nj7urwg/o7yndjfgk/menu_bg_f.png);
}
.theme3 .menu li:first-child:hover {
	background-image: url(http://static.tumblr.com/nj7urwg/DOmndjffs/menu_bg_hover.png);
}
.theme3 .menu li:last-child {
	background-image: url(http://static.tumblr.com/nj7urwg/OTundjfhq/menu_bg_l.png);
}
.theme3 .menu li:last-child:hover {
	background-image: url(http://static.tumblr.com/nj7urwg/DOmndjffs/menu_bg_hover.png);
}
.theme3 .post_details_top {
	background-image: url(http://static.tumblr.com/nj7urwg/ODRndkzjv/detailspage_bg_top.png);
}
.theme3 .date_bg_details {
    background-image: url(http://static.tumblr.com/nj7urwg/D0kndjf7w/date_bg.png);
}
.theme3 .postbg_details {
	background-image: url(http://static.tumblr.com/nj7urwg/8DFndkzmz/detailspage_bg.png);
}
.theme3 .post_details_bottom {
	background-image: url(http://static.tumblr.com/nj7urwg/InZndkzo5/detailspage_bg_bottom.png);
}

.post_detailsbg_bottom {
    height: 70px!important;
}
.date_bg {
    margin-top:0px!important;
}
.logoimage > img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 45px;
    width: 240px;
}


.feed_box {
    margin: 30px auto 0;
    padding: 10px 20px;
}
.feed {
      background-image: url("http://static.tumblr.com/nj7urwg/UdPndmn01/feed_box_bg.png");
    background-size: 100% auto;
    color: #fff;
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 31px;
    margin: 0 auto;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    width: 135px;
    position: relative;
    right: 20px;
}
.wow_box {
    background-image: url("http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png");
    background-repeat: repeat;
    height: auto;
    margin: 10px auto 0;
    padding: 10px 15px;
    width: 205px;
}
.wow_only {
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
}
.wow_box img{
    border:none; 
    outline:none;
    display:block;
    margin:10px auto 0;
    width: 65px;
}
.powered {
    background-image: url("http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png");
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 13px;
    font-weight: 300;
    height: 23px;
    margin: 3px auto 0;
    padding: 13px 15px;
    text-align: left;
    width: 205px;
}
.rss_feed {
    border:none; 
    outline:none;
    float: right;
}
.search_icon {
    background-color: transparent;
    background-image: url("http://static.tumblr.com/nj7urwg/Tbpncg64m/search_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-style: none;
    color: transparent;
    height: 15px;
    margin-top: 15px;
    outline: medium none;
    position: absolute;
    right: 35px;
    top: 0;
    width: 18px;
}
.search_field {
    outline: none;
}
.share_box {
	background-image: url(http://static.tumblr.com/nj7urwg/ARendmr2w/share_bg.png);
	background-repeat: no-repeat;
	height: 72px;
	width: 243px;
	float: right;
	margin-right: -4px;
	margin-top: 15px;
	position: relative;
}
.like_image {
    float: left;
    margin-left: 25px;
    margin-top: 34px;
    width: 16px;
}
.reblog_image {
    background-image: url("http://static.tumblr.com/nj7urwg/pWbnenpwl/reblog.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 14px !important;
    margin-left: 20px;
    margin-top: 34px;
    width: 18px !important;
}
.postbg_details h3 p {
    color: #ffbf00!important;
    font-family: "Lato",sans-serif!important;
    font-size: 26px!important;
    font-weight: 700!important;
    margin: 0 !important;
    text-align: justify!important;
    text-shadow: 1px 1px 2px #000!important;
}
.tags {
    height: auto;
    margin: 30px 0 0 20px;
    padding: 0 0 45px;
    float:left;
    width: 58%;
}
.tags li {
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: 400;
    list-style-type: none;
    margin-left: 10px;
    margin-top: 10px;
    padding: 2px 15px;
    position: relative;
    background: none repeat scroll 0 0 #6b4929;
    border-bottom: 1px solid #a28060;
    border-radius: 4px;
}
.tags li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.theme1 .postbg_details img {
    border-radius: 5px;
    padding-bottom: 15px;
}
#disqus_thread {
    background-image: url("http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png")!important;
    border-radius: 10px!important;
    margin: 0 auto!important;
    overflow: hidden!important;
    padding: 30px!important;
    width: 92%!important;
}
@media (min-width:760px) and (max-width: 1400px) {
#disqus_thread {
    width: 88%!important;
}
}
@media (min-width:550px) and (max-width: 760px) {
#disqus_thread {
    width: 85%!important;
}
}
@media (min-width:430px) and (max-width: 550px) {
#disqus_thread {
    width: 80%!important;
}
}
@media (min-width:250px) and (max-width: 430px) {
#disqus_thread {
    width: 70%!important;
}
}

.title_bg > a {
    text-decoration: none;
}
.post_textdetailsbg p a {
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: -50px 30px 0;
    text-align: justify;
    text-shadow: 1px 1px 3px #000;
    text-decoration: none;
}
.post_textdetailsbg a {
    text-decoration: none;
}

.photo_postbg > iframe {
    border-radius: 5px;
    display: block;
    margin: -10px auto 0;
    width: 68%;
}
.post_detailsbg > a {
    text-decoration: none;
}
.postbg_details > a {
    text-decoration: none;
}
.postbg_details > iframe {
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 96%;
}
.chatname {
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding-top: 15px !important;
    text-shadow: 1px 1px 3px #000 !important;
    margin: 0 30px !important;
    font-style: italic;
}
.chat_box {
    margin-top:-60px !important;
}

.quote_title {
    color: #fff;
    font-family: georgia,serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    margin: 0 30px !important;
    text-align: justify;
}
.quote_author {
    margin: 10px 30px 0 !important;
}
.quote_author > a {
    margin: 5px !important;
}
.postbg_details  .quote_title {
    color: #fff;
    font-family: georgia,serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 44px;
    margin: 0 60px !important;
    text-align: justify;
}
.quote_author > a {
    text-decoration: none;
}
.link {
    background-image: url("http://static.tumblr.com/nj7urwg/IhFndjf2f/description_bg.png");
    border-radius: 6px;
    padding: 10px 20px;
    border-bottom: 2px solid #e1a86e;
    border-right: 2px solid #e1a86e;
    display: block;
    height: auto !important;
    width: 91% !important;
}
.link_text {
    height: auto !important;
    margin: 0 auto !important;
    padding: 13px 0 !important;
    width: 93%;
}
.link_detailsbox {
    margin-top:-60px!important;
}
@media (min-width:420px) and (max-width: 1030px) {
.link {
    margin: 0 auto;
    width: 85% !important;
}
}
@media (min-width:250px) and (max-width: 420px) {
.link {
    margin: 0 auto;
    width: 75% !important;
}
}
.menu_btn {
    left: 0!important;
}
@media (min-width:250px) and (max-width: 1040px) {
.menu_btn {
    left: auto !important;
    right: 0 !important;
}
}
.photo_postbg img {
    margin: -10px auto 20px!important;
}


.share_btn {
	left: 20px;
    position: relative;
    top: 30px;
}
.share_iconbox {
	height: auto;
	width: 197px;
	position: absolute;
	bottom: 70px;
	display:none;
	border-radius: 10px;
    box-shadow: 0 0 6px #000;
}
.share_boxheader {
	background-image: url(http://static.tumblr.com/nj7urwg/bmlndqkwo/share_boxheader.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 100%;
}
.share_boxbg {
	background-image: url(http://static.tumblr.com/nj7urwg/ibQndqkxj/share_boxbg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
	padding-top: 15px;
}
.share_boxfooter {
	background-image: url(http://static.tumblr.com/nj7urwg/FC7ndqky5/share_boxfooter.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 100%;
}
.share_line {
	font-family: "Trajan Pro";
	font-size: 12px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	height: 16px;
	padding: 6px 0;
	display: block;
}
.facebook {
    background-image: url(http://static.tumblr.com/nj7urwg/tmBndql02/share_icon01.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000;
    text-decoration: none;
}
.facebook:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/fMqndql0k/share_icon1h.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#4c7ec5;
}
.twitter {
    background-image: url(http://static.tumblr.com/nj7urwg/8oIndql15/share_icon02.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000;
    text-decoration: none;
}
.twitter:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/taVndql1q/share_icon2h.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#388bae;
}
.pinterest {
    background-image: url(http://static.tumblr.com/nj7urwg/oqZndql28/share_icon03.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000;
    text-decoration: none;
}
.pinterest:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/2Kpndql31/share_icon3h.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#a63b3b;
}
.google {
    background-image: url(http://static.tumblr.com/nj7urwg/wr9ndql3j/share_icon04.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000;
    text-decoration: none;
}
.google:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/34gndql3z/share_icon4h.png);
	background-repeat: no-repeat;
	background-position: right center;
	color:#b7532c;
}
.share_btn img {
    height: 14px !important;
    margin: 0 !important;
    width: 19px !important;
}
.linkbtn {
    height: 50px !important;
    position: relative;
    z-index: 99;
    margin-bottom: 15px!important;
}
.nextbtn {
    background-image: url(http://static.tumblr.com/nj7urwg/xgBndqwsb/next.png);
    height: 53px !important;
    position: absolute;
    width: 138px !important;
    right:0px!important;
}
.prvbtn {
    background-image: url(http://static.tumblr.com/nj7urwg/nIrndqwty/prev.png);
    height: 53px !important;
    position: absolute;
    width: 138px !important;
    
}
@media (min-width:250px) and (max-width: 800px) {
.iconbg {
    background-repeat: no-repeat!important;
    background-size: 100% auto!important;
    height: 65px!important;
    width: 65px!important;
}
.icon_container img {
    left: 17px!important;
    position: absolute;
    top: 14px!important;
    z-index: 9;
}
.icon_container li {
    padding-left: 0!important;
    padding-right: 0!important;
}
}
.side_navbar {
    overflow: auto !important;
    display:block!important;
    height: 100%!important;
    z-index: 999!important;
}
.photo_postbg_bottom {
    margin: -100px auto 0!important;
}


#tweets a {
    text-decoration:none;
}

.scrnname {
    background-image: url("http://static.tumblr.com/nj7urwg/xHlndu8y7/twitter_feed_box_header.png");
    background-repeat: no-repeat;
    font-family: 'Satisfy', cursive;
    color: #4f2f1b;
    font-size: 20px;
    height: 32px;
    margin: 0;
    padding-left: 65px;
    padding-top: 37px;
    width: 165px;
}
.content {
    background-image: url("http://static.tumblr.com/nj7urwg/gLKndu8zk/twitter_feed_box_bg.png");
    background-repeat: repeat-y;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    color: #2c2c2c;
    font-size: 13px;
    height: auto;
    padding: 0 35px 10px;
    text-align: justify;
    width: 160px;
    font-style: italic;
}
.twfooter {
    background-image: url(http://static.tumblr.com/nj7urwg/Mcondu9hg/twitter_feed_box_footer.png);
    background-repeat: no-repeat;
    height: 66px;
    width: 230px;
}
.twitter-retweet.ir {
    margin-left: 35px;
}
.twitter-reply.ir {
    margin-left: 10px;
}
#tweets a {
    text-decoration: none;
}
.twdate {
    color: #4f2f1b;
    font-family: "Lato",sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}
#tweets {
    height: auto;
    margin: 0 auto;
    width: 230px;
}
.date_bg_details {
    z-index:9;
}

@media (min-width:250px) and (max-width: 1500px) {
#topcontrol {
    right: 0 !important;
}
}



.avatar_frame .avatar {
    border: 2px solid #fff;
    border-radius: 35px !important;
    box-shadow: 1px 1px 2px #5c5c5c;
    float: left;
    height: 50px !important;
    margin: -12px 0 0 -45px !important;
    padding: 0 !important;
    width: 50px !important;
}
.action {
    color: #353535;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-left: 10px;
}
.action > a {
    color: #633c24 !important;
    font-weight: 700 !important;
}
.notes li {
    background-image: url("http://static.tumblr.com/nj7urwg/blZnduhcs/reblog_bg2.png");
    background-repeat: no-repeat;
    height: 60px;
    padding: 35px 25px 0;
    width: 957px;
    margin: 0 auto;
    list-style: none outside none;
}
.notes li a {
    text-decoration:none;
}
.notes {
    padding: 0;
}
.source_tumblelog {
    display:none;
}
@media (min-width:990px) and (max-width: 1200px) {
.notes li {
    background-image: url("http://static.tumblr.com/nj7urwg/blZnduhcs/reblog_bg2.png");
    background-size: 100% auto;
    padding: 28px 25px 0;
    width: 760px;
}
}
@media (min-width:500px) and (max-width: 990px) {
.notes li {
    background-image: url("http://static.tumblr.com/nj7urwg/blZnduhcs/reblog_bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 80px;
    height: 60px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 28px 25px 0;
    width: 80%;
}
.avatar_frame .avatar {
    border: 2px solid #fff;
    border-radius: 35px !important;
    box-shadow: 1px 1px 2px #5c5c5c;
    float: left;
    height: 30px !important;
    margin: -5px 0 0 -38px !important;
    padding: 0 !important;
    width: 30px !important;
}
.action {
    color: #353535;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}
}
@media (min-width:250px) and (max-width: 500px) {
.action {
    color: #353535;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
}
}
@media (min-width:250px) and (max-width: 550px) {
.notes li {
    width: 70%;
}
}

.tweetpostbox {
    overflow:auto; 
    height:185px;
    left: 20px;
    position: relative;
}

.icon_container li {
    display: inline-block;
    float: none;
    height: 82px;
    list-style-type: none;
    padding-left: 3px;
    padding-right: 3px;
    position: relative;
    width: 84px;
}
.icon_container img {
    left: 0!important;
    position: relative!important;
    top: 0!important;
    z-index: 9!important;
}
.icon_facebook {
    background-image: url(http://static.tumblr.com/nj7urwg/O9Zndvubo/icon01.png);
    width: 84px;
    height: 82px;
}
.icon_facebook:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/5DNndvx7h/icon01h.png);
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    
    -webkit-transition: background-image 500ms linear;
     -moz-transition: background-image 500ms linear;
     -o-transition: background-image 500ms linear;
     -ms-transition: background-image 500ms linear;
     transition: background-image 500ms linear;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.icon_twitter {
    background-image: url(http://static.tumblr.com/nj7urwg/1cyndvuck/icon02.png);
    width: 84px;
    height: 82px;
}
.icon_twitter:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/7cYndvx8r/icon02h.png);
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    
    -webkit-transition: background-image 500ms linear;
     -moz-transition: background-image 500ms linear;
     -o-transition: background-image 500ms linear;
     -ms-transition: background-image 500ms linear;
     transition: background-image 500ms linear;
}
.icon_plus {
    background-image: url(http://static.tumblr.com/nj7urwg/Yp7ndvudd/icon03.png);
    width: 84px;
    height: 82px;
}
.icon_plus:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/gsZndvxa1/icon03h.png);
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    
    -webkit-transition: background-image 500ms linear;
     -moz-transition: background-image 500ms linear;
     -o-transition: background-image 500ms linear;
     -ms-transition: background-image 500ms linear;
     transition: background-image 500ms linear;
}
.icon_youtube {
    background-image: url(http://static.tumblr.com/nj7urwg/NRindvue2/icon04.png);
    width: 84px;
    height: 82px;
}
.icon_youtube:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/ctdndvxb9/icon04h.png);
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    
    -webkit-transition: background-image 500ms linear;
     -moz-transition: background-image 500ms linear;
     -o-transition: background-image 500ms linear;
     -ms-transition: background-image 500ms linear;
     transition: background-image 500ms linear;
}
.icon_instagram {
    background-image: url(http://static.tumblr.com/nj7urwg/Eh7ndvukc/icon08.png);
    width: 84px;
    height: 82px;
}
.icon_instagram:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/a8Kndvxcv/iconbg08h.png);
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    
    -webkit-transition: background-image 500ms linear;
     -moz-transition: background-image 500ms linear;
     -o-transition: background-image 500ms linear;
     -ms-transition: background-image 500ms linear;
     transition: background-image 500ms linear;
}
.icon_pinterest {
    background-image: url(http://static.tumblr.com/nj7urwg/zVrndvuky/icon06.png);
    width: 84px;
    height: 82px;
}
.icon_pinterest:hover {
    background-image: url(http://static.tumblr.com/nj7urwg/uD4ndvxcc/icon06h.png);
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
    
    -webkit-transition: background-image 500ms linear;
     -moz-transition: background-image 500ms linear;
     -o-transition: background-image 500ms linear;
     -ms-transition: background-image 500ms linear;
     transition: background-image 500ms linear;
}







/*********/
/*CHANGES*/
/*********/


.logo_title h1 {
    font-weight: 400;
    text-shadow: 2px 2px 1px #350b00;
    /*font-family: 'Pacifico',cursive;*/
}
.notes li {
    background-size: 100% 55px;
    height: 45px;
    padding: 15px 25px 0;
    width: 790px;
}
@media (min-width:250px) and (max-width: 1030px) {

.action {
    font-size: 14px!important;
}
.notes li {
    background-size: 100% 55px!important;
    height: 40px!important;
    padding: 20px 25px 0!important;
    width: 60%!important;
}
.avatar_frame .avatar {
    height: 30px !important;
    margin: -8px 0 0 -45px !important;
    width: 30px !important;
}
}

@media (min-width:250px) and (max-width: 800px) {
.notes li {
    background-size: 100% 55px !important;
    height: auto !important;
    padding: 17px 25px 14px !important;
    width: 60% !important;
}
}
.theme1 .date_bg {
    bottom: -20px!important;
    position: absolute!important;
}
.no_result {
    background-image: url(http://static.tumblr.com/nj7urwg/WMSndxrre/no_search.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:579px;
	height:322px;
	margin-left: 70px!important;
    margin-top: -90px!important;
}
@media (min-width:250px) and (max-width: 760px) {
.no_result {
    margin-top: -65px !important;
}
}
@media (min-width:430px) and (max-width: 640px) {
.no_result {
    margin-left: -125px !important;
    margin-top: -68px !important;
}
}
@media (min-width:250px) and (max-width: 430px) {
.no_result {
    background-size: 100% auto;
    margin-left: -100px !important;
    margin-top: -65px !important;
    width: 460px;
}
}

.scrnname {
    background-image: none;
    background-repeat: no-repeat;
    color: #4f2f1b;
    font-family: "Satisfy",cursive;
    font-size: 20px;
    height: auto;
    margin: 0;
    padding:0px;
    width: 165px;
}
.content {
    background-image: none;
    color: #2c2c2c;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    height: auto;
    text-align: justify;
    padding:0px;
}
#tweets {
     background-image: url("http://static.tumblr.com/nj7urwg/gLKndu8zk/twitter_feed_box_bg.png");
    background-repeat: repeat-y;
    height: auto;
    padding: 0 35px 10px;
    width: 160px;
    
}
.twfooter {
    background-image: none;
    background-repeat: no-repeat;
    border-bottom: 1px solid #4f2f1b;
    height: 45px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 170px;
}
.twitter-retweet.ir {
    margin-left: 0;
    position: relative;
    top: 10px;
}
.twitter-reply.ir {
    margin-left: 10px;
    position: relative;
    top: 10px;
}
.twdate {
    color: #4f2f1b;
    font-family: "Lato",sans-serif;
    font-size: 11px;
    font-weight: 600;
    padding-top: 12px;
    text-align: center;
}
.tw_top {
    background-image: url("http://static.tumblr.com/nj7urwg/xHlndu8y7/twitter_feed_box_header.png");
    background-repeat: no-repeat;
    color: #4f2f1b;
    font-family: "Satisfy",cursive;
    font-size: 20px;
    height: 69px;
    margin: 0 auto;
    width: 230px;
}
.tw_bottom {
    background-image: url("http://static.tumblr.com/nj7urwg/Mcondu9hg/twitter_feed_box_footer.png");
    background-repeat: no-repeat;
    background-size: 100% 40px;
    height: 40px;
    margin: 0 auto;
    width: 230px;
}
.twitter-follow-button.twitter-follow-button {
    left: 69px;
    position: relative;
    top: 7px;
    margin-bottom: 20px;
}
.tweetpostbox {
    height: auto!important;
    left: 8px!important;
    overflow:hidden!important;
}
.theme1 .profilepic_bg {
    background-image: url("http://static.tumblr.com/nj7urwg/GOfndxzmg/menu_barbg2.png");
    width:480px;
    height:302px;
    background-repeat: no-repeat;
    position:fixed;
    z-index:9;
    
}
.theme2 .profilepic_bg {
    background-image: url("http://static.tumblr.com/nj7urwg/AmPndkwvg/menu_barbg.png");
    width:480px;
    height:302px;
    background-repeat: no-repeat;
    position:fixed;
    z-index:9;
    
}
.theme3 .profilepic_bg {
    background-image: url("http://static.tumblr.com/nj7urwg/AmPndkwvg/menu_barbg.png");
    width:480px;
    height:302px;
    background-repeat: no-repeat;
    position:fixed;
    z-index:9;
    
}
.avatar_box {
    right: 90px!important;
}
#menu_1 .mCSB_container {
    padding-top: 300px!important;
    padding-bottom:50px;
}
.side_navbar .mCustomScrollBox .mCSB_scrollTools {
    height: 100%;
    left: 0 !important;
    top: 250px !important;
    width: 16px;
}

.postshare_bg {
    margin: 22px 0 0 5px;
    padding: 0;
    text-align: center;
    width: 140px;
}
.postshare_bg li {
    display: inline-block;
    float: none;
    list-style-type: none;
    position: relative;
    margin: 0 7px;
}
.like_image {
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: 7px;
}
.reblog_image {
    margin-left: 0;
    margin-top: 0;
}
.share_btn {
    left: 0;
    top: 0;
}
.share_iconbox {
    bottom: 45px;
    right: -80px;
    text-align: left;
}









.postshare_bg {
    -ms-transform: rotate(-7deg)!important; /* IE 9 */
    -webkit-transform: rotate(-7deg)!important; /* Chrome, Safari, Opera */
    transform: rotate(-7deg)!important;
}
.share_box {
    -ms-transform: rotate(7deg)!important; /* IE 9 */
    -webkit-transform: rotate(7deg)!important; /* Chrome, Safari, Opera */
    transform: rotate(7deg)!important;
}
/*.logo_title h1 {
    padding: 38px 0;
    position: relative;
    top: -15px !important;
}*/
.theme2 .profilepic_bg {
    background-image: url("http://static.tumblr.com/nj7urwg/ZaSndknlp/menu_barbg.png")!important;
}
.menu li {
    background-position: left top;
    background-size: 95% 68px!important;
    height: 46px!important;
    padding-top: 20px!important;
    position: relative!important;
    text-align: left!important;
    width: 250px!important;
}
.menu li a {
    margin-left: 75px!important;
}
.mCSB_container {
    margin-left: 20px!important;
    margin-right: 0!important;
}
.tweetpostbox {
    left: -25px !important;
}
/*.photo_postbg iframe {
    border-radius: 5px !important;
    display: block;
    margin: 0 auto;
    width: 68%;
}*/
.date_bg {
    padding-top: 6px!important;
}
.date {
    font-size: 21px!important;
}
.photo_postbg img {
    border:none;
    outline:none;
}
.side_navbar {
    z-index: 999 !important;
}
.photo_postbg > iframe {
    position: relative;
    z-index: 0 !important;
}
.postbg_details img {
    border-radius: 5px!important;
    margin: 0 auto 15px!important;
}
.date_bg {
    bottom: -15px!important;
    position: absolute!important;
    right: -15px!important;
}

.slabtexted .slabtext
        {
        display:-moz-inline-box;
        display:inline-block;
        white-space:nowrap;
        }
.slabtextinactive .slabtext
        {
        display:inline;
        white-space:normal;
        font-size:1em !important;
        letter-spacing:inherit !important;
        word-spacing:inherit !important;
        *letter-spacing:0 !important;
        *word-spacing:0 !important;
        }
.slabtextdone .slabtext
        {
        display:block;
        }
.logo_bg {
    line-height: 45px!important;
}
.logoimage > img {
    top: 30px!important;
}