@import url('https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');

header, nav, section, aside, main, article, footer {
    display: block;
}

html { background: #29292e; }
body {
    background: url('child/img/bg.png');
    font:normal 87.5%/1.428 "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #7a7a80;
}

a, a:link, a:visited, a:hover, a:active {
    color: #7a7a80;
    text-decoration: none;
}
a:hover {
    color: #555;
}
#vote_message, #vote_message_fail {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
}
#vote_message {
    background: #E4ECE4 url(vote_success.png) 5px center no-repeat;
	border: 1px solid #579e4f;
}
#vote_message_fail {
    background: #FEF1EC url(vote_fail.png) 5px center no-repeat;
	border: 1px solid #CD0A0A;
}
#vote_message span, #vote_message_fail span {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
    color: #1f1f24;
    font-weight: 600;
    letter-spacing: -0.2px;
}
h1 { font-size:28px; }
h2 { font-size:22px; }

#main  h1, h2{
	text-align: center;

}

legend {
	background: #29292e;
	border: 0;
    border-left: 4px solid #00ccff;
    border-radius:0;
    font-weight: normal;
    font-size: 15px;
	color: #fff;
	padding: 5px 0 5px 5px;
}

textarea, input{
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input:focus, textarea:focus, input:hover { box-shadow: none; }
.in1, .custom_input, textarea, input[type="text"], input[type="password"] { width: 280px; }

.button1, a.but, input[type="button"], input[type="submit"] {
    background: #4C4C4C;
    border: 0;
    border-radius: 2px;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.400);
    cursor: pointer;
    display: inline-block;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.2px;
    outline: medium none currentColor;
    padding: 7px 18px;
    margin: 0;
    text-shadow: none;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0;
    width: auto;
    color: #FFFFFF;
}
.button1:hover, a.but:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:focus, input[type="submit"]:focus {
    background: #169FE6;
    padding: 7px 18px;
    border-radius: 2px;
    border: 0;
    box-shadow: none;
}

#header {
    width: 990px;
    height: auto;
}
#header #topmenu ul {
	margin: 0;
	padding: 0;
}
#header #topmenu ul li  {
	margin: 0 0 0 15px;
}
#header #topmenu ul li a {
    color: #f2f2f2;
    padding: 8px 12px;
    text-shadow: 0px 1px 0px #000;
}
#header #topmenu ul li a:hover {
    background: #e5e5e5;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #444;
    padding: 7px 11px 8px;
}
#header #search {
	width: 230px;
	margin: 5px 0 10px;
}
#header #search .searchbox {
    width: 125px;
}

#wrapper {
    width: 990px;
    box-shadow: 0px 3px 10px 0px #BFBFBF;
    padding: 0;
    border: 0;
}

#content{
    padding: 20px;
}

#sidebar {
	width: 200px;
	padding: 0 10px 0 0;
	margin: 0;
}

h3.heading, #navigation {
	background: #29292e;
	border: 0;
    border-left: 4px solid #00ccff;
    border-radius:0;
    font-weight: normal;
    font-size: 15px;
}
h3.heading:first-child  { margin-top: 0; }
#navigation td {
	border: 0;
    padding: 0;
}
#sidebar > ul {
    background: #F5F5F5;
}
#sidebar > ul.newmembers {
    padding: 0 10px;
}
#sidebar > ul.newmembers .screenshot {
    width: 160px;
}

#main {
    color: #191919;
    margin-left: 220px;
}

#main .entry  {
    position: relative;
    padding: 15px 0 0 0;
    margin: 0 0 15px 0;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
}
#main .entry.filler  {
    padding: 15px 0;
}
#main .entry.premium  {
    background: url('child/img/premium-bg.gif') left top repeat-x #FFF5D9;
}

#main .entry > div {
    display: inline-block;
    vertical-align: top;
}

#main .entry > .rank {
    width: 70px;
    text-align: center;
}
#main .entry > .rank > div:first-child {
    font-size: 25px;
    font-weight: 700;
}
#main .entry > .rank > div:last-child {
    padding: 10px 0 0 0;
}
#main .entry.filler > .rank > div:last-child {
    padding: 0;
    font-size: 16px;
}

#main .entry > .info {
    width: 500px;
}

#main .entry > .info > h1 {
    font-size: 16px;
    font-weight: bolder;
    margin: 0;
}
#main .entry.premium > .info > h1 { font-size: 18px; }
#main .entry > .info > h1 a { color: #1f1f24; }
#main .entry > .info > h1 a:hover { color: #555; }

