/*GLOBAL STYLES*/
html, body {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch; 
	font-family: Arial;
}

@font-face {
    font-family: Lucidia;
    src: url("LucidaSans-Typewriter.otf") format("opentype");
}

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

a {
	color: #00deff;
}

.sweet-alert {
	border-radius: 2px;
}

.ssk {
	border-radius: 2px;
}

.main_content_wrapper {
	top: 60px;
	position: relative;
    height: 100%;
    overflow-y: scroll;
    z-index: 1;
}

.main_content_wrapper::-webkit-scrollbar {display:none;}

/*EMBED.LY*/
  .card {
    font-family: Arial;
  }
  .card .title {
  	margin-top: 20px;
    margin-bottom: 10px;
  }
  .card .action {
    color: #00deff;
  }
  .hdr {
  	display: none;
  }
  .action {
  	display: none;
  }

/*PERSONAL BLOG STYLES*/

.follow_count {
	text-align: center;
	font-size: 13px;
	color: #9c9c9c;
	margin-top: 10px;
}

.article {
	width: 100%; 
	text-align: center; 
	margin-bottom: 25px;
	padding-right: 20px;
}

.dt_text_comments_wrap {
	position: relative; 
	display: inline-block;
	margin-left: 15px;
}

.editSubmit {
	font-family: Lucidia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	background-color: #00deff;
	color: #fff;
	padding: 7px;
	padding-left: 27px;
	padding-right: 27px;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	margin-top: 20px;
	margin-left: 25px;
}

.editSubmit:hover {
	background-color: #000;
}


.nothing_to_see {
	width: 100%; 
	font-family: Arial; 
	color: #959595; 
	padding: 20px; 
	font-style: italic; 
	background-color: #fff; 
	border-radius: 2px;
	-webkit-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);		
}

.top_rail {
	background-color: #fff; 
	border-radius: 2px; 
	padding: 10px; 
	text-align: center; 
	margin-bottom: 15px; 
	margin-left: 20px; 
	margin-right: 20px;
	display: none;
}

.archive_month_wrap {
	padding: 7px;
	color: #626262;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 3px;
}

.archive_month_wrap:hover, .archive_month_wrap_active {
	background-color: #eee;
	border-radius: 2px;
}

.right_rail_title {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
	color: #626262;
}

.content_rows_wrap {
	width: 670px; 
	display: inline-block; 
}

.right_rail {
	display: inline-block; 
	width: 213px; 
	vertical-align: top; 
	margin-left: 10px; 
	background-color: #fff; 
	border-radius: 2px; 
	padding: 20px;
	-webkit-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);	
}

.follow_button {
	font-size: 18px;
	border: solid 1px #ccc; 
	border-radius: 2px; 
	padding: 7px; 
	text-align: center;
	-webkit-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	cursor: pointer;	
}

.follow_button:hover {
	background-color: #f4f4f4;
}

#uploadimage, #uploadimage2 {
	margin-top: 7px;
}

.paginate {
	background-color: #fff;
	padding: 10px;
	margin-right: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #373737;
	text-decoration: none;
	border-radius: 2px;
	-webkit-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);	
	border: solid 1px #ccc;	
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	margin-top: 10px;
}

#close_modal {
	padding: 8px; 
	padding-left: 13px;
	padding-right: 13px;
	display: inline-block; 
	position: relative;
    font-family: Lucidia;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    background-color: #cdcdcd;
    color: #fff;
    border-radius: 2px;	
    cursor: pointer;
}

#close_modal:hover {
    background-color: #a5a5a5;
}

.close_save_modal {
	padding: 8px; 
	padding-left: 13px;
	padding-right: 13px;
	display: inline-block; 
	position: relative;
    font-family: Lucidia;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    background-color: #00deff;
    color: #fff;
    border-radius: 2px;	
    cursor: pointer;
}

.close_save_modal:hover {
    background-color: #000;
}

.main_content_wrapper_blog {
	position: relative;
    height: 100%;
    overflow-y: scroll;
    z-index: 1;
}

