@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&subset=latin-ext,latin);


* {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	background: white url(../img/bg.png) left top repeat-x;
}

/** Anchors **/
a {
	cursor: pointer;
	color: #0184cc;
	text-decoration: underline;
	outline: none;
}

a:visited {
	color: #8e8e8e;
}

a:hover {
	text-decoration: none;
}

/** Articles **/
h1 {
	color: #0083ca;
	font-size: 1.5em;
	font-weight: bold;
}

div#article p.description {
	font-weight: bold;
}


/** Layout **/

/** TOP **/
div#top {
	height: 187px;
	width: 950px;
	margin: 0 auto;
}
body.wide div#top {
	width: 1200px;
}

div#top div#logo-left {
	float: left;
	margin: 0 0 0 -2px;
	height: 187px;
	width: 2px;
	background: transparent url(../img/top_logo_left.png) center top no-repeat;
}

div#top div#logo {
	float: left;
	height: 117px;
	width: 206px;
	padding: 35px 15px;
	background: #F8F8F8 url(../img/top_logo_bg.png) center top repeat-x;
}

div#top div#logo-right {
	float: left;
	height: 187px;
	width: 6px;
	background: #F8F8F8 url(../img/top_logo_right.png) center top repeat-x;
}

div#top ul {
	list-style-image: none;
}

div#top ul.top-menu-main-ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	margin-left: 28px;
}

div#top ul.top-menu-main-ul li.top-menu {
	float: left;
	width: 152px;
	height: 124px;
	margin: 38px 0 0 0;
}

div#top ul.top-menu-main-ul li.top-menu a img {
	margin-bottom: 3px;
	height: 23px;
}

div#top ul.top-menu-main-ul div.top-menu-separator {
	float: left;
	margin-top: 42px;
	width: 2px;
	height: 100px;
	background: transparent url(../img/menu_separator.png) center top no-repeat;
}

div#top ul.top-menu-main-ul li.top-menu div.top-menu-desc {
	position: absolute;
	width: 152px;
	height: 80px;
	margin: 8px 0 0 0;
	background: transparent url(../img/home_desc.png) left top no-repeat;
}

div#top ul.top-menu-main-ul li#top-menu-home a img { margin-left: 31px }
div#top ul.top-menu-main-ul li#top-menu-news a img { margin-left: 32px }
div#top ul.top-menu-main-ul li#top-menu-ludia a img { margin-left: 30px }
div#top ul.top-menu-main-ul li#top-menu-regions a img { margin-left: 25px }
div#top ul.top-menu-main-ul li#top-menu-roadshow a img { margin-left: 35px }
div#top ul.top-menu-main-ul li#top-menu-program a img { margin-left: 15px; }
div#top ul.top-menu-main-ul li#top-menu-party a img { margin-left: 30px }

div#top ul.top-menu-main-ul li#top-menu-home div.top-menu-desc { background-image: url(../img/home_desc.png); margin-left: 31px; }
div#top ul.top-menu-main-ul li#top-menu-news div.top-menu-desc { background-image: url(../img/news_desc.png); margin-left: 32px; }
div#top ul.top-menu-main-ul li#top-menu-ludia div.top-menu-desc { background-image: url(../img/ludia_desc.png); margin-left: 30px; }
div#top ul.top-menu-main-ul li#top-menu-roadshow div.top-menu-desc { background-image: url(../img/roadshow_desc.png); margin-left: 34px;}
div#top ul.top-menu-main-ul li#top-menu-regions div.top-menu-desc { background-image: url(../img/regions_desc.png); margin-left: 25px;}
div#top ul.top-menu-main-ul li#top-menu-program div.top-menu-desc { background-image: url(../img/program_desc.png); margin-left: 15px;}
div#top ul.top-menu-main-ul li#top-menu-party div.top-menu-desc { background-image: url(../img/party_desc.png); margin-left: 30px;}