#main .entry > .info > p { margin: 0; }
#main .entry > .info > a.readall {
    background: #f5f5f5;
    border-left: 4px solid #00ccff;
    color: #00ccff;
    padding: 10px 5px;
    position: absolute;
    right: 0;
    bottom: 15px;
}
#main .entry > .info > a.readall:hover { text-decoration: underline; }

#main .entry > .votes {
    width: 140px;
}
#main .entry.premium > .votes:before {
    content: " ";
    display: table;
    position: absolute;
    top: 14px;
    right: -13px;
    background: url('child/img/premium.png') top center no-repeat;
    width: 150px;
    height: 30px;
}
#main .entry > .votes > div {
    font-weight: bolder;
    display: inline-block;
    width: 65px;
    text-align: center;
}
#main .entry.premium > .votes > div {
    margin: 30px 0 10px;
}
#main .entry > .votes > div > div { color: #3366FF; padding: 8px 0; }
#main .entry > .votes > div:first-child > div { color: #2CBA00; }




#main .entry > .taxonomy {
    display: block;
    background: #f5f5f5;
    padding: 10px;
    margin-top: 5px;
    color: #7a7a80;
    border-top: 1px solid #D9D9D9;
}
#main .entry > .taxonomy > div { display: inline-block; width: 570px; text-align: right; }
#main .entry > .taxonomy > div:last-child { width: 130px; }

#regform #right_side {
    float: right;
    width: 330px;
}
#regform #left_side {
    width: 330px;
}

#stats_info {
    color: #333;
    margin-top: 15px;
    width: 100%;
}
#stats_info > div {
    display: inline-block;
    vertical-align: top;
}
#stats_info .screenshot {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    box-shadow: 0px 0px 5px #D9D9D9;
    padding: 5px;
    float: none;
    width: 300px;
    margin: 0 15px 0 0;
}
#stats_info .screenshot img {
    width: 300px;
}
#stats_info .middle {
    width: 395px;
}
#stats_info .middle > div {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
}
#stats_info .middle > div > .but {
    margin: 5px 0;
}

#stats_info .middle > div > div {
    margin: 10px 0;
    font-weight: bolder;
}
#stats_info .middle > div > div > span {
    background: #D9D9D9;
    border-radius: 20px;
    font-size: 12px;
    padding: 3px 6px;
    font-weight: lighter;
}
#stats_info #social_block {
    width: 250px;
    padding: 0;
    border: 0;
    box-shadow: none;
    float:none;
    text-align: right;
}

#foot {
    background: #29292e;
    color: #c5c7d1;
    border: 0;
    padding: 0px 0px 20px 0;
}
#foot > div {
    background: #131317;
    width: 990px;
    margin: -40px auto 0;
    border-bottom: 2px solid #2d2d33;
}
#foot .box {
	border: 0;
    padding: 5px 20px 20px 20px;
}
#foot h3:before {
    content: ": ";
    display: inline;
    font-size: 12px;
    vertical-align: middle;
    color: #00c8ff;
}
#foot .newmembers {
    margin-top: -18px;
}
#foot .newmembers li {
    display: inline-block;
    padding: 0;
}
#foot .newmembers li .screenshot {
    width: 80px;
    height: 60px;
    box-shadow: none;
    border-radius: 0;
    border: 3px solid #131317;
	-webkit-transition: opacity 180ms ease-in-out;
	-moz-transition: opacity 180ms ease-in-out;
	-o-transition: opacity 180ms ease-in-out;
	-ms-transition: opacity 180ms ease-in-out;
	transition: opacity 180ms ease-in-out;
	opacity: 0.7;
}
#foot .newmembers li .screenshot:hover {
    border: 3px solid #00c8ff;
	opacity: 1;
}

#foot .nav-container li { padding : 0; }


/* Clear floats */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1; /* IE 6/7 */
}

/* Begin own overwrites */
#plugin_facebook_like {
    width: 50px;
    display: inline-block;
}

#main hr {
 border: 0px #e8e8e8 solid;
 border-bottom-width: 1px;
 border-bottom-color: #e5e5e5;
 margin: -10px 0 0 0;
 padding: 0 0 15px 0;
 }
.grid-block-container {
	float: left;
	width: 780px;
	margin: 20px 0 0 -30px;
}
.grid-block {
	position: relative;
	float: left;
	width: 200px;

	margin: 0 0 30px 30px;
}
.grid-block h4 {
	font-size: .9em;
	color: #333;
	background: #f5f5f5;
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/trans-black-50.png);
	width: 100%;
	height: 100%;
}
.caption h3, .caption p {
	color: #fff;
	margin: 20px;
}
.caption h3 {
	margin: 20px 20px 10px;
}
.caption p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 20px 15px;
}
.caption a.learn-more {
	padding: 5px 10px;
	background: #08c;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
}
.caption a.learn-more:hover {
	background: #fff;
	color: #08c;
}
#premiumb {
    left:50%;
    margin-left: 500px;
    position: absolute;
    width: 160px;
}

