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

@import url(../warp/css/base.css);
@import url('https://fonts.googleapis.com/css?family=Roboto|Cuprum');

/* New style-related Base Values
body { font: normal 14px/22px PT Serif, Verdana, Geneva, sans-serif; }

----------------------------------------------------------------------------------------------------*/

body {font: normal 'Roboto', Verdana, Geneva, sans-serif; font-size: 1.1rem; line-height: 1.4rem; font-display: swap;}

h1, h2, h3, h4, h5 {
	margin: 2px 0px 2px 0px;
}

//text-transform: uppercase;

h1 { font-size: 20px; line-height: 20px; }
h2 { font-size: 18px; line-height: 18px; }
h3 { font-size: 1.2rem; line-height: 1.5rem; }
h4 { font-size: 12px; line-height: 12px; }
h4.feed-link { 
  font-size: 1.0rem; 
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 18px;}
h5 { font-size: 12px; line-height: 12px; }

h2,
h5 { color: #444; }

small { color: #aaa; }

hr { border-top-color: #e2e2e2; }

pre {
	border: 1px solid #e2e2e2;
	background: #fafafa;
}


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/

a:not([class]):active,
a:not([class]):focus {
	position: relative;
	top: 1px;
}

a:not([class]):active > *,
a:not([class]):focus > * {
	position: relative;
	top: -1px;
}

/*
 * JComments - Latest Comments Module ------------------------------------------------------------------
 */
ul.jclist li, 
ul.jclist_color1 li, 
ul.jclist_color2 li, 
ul.jclist_color3 li{border:1px dotted #FFF !important; background:#FFF; margin-bottom:0; padding:6px; font-size:90%; color:#999; margin-left:0 !important}
ul.jclist img, 
ul.jclist_color1 img, 
ul.jclist_color2 img, 
ul.jclist_color3 img{float:right; margin-left:6px; background:#fff; border-color:#FFF #F2F2F2 #D8D8D8; border-style:solid; border-width:1px; height:auto; padding:3px; width:42px}
.jcl_comment{font-size:100%; color:#333}
.jcl_objtitle{font-size:100%; background:#4A729F; padding:1px 4px; color:#fff!important}
.jcl_date{font-size:90%; color:#222}