body {
	/*background:#fff url(../images/bg.png);*/
	background: #fff;
	padding: 0;
	margin: 0;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #444;
}

h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
}

img {
	border: none;
}

a:link,
a:visited {
	color: #0072bc;
}

a:hover {
	color: #000;
}

ul.categories {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.header {
	font-weight: bold;
	margin-top: 20px;
}

ul.categories a:link {
	color: #888;
	text-decoration: none;
}

ul.categories a:visited {
	color: #666;
	text-decoration: none;
}

ul.categories a:hover {
	color: #666;
	text-decoration: none;
}

#inner-wrapper {
	width: 100%;
}

#content-col {
	float: left;
	margin-right: 0px;
	width: 580px;
	/*border-right:1px solid #ccc;*/
}

#right-col {
	float: right;
	width: 300px;
}

#right-col2 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

div.clear {
	clear: both;
}

div.head {
	width: 1000px;
	position: relative;
	margin: auto;
	padding: 0;
	margin-bottom: 10px;
	height: 50px;
	background: #222;
	border-radius: 0px 0px 5px 5px;
	moz-border-radius: 0px 0px 5px 5px;
}

a.title {
	font-size: 44px;
	font-weight: bold;
	text-decoration: none;
	color: #0072bc;
	text-shadow: 1px 1px 1px #ccc;
}

div.sidebar {
	clear: both;
	float: left;
	min-height: 100%;
	width: 90px;
}

div.content {
	float: right;
	width: 900px;
	min-height: 100%;
	position: relative;
}

div.body {
	width: 1000px;
	margin: auto;
	padding: 0;
	min-height: 100%;
}

div.shareBox {
	position: absolute;
	top: -3px;
}

div.displayCover {
	text-align: center;
	margin-top: 20px;
	border: 1px solid #efefef;
}

span.red {
	font-size: 12px;
	color: #f05822;
}

.viewcount {
	font-size: 8px;
	color: #ccc;
	display: none;
}


img.noborder {
	border: 1px solid #666;
}

div.pages {
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

a.page {
	color: #666;
	font-size: 12px;
	margin-right: 10px;
	text-decoration: none;
	padding: 3px 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	moz-border-radius: 3px;
}

a.page-active {
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
	text-decoration: none;
	padding: 2px 6px;
	background: #000;
	border: 1px solid #000;
	border-radius: 3px;
	moz-border-radius: 3px;
}

a.page:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
	border-radius: 3px;
	moz-border-radius: 3px;
}

div.screen {
	background-color: black;
	opacity: .50;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}

div.overlay {
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	width: 480px;
	position: fixed;
	z-index: 2;
	display: none;
	text-align: center;
	font-size: 12px;
	color: black;
}

div.overlay a {
	color: #2970a0;
	font-size: 12px;
	text-decoration: none;
}

div.overlay a:hover {
	color: #f05822;
}

div.overlay label {
	font-weight: bold;
	color: black;
}

div.hide {}

div.sorters {
	padding: 0px;
	margin-bottom: 20px;
}

div.sorters a {
	text-decoration: none;
	margin-right: 10px;
}

.sorters-active {
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

div#tags {
	padding: 10px 0px;
}

div#tags a {
	text-decoration: none;
}

#logo {
	float: left;
}

#message {
	float: left;
	margin: 15px 0px 0px 20px;
}

#message a:link,
#message a:visited {
	color: #ffcc00;
	text-decoration: none;
}

#message a:hover {
	color: #d8f7ff;
}

#search {
	float: right;
	position: relative;
	margin: 5px 10px 0px 20px;
}

#social-google {
	float: left;
	margin: 0px 10px 0px 0px;
}

#social-facebook {
	float: left;
	margin: 0px 10px 0px 0px;
}

#top-area {
	background: #efefef;
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
	text-align: center;
}

#top-text {
	font-size: 8px;
	text-align: right;
	margin: 0 auto;
	color: #ccc;
	padding-bottom: 5px;
	width: 1000px;
}

#single-bottom-wrap {
	display: block;
	margin-top: 20px;
}

#single-bottom-left {
	float: left;
	width: 580px;
}

#single-bottom-right {
	float: right;
	width: 300px;
}

ul.link-list {
	margin: 0;
	padding: 0;
}

ul.link-list li {
	/*float:left;*/
	list-style-type: none;
	padding-bottom: 5px;
	color: #666;
	font-size: 10px;
}

ul.link-list a {
	text-decoration: none;
	color: #666;
}

ul.link-list-articles {
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

ul.link-list-articles li {
	list-style-type: none;
	height: 20px;
}

input#search-box {
	padding: 2px 10px;
	font-size: 15px;
	width: 400px;
	height: 30px;
	background: #888;
	color: #fff;
	border: solid 1px #000000;
	border-radius: 3px;
	moz-border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 1.0);
	box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 1.0);
}