.scrollup {
    left: 50%;
    margin-left: 500px;
    width: 60px;
    height: 60px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    display: none;
    text-indent: -9999px;
    background: url('child/img/uparrow.png') no-repeat;
}

#vote_message, #vote_message_fail {
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px 5px 30px;
}
#vote_message {
    background: #E4ECE4 url(vote_success.png) 5px center no-repeat;
	border: 1px solid #579e4f;
}
#vote_message_fail {
    background: #FEF1EC url(vote_fail.png) 5px center no-repeat;
	border: 1px solid #CD0A0A;
}
#vote_message span, #vote_message_fail span {
    font-weight: bold;
}

.video-fluid {
	max-width: 100%;
}
.details-comments {
	margin: 24px 0;
	padding: 0;
	background: #f6f7f8;
	border: 1px solid #d8dde3;
	border-radius: 4px;
	overflow: hidden;
}

.details-comments-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 13px 16px;
	background: #fff;
	border-bottom: 1px solid #d8dde3;
}

.details-comments-header h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
}

.details-comment {
	position: relative;
	margin: 10px;
	padding: 12px 14px 12px 46px;
	background: #fff;
	border: 1px solid #d8dde3;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.details-comment:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 32px;
	background: #f3f5f7;
	border-right: 1px solid #e4e8ec;
}

.details-comment-meta {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 7px;
	color: #57606a;
	font-size: 12px;
}

.details-comment-author {
	color: #1a1a1b;
	font-weight: bold;
}

.details-comment-author-owner {
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	background: #fff3cd;
	border: 1px solid #ffd36a;
	border-radius: 999px;
	color: #a05a00;
	font-weight: bold;
}

.details-comment-owner-badge {
	background: #ff4500;
	border-radius: 999px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 7px;
	text-transform: uppercase;
}

.details-comment-date {
	color: #6a737c;
	font-size: 12px;
	font-weight: normal;
}

.details-comment-body {
	position: relative;
	color: #1a1a1b;
	line-height: 1.5;
	word-wrap: break-word;
}

.details-comment-reply {
	position: relative;
	margin-top: 10px;
}

.details-comment-reply summary {
	display: inline-block;
	color: #57606a;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.details-comment-response {
	margin: 12px 0 0 8px;
	padding: 10px 12px 10px 36px;
	background: #fbfcfd;
	border-color: #d8dde3;
	border-left: 4px solid #ff4500;
	box-shadow: none;
}

.details-comment-signed-in {
	color: #57606a;
	font-weight: bold;
	font-size: 12px;
}

.details-comment-form label {
	display: block;
	margin: 14px 0 6px;
	font-weight: bold;
}

.details-comments > .details-comment-form {
	margin: 10px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #d8dde3;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.details-comment-form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-height: 96px;
	padding: 10px;
	border: 1px solid #c9d1d9;
	border-radius: 4px;
	background: #fff;
	color: #1a1a1b;
	resize: vertical;
}

.details-comment-form input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	padding: 8px 10px;
	border: 1px solid #c9d1d9;
	border-radius: 4px;
}

.details-comment-form input[type="submit"],
.details-comment-form button[type="submit"] {
	margin-top: 8px;
	padding: 8px 14px;
	background: #169FE6;
	border: 1px solid #1184bf;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}

.details-comment-form input[type="submit"]:hover,
.details-comment-form button[type="submit"]:hover {
	background: #1184bf;
}

.details-comment-feedback {
	margin: 10px;
}

.details-comment-feedback:empty {
	display: none;
}

.details-comment-feedback .alert,
.details-comment-message {
	margin: 0;
	padding: 11px 13px;
	border: 1px solid #d8dde3;
	border-radius: 4px;
	font-weight: bold;
	line-height: 1.45;
}

.details-comment-feedback .alert-success,
.details-comment-message-success {
	background: #eef8ee;
	border-color: #b8dfb8;
	color: #1f6f2f;
}

.details-comment-feedback .alert-danger,
.details-comment-message-danger {
	background: #fff0f0;
	border-color: #e3b3b3;
	color: #9d2626;
}

.listing-comment-count {
	color: inherit;
	text-decoration: none;
}

.listing-comment-count:hover {
	color: #169FE6;
	text-decoration: underline;
}
