/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
body {
	background-color: #111;
}
h2, .uk-h2 {
    font-size: 22px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    font-family: 'Droid Sans';
    font-weight: 300;
    color: #ffffff;
    text-transform: none;
} 

/* Forms */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-right: 10px;
    padding: 2px 4px;
    background: #222;
}

/* Mosets */
.listing-summary img.image-left {
    border: 1px solid #111;
    background-color: #333;
    display: block;
    float: left;
    clear: left;
    margin: 0 10px 10px 0;
    padding: 2px;
}
.listing-summary {
    background-color: #222;
}

.uk-dropdown-navbar {
    background: #101010;
}
.tm-navbar {
    border-bottom: 4px solid #800000;
}
.uk-sticky-placeholder {
    height: 94px;
    margin: 0px 0px 20px;
}
@media (min-width: 1360px){
	.tm-navbar {
    	margin-bottom: 20px !important;
	}
}
@media(max-width:900px){
	.uk-container {
		padding: 0px;
	}	
}
.uk-navbar {
    background: #101010;
    color: #ffffff;
} 
.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #ff0000;
}
a, .uk-link {
    color: #fdb4b4;
    text-decoration: none;
    cursor: pointer;
}
#subcats, #relcats {
    margin: 10px 0;
}
#subcats a, #relcats a {
    text-decoration: none;
    font-weight: normal;
    /* width: 100%; */
}
.tm-noblog .tm-content, .tm-isblog .tm-article.tm-article-box, .yoo-zoo .uk-article {
    border-radius: 0;
    padding: 20px;
    box-shadow: 0 0 0 0 rgba(160, 166, 168, 0.35);
    background: none;
}
.btn {
    background-color: #800000 !important;
}
#subcats small {
    color: #ccc;
    font-size: 0.9em;
}

/* RD Subscriptions Overides */
.rdsubs .well .well-header {
    margin: -19px -19px 12px;
    padding: 12px 19px;
    border-bottom: 1px solid #e3e3e3;
    background-color: none;
    border-radius: 4px 4px 0 0;
}