input#search-button {
	border: solid 1px #000000;
	border-radius: 3px;
	moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 1.0);
	font-size: 20px;
	color: #ffffff;
	padding: 5px 17px;
	background: #333333;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #00060a));
	background: -moz-linear-gradient(top, #333333 0%, #00060a 100%);
	background: -webkit-linear-gradient(top, #333333 0%, #00060a 100%);
	background: -o-linear-gradient(top, #333333 0%, #00060a 100%);
	background: -ms-linear-gradient(top, #333333 0%, #00060a 100%);
	background: linear-gradient(top, #333333 0%, #00060a 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#00060a', GradientType=0);
}

*:focus {
	outline: 0px none transparent;
}

div.thumbnail-wrap {
	/*width: 280px;
	float: left;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 10px;*/
}

img.thumbnail {
	/*border:0;
    display:block;
    width:280px;
    margin-bottom:10px;
    height:auto;*/
	border: 0;
	border-radius: 5px;
	moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
	padding: 0;
	width: 100%;
	height: auto;
	margin: 10px 0 !important;
}

.fb-like {
	float: right;
	width: 90px;
}

.blue {
	font-size: 10px;
	text-decoration: none;
	text-transform: capitalize;
}

p.nav {
	font-weight: 600;
	margin-top: 20px;
}

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

ul.sub-nav {
	/*display:none;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sub-nav a:link {
	color: #888;
	text-decoration: none;
}

ul.sub-nav a:visited {
	color: #666;
	text-decoration: none;
}

ul.sub-nav a:hover {
	color: #666;
	text-decoration: none;
}

#newsletter {
	font-size: 15px;
	color: #1695b5;
	margin: 10px 0px;
	padding: 7px;
	text-align: center;
	background: #d8f7ff;
	display: block;
	border-radius: 5px 5px 5px 5px;
	moz-border-radius: 5px 5px 5px 5px;
}

#adlinks {
	margin: 10px 0px;
	padding: 7px;
	text-align: center;
	background: #fff;
	display: block;
	border: 1px solid #d8f7ff;
	border-radius: 5px 5px 5px 5px;
	moz-border-radius: 5px 5px 5px 5px;
}

#cover-info {
	padding: 15px 0;
}

#left-col {
	float: left;
}

#right-col {
	float: right;
	width: 300px;
	margin-left: 20px;
}



#middle-ads {
	background: #efefef;
	border-radius: 5px;
	padding: 20px;
	margin: 10px 0px;
}

#middle-ads h3 {
	font-size: 20px;
	font-weight: 100;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#middle-ads ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#middle-ads li {
	margin: 5px 0px;
	width: 260px;
	float: left;
}

#middle-ads li a:link {
	font-size: 12px;
}

#middle-ads img {
	border: 1px solid #000;
	width: 75px;
	float: left;
	margin-right: 10px;
}

#small-business-ads {
	background: #ffedb5;
	border: 1px solid #dc6d00;
	padding: 10px;
	margin: 0px;
}

#small-business-ads h3 {
	color: #ff3c00;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#small-business-ads ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#small-business-ads li {}













div.container {
	max-width:1170px;
	margin:20px auto 0 auto;
}

div.header {
	background-color:#222;
	padding:20px;
}

div.footer {
	background-color:#efefef;
	padding:20px;
}

div.footer ul {
	margin: 0;
	padding: 0;
}

div.footer ul li {
	list-style-type: none;
	color: #666;
}

div.footer a:link,
div.footer a:visited {
	text-decoration: none;
	color: #666;
}

div.footer a:hover {
	text-decoration: underline;
	color: #222;
}

ul.sub-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sub-nav a:link {
	color: #888;
	text-decoration: none;
}

ul.sub-nav a:visited {
	color: #666;
	text-decoration: none;
}

ul.sub-nav a:hover {
	color: #666;
	text-decoration: none;
}


.mt-1 {
	margin-top: 1rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-4 {
	margin-top: 4rem;
}

.mt-5 {
	margin-top: 5rem;
}

.mb-1 {
	margin-bottom: 1rem;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mb-3 {
	margin-bottom: 3rem;
}

.mb-4 {
	margin-bottom: 4rem;
}

.mb-5 {
	margin-bottom: 5rem;
}

a.btn-nav {
	color:#fff !important;
}

ol#instructions {
  font-size:20px;
}

ol#instructions li {
  margin: 20px 0;
}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

div#image-description {
  margin-top:500px;
}

div#image-description h3 {
  font-size:15px;
}

div#image-tags .btn {
  margin-bottom:5px;
}