body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	background: transparent;
}
div#stories {
	margin: 0 auto 10px auto;
	padding: 0;
	display: table;
	width: 950px;
}

div#header {
	margin: 0 16px 5px 8px;
	padding: 5px 10px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #999;
	background: #555555;
	background: -moz-linear-gradient(top,  #555555 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%);
	background: -o-linear-gradient(top,  #555555 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #555555 0%,#333333 100%);
	background: linear-gradient(top,  #555555 0%,#333333 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 );*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 10;
}

div#header a.logo {
	font-weight: 700;
	color: #3ad;
	text-decoration: none;
}

div#header span.nothing, div#header span.url, div#header a.url {
	color: #fff !important;
	text-decoration: none !important;
}

#header .addthis_toolbox.addthis_default_style {
	position: relative;
	left: 550px;
	margin-top: 5px;
	margin-right: -550px;
	float: left;
	width: 200px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 0;
}
li {
	display: inline-block;
	text-align: left;
	width: 150px;
	margin: 5px;
	padding: 8px;
	padding-bottom: 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	box-shadow:2px 2px 4px rgba(0,0,0,.4);
}
li span.date {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left;
	position: relative;
	z-index: 1000;
	height: 13px;
	margin: 0 0 0 -8px;
	padding: 2px 5px;
	background: rgba(51,170,221,0.8)/*#3ad*/;
}
li a.url {
	text-decoration: none;
	clear: both;
	color: #333;
	display: block;
}
li a.url b {
	display: block;
	font-weight: 400;
}
li a.url b:first-line {
	font-weight: 700;
}
li a.url img {
	width: 150px;
	display: inline-block;
	/*position: relative;*/
	margin: -17px auto 5px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;
}
li a.url img.checking {
	border-bottom: 1px solid blue;
}
li a.url img.found {
	border-bottom: 1px solid yellow;
}
li a.url img.checked {
	border-bottom: 1px solid green;
}
li a.domain {
	text-decoration: none;
	clear: both;
	color: #999;
	display: block;
	height: 20px;
	margin: 8px -8px 0 -8px;
	padding: 5px;
	border-top: 1px solid #ccc;
	background: #e8e8e8;
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e8e8e8 0%,#ffffff 100%);
	font-size: 15px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
li a.domain b {
	color: #3ad;
}
li span.date.patched {
	cursor: pointer;
	background: #666;
}
li span.date.patched:hover {
	background: #3ad;
}
li a.getit {
	float: right;
	text-decoration: none;
	color: #3ad;
	display: block;
	font-size: 11px;
	line-height: 0.1;
	width: 0;
	height: 0;
	padding: 30px 0 0 30px;
	margin: 0 -8px -20px 0;
	overflow: hidden;

	/*background: #ccc url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve"><polygon fill="#FFFFFF" points="0,16 0,0 16,0 11,5 16,10 10,16 5,11 "/></svg>') no-repeat 50% 50%;*/

	background: #ccc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/wDltzBKAAAAO0lEQVR42mJgIAgYMQQYMQQYMQQYMQQIqcFiDha7sLgHt5sZ0c1B2ABlIRwGZTAyMiKz4AJAJoQCCDAAGrUASIeBh+MAAAAASUVORK5CYII=) no-repeat 50% 50%;

	/*background: #ccc;
	background-image: url(http://www.nextstories.com/graphics/sipka-getit.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;*/

	position: relative;
	top: 0;
	margin-top: -30px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
li a.domain:hover b,
li a.getit:hover {
	color: #333;
}
li a.getit:hover {
	background-color: #999;
}


.blue-button {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	padding: 1px 20px;
	margin: 2px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	background: #0099ff;
	background: -moz-linear-gradient(top,  #0099ff 0%, #0071bc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ff), color-stop(100%,#0071bc));
	background: -webkit-linear-gradient(top,  #0099ff 0%,#0071bc 100%);
	background: -o-linear-gradient(top,  #0099ff 0%,#0071bc 100%);
	background: -ms-linear-gradient(top,  #0099ff 0%,#0071bc 100%);
	background: linear-gradient(top,  #0099ff 0%,#0071bc 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#0071bc',GradientType=0 );*/
}
.blue-button:hover {
	color: #ddd;
	background: #0077cc;
	background: -moz-linear-gradient(top,  #0077cc 0%, #005599 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0077cc), color-stop(100%,#005599));
	background: -webkit-linear-gradient(top,  #0077cc 0%,#005599 100%);
	background: -o-linear-gradient(top,  #0077cc 0%,#005599 100%);
	background: -ms-linear-gradient(top,  #0077cc 0%,#005599 100%);
	background: linear-gradient(top,  #0077cc 0%,#005599 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077cc', endColorstr='#005599',GradientType=0 );*/
}
#header a.suggest {
	float: right;
	position: relative;
}
#suggestion/*, #beta*/ {
	margin: 10px 15px 5px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #000;
	background: rgba(0,0,0,0.7);
	z-index: 10;
	position: relative;
}
#beta {
	margin: 10px 16px 3px 8px;
	padding: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0;/*1px solid #ccc*/
	background: #fff;
	color: #666;
	z-index: 10;
	position: relative;
}
#suggestion h4/*, #beta h4*/ {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
	text-align: center;
}
#beta h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
#suggestion h4 b/*, #beta h4 b*/ {
	color: #3ad;
	font-weight: 700;
}
#suggestion p/*, #beta p*/ {
	color: #999;
	font-size: 18px;
	font-weight: normal;
	margin: 10px;
	text-align: center;
}
#beta p {
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px;
	text-align: center;
}
#suggestion p input[type=text]{
	margin: 10px;
	padding: 2px 10px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	font-size: 20px;
	width: 500px;
	background: #fff;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#suggestion p input[type=submit]{
	font-weight: 700;
	font-size: 18px;
}
#suggestion a.closebox, #beta a.closebox {
	text-decoration: none;
	font-weight: 400;
	font-size: 30px;
	color: #fff;
	float: right;
	margin: 0;
	padding: 5px;
	position: relative;
	top: -15px;
}
#switch-over {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
	z-index: 1;
	position: relative;
	top: -10px;
	margin: 0 16px -5px 8px;
	padding: 7px;
	height: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #999;
	box-shadow:2px 2px 4px #999;
	text-align: center;
}
#switch-over p {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	top: -16px;
}
#switch-over p b {
	font-size: 13px;
	font-weight: 700;
	color: #666;
	margin-right: 10px;
}
#switch-over p a {
	color: #3ad;
	text-decoration: none;
}
#switch-over p a:hover {
	color: #000;
}