div#top ul.top-menu-main-ul li ul {
	padding: 0;
	list-style-type: none;
	display: none;
	text-align: center;
}

div#top ul.top-menu-main-ul li ul li {
	margin: 3px 0;
}

div#top ul.top-menu-main-ul li ul li a {
	display: block;
	margin-top: 0;
	height: 23px;
	line-height: 22px;
	color: #33401a;
	text-decoration: none;
	background: transparent url(/pub/local/img/topmenu_bg.gif) center 35px no-repeat;
}

div#top ul.top-menu-main-ul li ul li a:hover {
	color: white;
	background-position: center center;
}

div#top ul.top-menu-main-ul li ul li a.selected {
	color: white;
	background-position: center center;
}

/** Content **/
div#container {
	margin: 0 auto;
	width: 950px;
	background: transparent url(../img/left_box_bg.png) -2px top repeat-y;
}
body.wide div#container {
	width: 1200px;
}

/** CONTENT - LEFT **/
input#googleSearch {
	display: block;
	float: left;
	margin: 7px 0 0 20px;
	border: 1px solid #c7c7c7;
	width: 170px;
	height: 18px;
	padding: 2px 27px 2px 2px;
	background-color: white;
	color: black;
}

input.suggestion#googleSearch {
	color: #9d9d9d;
	font-style: italic;
}

input#googleSearchConfirm {
	border: none;
	float: left;
	margin: 8px 0 0 -26px;
	width: 25px;
	height: 22px;
	background: white url(../img/search_box.png) center center no-repeat;
}

input.loading#googleSearchConfirm {
	background-image: url(../img/ajax-loader.gif);
}

div#container div#left-panel {
	float: left;
	width: 236px;
	padding: 0 6px 100px 2px;
	margin: 0 -6px 0 -2px;
	background: #ededec url(../img/left_box_bg.png) center center repeat-y;
}

div#container div#left-panel div#left-panel-top {
	margin: 0 -6px 0 -2px;
	position: absolute;
	height: 35px;
	background: transparent url(../img/left_panel_top_bg.png) center center repeat-x;
}

div#container div#left-panel div.header-box {
	width: 236px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: transparent url(../img/left_panel_box_bg.png) center center repeat-x;
	margin-bottom: 8px;
}

div#container div#left-panel div.google-header {
	position: absolute;
	height: 46px;
	margin: 0 -6px 0 -2px; 
	margin-bottom: 46px;
	width: 252px;
	background: transparent url(../img/left_panel_box_bg-search.png) top left no-repeat;
}

div#container div#left-panel div.header-box-logo {
	padding-top: 4px;
	margin-top: 25px;
	height: 34px;
}

div#container div#left-panel div.left-panel-content {
	padding: 5px 9px 10px 9px;
	font-size: 0.8em;
}

div.separator {
	margin: 5px 0;
	border-top: 1px solid #c0c0c0;
}

div.fb-post {
	color: #7d7d7c;
	line-height: 1.4em;
	padding: 11px 4px;
	
}

div.fb-post img {
	float: left;
	border: 3px solid #c0c0c0;
	margin: 3px 5px 5px 0;
}

div.fb-photo {
	text-align: center;
}

div.fb-photo img {
	border: 3px solid #c0c0c0;
}