.main_content_wrapper_blog::-webkit-scrollbar {display:none;}


.user_content_wrap {
	width: 900px;
	margin: 0 auto;
}

.cover_photo {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	width: 100%;
	height: 170px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;	
}


.blog_title {
	z-index: 1000;
	bottom: 0px;
	padding: 40px;
	font-family: Arial;
	font-size: 25px;
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, .45);
}

.cover_wrap {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
}



/*PROFILE MENU STYLES*/

.profile_menu {
	position: absolute; 
	right: 0px; 
	background-color: #fff; 
	display: none;
	margin-top: 17px;
	margin-bottom: 10px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.profile_menu_item {
	font-family: Arial;
	font-size: 13px;
	border-bottom: solid 1px #ccc;
	padding: 8px;
	padding-left: 30px;
	padding-right: 30px;
	white-space: nowrap;
	cursor: pointer;
}

.profile_menu_item:hover {
	background-color: #00deff;
	color: #fff;
}

/*FOLLOWERS*/
.follower_rows_wrap {
	width: 800px; 
	margin: 0 auto; 
	margin-top: 45px;
}

.follower_row_wrap {
	overflow: hidden; 
	white-space: nowrap; 
	vertical-align: middle; 
	padding: 10px; 
	border: solid 1px #ccc; 
	border-radius: 2px; 
	margin-bottom: 10px;
	margin-right: 10px; 
	cursor: pointer;
	display: inline-block;
}

/*HEADER STYLES*/

.mobile_shuffle_wrap {
	position: relative;
	z-index: 1000000;
	display: none;
}

.mobile_shuffle {
	background-image: url("/images/sync_blue.png");
	background-repeat: no-repeat;
	background-position: center 46px;
	display: none;
	width: 100px;
	height: 100px;
	position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
   	-webkit-box-shadow: 15px 15px 15px 15px rgba(0,0,0,0.20);
	-moz-box-shadow: 15px 15px 15px 15px rgba(0,0,0,0.20);
	box-shadow: 15px 15px 15px 15px rgba(0,0,0,0.20); 
	border: solid 1px #eee;
	border-top-left-radius: 2px;
	border-right: none;
	border-bottom: none;
	text-align: center;
}


.header_wrap {
	background-color: #000; 
	display: flex; 
	align-items: center; 
	flex-wrap: wrap; 
	justify-content: 
	center; margin: 0;
	position: fixed; 
	width: 100%; 
	z-index: 1000;
	top: 0;
	height: 60px;
}

.header_spacer_50 {
	width: 50px;
}

.logo_wrap {
	width: 300px;
	height: 40px;
	background-image: url("/images/logo.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

.shuffleButton {
	background-color: #fff;
	padding: 20px;
	padding-left: 27px;
	padding-right: 27px;	
	cursor: pointer;
	background-image: url("/images/sync_black.png");
	background-repeat: no-repeat;
	background-position: center;	
	border-radius: 2px;
}	


.shuffleButton:hover {
	background-color: #fff;
	color: #00deff;
	background-image: url("/images/sync_blue.png");
}

.postButtonPersonal {
	background-color: #00deff;
	color: #fff;
	padding: 17px;
	margin-right: 10px;
	margin-top: 16px;
	cursor: pointer;
	background-image: url("/images/add_white.png");
	background-repeat: no-repeat;
	background-position: center;	
	border-radius: 2px;
	display: inline-block;
	position: absolute;
}


.postButton {
	background-color: #00deff;
	color: #fff;
	padding: 20px;
	padding-left: 27px;
	padding-right: 27px;
	cursor: pointer;
	background-image: url("/images/add_white.png");
	background-repeat: no-repeat;
	background-position: center;	
	margin-left: 17px;
	border-radius: 2px;
}

.postButton:hover {
	background-image: url("/images/add_black.png");
}

.upVote {
	background-image: url("/images/thumb_up_black.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 40px; 
	height: 40px; 
	background-color: #fff; 
	display: inline-block;
	cursor: pointer;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    border-radius: 2px;
}

.upVote:hover {
	background-image: url("/images/thumb_up_white.png");
	background-color: #7fc100; 
}	

.upVoteStick {
	background-image: url("/images/thumb_up_white.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 40px; 
	height: 40px; 
	display: inline-block;
	cursor: pointer;	
	background-color: #7fc100; 
	cursor: none;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    border-radius: 2px;
}

.downVote {
	background-image: url("/images/thumb_down_black.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 40px; 
	height: 40px; 
	background-color: #fff; 
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
}

.downVote:hover {
	background-image: url("/images/thumb_down_white.png");
	background-color: #c10000; 
}

.downVoteStick {
	background-image: url("/images/thumb_down_white.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 40px; 
	height: 40px; 
	background-color: #c10000; 
	display: inline-block;
	cursor: none;	
	border-radius: 2px;
}

.upVoteMobile {
	background-image: url("/images/thumb_up_black.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 50%; 
	height: 40px; 
	background-color: #fff; 
	display: inline-block;
	cursor: pointer;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    display: none;
    border-radius: 2px;
}

.upVoteStickMobile {
	background-image: url("/images/thumb_up_white.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 50%; 
	height: 40px; 
	display: inline-block;
	cursor: pointer;	
	background-color: #7fc100; 
	cursor: none;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    display: none;   
    border-radius: 2px; 
}

.downVoteMobile {
	background-image: url("/images/thumb_down_black.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 50%; 
	height: 40px; 
	background-color: #fff; 
	display: inline-block;
	cursor: pointer;
    display: none;	
    border-left: solid 1px #ccc;
    border-radius: 2px;
}

.downVoteStickMobile {
	background-image: url("/images/thumb_down_white.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 50%; 
	height: 40px; 
	background-color: #c10000; 
	display: inline-block;
	cursor: none;
    display: none;
    border-radius: 2px;	
}

.keyword_pill {
	background-color: #eee;
	border-radius: 50px;
	padding: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	color: #747474;
	display: inline-block;
	margin-right: 7px;
	margin-top: 10px;
}

.keyword_pill_wrap {
	width: 800px;
	margin: 0 auto;
}

.profileImage {
	background-image: url("/images/profile.png");
	background-repeat: no-repeat;	
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 70px;
	cursor: pointer;
}

.recentBestButton {
	color: #fff;
	font-family: Lucidia;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}

.recentBestButton:hover {
	text-decoration: underline;
}

.usernameButton {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	cursor: pointer;	
}

.usernameButton:hover {
	cursor: pointer;	
	text-decoration: underline;
}

.usernameLoggedInButton {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	cursor: pointer;	
}

.flexMiddleAlignWrapper {
	display: flex; 
	align-items: center;
}

.flexCenterAlignWrapper {
	display: flex; 
	justify-content: center;
}

/*MODAL STYLES*/
.windowShade {
	height: 100%; 
	width: 100%; 
	position: fixed;
	background-color: #000; 
	opacity: .5;
	display: none;
	z-index: 900;
}

.modalWhiteBg {
	position: absolute; 
	background-color: #fff; 
	z-index: 1000;
	display: none;
	margin: 0 auto;
	width: 620px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.modalTabOff {
    color: #8e8f8f;
    font-family: Lucidia;
    font-style: italic;
    font-weight: 900;
    font-size: 16px;
    background-color: #eee;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 20px;
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
}


.modalTabOff:hover {
    color: #000;
}

.modalTabOn {
    font-family: Lucidia;
    font-style: italic;
    font-weight: 900;
    color: #3d3d3d;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding: 20px;
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;    
}

.modalContent {
	padding: 40px;
}

.loginTabContent {
	display: none;
}


.trumbowyg-input-infos > span {
	font-family: Arial;
	color: #000;
}

.trumbowyg-modal-box .trumbowyg-modal-title {
	font-family: Arial;
	color: #000;
    font-family: Lucidia;
    font-style: italic;
    font-weight: 900;	
}

.trumbowyg-editor {
	/*border: solid 1px #ccc;*/
}

/*POST STYLES*/
.postBoxInner {
	width: 500px; 
	height: 160px; 
	background-color: #fff;
}

.radio {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.textAreaWrap {
	vertical-align: top;
	width: 100%;
	min-height: 200px;
}


.textarea {
	border: none;
	outline: none;
	width: 100%;
	resize: none;
	height: 110px;
	outline: none;
	font-family: Lucidia;
	font-size: 14px;
	line-height: 20px;
	padding-left: 20px;

}

.postContainer {
	position: absolute;
	display: none;
}

.postContentWrap {
	display: flex;
}

.postBox {
	background-color: #00deff;
	width: 1000px;
	height: 200px;
	top: 50px;
	position: relative;
	text-align: left; 
	padding: 30px;
}

.postTip {
	display: inline-block; 
	color: #9b9b9b;
	font-family: Lucidia;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	margin-right: 20px;
}

.radioLabel {
	display: inline-block;
	font-family: Lucidia;
	font-style: italic;
	font-weight: 900;
	font-size: 14px;
	margin-left: 3px;
}

.radioBox {
	padding-right: 27px;
	margin-top: 0px;
	white-space: nowrap;
}

.radioSpacer {
	height: 11px;
}

.urlWrap {
	display: none;
	margin-left: 20px;
}

.url {
	font-family: Arial;
	font-size: 16px;
	width: 100%;
	border: none;
	outline: none;
	border-bottom: solid 1px #ccc;
	padding-bottom: 6px;
}

.submitButtonWrap {
	display: inline-block;
	position: relative;
	right: 0px;
}

.submitButton {
	height: 40px;
	width: 100px;
	background-color: #000;
	color: #fff;
	margin-top: 5px;
	text-align: center;
	line-height: 40px;
	font-family: Lucidia;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
	border-radius: 2px;
}

.submitButton:hover {
	background-color: #00deff;
}

.errorMessage {
	background-color: #fe6161; 
	padding: 10px; 
	margin-bottom: 20px; 
	color: #fff; 
	font-family: Arial;
	font-size: 12px; 
	display: none;
}

.successMessage {
	
	background-color: #38ca11; 
	padding: 10px; 
	margin-bottom: 20px; 
	color: #fff; 
	font-family: Arial;
	font-size: 12px; 
	display: none;

}

/*LOGIN/REG STYLES*/
.login_reg_field {
	font-family: Arial; 
	font-weight: 100; 
	width: 300px; 
	font-size: 16px; 
	padding: 5px; 
	outline: none; 
	border: none; 
	border-bottom: solid 2px #ccc; 
	margin: auto;
}

.login_reg_submit_wrap {
	margin-top: 50px;
	text-align: center;
}

.login_reg_submit {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-family: Lucidia;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 2px;
}

.login_reg_submit:hover {
	background-color: #00deff;
}

/*POST STYLES*/
.FitText {
	font-family: Arial;
	font-weight: 900;
	letter-spacing: 0px;
}

.post_spinner {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	background-color: #000; 
	opacity: .7; 
	z-index: 1000;
	display: none;
}

/*ARCHIVES STYLES*/

.recent_best_content_wrap {
	width: 800px;
	margin: 0 auto;
}

.archiveRank {
	display: inline-block; 
	color: #000; 
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-family: Lucidia;
	font-style: italic;
	font-weight: 900;
	font-size: 20px;	
	margin-right: 10px;
}


.overflow_thumb {
	display: inline-block; 
	height: 75px; 
	width: 75px; 
	overflow: hidden; 
	vertical-align: middle; 
	border-radius: 2px;
}

.this_post_by {
	color: #4f4f4f;
	display: inline-block;
	padding: 7px;
	padding-left: 20px;
	padding-right: 20px;	
	position: relative;
	top: 27px;
	margin: 0 auto; 
	font-weight: normal; 
	line-height: auto; 
	font-size: 12px; 
	text-align: center; 
	background-color: #fff; 
	border-radius: 2px; 
	border: solid 1px #ccc; 
	padding: none; 
	cursor: pointer; 
	background-color: #fff;
	font-family: Arial;
	-webkit-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);	
	letter-spacing: 1px;
}

.this_post_by_outer {
	text-align: center; 
	width: 800px; 
	margin: 0 auto;
}

.this_post_by:hover {
	border: none;
	background-color: #00deff;
	border: solid 1px #00deff;
	color: #fff;
}

.value_prop {
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
	-webkit-box-shadow: 0px 7px 14px -5px rgba(0,0,0,.09);
	-moz-box-shadow: 0px 7px 14px -5px rgba(0,0,0,.09);
	box-shadow: 0px 7px 14px -5px rgba(0,0,0,.09);
}

.archive_row {
	border: solid 1px #dbdbdb;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 100%;
	vertical-align: middle;
	white-space: normal;	
	border-radius: 2px;
	-webkit-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	-moz-box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 17px -5px rgba(0,0,0,0.20);	
	font-size: 0;
}



.archive_row div:nth-of-type(3) {
	width: calc(100% - 180px);
	vertical-align: middle;
}


.archive_row_blog div:nth-of-type(3) {
	width: calc(100% - 110px);
}

.captcha {
	margin-top: 30px;
	display: flex;
}

.archive_row_text {
	font-family: Arial;
	font-size: 18px;
	width: 100%;
	position: relative;
	white-space: normal;
}

.archive_row_comments {
	font-family: Arial;
	font-size: 13px;
	width: 100%;
	position: relative;
	white-space: nowrap;
	margin-top: 6px;
	color: #737373;
	margin-top: 10px;
}

.archive_row_dt {
	font-family: Arial;
	font-size: 13px;
	width: 100%;
	position: relative;
	white-space: normal;
	margin-bottom: 6px;
	color: #737373;
}

.archive_by {
	font-family: Arial;
	font-size: 13px;
	color: #7c7c7c;	
	margin-bottom: 7px;
}

.archive_row_text > a {
	color: #000;
	text-decoration: none;
}

.archive_row_text > a:hover {
	text-decoration: underline;
}

.archive_header {
	font-family: Lucidia;
	font-style: italic;
	font-weight: 900;
	margin: 0 auto;	
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 22px; 
	border-bottom: solid 2px #000; 
	margin-top: 60px;
	width: 100%;
	color: #000;
}

/*COMMENT STYLES*/
.commentSubmit {
	font-family: Lucidia;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	background-color: #00deff;
	color: #fff;
	padding: 10px;
	padding-left: 27px;
	padding-right: 27px;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	margin-top: 10px;
}

.commentSubmit:hover {
	background-color: #000;
	color: #fff;
}


.comment_username {
	color: #8c8c8c;
	text-decoration: none;
}

.comment_username:hover {
	text-decoration: underline;
}

.commentTextarea {
	width: 100%;
	border: none;
	font-family: Arial;
	color: #000;
	font-size: 16px;
	padding: 25px;
	outline: none;
	margin-bottom: 0px;
	resize: none;
	border: solid 1px #ccc;
	margin-top: 10px;
	border-radius: 2px;
}

.comments {
	margin-top: 0px;
	font-family: Arial;
	overflow: scroll;
}

.comments::-webkit-scrollbar {display:none;}

.comment_reply {
	margin-left: 10px; 
	font-size: 13px;
	cursor: pointer;
	color: #939393;
}

.comment_reply:hover {
	text-decoration: underline;
}

.hide_for_mobile {
	display: none;
}

/*RENDER POST STYLES*/

.urlContainer {
	width: 800px; 
	background-color: #fff; 
	margin: 0 auto;
}

.urlContainerBlog {
	width: 500px; 
	background-color: #fff; 
	margin: 0 auto;
}

.mobileSocialWrap {
	text-align: right; 
	margin-top: 7px;
}

.urlMetaText {
	vertical-align: top; 
	float: left; 
	width: 420px;
	padding-left: 20px;
	padding-bottom: 20px;	
	font-weight: 600; 
	font-family: Arial; 
	font-size: 17px; 
}

.urlMetaImg {
	float: left;	
	padding-right: 20px;
}

.photo_video_wrap {
	margin-left: -10px;
	width: 100%; 
	text-align: center;
}


.video_wrap_outer {
	width: 100%;
	text-align: center;
	z-index: 10;
}

.video_wrap_outer_blog {
	width: 100%;
	text-align: center;
	z-index: 10;
	padding-right: 15px;
}

.video_wrap_inner {
	width: 800px; 
	margin: 0 auto;
}

.video_wrap_inner_blog {
	width: 500px; 
	margin: 0 auto;
}


.photo_video_wrap_inner {
	display: none;
}

.photo_img {
	width: 100%;
}

.post_title {
	position: relative;
	font-family: Arial;
	font-size: 25px; 
	width: 800px; 
	margin: 0 auto; 
	padding: 5px;
	text-align: left; 
	margin-top: 50px;
	border-left: solid 4px #eee;
	padding-left: 14px;
	margin-bottom: 10px;
	font-weight: normal;
	overflow: scroll;
}

.post_title::-webkit-scrollbar {display:none;}

.post_title_blog_detail {
	position: relative;
	font-family: Arial;
	font-size: 25px; 
	width: 800px; 
	margin: 0 auto;
	text-align: left; 
	font-weight: normal;
	margin-top: 30px;
	overflow: scroll;
}

.post_title_blog_detail::-webkit-scrollbar {display:none;}

.post_title_blog {
	border: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	text-align: left;
	white-space: normal;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	cursor: pointer;
	overflow: scroll;
}

.post_title_blog::-webkit-scrollbar {display:none;}

.post_title_site {
	border: none;
	padding: 0;
	font-size: 20px;
	text-align: left;
	white-space: normal;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	cursor: pointer;
	width: 800px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: scroll;
}

.post_title_site::-webkit-scrollbar {display:none;}


.post_title_site p,h1,h2,h3,h4:first-child { 
    margin-top: 0;
}

.comments_header {
	font-family: Lucidia;
	font-style: italic;
	font-weight: 900;
	margin: 0 auto;	
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 6px;
	font-size: 20px; 
	border-bottom: solid 2px #000; 
	margin-top: 60px;
	width: 100%;
}

.comment_block_wrap {
	width: 800px; 
	margin: 0 auto; 
	padding-top: 0px; 
	margin-top: 20px;
}

.video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.type_url_wrap {
	text-align: center;
}


.footer {
	margin-top: 100px;
	position: relative; 
	top: -60px; 
	background-color: #f1f1f1; 
	padding: 20px; 
	width: 100%; 
	border-top: solid 1px #ccc; 
	text-align: center; 
	color: #a6a6a6; 
	font-family: Arial; 
	font-size: 11px;
}

/*MEDIA QUERIES*/


/*GLOBAL CSS*/
.full_width {
	width: 100%;
}


@media only screen and (max-width : 1050px) {

	.photo_video_wrap {
		margin-left: 0;
	}

	.keyword_pill_wrap {
		width: 100%;
		padding-left: 20px; 
		padding-right: 20px;
		text-align: center;
	}

	.post_title_blog_detail {
		width: 100%;
		padding-left: 20px; 
		padding-right: 20px;		
	}

	.post_title_site {
		width: 100%;
		padding-left: 20px; 
		padding-right: 20px;	
		margin-top: 30px;		
	}

	.video_wrap_outer_blog {
		padding-right: 0;
	}

	.article {
		padding-right: 0;
	}

	.post_title_blog_wrap {
		padding-left: 20px; 
		padding-right: 20px;		
	}
		
	.video_wrap_inner_blog {
		width: 100%;
		padding-left: 20px; 
		padding-right: 20px;		
	}

	.video_wrap_inner_blog {
		width: 100%; 
	}

	.dt_text_comments_wrap {
		margin-left: 0;
	}

	.overflow_thumb {
		width: 125px;
		height: 125px;
	}

	.overflow_thumb > a > img {
		height: 125px;
	}


	.archiveRank {
		display: none;
	}

	.archive_by {
		margin-top: 20px;
	}

	.archive_row div:nth-of-type(3) {
		text-align: center;
		display: initial !important;
	}

	.follower_rows_wrap {
		width: 100%;
		padding-left: 20px; 
		padding-right: 20px;
	}


	.editSubmit {
		margin-left: 0px;
	}

	.mobile_shuffle {
		display: block;
	}

	.mobile_shuffle_wrap {
		display: block;
	}

	.nothing_to_see {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

	.this_post_by {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}

	.this_post_by_outer {
		width: 100%; 
	}

	.header_wrap {
		height: 40px;
	}

	.top_rail {
		display: block;
	}

	.right_rail {
		display: none;
	}

	.content_rows_wrap {
		width: 100%;
	}

	.flexCenterAlignWrapper {
		display: block; 
	}

	.archive_row {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;
		text-align: center;
		padding-left: 0;
	}

	.cover_wrap {
		width: 100%;
	}

	.shuffleButton {
		display: none;
	}

	.footer {
		top: 45px; 
	}

	.urlContainer {
		width: 100%; 
	}

	.mobileSocialWrap {
		text-align: center; 
		margin-top: 40px;
	}

	.mobileSocialWrapBlog {
		right: 0;
		top: 110px;
		position: absolute;
	}
	
	.mobileVoteWrap {
		margin-top: 0px; 
		white-space: nowrap;
		margin: 20px;
		text-align: center;
	}

	.upVoteMobile {
		display: inline-block;
		border-radius: 2px;
		border: solid 1px #ccc;
		width: 40%;
		margin-right: 15px;
	}

	.upVoteStickMobile {
		display: inline-block;
		border-radius: 2px;
		width: 40%;	
		margin-right: 15px;
	}

	.downVoteMobile {
		display: inline-block;
		border-radius: 2px;
		border: solid 1px #ccc;
		width: 40%;	
	}

	.downVoteStickMobile {
		display: inline-block;
		border-radius: 2px;
		width: 40%;
	}

	.urlWrap {
		margin-left: 0px;
		margin-top: 15px;
	}

	.textAreaWrap {
		border: none;
	}

	.trumbowyg-box, .trumbowyg-editor {
		margin-left: 0px !important;
		margin-top: 15px !important;
	}

	.postContentWrap {
		display: block;
	}

	.textAreaWrap {
		width: 100%;
	}

	.postBoxInner {
		width: 100%;
	}

	.postTip {
		width: 100%;
		margin-right: 5px;
	}

	.modalWhiteBg {
		width: 100%;
		top: 40px;
	}

	.urlMetaImg > img {
		width: 100%;
	}

	.urlMetaText {	
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.urlMetaImg {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;			
	}

	.profile_menu_item {
		font-size: 18px;
		right: 0px;
	}

	.main_content_wrapper {

		top: 0px;
		padding-top: 40px;

	}

	.recent_best_content_wrap {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;		
	}

	.user_content_wrap {
		width: 100%;		
	}	

	.type_url_wrap {
		width: 100%; 
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.video_wrap_inner {
		width: 100%;
	}

	.comment_block_wrap {
		width: 100%; 
		padding-left: 20px;
		padding-right: 20px;
		border-top: none;

	}

	.post_title {
		font-size: 25px; 
		width: calc(100% - 40px);
		margin-top: 40px;
	}

	.photo_video_wrap_inner {
		width: 100%;
	}

	.profileImage {
		margin-left: 3px;
	}

	.profile_menu {
		margin-top: 25px;
		z-index: 1000;
	}	

	.usernameButton {
		display: none;			
	}

	.usernameLoggedInButton {
		display: none;	
	}

	.voteButtons {
		display: none;
	}

	.hide_for_mobile {
		display: block;
	}	

	.header_spacer_50 {
		width: 10px;
	}

	.recentBestButton {
		display: none;
	}

	.profileWrap {
		display: none;
	}

	.postButton {
		display: none;
	}

	.logo_wrap {
		width: 217px;
		height: 40px;
		background-image: url("/images/logo_small.gif");
	}	
}
