/* Style definition for EMDb Template "Dark Comfort" by R3gi, Czech Republic, V1.5 16-02-2016 */
html {
	height: 100.1%;
}
.header {
	margin-bottom: 10px;
}
body {
	display: block;
	margin: 0px;
	font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background:#0E1013;
}
#wrap {
	border: 1px solid #697988;
	border-radius: 3px;
	margin: 10px auto;
	max-width: 1200px;
	min-width: 545px;
	padding: 10px 20px;
	background-color: #2F3D41;
	-webkit-box-shadow: 0 0 20px #000000;
    -moz-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
}
.category_header {
	padding-bottom: 3px;
	font-size: 12pt;
	color: #51A8FF;
	font-weight: bold;
	text-shadow: 0 0 2px black;
	cursor: default;
}
.db_info {
	padding: 3px 10px;
	font-size: 8pt;
	border-radius: 3px 3px 3px 3px;
	background-color: #232A31;
	border: 1px solid #1C2023;
	color: #CCCCCC;
	cursor: default;
	float: right;
}
.to_top {
	float: right;
	padding: 3px 5px;
	font-size: 8pt;
	border-radius: 3px 3px 3px 3px;
	background-color: #232A31;
	border: 1px solid #1C2023;
	color: #51A8FF;
	text-decoration:none;
	cursor: pointer;
}
.footer {
	margin: 10px 0;
	text-align: center;
	font-size: 7pt;
	color: #546E7A;
	cursor: default;
}
.footer a {
	color: #546E7A;
	cursor: pointer;
	text-decoration: none;
}
.footer a:hover {
	color: #29B6F6;
	cursor: pointer;
	text-decoration: none;
}
.link_db,.quick_nav {
	padding: 6px 2px;
	margin-bottom: 10px;
	border-radius: 3px 3px 3px 3px;
	background-color: #232A31;
	border: 1px solid #1C2023;
	color: #51A8FF;
	cursor: default;
	float: left;
	text-align: center;
}
.link_db a,.quick_nav a {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: -2px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #51A8FF;
	cursor: pointer;
}
.navigation {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 6px;
	border-radius: 3px 3px 3px 3px;
	background-color: #232A31;
	border: 1px solid #1C2023;
	cursor: default;
	color: #51A8FF;
}
.navigation a {
	display: inline-block;
	padding: 5px 6px;
	margin-right: -6px;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;
	color: #51A8FF;
	cursor: pointer;
}
.navigation a:visited, .link_db a:visited, .quick_nav a:visited {
	color: #1976D2;
}
.navigation a:active, .link_db a:active, .quick_nav a:active, .to_top:hover {
	color: #FFEB00;
}
.navigation a:hover, .link_db a:hover, .quick_nav a:hover, .to_top:hover {
	color: #E5F9FF;
	background-color: #1C2023;
}
.category a {
	font-size: 10pt;
	color: #CCCCCC;
	text-decoration: none;
}
.category a:visited {
	color: #CCCCCC;
}
.category a:active {
	color: #CCCCCC;
}
.category a:hover, li:hover a td {
	color: #FFFFFF;
}
.title_box {text-align: center;}
.title {
	font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 20pt;
	font-weight: bold;
	display: inline-block;
	color: #FFFFFF;
	text-shadow: 0px 0px 20px #000000;
	cursor: default;
}
.thumbnail {
	display: -moz-inline-stack;
	display: inline-block;
	display: inline-table;
	border: 1px solid transparent;
	padding: 3px;
	width: 150px;
	text-align: center;
}
.thumbnail:hover{
	background-color: #232A31;
	border: 1px solid #1C2023;
	border-radius: 3px;
}
.thumbnail:focus {
	background-color: #1C2023;
}
.thumbnail a {
	display: block;
}
.thumbnail img {
	height: 135px;
	margin-top: 5px;
	border: 0;
	-webkit-box-shadow: 0 0 10px #000000;
    -moz-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}
.thumbnail-text {
	height: 50px;
	margin-top: 5px;
	overflow-x: auto;
    overflow-y: auto;
	overflow: auto;
	word-break: break-word;
}
.thumbnail-text a {
	font-size: 10pt;
	color: #CCCCCC;
	text-decoration: none;
}
hr {
	margin-top: 2px;
	margin-bottom: 2px;
	height: 2px;
	background-color: #1976D2;
	border: none;
}
.latest_additions {
	text-align: center;
}
.content_cover {
	float: left;
	padding: 10px 10px;
	margin-right: 15px;
	border-radius: 3px 3px 3px 3px;
	background-color: #232A31;
	border: 1px solid #1C2023;
	text-align: center;
}
.rel_links {
	padding-top: 10px;
}
.rel_links a img  {
	border: 3px solid transparent;
}
.rel_links a img:hover  {
	border: 3px solid #1C2023;
}
.rel_links a img:active {
	border: 3px solid #FFEB00;
}