a.fb-style-name {
	text-decoration: none;
	color: #0184cc;
}
a.fb-style-name:visited { color: #0184cc; }

div.fb-comments-likes {
	font-weight: bold;
	color: #0083CC;
	float: left;
}

div.fb-comments-likes span.display {
	display: block;
	float: left;
	line-height: 20px;
	margin-top: 2px;
}

div.fb-commentss, div.fb-likes {
	display: block;
	float: left;
	width: 18px;
	height: 17px;
	margin: 0 3px 0 5px;
	background: transparent url(../img/fb_comments.png) center center no-repeat;
}

div.fb-commentss {
	height: 19px;
}

div.fb-likes {
	width: 16px;
	margin-left: 0;
	background-image: url(../img/fb_likes.png);
}

div.fb-datetime {
	float: right;
	color: #626262;
	line-height: 24px;
	font-size: 0.9em;
}

div.fb-datetime a {
	text-decoration: none;
	color: inherit;
}

div.fb-datetime a:hover {
	text-decoration: underline;
}

a.fb-become-fan {
	display: block;
	float: right;
	width: 135px;
	height: 27px;
	margin-top: 10px;
	cursor: pointer;
	background: transparent url(../img/fb_become_fan.png) top left no-repeat;
}

div.left-panel-youtube {
	margin: 10px 0 10px 3px;
}

div.left-panel-youtube img {
	border: 3px solid #c0c0c0;
}

/** CONTENT - CENTER **/

div#content-supertop {
	float: left;
	width: 680px;
	height: 20px;
	margin: 28px 0px 20px 34px;
	color: #a3a3a3;
	font-size: 8pt;
}

div#content-top {
	float: left;
	width: 680px;
	height: 321px;
	margin: 0px 0px 15px 34px;
	position: relative;
}
div#content-top a.news {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 321px;
	display: block;
	text-decoration: none;
	cursor: hand;
}
div#content-top a.news:hover {
	text-decoration: none;
}
div#content-top a.news.nohand {
	cursor: default;
}
div#content-top a.news div.stripe {
	position: absolute;
	top: 263px;
	left: 0px;
	width: 680px;
	height: 50px;
}
div#content-top a.news div.stripe.bg {
	background: url(../img/banner-stripe.png) repeat-x center center;
}
div#content-top a.news div.stripe div.text {
	display: inline-block;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 1.30em;
	color: black;
}
div#content-top a.news div.stripe div.sipky {
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url(../img/banner-sipka.png) no-repeat center center;
}
div#content-top div#buttons {
	position: absolute;
	top: 292px; /*282px;*/
	/*right: 20px;*/
	height: 10px;
	z-index: 1000;
	width: 100%;
	text-align: center;
}
div#content-top div#buttons span {
	display: inline-block;
	width: 10px;
	height: 11px;
	margin-left: 5px;
	background: url(../img/banner-bodka.png);
	cursor: pointer;
}
div#content-top div#buttons span.normal {
	background: url(../img/banner-bodka.png);
}
div#content-top div#buttons span.active {
	background: url(../img/banner-bodka-active.png);
}

div#content, div#content-larger, div#content-large {
	float: left;
	width: 448px;
	/*margin: 26px 34px 100px 34px;*/
	margin: 8px 34px 100px 34px;
}
div#content-larger {
	margin-top: 46px;
}

div#content-larger {
	width: 458px;
}

div#content-large {
	width: 680px;
	margin-right: 0;
}

div#large-content {
	float: left;
	
	margin: 35px 0 100px 24px;
}

div#content a.rss_top, div#right-calendar a.rss_top {
	position: absolute;
	margin: -21px 0 0 433px;
}

div#right-calendar a.rss_top {
	margin-left: 168px;
	margin-top: -15px;	
}

div#content-larger a.rss_top {
	position: absolute;
	margin: -21px 0 0 443px;
}

div#navbar {
	cursor: default;
	line-height: 24px;
	font-size: 0.9em;
	padding-left: 10px;
	color: #00467d;
	font-weight: bold;
	margin: 0 0 40px 0;
	background: #EDEDED url(../img/nav_bg.png) top left no-repeat;
}

div.navbar-large#navbar {
	background-image: url(../img/nav_bg-large.png);
}

div#navbar span {
	color: #565654;
}

div#navbar a {
	color: #565654;
	text-decoration: none;
}

div#navbar a:hover {
	text-decoration: underline;
}

div#sharing {
	float: right;
}

div#sharing a.vybrali_share {
	display: block;
	color: black;
	text-decoration: none;
	font-size: 0.6em;
	padding-left: 16px;
	margin-top: 8px;
	background: transparent url(http://zena.sme.sk/storm/imgs/toolbar/doasdf_c.gif) left center no-repeat;
}