#switch-over ul, #switch-over ul li {
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}
#switch-over>ul {
	display: inline-block;
	width: 780px;
	margin-top: 1px;
}
#switch-over h5, #switch-over>ul>li {
	text-align: center;
	text-transform: uppercase;
	position: relative;
}
#switch-over>ul>li {
	border-radius: 0;
	border-right: 1px solid #ccc;
	margin-right: 10px;
	padding-right: 5px;
	position: relative;
}
#switch-over>ul>li:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
#switch-over h5 {
	font-size: 13px;
	font-weight: 700;
	color: #666;
	margin: 5px 10px 0 10px;
	padding: 0;
	display: inline;
	float: left;
}
#switch-over>ul>li a {
	color: #3ad;
	text-decoration: none;
}
#switch-over>ul>li a:hover {
	color: #000;
}
#switch-over>ul>li ul {
	display: none;
	position: absolute;
	z-index: 10000;
	top: -2px;
	left: 0;
	width: 150px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 8px 8px 20px rgba(0,0,0,.4);
	margin: 22px 0 0 -10px;
	padding: 5px 10px;
	clear: both;
	float: left;
}
#switch-over>ul>li ul li {
	display: block;
	text-align: left;
}
#switch-over>ul>li:hover ul {
	display: inline-block;
}

#switch-over>ul>li ul li {
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
#switch-over>ul>li ul li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
#switch-over>ul>li ul li a { 
	color: #666;
	font-size: 15px;
	display: block;
	width: 150px;
}
#switch-over>ul>li ul li a:hover { 
	color: #000;
}

a.comment {
	float: right;
	text-decoration: none;
	color: #3ad;
	display: block;
	font-size: 11px;
	line-height: 0.1;
	width: 0;
	height: 0;
	padding: 30px 0 0 30px;
	margin: 0 -8px -20px 0;
	overflow: hidden;
	/*background-image: 	background: #f66 url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="18px" height="17px" viewBox="0 0 18 17" enable-background="new 0 0 18 17" xml:space="preserve"><polygon fill="#FFFFFF" points="0,0 18,0 18,12 9,12 4,17 4,12 0,12 "/></svg>') no-repeat 50% 50%;*/
	/*background: #f66 url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE4cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE4IDE3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOCAxNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIwLDAgMTgsMCAxOCwxMiA5LDEyIDQsMTcgNCwxMiAwLDEyICIvPjwvc3ZnPg==) no-repeat 50% 50%;*/
	background: #f66 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAjCAYAAAD48HgdAAAACXBIWXMAABcSAAAXEgFnn9JSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHFJREFUeNrs19sNgCAMRuHqpDqKmziKm3GZwAJtU5Jzkv+VfIEnjtKSfD2nJA0YMGDAgAEDBgwYMGDAgG0Bk/7f/dlXdF2Ks9SzurG77c32lOYoC5gLahXmhlqBuaJmYe6oGVgIahQWhhqBhaJ6VYABAKVwiW/gtOq8AAAAAElFTkSuQmCC) no-repeat 50% 50%;
	background-size: 60%;
	position: relative;
	top: 0;
	margin-top: -8px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
a.comment:hover {
	background-color: #c33;
}