html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 12px;
	word-spacing: normal;
	letter-spacing: normal;
	background-color: #ddd;
}

body {
	position: relative;
	margin: 0;
}

img {
	border: 0;
}

@media ( min-width: 700px) {
	::-webkit-scrollbar {
		width: 7px;
	}
	::-webkit-scrollbar-track {
		border-radius: 0px;
		background-color: #ccc;
	}
	::-webkit-scrollbar-thumb {
		border-radius: 0px;
		background-color: #333;
	}

}

p {
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

a:link {
	border: none;
	color: #fff;
	text-decoration: none;
}

a:visited {
	border: none;
	color: #fff;
	text-decoration: none;
}

a:active {
	border: none;
	color: #fff;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #fff;
	text-decoration: none;
}

#post a:link {
	border: none;
	color: #FFF;
	text-decoration: none;
}

#post a:visited {
	border: none;
	color: #FFF;
	text-decoration: none;
}

#post a:active {
	border: none;
	color: #FFF;
	text-decoration: none;
}

#post a:hover {
	border: none;
	color: #fb4500;
	text-decoration: none;
}






img {
	width: 100%;
	height: auto;
}

#site_holder {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

#site_container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
	background-image: url('/images/home_pattern_bg.jpg');
	background-repeat: repeat;
}

#nav,
#nav_toggle,
#nav_mobile {
	display: none;
}

#back_to_top_btn {
	display: none;
}

.liked svg {
	fill: #FFF;
}

/*#tumblr_controls {
	top: 0px !important;
	right: 0px !important;
	display: none !important;
}*/



#ie8_message {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3000;
}

#ie8_message_holder {
	float: left;
	width: 100%;
	height: 100%;
	background-color: #00839c;
	text-align: center;
	font-size: 18px;
	color: #FFF;
}

#ie8_img {
	width: 20%;
	margin: 10% auto 0% auto;
}



.yellow_slant {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
}

.follow_icons {
	position: absolute;
	/*top: 40px;
	right: 14px;*/
	display: block;
}

	.follow_icons ul li {
		display: inline-block;
		color: #004444;
		/*font-size: 22px;*/
		font-weight: 500;
		text-transform: uppercase;
		/*margin-right: 23px;*/
	}

		.follow_icons ul li:last-child {
			margin-right: 0;
		}

	.follow_icons a {
		color: #444444;
	}

.nav_social_btns {
	text-align: center;
}

.social_btn {
	max-width: 57px;
	display: inline-block;
}

.quote_img {
	float: left;
}

#quote_txt {
	display: inline;
}