div#articles {
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}

div#articles .article {
	margin-top: 14px;
	margin-bottom: 30px;
	border: 1px solid #DCD8D8;
	background: #F3F2F2;
	padding: 0px 0px;
	font-size: 10.5pt;
	line-height: 1.3em;
	
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/pub/local/css/border-radius.htc);
}
div#articles .article.monitoring {
	border: 0px;
	background: none;
} 

div.article-toolbar {
	color: #7d7d7d;
	height: 16px;
	font-size: 0.75em;
	padding: 3px 15px;
	margin: 10px 0 0px 0;
}
div.article-toolbar.withbg {
	background-color: #ededed;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: 2px 7px;
	margin: 0px 0 10px 0;
}

div#article div.article-toolbar, div#article h1 {
	/*width: 448px;*/
}

div.article-toolbar .article-datetime {
	/*float: right;*/
	display: inline-block;
	margin-top: 0px;
	/*margin-left: 10px;*/
}
div.article-toolbar .article-datetime.youtube {
	margin-left: 0px;
}
div.article-toolbar.withbg .article-datetime {
	margin-top: 2px;
}

div.article-toolbar img {
	float: left;
	margin-top: 2px;
}

div.article-toolbar div.article-plusone {
	margin-left: 5px;
	float: right;
	overflow: hidden
}

div.article div.article-description {
	padding: 0px 15px;
}

div.article div.article-content {
	padding: 0px 15px;
}
div.article div.article-content object[width="440"], div.article div.article-description object[width="440"] {
	margin-left: -12px;
}
div.article div.article-content object[width="458"] {
	margin-left: -7px;
	width: 440px !important;
}

div.article div.article-more {
	height: 20px;
	border-top: 1px solid #DCD8D8;
	border-bottom: 1px solid #DCD8D8;
	margin-top: 15px;
	background: url(../img/clanok-more-bg.png) repeat-x center center;
}
div.article div.article-more .article-more-down, div.article div.article-more .article-more-up {
	height: 20px;
	cursor: pointer;
}
div.article div.article-more .article-more-down {
	background: url(../img/clanok-more-sipkadole.png) center center no-repeat;
}
div.article div.article-more .article-more-up {
	background: url(../img/clanok-more-sipkahore.png) center center no-repeat;
}

div.article div.article-similar {
	padding: 0px 15px;
}

div.article div.article-similar-spacer {
	height: 5px;
	border-top: 1px solid #DCD8D8;
	margin-top: 0px;
	background: url(../img/clanok-spacer-bg.png) repeat-x center center;
}

div.article div.article-footer {
	padding: 0px 15px 0px 15px;
	border-top: 1px solid #DCD8D8;
}
div.article div.article-footer .social {
	padding-right: 10px;
	/*border-right: 1px solid #DCD8D8;*/
	margin-right: 10px;
	display: block;
	float: left;
	padding: 12px 0px;
	background: url(../img/clanok-vline-bg.png) right repeat-y;
}

.mainPicture {
	float: left;
	margin: 4px 7px 5px 0;
}


div.varspace {
	margin: 0 0 -10px 0;
}

div.varspace * {
	margin: 0;
	padding: 0;
}

/** CONTENT - Form **/

table.form {
	text-align: left;
}

table.form textarea {
	border: 1px solid #c0c0c0;
	width: 302px;
	height: 80px;
}


table.form input {
	border: 1px solid #c0c0c0;
	width: 200px;
}

table.form input.m_form_submit, input.submit {
	border: 1px solid #33401A;
	width: auto;
	background-color: #A6CF39;
}

.mandatory-fields {
	color: red;
	font-size: 0.8em;
}

/** CONTENT - Contact **/
div.contact-map {
	float: left;
	width: 340px;
}

div.contact-text {
	float: right;
	width: 320px;
}

