/* General */

#content-main h2 {
	width: auto !important;
}

.nav-left-wrap {
	width: 409px;
}

.nav-logo {
	width: 319px;
	padding-left: 10px;
    height: 50px;
}

.nav-logo h1 a img {
	margin-top: 7px;
}

.nav-menu-out {
	margin-right: -129px;
}

.nav-logo-out {
	background: #333 !important;
}

.nav-left-wrap {
	background-color: #333;
}

.nav-right-wrap {
	position: absolute;
    top: 0;
    right: 0;
}

.foot-logo {
	width: 319px;
}

.menu-sidebar-container ul li {
	clear: both;
}


/* Tablepress */

#content-main td, #content-main th {
	padding: 6px 10px !important;
}

.tablepress thead tr th {
	background-color: #E81D2A;
	color: #fff;
	font-size: 14px;
	border-bottom: 2px solid #b50d18;
	border-top: 1px solid #b50d18;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	font-weight: 700;
	text-transform: uppercase;
}

.tablepress thead tr th:last-child {
	text-align: right;
}

.tablepress {
	border: 0 !important;
	border-collapse: collapse;
	box-shadow: 0 0 20px #c7c7c7;
}

.tablepress h2 {
	background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: -6px -10px !important;
    border-bottom: 2px solid #222;
    text-shadow: 0 2px 0 rgba(0,0,0,0.3);
    font-weight: 500;
    box-sizing: border-box;
}

.tablepress h3 {
	background-color: #868686;
	color: #fff;
	text-align: center;
	padding: 10px;
	margin: -6px -10px !important;
	border-bottom: 1px solid #777;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3);
	font-weight: 500 !important;
	box-sizing: border-box;
	width: auto !important;
}

.tablepress h3 em {
	font-size: 16px;
	line-height: 26px;
	display: block;
}

.tablepress h4 {
	background-color: #FBEC04;
	color: #333;
	text-align: center;
	padding: 10px;
	margin: -6px -10px !important;
	border-bottom: 1px solid #daa20c;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500 !important;
	box-sizing: border-box;
	width: auto !important;
}

.tablepress td {
	line-height: 18px;
}

.tablepress td:last-child {
	text-align: right;
}

#rating {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #D73249;
	overflow: auto;
}

#rating h2 {
	float: center;
	margin-left: 20px;
	color: #fff;
	font-weight: 600;
	font-family: "Source Sans Pro", sans-serif;
	text-transform: uppercase;
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 24px;
	text-shadow: 0 2px 0 #444;
}

.kk-star-ratings.lft {
	margin: 12px 0 0 30px;
}

.kk-star-ratings .kksr-legend {
	white-space: nowrap;
	color: #fff;
}

/* Related Pages */

#related-pages {
	text-align: center;
	margin: 20px 0;
	padding: 20px;
	background: #333;
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

#related-pages h3 {
	color: #fff;
	text-shadow: 0 1px 0 #000;
	margin-bottom: 5px !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0 !important;
}

#related-pages div {
	display: inline-block;
	margin: 3px;
}

#related-pages div a {
	display: block;
	background-color: #fff;
	color: #E01C2F;
	padding: 13px 20px;
	font-size: 18px;
	box-shadow: 0 2px 3px #000;
}

#related-pages div a:hover {
	background-color: #E01C2F;
	color: #fff;
}

/* Ads */

.ad-336-280-top, .ad-336-280-bottom {
	float: left;
	margin: 0 20px 10px 0;
	display: block;
	width: 336px;
	height: 280px;
}

.ad-link-unit-wrapper {
	width: auto;
    padding: 20px;
    clear: both;
    overflow: auto;
    margin: 20px 0;
    border: 1px solid #ddd;
    display: inline-block;
}

.ad-link-unit-single {
	width: 200px;
	height: 90px;
	margin: 0 10px 0 0;
	display: inline-block;
	float: left;
}

.ad-link-unit-top {
	width: 728px;
	height: 15px;
	margin: 20px 0 20px 0;
	display: inline-block;
}


@media (max-width: 580px) {

	#related-pages div {
		display: block;
		margin: 3px;
	}
	
	.nav-logo {
		width: 190px;
		padding-left: 10px;
	    height: 40px;
	}
	
	.nav-logo h1 a img {
		margin-top: 12px;
	}

	.ad-336-280-top, .ad-336-280-bottom {
		width: 320px;
		height: 100px;
	}

	.ad-link-unit-top {
		width: 200px;
		height: 90px;
		margin: 10px 0 0 20px;
		display: inline-block;
}

}

@media (max-width: 760px) {
	.header {
		margin: 0 auto 8px;
	}
	.ad-link-unit-wrapper {
		text-align: center;
	}
	
	.ad-link-unit-single {
		margin: 0;
		display: inline-block;
		float: none;
	}
}
@media (max-width: 1185px) {

	.top-right {
		display: none;
	}

}