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



/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Base Style Sheet - Reduces inconsistencies across all browsers
 * Stripped down and improved collection of best practises
 * To avoid redundant code it sets new default values instead of baseline defaults and re-resetting them later
 * Thanks to HTML5 Boilerplate, Yahoo! User Interface (YUI) Library, Normalize.css
 */


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

/* Force vertical scrollbar, force body height to fit at least the browser window, prevent iOS text size adjust on device orientation change */
html {
	overflow-y: scroll;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

/* Create a stacking context to prevent z-index issues */
body { position: relative; }

/* Remove outline when clicking links: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

/* Removes scrollbar in IE */
textarea { overflow: auto; }

/* Remove background from selected images */
img::selection { background: transparent; }
img::-moz-selection { background: transparent; }

/* Remove borders */
fieldset,
img,
iframe { border: 0; /*MOD*/ margin-right:10px;}

/* Consistency of cursor style, Corrects inability to style clickable 'input' types in iOS */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
input[disabled] { cursor: default; }

/* Removes inner padding and border in FF3+ */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* HTML5 display definitions
----------------------------------------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* New Base Values
----------------------------------------------------------------------------------------------------*/

body { margin: 0 5px; }

/* Block Space */
p, hr,
ul, ol, dl,
blockquote, pre,
fieldset, figure { margin: 10px 0; }

h1, h2, h3, h4, h5, h6 { margin: 20px 0 5px }

/* Lists */
ul, ol, dl { padding-left: 30px }
dd { margin-left: 40px; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 {
	color: #333333;
    font-size: 2.2em;
    line-height: 1.1em;
    letter-spacing: -0.02em;
    margin-top:15px;
}
h2 {
	font-size: 1.4em;
}
h2.introtext {
	color: #666;
    font-size: 1.15em;
    letter-spacing: -0.01em;
    line-height: 1.3em;
    margin-top:10px;
    font-weight: normal;
}
h3 { font-size: 1.1em;}
h4, h5, h6 { font-size: 15px; line-height: 16px; }

/* Links */
a, a:hover { text-decoration: none; }

/* Text-level Semantics */
b, strong { font-weight: bold; }

small { font-size: 11px; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
dfn[title] { font-style: normal; }

/* Horizontal Rule */
hr {
	display: block;
	height: 1px;
	padding: 0;
	border: 0;
	border-top: 1px solid;
}

/* Quotes */
/*
q, blockquote {
	quotes: '\201C' '\201D' '\2018' '\2019';
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
	
blockquote {
	padding: 0 20px;
	font-size: 16px;
	line-height: 22px;
}

blockquote:before { content: '\201C'; }
blockquote:after { content: '\201D'; }
*/

/* Code */
code, pre { font-family: "Courier New", Courier, monospace; }

code { word-spacing: -2px; }

pre {
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td { padding: 1px; }

/* Forms */
input, select { vertical-align: middle; }

select, input, textarea, button { font: 12px 'Liberation Sans',Arial,Helvetica,sans-serif; }

form, textarea { margin: 0; }
legend, fieldset, input { padding: 0; }

textarea,
input[type='text'],
input[type='password'],
select { padding: 2px; }
select { line-height: 19px; } /* Needed for Safari */

button,
input[type='button'],
input[type='submit'] { padding: 2px 3px; }

div#k2Container div.categoryLinks a {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px 3px 3px 3px;
    color: white;
    padding: 5px;
    width: auto;
    margin-right: 5px;
    font-size: .8em;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
}

div#k2Container div.categoryLinks a:hover {
	color:white;
	text-decoration: none;
}

div.image-footer {
    background-color: #F8F8F8;
    border-bottom: 3px solid #EEEEEE !important;
    color: #555555;
    font-size: 0.85em;
    margin-top: -6px;
    padding: 5px;
    text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quote, q, blockquote {
    border-bottom: 1px solid #DDDDDD;
	background: #FAFAFA url(../../images/tools/box_quote.png) 0 0 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding:10px 10px 10px 45px;
	margin: 15px 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.section-highlighted {
	color:white;
	padding: 15px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 1.1em;
}

.section-bar {
	border-left: 8px solid gray;
	padding: 15px;
	font-size: 1.1em;
}








/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
	font: normal 15px/22px Arial,Helvetica,sans-serif;
	color: #444;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	text-shadow: 0 1px 0 rgba(100, 100, 100, 0.2);	
}


a { color: #444; }

a:hover,
em, code { color: #888; }

ins, mark { background-color: #ffa; }
mark { color: #444; }

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

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

::-moz-selection { background: #39f; color: #fff; }
::selection { background: #39f; color: #fff; }





.block_even{text-align:center}.block_odd{text-align:center}.list_even{border-bottom:1px dotted #ccc;width:100%}.list_odd{border-bottom:1px dotted #ccc;width:100%}.weather_sp1{padding:5px}img.spw_icon{height:32px}div.weather_sp1_c{border-bottom:3px solid #F4E700}div.weather_sp1_cleft{background-repeat:no-repeat;background-size:cover;margin:-10px -10px 0 !important;font-size:1.6em;text-shadow:1px 1px 2px #000;color:#fff;height:70px;line-height:70px;text-align:right;vertical-align:middle;padding-right:5px}p.weather_sp1_cright{font-size:12px;text-align:center}p.spw_current_temp{padding:10px}p.spw_current_temp span{font-size:15px;text-transform:lowercase}p.weather_sp1_city{font-size:24px;font-weight:700;line-height:24px;margin:15px 0 0;padding:0}span.weather_sp1_list_day{display:block;float:left;height:32px;line-height:32px;width:28%}span.weather_sp1_list_icon{background-position:0 4px;background-repeat:no-repeat;background-size:cover;display:block;float:left;float:right;height:32px;height:28px;line-height:32px;width:30px}span.weather_sp1_list_temp{display:block;float:left;font-size:10px;height:32px;line-height:32px;text-align:center;width:40%}span.weather_sp1_temp{font-size:10px;text-align:center}


/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px Arial,Helvetica,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

a.onlyanchor {
    float: left;
    position: relative;
    top: -40px;
}

h2.blogItemTitle {
  font-size: 2em;
  line-height: 1.1em;
}


.grid_wrapper table td h2 {
    line-height: 1.1em;
}