div#m_maps_map {
	width: 334px;
	height: 334px;
	border: 3px solid #c9c9c9; 
}


/** FOOTER **/
div#footer {
	width: 100%;
	padding: 20px 0 0 0;
	background: #ededed url(../img/footer_bg.png) top center repeat-x;
}
body.wide div#footer {
	min-width: 1200px;
}

div#footer div#footer-container {
	margin: 0 auto 10px auto;
	width: 950px;
}
body.wide div#footer div#footer-container {
	width: 1200px;
}

div#footer div#left-panel-bottom {
	margin: -22px 0 0 -2px;
	width: 244px;
	height: 7px;
	float: left;
	background: transparent url(../img/left_panel_bottom.png) center center no-repeat;
}

div#footer-links {
	float: left;
	width: 232px;
	margin: 0 0 0 10px;
}

div#footer-links a {
	padding: 3px 3px 3px 27px;
	margin-bottom: 5px;
	font-size: 0.9em;
	display: block;
	color: #8d8d8d;
	text-decoration: none;
	background: transparent url(../img/sulik_icon.png) left center no-repeat;
}

div#footer-links a#mladiliberali {
	background-image: url(../img/mladiliberali_icon.png);
}

div#footer-links a#a120napadov {
	background-image: url(../img/120napadov_icon.png);
}

div#footer-menu ul {
	list-style: none;
	padding: 0;
}

div#footer-menu ul.footer-main-ul {
	margin: 0 0 0 28px;
	width: 650px;
	float: left;
	text-align: center;
}

div#footer-menu ul.footer-main-ul li.footer-menu {
	float: left;
	width: 152px;
	height: 124px;
	margin: 0 0 0 0; 
}

div#footer-menu ul.footer-main-ul li.footer-menu ul li {
	margin: 3px 0;
}

div#footer-menu a {
	color: #8d8d8d;
	font-size: 0.9em;
	text-decoration: none;
}

div#footer-menu div.footer-menu-separator {
	float: left;
	height: 124px;
	border-left: 1px solid #dedede;
}


div#footer-authors {
	height: 38px;
	width: 100%;
	background-color: #e2e2e2;
}

div#footer-authors div#footer-authors-container {
	margin: 0 auto;
	width: 900px;
	text-align: right;
	color: #757575;
	padding-top: 13px;
	font-size: 0.6em;
}
body.wide div#footer-authors div#footer-authors-container {
	width: 1100px;
}

div#footer-authors div#footer-authors-container a {
	color: inherit;
	text-decoration: underline;
}


table.program td.smaller, table.program-left td.smaller {
	font-size: 0.8em;
}

table.program-left td.links {
	padding-top: 3px;
}

table.program-left td.links img {
	display: block;
	float: left;
}

/** Badges **/
div.poslanec-vizitka img, div.kandidat-vizitka img {
	float: left;
	margin: 0 5px 0 0;
}

div.poslanec-vizitka h3, div.kandidat-vizitka h3 {
	color: black;
	margin: 2px 0 3px 0; 
}

div.poslanec-vizitka h3 span.small, div.kandidat-vizitka span.small {
	font-size: 0.8em;
	font-weight: normal;
}

div.poslanec-vizitka p, div.kandidat-vizitka p {
	margin: 2px 0;
}

div.poslanec-vizitka p.vybory, div.kandidat-vizitka p.vybory {
	font-size: 0.8em;
	color: #8e8e8e;
}



div.kandidat-vizitka * {
	font-family: 'Open Sans', sans-serif;
}

div.kandidat-vizitka p.no {
	float: left;
	color: black;
	
	
	width: 50px;
	height: 42px;
	padding: 4px 0;
	margin: 25px 10px 0 0;
	
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

div.kandidat-vizitka p {
	font-size: 0.9em;
}

/** Helpers **/

.no-display {
	display: none;
	margin: 0;
	padding: 0;
}

.cleaner {
	clear: both;
}

img {
	border: none;
}

