view-anonse-in-calendar-card/* $Id: style.css,v 1.1.2.9 2009/05/22 08:46:11 jmburnz Exp $ */

/**
 * @file style.css
 *
 * Use this file to override the Genesis core modular styles
 * (such as the HTML elements in typography.css), module CSS
 * and other Drupal styles. Anything that doesn't fit logically
 * into page.css, nodes.css, blocks.css or comments.css can go here.
 */

/**********************************************************
 *                    Body
 **********************************************************/
body {

}


/**********************************************************
 *                 HTML Elements
 **********************************************************/

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {}

strong {}
em, dfn {}
dfn {}

sup, sub {}

del {}
ins {}

blockquote {}
cite {}
q {}

address {}

ul {}
ol {}
li {}

dl {}
dd {}
dt {}


abbr {}
acronym {}

pre, code, tt {}
p code {}
samp {}
kbd {}
var {}


/**********************************************************
 *                 Global Link Styles
 **********************************************************/
a {
  margin: 0;
  padding: 0;
  color: #c41d1d;
}

a:link    {
	color: #c41d1d;
}

a:visited {
	color: #731919;
	color: gray;
}

a:hover   {
	color: #4992c9;
	text-decoration: underline;
}

a:active  {
	color: #4992c9;
}

a.active  {
	color: #4992c9;
}

/* Set global a:active and a:focus styles. */
a:active,
a:focus {
  color: #4992c9;
  border: 0;
}

/* Drupal sets this to black. */
li a.active {
	color: #4992c9;
}

/* Remove borders on linked images. */
a img {
  border: none;
}


/**********************************************************
 *                 Accessibility Classes
 **********************************************************/

/* Hide content without positioning issues. */
.invisible {
  height: 0;
  overflow: hidden;
}

/* Move content off screen where appropriate. */
.offscreen {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Completely remove content for all users.
   DO NOT use this for Skip links, display:none
   hides content from screen readers! */
.remove {
  display: none;
}


/**********************************************************
 *                 Custom Styles
 **********************************************************/
/**
 * Here you can add custom stles for your theme that do not fit
 * into one if the modular stylesheets (such as the nodes, blocks,
 * page and comments stylesheets).
 */


/***************************** GENERAL ******************************/
body {
	margin: 0px auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/* Alternative font sets
	afont-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	afont-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	*/
	background: #fafafa;
}

html,
.front .view-frontpage-new-all-content .views-view-grid
{
	margin: 0px;
}
#genesis-2c #sidebar-right { /* right sidebar */
}

#columns {
    margin-bottom: 0px; /* margin between body and footer */
}

#content-column {
}

.box-title { /* used for names like "Search results" etc. */
	color: #4992c9;
	font-weight: bold;
}



/******************************************************/
/******************** LEADERBOARD ********************/
/*******************************************************/
div#leaderboard {
padding: 8px;
text-align: center;
margin: 0px;
border-bottom: 1px dotted grey;
}

/* top banner 750x100 - display inline and remove margin */
#block-ad-39, #block-ad-39 .image-advertisement, #block-ad-39 .flash-advertisement, #block-ad-39 #group-id-tids-39, #block-ad-39 .block-content, #block-ad-39 .block-inner {
	display: inline;
	margin: 0px;
}

/* top banner 200x100 - display inline and remove margin */
#block-ad-40, #block-ad-40 .image-advertisement, #block-ad-40 .flash-advertisement, #block-ad-40 #group-id-tids-40, #block-ad-40 .block-content, #block-ad-40 .block-inner {
	display: inline;
	margin: 0px;
}





/********************************************************/
/************************* HEADER *********************/
/*********************************************************/
/* HEADER */
#header {
	margin-bottom: 0px;
}

/* LOGO */
#branding {
	margin: 0px;
}

.logo-site-name {
	margin-bottom: 10px;
}

/* Date block */
#block-block-4 {
	clear: none;
	margin-bottom: 6px;
	display: block;
	float: left;
        z-index: 9;
}

#block-block-4 .block-content, #block-block-4 .block, #ablock-block-4 h2.block-title {
	text-align: right;
	background: #fafafa; /* Removing rounded corners and making background identical to BODY */
	margin-bottom: 0px;
}

/* Weather */
#block-block-7 {
	display: block;
	float: left;
	clear: none;
	margin-bottom: 0px;
}

#weather-popup {}

#weather-popup .weather small {
	display: none;
}

#block-block-7 #weather-popup .popup-block-body {
	width: 335px;
	border: 3px solid gray;
	padding: 5px;
	background: #fafafa;
	/*background: url(../images/40_percent_transparent_1x1.png);*/
	color: #333333;
}




/* Right of logo */
#header-blocks,
.panel-display .view-galerie .attachment-before{
	float: right;
}

.panel-display .view-galerie .attachment-before{
	position: relative;
	bottom: 25px;
	width: 325px;
}

/* Login or register block */
#block-block-8 {
    float: right;
    clear: none;
    margin-bottom: 3px;
    margin-left: 15px;
    z-index: 1;
}


/* Login Toboggan logged in block */
#block-logintoboggan-0 {
    float: right;
    clear: none;
    margin-left: 15px;
    margin-bottom: 3px;
    z-index: 1
}

#block-logintoboggan-0 a {
	font-weight: bold;
	text-decoration: none;
}

#block-logintoboggan-0 a:visited {
	color: #c41d1d;
}

#block-logintoboggan-0 .block-content, #block-logintoboggan-0 .block, #block-logintoboggan-0 h2.block-title {
	background: #fafafa; /* Removing rounded corners and making background identical to BODY */
	text-align: right;
}


/* SEARCH */
/* Search block. Don't forget to enable the block */
#block-search-0 {}

#header-blocks #block-search-0 {}

#search-block-form {
	margin-bottom: 0px;
}

#edit-search-block-form-1-wrapper label {
	display: none;
}

/* search field style */
#header #edit-search-block-form-1-wrapper #edit-search-block-form-1 {
	background:#FFFFFF url(../images/icons/search_bg.gif) no-repeat scroll 8px center;
	width:270px;
	height: 20px;
	color: gray;
	aletter-spacing: 1px;
	font-size: 14px;
	padding-left:24px;
	margin: 0px;
	border: 2px solid gray;
}

/* search button style */
#header #block-search-0 #edit-submit, #header #block-search-0 #edit-submit-1 {
	background: #9b231c;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #ffffff;
	outline: 1px solid #9b231c;
	cursor: pointer;
	height: 30px;
	line-height: 20px;
}

#header #block-search-0 #edit-submit:hover { /* search button style */
	color: #9b231c;
	background: white;
}

#block-search-0 .block-content, #block-search-0 .block, #block-search-0 h2.block-title {
	background: #fafafa; /* Removing rounded corners and making background identical to BODY */
}

/* Make us your homepage, RSS */
#block-block-9 {
	text-align: right;
	margin-bottom: 0px;
}

#block-block-9 a {
	text-decoration: none;
}

/**********************************************************************/
/************************ NAVIGATION ******************************/
/**********************************************************************/
#nav {
	margin-top: 0px;
	margin-bottom: 30px;
}

#nav .primary-links {
	abackground: #9b231c;
	abackground: url(../images/menu_bg.gif) no-repeat center;
	background: url(../images/menu_bg_3.gif) repeat-x left;
	margin: 0;
	padding: 0;
}

#nav .primary-links li {/* Modify the margin to set tab spacings. */
	display: inline;
	line-height: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav .primary-links li a {
	color: white;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #83221d;
	border-left: 1px solid #b92820;
}


/* Nice menu overrides */
ul.nice-menu ul li { /* submenu width */
  width: 200 px;
}

#nav .primary-links .nice-menu-down li,
.panel-display .view-galerie .attachment-after td,
.panel-display .view-galerie .attachment-before td{ /* Top menu list item style */
  border: 0px; /* Needed for IE to render properly */
}

#nav .primary-links .nice-menu-down .menuparent a { /* Top menu text style */
}

#nav .primary-links .nice-menu-down .menuparent ul li a { /* submenu text style */
	font-size: 12px;
	text-transform: none;
	background: url(../images/40_percent_transparent_1x1.png);
	border: 0px;
	/*border-bottom: 1px solid #aaa;*/
}

#nav .primary-links .nice-menu-down .menuparent ul li a:hover { /* submenu style hovered */
	background: url(../images/10_percent_transparent_1x1.png);
}

#nav .primary-links ul.nice-menu,
#nav .primary-links ul.nice-menu ul {
  border-top: 0px;
  z-index:999;
}


/*************** Breadcrumb **************/
#breadcrumb {
padding-bottom: 10px;
}

#breadcrumb a {
	color: gray;
	font-size: 0.9em;
}


/************************** FRONT PAGE ************************/
/*-----------------------------------------------------------*/


/********************* Featured slideshow **********************/
.view-featured-article-front {
	/*width: 325px;*/
	float: left;
}

.view-featured-article-front .views-field-field-picture-fid,
.panel-col-row-1 .views-field-field-picture-fid {
	padding-top: 4px;
}
.view-featured-article-front .views_slideshow_singleframe_slide .views-row #photoBox img,
.panel-col-row-1 .views_slideshow_singleframe_slide .views-row #photoBox img {
  border: none;
}
.view-featured-article-front .views-slideshow-controls-bottom,
.panel-col-row-1 .views-slideshow-controls-bottom {
  display: inline-block;
  width: 242px;
  margin-top: 5px;
}
.view-featured-article-front .views-slideshow-controls-bottom .views_slideshow_singleframe_pager .pager-item,
.panel-col-row-1 .views-slideshow-controls-bottom .views_slideshow_singleframe_pager .pager-item {
  display: inline-block;
  margin-bottom: 4px;
}
.view-featured-article-front .views-slideshow-controls-bottom .views_slideshow_singleframe_pager div,
.panel-col-row-1 .views-slideshow-controls-bottom .views_slideshow_singleframe_pager div {
  padding-left: 4px;
}
#views_slideshow_singleframe_main_featured_event_anonse_page-block_1,
#views_slideshow_singleframe_main_featured_article_front-block_2 {
  float: left;
  display: inline-block;
  width: 330px;
}
.view-featured-article-front #views_slideshow_singleframe_teaser_section_featured_article_front-block_1 .views_slideshow_singleframe_slide,
#views_slideshow_singleframe_main_featured_event_anonse_page-block_1 .views_slideshow_singleframe_slide {
  height: 250px;
}
.view-featured-article-front .views-slideshow-controls-bottom .views_slideshow_pagerThumbnails a img,
.panel-col-row-1 .views-slideshow-controls-bottom .views_slideshow_pagerThumbnails a img {
	width: 110px;
	height: 70px;
	border: 2px solid black;
}

.view-featured-article-front .views_slideshow_singleframe_pager.thumbnails a.activeSlide img,
.panel-col-row-1 .views_slideshow_singleframe_pager.thumbnails a.activeSlide img {
	border: 0px;
	border: 2px solid #c41d1d;
	margin: 0px;
}

.panel-col-row-1 #views_slideshow_singleframe_pager .pager-item {
	display: block;
	float: left;
	width: 120px;
	height: 80px;
	padding: 0px;
	padding-left: 2px;
	padding-top: 3px;
	border: 0px;
}

.front .panel-col-row-2 {
  display: none;
}

.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-heading-value,
.panel-col-row-1 .views_slideshow_singleframe_slide .views-field-field-heading-value{
	background: url(../images/10_percent_transparent_1x1.png);
	position: relative;
	width: 310px;
	height: 55px;
	padding: 5px;
  margin-top: -70px;
	z-index: 99 !important;
}

.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-heading-value a,
.panel-col-row-1 .views_slideshow_singleframe_slide .views-field-field-heading-value a {
	color: white;
	font-size: 18px;
	text-decoration: none;
}
.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-heading-value a:hover,
.panel-col-row-1 .views_slideshow_singleframe_slide .views-field-field-heading-value a:hover {
  color: #fff;
}


/* new slider */
.front .view-featured-article-front.view-display-id-block_3 table {
  margin: 0;
}

.front .view-featured-article-front.view-display-id-block_3 td {
	height: 160px;
  border: none;
  padding: 10px 7px;
}
.front .view-featured-article-front.view-display-id-block_3 td.col-1 {
  padding-left: 0;
}
.front .view-featured-article-front.view-display-id-block_3 td.col-3 {
  padding-right: 0;
}
.front .view-featured-article-front.view-display-id-block_3 .views-field-field-heading-value {
	height: 44px;
  display: block;
  width: 196px;
  text-align: center;
}
.front .view-featured-article-front .views-field-field-picture-fid {
	padding-top: 0px;
}

.front .view-featured-article-front.view-display-id-block_3 td img {
	border: none;
}
.front .view-featured-article-front {
  position: relative;
  float: none;
}
.front .view-featured-article-front .more-link {
  background: url("../images/50_percent_transparent_1x1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 135px;
  padding: 1px 5px;
  position: absolute;
  right: 350px;
  z-index: 10;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.front #columns .view-featured-article-front .more-link a {
  color: #fff;
  font-size: 12px;
}
.front .panel-col-row-1 .rounded-corner .wrap-corner .r-edge {
  padding: 0;
}
.front .view-featured-article-front .views-slideshow-controls-bottom {
  left: 16px;
  position: absolute;
  top: 195px;
  z-index: 7;
}
#block-views-new_articles-block_1 .more-link {
  background: url("../images/50_percent_transparent_1x1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 183px;
  padding: 1px 5px;
  position: absolute;
  right: 6px;
  z-index: 10;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#columns #block-views-new_articles-block_1 .more-link a {
  color: #fff;
  font-size: 11px;
}
#block-views-wilno_i_wilenszczyzna-block_1 {
  margin-top: 8px;
}
.front .view-featured-article-front .view-header p {
  margin: 0;
}
.front .view-featured-article-front .view-header {
  position: absolute;
  top: 15px;
  left: 15px;
  background: url(../images/50_percent_transparent_1x1.png);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 9px 3px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 8;
}
.front .view-featured-article-front .views-slideshow-controls-bottom .pager-item {
  width: 20px;
  height: 20px;
  background: url(../images/50_percent_transparent_1x1.png);
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.front .view-featured-article-front .views-slideshow-controls-bottom .pager-item a,
.front .view-featured-article-front .views-slideshow-controls-bottom .pager-item a:visited,
.front .view-featured-article-front .views-slideshow-controls-bottom .pager-item a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 8px 0px 4px;
}
.front .view-featured-article-front #views_slideshow_singleframe_main_featured_article_front-block_1 {
  width: 590px;
  height: 355px;
  margin-left: 2px;
}

.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-heading-value,
.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-lead-value {
  overflow: hidden;
/*  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;*/
  border-radius: 12px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  text-align: left;
  padding: 10px;
  position: relative;
}
.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-heading-value {
  margin: -272px 0 0 30px;
	width: 75%;
  height: 71px;
}
.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-lead-value {
  background: url(../images/fp-transp.png);
  color: #FFFFFF;
  font-size: 14px;
  height: 111px;
  line-height: 15px;
  margin: -135px 0 0;
  padding: 4px 10px 10px;
  width: 595px;
}
.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-lead-value a {
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  font-size: 27px;
  line-height: 28px;
}
.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-lead-value .lead-text {
  margin: 5px 0 0 0;
}
.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-field-field-heading-value a {
  font-size: 24px;
}
.front .panel-pane .view-featured-article-front .views_slideshow_singleframe_slide .views-row-first {
  text-align: center;
}

.view-new-articles.view-display-id-page_1 tbody .views-field-field-picture-fid,
.view-new-articles.view-display-id-page_1 tbody .views-field-field-video-embed,
.view-featured-article-front.view-display-id-page_1 tbody .views-field-field-picture-fid,
.view-featured-article-front.view-display-id-page_1 tbody .views-field-field-video-embed,
.view-featured-article-front.view-display-id-page_1 tbody .views-field-field-sc-gallery-photos-fid {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
}
.view-new-articles.view-display-id-page_1 tbody .views-field-field-lead-value a,
.view-featured-article-front.view-display-id-page_1 tbody .views-field-field-lead-value a {
  font-size: 14px;
}


/**** New articles ****/
#sidebar-right #block-views-new_articles-block_1 .block-content {
  padding: 0;
}
#sidebar-right #block-views-new_articles-block_1 .block-content .view-display-id-block_1 {
  overflow: hidden;
}
#sidebar-right .view-new-articles .view-content {
  position: relative;
  height: 347px;
  overflow: hidden;
}
#sidebar-right .view-new-articles .headings {
  height: 165px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 181px;
  z-index: 5;
}
#sidebar-right .view-new-articles .headings-inner {
  position: relative;
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
#sidebar-right .view-new-articles .pictures {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sidebar-right .view-new-articles .views-field-field-picture-fid {
  position: absolute;
  top: 0;
  border: none;
  display: none;
}
#sidebar-right .view-new-articles .views-field-field-picture-fid:first-child {
  display: block;
}
#sidebar-right .view-new-articles .views-row-1 .views-field-field-picture-fid {
  display: block;
}
#sidebar-right .view-new-articles .views-row {
  position: relative;
  /*background: url(../images/70_percent_transparent_1x1.png);*/
  background: url(../images/fp-transp.png);
  -webkit-border-radius: 5px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 5px;
  margin-bottom: 1px;
  padding: 5px;
  width: 310px;
}
#sidebar-right .view-new-articles .views-row a,
#sidebar-right .view-new-articles .views-row a:hover,
#sidebar-right .view-new-articles .views-row a:focus,
#sidebar-right .view-new-articles .views-row a:visited {
  text-decoration: none;
  color: #fff;
}
#sidebar-right .view-new-articles .views-field-field-heading-value {
  min-height: 0px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}
#sidebar-right .view-new-articles .views-field-field-lead-value {
  font-size: 12px;
  line-height: 13px;
  max-height: 26px;
  overflow: hidden;
  color: #cecece;
}
#sidebar-right .view-new-articles .views-field-field-heading-value a,
#sidebar-right .view-new-articles .views-field-field-heading-value a:focus,
#sidebar-right .view-new-articles .views-field-field-heading-value a:visited,
#sidebar-right .view-new-articles .views-field-field-heading-value a:hover {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}

/************** Front page panels ***********************/
/* Pane title */
.frontpage_pane_title,
.page-nadeslane .panels-flexible-row-first h2.pane-title{
	color: #b92820;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Add clears to region containing two panes, L and R */
.front .center-wrapper {
	clear: both;
}

/* Same, but for 'menu panels' */
#columns #main-content .panel-display .center-wrapper {
	clear: both;
}

.fiftypercent-left {
  width: 45%;
  float: left;
  clear: left;
}

.fiftypercent-right {
  width: 45%;
  float: right;
  clear: right;
}

.panel-separator {
	display: none;
}

.panel-col-row {
	margin-bottom: 10px;
}
.panel-col-row-0 {
	margin-bottom: 0px;
}

.pane-content .view {
	margin-bottom: 3px;
}



/* Subcategory name */
.front .panel-pane h2, #content .panel-display .panel-pane h2 {
  color: #171615;
  font-size: 14px;
}
.front .panel-col-row-1 .panel-pane h2 {
  color: #b92820 !important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Headings, general */
.front .panel-pane .view-frontpage-new-all-content .views-field-field-heading-value{
    height: 30px;
    display: block;
    width: 133px
}

/* Heading 1st container,  selected blocks */
.front .panel-pane .view-wilnoteka-tv-w-objiektywie-last .views-field-field-heading-value,
.front .panel-pane .view-wilnoteka-tv-gosc-last .views-field-field-heading-value,
.front .panel-pane .view-wilnoteka-tv-michalki-last .views-field-field-heading-value,
.front .panel-pane .view-wilnoteka-tv-z-archiwum-last .views-field-field-heading-value,
.front .panel-pane .view-archiwum-tv-archiwum-wilnot-last .views-field-field-heading-value,
.front .panel-pane .view-archiwum-tv-archiwum-album-last .views-field-field-heading-value
#content .panel-display .views-field-field-heading-value
 {
	border-bottom: 0px;
	display: block;
	height: 44px;
	margin-bottom: 4px;
}

.front .panel-pane .view-w-mediach-w-mediach-last .views-field-field-heading-value,
.front .panel-pane .view-felieton-felieton-last .views-field-field-heading-value,
.front .panel-pane .view-pl-lt-vilniana-last .views-field-field-heading-value,
.front .panel-pane .view-turystyka-na-litwie-last .views-field-field-heading-value,
.front .panel-pane .view-turystyka-z-litwy-last .views-field-field-heading-value,
.page-strona-anonse .panel-display .view .views-field-field-heading-value
{
	border-bottom: 0px;
	display: block;
	margin-bottom: 4px;
}

/* Heading 1st */
.front .panel-pane .views-field-field-heading-value a,
.page-strona-anonse .panel-col-row-3 .panel-display .views-field-field-heading-value a,
.page-nadeslane .views-field-field-heading-value,
.page-nadeslane .panels-flexible-region-17-felietony .views-field-field-heading-value a,
.view-galerie .attachment-before .views-field-title a,
.page-wilnoteka-tv .panel-col-row-3 .view-content .views-field-field-heading-value a {
	color: #2e648f;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/* Heading 1st hover */
.front .panel-pane .views-field-field-heading-value a:hover, .page-strona-anonse .panel-display .views-field-field-heading-value a:hover {
	color: #c41d1d;
}

.front .view-pl-lt-organizacje-last .views-field-field-heading-value a,
.front .view-front-fakty-detailed .views-field-field-heading-value a,
.front .view-front-w-mediach-detailed .views-field-field-heading-value a
 {
	font-size: 11.5px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}


.front .panel-pane .attachment-after .views-field-field-heading-value,
.page-wilnoteka-tv .attachment-after .views-field-field-heading-value {
	height: auto;
	border-bottom: 1px dotted gray;
	margin: 0px;
        display: inline;
}
.page-strona-anonse .panel-display .attachment-after .views-field-field-heading-value{
    display: inline;
}
.page-strona-anonse .panel-display .attachment-after li{
    border-bottom: 1px dotted gray;
}
.page-strona-anonse .panel-display .attachment-after .views-field-phpcode,
.page-strona-anonse .panel-display .views-row-first .views-field-field-date-value,
#hot-topic span{
    font-weight: bold;
}

.front .panel-pane .attachment-after ul,
.page-strona-anonse .panel-display .attachment-after ul
{
  	margin: 0px;
}

.front .panel-pane .attachment-after ul li,
.page-strona-anonse .panel-display .view ul li,
.page-wilnoteka-tv .panel-display .view ul li {
	list-style: url(../images/bullet_play.png);
	margin: 0px;
	margin-left: 15px;
}

.front .panel-pane .attachment-after ul li div {
	margin: 0px;
}

.front .panel-pane .attachment-after a,
.page-strona-anonse .panel-display .attachment-after a,
.page-nadeslane ul .attachment-after .views-field-field-heading-value .field-content a,
.page-wilnoteka-tv .attachment-after .views-field-field-heading-value .field-content a {
	font-size: 11.5px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

.front .panel-pane .attachment-after a:hover {
	text-decoration: underline;
}


/***************** Najnowsze front page ***************/

.front .panel-pane .view-id-frontpage_new_all_content .views-field-field-heading-value a,
.front .panel-pane .view-id-frontpage_new_all_content_lt .views-field-field-heading-value a,
.page-strona-anonse .panel-display .view-anonse-last a{
    color: #2e648f;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.front .panel-pane .view-id-frontpage_new_all_content .views-field-field-heading-value a,
.front .panel-pane .view-id-frontpage_new_all_content_lt .views-field-field-heading-value a {
    line-height: 1.2;
}
.front .panel-pane .view-id-frontpage_new_all_content img,
.front .panel-pane .view-id-frontpage_new_all_content_lt img,
.page-strona-anonse .panel-display .views-field-field-picture-fid img
{
    border: 2px solid gray;
    margin-bottom: -3px;
}

.front .panel-pane .view-id-frontpage_new_all_content .views-field-field-heading-value a:hover {
	color: #c41d1d;
}

#front-najnowsze .pane-title {
    background: url(../images/video_cam.png) no-repeat scroll 120px center transparent;
}

/***************** Najpopularniejsze front page ***************/
.front .panel-pane .view-most-commented .views-field-field-heading-value a,
.front .panel-pane .view-most-viewed .views-field-field-heading-value a
{
        color: #2e648f;
	text-decoration: none;
	font-size: 12px;
        font-weight: normal;
}
 .front .panel-pane .view-most-commented .views-field-field-heading-value a:hover,
 .front .panel-pane .view-most-viewed .views-field-field-heading-value a:hover
 {
	color: #c41d1d;
}

/***************** Felieton front page ***************/
/* Hide pane title */
#front-felieton .pane-title {
	display: none;
}

/* image */
.view-wydarzenia-last .views-field-field-picture-fid,
.view-koncerty-last .views-field-field-picture-fid,
.view-wystawy-last .views-field-field-picture-fid,
.view-teatr-last .views-field-field-picture-fid,
.view-kino-last .views-field-field-picture-fid,
.view-sport-last .views-field-field-picture-fid,
.view-zaproszenia-last .views-field-field-picture-fid {
	margin-right: 10px;
  float: left;
}

/* Author */
.front .panel-pane .view-id-felieton_felieton_last .views-field-name,
.page-strona-anonse .panel-display .view .views-field-name
{
	font-weight: bold;
	color: gray;
}
.front .panel-pane .view-id-felieton_felieton_last .views-field-tid {
	font-weight: bold;
	color: gray;
}

/* making sure bullets won't be on top of image */
.front .view-felieton-felieton-last .attachment-after,
.page-strona-anonse .panel-display .view .attachment-after{
	padding-top: 3px;
}

/************** Anonse front page *******************/

#front-anonse .pane-title {
	display: none;
}

#front-anonse .view-content {
	padding-top: 0px;
}

.view-front-events .view-content {
	padding-top: 10px;
}

.views_slideshow_singleframe_controls {
	display: block;
	height: 20px; /* need this, otherwise height becomes 0 and divs overlap */
	margin-bottom: 10px;
}

.views_slideshow_singleframe_controls a {
	color: #4992c9;
	font-weight: bold;
}

.view-front-events .views_slideshow_singleframe_controls .views_slideshow_singleframe_prev {
	display: block;
	float: left;
	margin-right: 10px;
}

.view-front-events .views_slideshow_singleframe_controls .views_slideshow_singleframe_pause {
	display: none;
}

.view-front-events .views_slideshow_singleframe_controls .views_slideshow_singleframe_next {
	display: block;
	float: right;
	/* float: left;*/

}

.views_slideshow_singleframe_main {
	width: 99%;
}

.view-front-events   .views_slideshow_singleframe_teaser_section {
	width: 99%;
	margin: 0px auto;
	height: 340px;
}
.view-front-events .views_slideshow_singleframe_slide .views-row {
  border-bottom: 1px dashed grey;
  margin-bottom: 10px;
}
#front-anonse .views_slideshow_singleframe_teaser_section .views-field-field-picture-fid,
.view-front-events .views-field-field-picture-fid {
	text-align: center;
	float: left;
	margin-right: 20px;
}
/**/
.views_slideshow_singleframe_teaser_section .views-field-field-heading-value {
	height: 30px;
	border: 0px;
}

.views_slideshow_singleframe_teaser_section .views-field-field-heading-value a {
	font-size: 14px;
	color: #2e648f;
}

.views_slideshow_singleframe_teaser_section .views-field-field-date-value {
}

.views_slideshow_singleframe_teaser_section .views-field-field-lead-value {
	height: 60px;
	overflow: hidden;
}

/* Front page fakty, w mediach detailed */
.front .view-id-front_fakty_detailed .view-content .views-row-first .views-field-name .field-content,
.front .view-id-front_w_mediach_detailed .view-content .views-row-first .views-field-name .field-content {
	adisplay: none;
}

/* Removing fakty/w mediach 15 heading list margins */
.front .center-wrapper .views-field-field-heading-value li {
	margin: 0px;
}


/***************** W mediach ***************/
/* Hide pane title */
#front-w-mediach .pane-title {
	display: none;
}

/*  margin of UL */
.view-front-fakty-detailed ul,.view-front-w-mediach-detailed ul {
	margin: 0 0 0 25px;
}

.view-front-fakty-detailed .item-list ul li, .view-front-w-mediach-detailed .item-list ul li {
	list-style-image: url(../images/bullet_play.png);
	margin: 0px;
}

/* image */
.front .view-w-mediach-w-mediach-last .views-field-field-picture-fid {
	margin-right: 10px;
	float: left; /* aligning headings to the right */
}

/* making sure bullets won't be on top of image */
.front .view-w-mediach-w-mediach-last .attachment-after {
	padding-top: 7px;
    padding-left: 255px; /*width of image + 15px */
}

.front .panel-pane .view-id-w_mediach_w_mediach_last .views-field-tid {
	font-weight: bold;
	color: gray;
}

.front .panel-pane .view-id-w_mediach_w_mediach_last .views-field-tid-1 {
	font-weight: bold;
	color: gray;
}


/***************** PL.LT ***************/
/* image */
.front .view-pl-lt-vilniana-last .views-field-field-picture-fid {
	margin-right: 10px;
	float: left; /* aligning headings to the right */
}

/* making sure bullets won't be on top of image */
.front .view-pl-lt-vilniana-last .attachment-after {
	padding-left: 255px; /*width of image + 15px */
}

.front .panel-pane .view-id-pl_lt_vilniana_last .views-field-tid {
	font-weight: bold;
	color: gray;
}

/***************** Organizacje Polskie ***************/
#front-organizacje .pane-title {
	display: none;
}

#front-organizacje .pane-content .item-list ul {
	margin: 0 0 0 20px;
}

#front-organizacje .pane-content .item-list ul li,
.page-nadeslane .panels-flexible-region-17-felietony li
{
	list-style: url(../images/bullet_play.png);
	background: transparent;
	border-bottom: 1px dotted gray;
}

#front-organizacje .pane-content .item-list ul li.first {
	border: 0px;
	border-bottom: 1px dotted gray;
}

#front-organizacje .pane-content .item-list ul li a {
	font-size: 18px;
}

/* Original organizacje styling with zebra
.vocabindex.flat li.even, .vocabindex.alphabetical li.even {
abackground-color:#FAFAFA;
}

ul.vocabindex.flat .first, ul.vocabindex.alphabetical .first {
aborder-top:1px solid #DDDDDD;
}

ul.vocabindex.flat li, ul.vocabindex.alphabetical li {
background-image:none;
border-bottom:1px solid #DDDDDD;
list-style: url(../images/bullet_play.png);
margin:0;
padding:0;
padding-left: 25px;
}

.item-list ul li {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
padding:0;
}
*/


/* uncomment to make two columns
#front-organizacje .pane-content .item-list ul {
	margin: 10px;
	float: left;
	width: 580px;
	padding: 0;
	list-style: none;
}

#front-organizacje .pane-content .item-list ul li {
	width: 290px;
	float: left;
}

#front-organizacje .pane-content .item-list ul li.even {
	afloat: right;
}

#front-organizacje .pane-content .item-list ul li.odd {
	float: right;
}
*/

/************************* SIDEBARS **************************/

.sidebar-inner {
}


/* BLOCKS */
/* GENERAL */
#sidebar-right .block-corner-tl {
	background: #708090 url(../images/block_bg_tl.png) no-repeat top left;
	display: inline;
	float: left;
	width: 10px;
	awidth: 50%;
	height: 10px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#sidebar-right .block-corner-tr {
	background: #708090 url(../images/block_bg_tr.png) no-repeat top right;
	display: inline;
	float: right;
	width: 10px;
	awidth: 50%;
	height: 10px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#sidebar-right .block-corner-bl {
	background: url(../images/block_bg_bl.png) no-repeat bottom left;
	display: inline;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0;
	margin-top: -10px;
	padding: 0;
}

#sidebar-right .block-corner-br {
	background: url(../images/block_bg_br.png) no-repeat bottom right;
	display: inline;
	float: right;
	width: 10px;
	height: 10px;
	margin: 0;
	margin-top: -10px;
	padding: 0;
}

#sidebar-right .block-title-container {
	height: 32px;
	width: 320px;
	background: url(../images/block_title_bg.gif) repeat-x left;
}

#sidebar-right .block-icon { /* Default icon overridden below */
	background: url(../images/icons/block_icon_default.gif) no-repeat;
	display: inline;
	float: left;
	height: 32px;
	margin: 0 10px 0 10px;
	width: 32px;
	text-align: left;
}

#sidebar-top .block {

}

/*
.bottom-corners {
	width: 100%;
	height: 10px;
}
*/

#sidebar-right h2.block-title, #sidebar-right h2.block-title, #sidebar-top h2.block-title {
	overflow: visible;
	color: white;
	padding: 11px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	abackground: #708090;
	/* border + outline
	border: 1px solid white;
	outline: 1px solid #708090;
	*/
}

#sidebar-top h2.block-title {
	padding-left: 35px;
}

/* block icons */
/*
#block-views-polacy_na_litwie_5-block_1
#block-views-litwa_5-block_1
#block-views-polska_5-block_1
#block-views-swiat_5-block_1
#block-views-featured_event-block_1
#block-views-upcoming_events-block_1
#block-weather-3
#block-poll-0
#block-views-comments_recent-block
#block-views-most_viewed-block_1
#block-views-most_commented-block_1
#block-views-most_favorited-block_1
#block-block-3
*/




#block-views-polacy_na_litwie_5-block_1 .block-icon {
	background: url(../images/icons/polacy_na_litwie.gif) no-repeat;
}
#block-views-litwa_5-block_1 .block-icon {
	background: url(../images/icons/litwa.gif) no-repeat;
}
#block-views-polska_5-block_1 .block-icon {
	background: url(../images/icons/polska.gif) no-repeat;
}
#block-views-swiat_5-block_1 .block-icon {
	background: url(../images/icons/swiat.gif) no-repeat;
}
#block-views-featured_event-block_1 .block-icon {
	background: url(../images/icons/featured_event.gif) no-repeat;
}
#block-views-upcoming_events-block_1 .block-icon {
	background: url(../images/icons/upcoming_events.gif) no-repeat;
}
#block-weather-3 .block-icon {
	background: url(../images/icons/weather2.gif) no-repeat;
}
#block-poll-0 .block-icon {
	background: url(../images/icons/ankieta.gif) no-repeat;
}
#block-views-comments_recent-block .block-icon {
	background: url(../images/icons/recent_comments.gif) no-repeat;
}
#block-views-most_viewed-block_1 .block-icon {
	background: url(../images/icons/most.gif) no-repeat;
}
#block-views-most_commented-block_1 .block-icon {
	background: url(../images/icons/recent_comments.gif) no-repeat;
}
#block-views-most_favorited-block_1 .block-icon {
	background: url(../images/icons/most.gif) no-repeat;
}
#block-block-3 .block-icon {
	background: url(../images/icons/przyjaciele.gif) no-repeat;
}
#block-views-calendar-calendar_block_1 .block-icon {
	background: url(../images/icons/featured_event.gif) no-repeat;
}
#sidebar-right #block-block-22 .block-content{
    padding: 5px 5px 1px 10px;
}

#sidebar-right .block-content, #sidebar-right .block-content, #sidebar-top .block-content {
	padding: 5px;
	padding-bottom: 0px;
	min-height: 170px;
	abackground: #efefef url(../images/block_title_bg_bl_240.gif) no-repeat bottom left;
	background: #efefef;
}

/* #sidebar-top .block-content {
	background: #efefef url(../images/block_title_bg_bl_250.gif) no-repeat bottom left;
}
*/
#sidebar-right .view-blok-w-blogach .views-field-title,
#sidebar-right .view-blok-ogloszenia .views-field-title a,
#sidebar-right .view-redakcja-poleca-5 .views-field-field-heading-value a,
#sidebar-right .view-blog-redakcyjny-5 .views-field-field-heading-value a{
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    color:#C41D1D;
}
#sidebar-right .view-blok-ogloszenia .attachment-after a{
/*    background: url("/sites/all/themes/wilnoteka/images/bullet_red_rectangle.png") no-repeat scroll left center transparent;
    font-size: 12px;
    font-weight: normal;
    padding-left: 15px;*/
}
#sidebar-right .view-blok-w-blogach .view-display-id-attachment_1 .views-row{
    border-bottom:1px dashed gray;
    line-height: 1.1;
}
#sidebar-right .view-blok-w-blogach .view-display-id-attachment_1 .views-row .views-row-last,
.view-anonse-last td{
    border-bottom: 0px;
}
#sidebar-right .view-blok-w-blogach .view-display-id-attachment_1 a{
    background:url("/sites/all/themes/wilnoteka/images/bullet_red_rectangle.png") no-repeat scroll left center transparent;
    font-size:12px;
    font-weight:normal;
    padding-left:15px;
}
#sidebar-right .view-blok-w-blogach .view-display-id-attachment_1 .more-link a{
    background: none;
    color:#240C0C;
    font-size:10px;
    font-weight:bolder;
}
#sidebar-right .view-blok-w-blogach .view-display-id-attachment_1 .links a{
    background: none;
}

#sidebar-right .view-blok-w-blogach .field-content a{
    text-decoration: none;
}
#sidebar-right .view-blok-w-blogach .views-field-field-blog-photo-fid{
    border:2px solid gray;
    display:block;
    float:left;
    height:80px;
    margin-bottom:0;
    margin-right:10px;
    width:120px;
    padding-right: 0px;
    min-height: 1px;
}

#sidebar-right .block-inner, #sidebar-right .block-inner, #sidebar-top .block-inner {
overflow: visible;
}

#sidebar-right .block-inner, .view-anonse-last td {
	padding-bottom: 10px;
}

#sidebar-right ul, #asidebar-right ul, #sidebar-top ul { /* no sidebar right ul setting, as it destroys admin menu ul indentation */
	margin: 0px;
	padding: 0px;
}

#sidebar-right ul li, #sidebar-right ul li, #sidebar-top ul li  {
	list-style: none;
	margin: 0px;
}

#sidebar-right ul li a, #asidebar-right ul li a, #sidebar-top ul li a {
	text-decoration: none;
	afont-weight: bold;
}

#sidebar-right .views-field-field-heading-value a, #sidebar-right .views-field-field-heading-value a, #sidebar-top .views-field-field-heading-value a { /* Heading, sidebar left, STYLE */
	text-decoration: none;
	afont-weight: bold;
}

#sidebar-right .views-field-field-heading-value a:hover, #sidebar-right .views-field-field-heading-value a:hover, #sidebar-top .views-field-field-heading-value a:hover { /* Heading, sidebar left, HOVER */
	text-decoration: underline;
}

/****************** SIDEBAR TOP ****************/
#sidebar-top {
  background: #EEE; /* background color for dev only */
  float:left;; /* set a height on the new region */
  margin-left: -500px; /* use negative margin to pull the sidebar-top into position */
  adisplay: block;
  aclear: right;
  width: 500px; /* set a width equal to left + right sidebar widths */
}

#sidebar-right,
#sidebar-right {
  margin-top: 3px; /* use margin top to push the left and right sidebars down */
}


/****************** SIDEBAR LEFT ****************/

#sidebar-right .views-field-field-video-embed, #sidebar-right .views-field-field-picture-fid {
	display: block;
	float: left;
	/*height: 75px;*/
	margin-right: 10px;
	margin-bottom: 0px;
  margin-top: 0px;
	/*border: 2px solid gray;*/
}

#sidebar-right .views-field-field-heading-value { /* Heading, sidebar left, POSITION */
	/* PROBLEM IS THAT IT APPLIES TO ALSO LATEST 5 and 10 articles in ATTACHMENT. Can solve this by reapplying the conflicting style in attachment */
		min-height: 85px;
}

#sidebar-right .views-field-field-heading-value a { /* Heading, sidebar left, STYLE */
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

/* Temporary fix to normalize headings in blocks below */
#block-views-most_viewed-block_1 .views-field-field-heading-value a,
#block-views-most_commented-block_1 .views-field-field-heading-value a,
#block-views-most_favorited-block_1 .views-field-field-heading-value a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#sidebar-right .views-field-field-heading-value a:hover { /* Heading, sidebar left, HOVER */
	text-decoration: underline;
}

#sidebar-right .views-field-field-subhead-value {
	padding-top: 5px;
}

/*#asidebar-right .views-field-field-lead-value, */
.panel-display .view-galerie > .view-content{
	display: block;
	float: left;
	margin-bottom: -30px;
  margin-top: 10px;
}

.panel-display .attachment-after .view-galerie .view-content{
	margin-bottom: -65px;
}

/* Make sure views attachment extends this div, so the background remains intact (attachment float does not extend past bottom border of this container) */
#sidebar-right .block-inner .block-content .view-display-id-block_1 {
	overflow: auto;
}

#sidebar-right .attachment-after { /* more last headings block */
	padding-top: 5px;
	display: block;
	float: left;
	width: 98%;
}

#sidebar-right .attachment-after .views-row { /* more last headings style */
	background: transparent;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px dashed gray;
}

#sidebar-right .attachment-after .views-field-field-heading-value {
	padding-bottom: 3px; /* separating headings vertically */
	min-height: 0px;
}

#sidebar-right .attachment-after .views-field-field-heading-value a,
#sidebar-right .attachment-after .views-field-title a {
	font-size: 12px;
	font-weight: normal;
	background: transparent url(../images/bullet_red_rectangle.png) left no-repeat;
	padding-left: 15px;
}

#sidebar-right .attachment-after .views-row-last {
	border-bottom: 0px; /* last heading won't have border */
	padding-bottom: 0px;
}

#sidebar-right .attachment-after .views-field-field-heading-value:hover { /* heading background on HOVER */
	background: #efefef;
}

#sidebar-right .attachment-after a {
	text-decoration: none;
	afont-weight: bold;
}

#sidebar-right .attachment-after a:hover {
}

/* Litwa */
#block-views-litwa_5-block_1 .views-field-field-lead-value {
	line-height: 1.6;
}

/* Recent comments block */
#block-views-comments_recent-block .views-field-timestamp {
	color: gray;
}


/* Question of the day block */
/* background for question */
#block-views-question_of_the_day-block_1 .node-inner {
	background-color: transparent;
	margin: 0;
}

/* don't display body */
#block-views-question_of_the_day-block_1 .node-content {
	display: none;
}




/* POLL */
#poll-view-voting {
	margin: 0px;
}

#block-poll-0 .title { /* Poll question */
	color: #4992c9;
	text-decoration: none;
    font-weight: bold;
}

#block-poll-0 .block-content {
	padding-bottom: 20px; /* more space below vote button */
}

#block-poll-0 .form-radios { /* Group of answers */
}

#block-poll-0 .form-item { /* Separate answer */
}

#block-poll-0 input { /* Poll radio button */
	/* Selector is correct, but for some reason styles don't get applied. Investigate. */
}

#block-poll-0 label { /* Poll choices text */
	color: gray;
	font-weight: normal;
	margin: 0px;
}

#block-poll-0 #edit-vote { /* Vote button */
	background: #9b231c;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid #ffffff;
	outline: 1px solid #9b231c;
	cursor: pointer;
	display: block; /* make available for aligning */
	left: 0px;
}

#block-poll-0 #edit-vote:hover { /* Vote button HOVER*/
	color: #9b231c;
	background: white;
}

.poll .bar .foreground { /* Poll results bar color */
	background-color: #9b231c;
}

/********************* SIDEBAR RIGHT *******************/
/* Upcoming events */
#block-views-featured_event-block_1 .views-field-field-date-value {
	font-weight: bold;
	font-size: 14px;
}


/* Upcoming events */
#block-views-upcoming_events-block_1 h3 {
	font-weight: bold;
	color: #9b231c;
}

#block-views-upcoming_events-block_1 .views-row {
	margin-bottom: 10px;
}

/**************************** FOOTER ************************/
#foot-wrapper {
	background: #171615;
	background-image: url(../images/play_50_transp.png);
	background-repeat: no-repeat;
	background-position: 85% 50%;
	width: 100%;
	margin: 0px auto;
	padding-top: 20px;
	height: 230px; /* need this, otherwise, mysterious margin bottom appears */
}

/* footer message, from admin/site-information */
#footer-message {
	color: white;
	display: block;
	float: left;
	padding-left: 100px;
	clear: none;
	width: 20%;
	font-weight: bold;
}

#footer-message a {
	color: #aaaaaa;
	text-decoration: none;
}

#footer-message a:hover {
	color: white;
	text-decoration: underline;
}

/********* About Wilnoteka ************/
#footer {
	display: block;
	float: left;
	clear: none;
	width: 40%;
	color: white;
}

#footer a {
	color: #aaaaaa;
	text-decoration: underline;
}

#block-block-5 .block-title {
	font-family: inherit;
	margin-bottom: 20px;
}

#block-block-5 .block-corner-tl, #block-block-5 .block-corner-tr, #block-block-5 .block-corner-bl, #block-block-5 .block-corner-br {
	display: none;
	height: 0px;
	width: 0px;
	background: none;
	margin: 0px;
	padding: 0px;
}

#wilnoteka-footer-about {
	font-family: inherit;
	color: gray;
	margin-bottom: 20px;
}

#wilnoteka-footer-dc a {
	font-family: inherit;
	color: #42413e;
	text-decoration: none;
}

#wilnoteka-footer-dc a:hover{
	color: white;
}

#block-block-5 {
	margin: 0px;
}


/* Node */
.node-inner {
	background: #fafafa;
	background: white;
abackground: url(../images/paper_texture.png);
	abackground-repeat: no-repeat;
	border: 2px solid #eeeeee;
	margin-bottom: 15px;
}

#page-title {
	color: #444444;
	font-size: 20px;
}

.node-submitted {
	afont-weight: bold;
	font-size: 10px;
	color: #888888;
	padding: 5px;
}

.node-submitted a {
}
.node-content {
	color: #333333;
	line-height: 18px;
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
	text-align: justify;
        min-height: 350px;
}
.node-content .field-field-picture img {
	float:left;
	margin: 0 15px 15px 0;
}

.node-content .field-field-subhead {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 10px;
}

.node-content .field-field-lead {
	font-style: italic;
	margin-bottom: 10px;
	padding-bottom: 10px;
	aborder-bottom: 1px dotted gray;
}

.field-type-relevant-content {
	margin-top: 20px;
}

.field-type-relevant-content .field-header {
	font-size: 14px;
	font-weight: bold;
}

form.fivestar-widget {
	margin-top: 15px;
}

.node-terms a {
	lcolor: #4992c9;
}

.node-links {
	padding: 5px;
	abackground: #ffe0a6;
	background: #d4ebff;
}

.node-links a {
	lcolor: #c41d1d;
	font-size: 10px;
}


/* Comments */
#comments {

}

#comments-title { /* name of the whole "Comments" block */
	color: #4992c9;
	font-weight: bold;
	margin-bottom: 15px;
}

.comment-inner {
	background: #fffaf0;
	padding: 5px;
	margin-bottom: 30px;
	border: 1px solid #ffd988;
	border-top: 4px solid #ffd988;
}

.comment-id {
	color: gray;
}

.comment-title a {
	font-weight: bold;
}

.new {

}

.comment-submitted {
	margin-bottom: 10px;
	font-weight: bold;
}

.comment-submitted a {
	margin-bottom: 10px;
	afont-style: italic;
	text-decoration: none;
}

.comment-content {
	color: #240c0c;
}

.user-signature {
	border: 1px solid black;
}

.comment-links {
}

.comment-links a {
	font-weight: bold;
}


/* More link */
#columns .more-link a, #sidebar-right .more-link a, #sidebar-right .more-link a {
	color: #240c0c;
	font-size: 10px;
	text-decoration: none;
	font-weight: bolder;
}

/* Search results */
.search-results { /* search results container */
	color: #240c0c;
}

.search_result_container { /* single search result container */
	margin-bottom: 10px;
}

.search_result_title { /* node title container */
}

.search_result_title a { /* node title text */
	text-decoration: none;
}

.search-snippet { /* text excerpt */
	margin: 0px;
}

.search-info { /* author, date, etc */
	margin: 0px;
}

/* Image caption */
.image-caption-container {
padding: 5px;
}

.image-caption {
color: #240c0c;
font-weight: bold;
text-transform: uppercase;
}

/* Taxonomy */

/* All taxonomy term pages except w-mediach */
.not-front .view-taxonomy-term {

}

.not-front .view-taxonomy-term .views-row,
.page-blogs-ostatnio-dodane .view-blog-latest .views-row,
.page-strona-anonse-wystawy .view-wystawy-last .views-row,
.page-strona-anonse-zaproszenia .view-zaproszenia-last .views-row,
.page-strona-anonse-wydarzenia .view-wydarzenia-last .views-row,
.page-strona-anonse-koncerty .view-koncerty-last .views-row,
.page-strona-anonse-teatr .view-teatr-last .views-row,
.page-strona-anonse-kino .view-kino-last .views-row,
.page-strona-anonse-sport .view-sport-last .views-row,
.page-strona-ogloszenia-najnowsze .view-ogloszenia-last .views-row,
.page-strona-ogloszenia-najpopularniejsze .view-ogloszenia-most-viewed .views-row,
.page-gorace-tematy .view-hot-topics .views-row
{
	padding-bottom: 10px;
	border-bottom: 2px dotted #aaaaaa;
	margin-bottom: 10px;
	overflow: auto;
}
/*Strona blogs/ostatnio_dodane*/
.page-blogs-ostatnio-dodane .views-field-title,
.view-wydarzenia-last .views-field-field-heading-value,
.view-koncerty-last .views-field-field-heading-value,
.view-wystawy-last .views-field-field-heading-value,
.view-teatr-last .views-field-field-heading-value,
.view-kino-last .views-field-field-heading-value,
.view-sport-last .views-field-field-heading-value,
.view-anonse-last .views-field-field-heading-value,
.view-zaproszenia-last .views-field-field-heading-value,
.view-moje-ogloszenia .views-field-title,
.view-ogloszenia-last .views-field-title,
.view-ogloszenia-most-viewed .views-field-title
{
    font-size: 15px;
}
.views-field-field-blog-photo-fid,
.view-ogloszenia-last .views-field-field-ogloszenie-photo-fid,
.view-ogloszenia-most-viewed .views-field-field-ogloszenie-photo-fid,
.view-moje-ogloszenia .views-field-field-ogloszenie-photo-fid{
    float: left;
    min-height:180px;
    padding-right:20px;
}
.views-field-field-blog-lead-value{
    text-align: justify;
}
/*Strona blogs*/
.page-blogs .views-field-title a{
    color:#2E648F;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}
.page-blogs .views-field-title a:hover{
    color:#c41d1d;
}
.page-blogs .attachment li{
    list-style:disc outside url("/sites/all/themes/wilnoteka/images/bullet_play.png");
    margin:0 0 0 15px;
}
.page-blogs .attachment .views-field-title{
    border-bottom:1px dotted gray;
}
.page-blogs .attachment .views-field-title a, #block-block-4 a,
#block-block-4 a:visited, #block-block-4 a:hover{
    color:black;
    font-size:11.5px;
    font-weight:normal;
    text-decoration:none;
}
.page-blogs .attachment .views-field-title a:hover{
    text-decoration: underline;
    color:#c41d1d;
}
.page-blogs .view-blog-autors table{
    width: 90%;
}
.page-blogs .pane-title a, .panels-flexible-column-inside li a,
#galerie-content .attachment-before .views-field-name a{
    text-decoration: none;
    color: black;
}
/**/
.page-blogs-ostatnio-dodane .views-field-name{
    display: inline;
}

.view-taxonomy-term .views-field-created {
	color: gray;
	font-size: 10px;
}

.not-front .view-taxonomy-term .views-field-field-heading-value {
	font-size: 18px;
	clear: both;
}

.not-front .view-taxonomy-term .node-type-video .views-field-field-heading-value {
	font-size: 28px;
	clear: both;
}

.not-front .view-taxonomy-term .views-field-field-picture-fid {
	float: left;
	padding-right: 10px;
	min-height: 180px;
}

.not-front .view-taxonomy-term .views-field-field-video-embed{
    float:left;
    min-height:180px;
    padding-right:10px;
}

.page-gorace-tematy .views-row .views-field-name a{
    color: black;
    font-weight: bold;
    font-size: 13px;
}

.not-front .view-taxonomy-term .views-field-field-video-embed img {
margin-left: -10px;
}


.view-taxonomy-term .views-field-field-subhead-value {

}

.view-taxonomy-term .views-field-field-lead-value {
	afont-style: italic;
    text-align: justify;
}

.view-taxonomy-term .views-label-field-date-value, .view-taxonomy-term .views-label-field-date-value2 {
	font-weight: bold;
}

.view-taxonomy-term .date-display-single {

}

.not-front .view-taxonomy-term-polacy-na-litwie .views-row,
.not-front .view-galerie .views-row {
	padding-bottom: 10px;
	border-bottom: 2px dotted #aaaaaa;
	margin-bottom: 10px;
	overflow: auto;
}


.view-taxonomy-term-polacy-na-litwie .views-field-created,
.not-front .view-galerie .views-field-created{
	color: gray;
	font-size: 10px;
}

.not-front .view-taxonomy-term-polacy-na-litwie .views-field-field-heading-value {
	font-size: 18px;
	clear: both;
}

.not-front .view-taxonomy-term-polacy-na-litwie .views-field-field-picture-fid,
.page-blogs-ostatnio-dodane .view-blog-latest .views-field-field-picture-fid,
.page-strona-ogloszenia-najnowsze .view-ogloszenia-last .views-field-field-picture-fid,
.page-strona-ogloszenia-najpopularniejsze .view-ogloszenia-most-viewed .views-field-field-picture-fid,
.not-front .view-galerie .views-field-field-sc-gallery-photos-fid{
	float: left;
	padding-right: 10px;
	min-height: 100px;
}

.not-front .view-taxonomy-term-polacy-na-litwie .views-field-field-video-embed {
    float: left;
	padding-right: 10px;
	min-height: 100px;
}

.not-front .view-taxonomy-term-polacy-na-litwie .views-field-field-video-embed img {
margin-left: -10px;
}


.view-taxonomy-term-polacy-na-litwie .views-field-field-subhead-value {

}

.view-taxonomy-term-polacy-na-litwie .views-field-field-lead-value {
	afont-style: italic;
    text-align: justify;
}

.view-taxonomy-term-polacy-na-litwie .views-label-field-date-value, .view-taxonomy-term .views-label-field-date-value2 {
	font-weight: bold;
}

.view-taxonomy-term-polacy-na-litwie .date-display-single {

}


/* taxonomy term pages: w-mediach */
.not-front .view-taxonomy-term-w-mediach {

}

.not-front .view-taxonomy-term-w-mediach .views-row {
	padding-bottom: 10px;
	border-bottom: 2px dotted #aaaaaa;
	margin-bottom: 10px;
	overflow: auto;
}


.view-taxonomy-term-w-mediach .views-field-created {
	color: gray;
	font-size: 10px;
}

.not-front .view-taxonomy-term-w-mediach .views-field-field-heading-value {
	font-size: 18px;
	clear: both;
}

.not-front .view-taxonomy-term-w-mediach .views-field-field-picture-fid {
	float: left;
	padding-right: 10px;
	min-height: 100px;
}

.not-front .view-taxonomy-term-w-mediach .views-field-field-video-embed {

}

.not-front .view-taxonomy-term-w-mediach .views-field-field-video-embed img {
margin-left: -10px;
}


.view-taxonomy-term-w-mediach .views-field-field-subhead-value {

}

.view-taxonomy-term-w-mediach .views-field-field-lead-value {
	afont-style: italic;
    text-align: justify;
}

.view-taxonomy-term-w-mediach .views-label-field-date-value, .view-taxonomy-term .views-label-field-date-value2 {
	font-weight: bold;
}

.view-taxonomy-term-w-mediach .date-display-single {

}

/*************** DIRECTORY **********************/
/* lower levels of li inherti all properties, so need to set exclusively */
#directory-vid-16 .item-list ul {
margin: 0;
}

.directory-home-toggle-link {
	display: none;
}

#directory-vid-16 h3 {
	display: none;
}


/* 1st level */
#directory-vid-16 ul li {
	display: block;
	float: left;
	min-width: 250px;
	min-height: 450px;
	background: #f9f9f9;
	border: 1px solid #ED8C8C;
	padding: 10px 0 0 10px;
	margin: 0 20px 30px 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}

#directory-vid-16 ul li:hover {
	border: 1px solid #c41d1d;
}

#directory-vid-16 ul li a {
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #444444;
	letter-spacing: 1px;
}


/* 2nd level */
#directory-vid-16 ul li li {
	border: 0px;
	display: block;
	float: none;
	min-height: 12px;
	padding: 0px;
	margin: 10px 0 2px 20px;
}

#directory-vid-16 ul li li:hover {
	border: 0px;
}

#directory-vid-16 ul li li a {
	font-size: 16px;
	font-weight: 100;
	font-style: italic;
	color: #666666;
	letter-spacing: 0px;
}


/* 3rd level */
#directory-vid-16 ul li li li {
	display: list-item;
	width: 150px;
	min-width: 50px !important;
	min-height: 12px;
	list-style-image:url(../images/bullet_play.png);
	font-size: 12px;
	padding: 0px;
	margin: 0 0 0 10px;
}

#directory-vid-16 ul li li li:hover {
	border: 0px;
}

#directory-vid-16 ul li li li a {
	list-style-type: circle;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	color: #c41d1d;
	letter-spacing: 0px;
}




span.directory-category-haschildren { /* has 1 or more child nodes */
	font-weight: normal;
}

span.directory-category-nochildren {
	font-weight: normal;
}


.section-kategoria .help {
	 /*background:#F7F8F8 url(../images/info.png) no-repeat scroll 0.5em 0.45em;*/
border:1px solid #66BEF4;
color:#000D2F;
margin-bottom: 30px;
}

.section-kategoria .help h3 {
	margin: 0 0 10px 0;
}

.section-kategoria .help ul li {
	font-size: 16px;
	list-style-type: circle;
	text-transform: none;
	text-decoration: none;
	font-style: normal;
	color: #c41d1d;
	letter-spacing: 0px;
	list-style-image:url(../images/bullet_play.png);
}
.teaser h5.image-caption {
  margin-bottom: 10px;
  width: 100px;
  display:none
}

.full-node h5.image-caption {
  display: block;
  padding: 3px;
  background: #eeeeee;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  width: 300px;
}
/*FRONTPAGE*/
#galerie-content .views-row-1 #photoBox img {
  margin-bottom: 80px;
}
.panel-panel a img{
    border:3px double #878787;
}
#views_slideshow_singleframe_div_1_0 a img,
#views_slideshow_singleframe_div_1_1 a img,
#views_slideshow_singleframe_div_1_2 a img,
#views_slideshow_singleframe_div_1_3 a img,
#views_slideshow_singleframe_div_1_4 a img,
#views_slideshow_singleframe_div_1_5 a img,
.views_slideshow_singleframe_controls a img,
.views_slideshow_singleframe_controls a img,
.block-content .views-row #photoBox img,
.page-blogs .block-content .attachment .views-field-title,
.page-blogs .view-blog-autors tr td {
    border: none;
}
.rounded-corner .wrap-corner{
    z-index: 0;
}
#block-block-17{
    display:inline;
    width:150px;
}
#block-block-17 .popup-element{
    margin-top: -10px;
z-index: 9999
}
#block-block-17 img{
    margin: 0 3px;
}
#under-logo{
    width: 400px;
}
/*Weather Block*/
div.popup-origin{
    z-index: 2;
}
.weather{
    width: 200px;
}
.weather img{
    float: left;
    margin-top: 6px;
}
.weather ul{
    list-style: none;
    margin-left: 60px;
    font-size: 95%;
}
a.popup-title span{
    background: none;
    padding: 0;
}
div.popup-body{
    margin-top:60px;
}
.weather p, .view-calendar-card-views p{
    margin: 0;
}
/*imieniny blok*/
.block ul{
    list-style-type: none;
}
.blok-im{
    width: 260px;
}
.blok-im div{
    margin-left: 200px;
}
/*Strona organizacje*/
.katalog_org ul li:first-child{
    font-weight: bold;
    font-size: 14px;
}
.katalog_org ul {
    list-style-type: none;
    float:left;
}
/*Strona fakty*/
.page-fakty .panel-panel a img{
    display: none;
}
.node-type-blog div.field-item #photoBox,
.node-blog div.field-item #photoBox,
.node-ogloszenie div.field-item #photoBox{
    width: auto;
    height: auto;
    margin-right: 20px;
}
/*Article Page*/
div.field-item #photoBox img{
    margin: 0px;
    border: 3px double #878787;
}
/*Article Views*/
div.views-row #photoBox img {
    margin: 0px;
    border: 3px double #878787;
}
.view-self-contained-gallery-view .views-row #photoBox img {
  border: 0;
}
/*Views taxonomy-term (wmediach)*/
.view-id-taxonomy_term .views-field-phpcode-1 {
    display: inline;
}
.user-profile-pane .node-inner{
    border: none;
    background-color: transparent;
}
.user-profile-pane div.field-item #phot
oBox{
    width: auto;
    margin-right: 20px;
    height: auto;
}
.panels-flexible-column-inside .item-list li{
    list-style: disc outside url("/sites/all/themes/wilnoteka/images/bullet_play.png");
}
.panels-flexible-column-inside li .views-field-title, .panels-flexible-column-inside li .views-field-subject{
    border-bottom:1px dotted gray;
}
.page-gorace-tematy .view-hot-topics .views-row .views-field-field-picture-fid{
    float:left;
    margin-right: 5px;
}
.view-anonse-last .views-field-field-picture-fid {
    margin-right: 5px;
}
.view-anonse-last .views-row {
  display: inline-block;
  width: 140px;
  position: relative;
  height: 130px;
  text-align: center;
}
.view-anonse-last .views-row .views-field-field-heading-value {
  position: absolute;
  top: 73px;
  width: 140px;
}
.view-anonse-last .views-row .views-field-field-picture-fid {
  top: 0;
}
.front .view-frontpage-new-all-content td,
.front .view-frontpage-new-all-content-lt td {
    border:none;
    height: 130px;
    padding-bottom: 0;
}
.front .view-frontpage-new-all-content .row-2 td,
.front .view-frontpage-new-all-content .row-3 td{
    padding: 10px 5px;
}
.view-anonse-last .views-field-field-heading-value{
    height: auto;
    width: 175px;
}
.front .view-display-id-attachment_2 .row-last td{
    padding-bottom: 0;
}
.front .view-display-id-attachment_2 .row-first td{
    padding-top: 3px;
}
.page-nadeslane .panels-flexible-region-17-felietony ul{
    padding-left: 235px;
}
.view-question-of-the-day .node-content{
    min-height: 0;
}
.node-type-self-contained-gallery .galleria-nav{
    padding-left:100px;
    font-weight: bold;
}
.node-type-self-contained-gallery .item-list .galleria li{
    margin-right: 20px;
    border: 1px solid #D6D6D6;
    padding: 3px;
}
.node-type-self-contained-gallery .item-list .galleria li img{
    width: 80px;
    height: 80px;
    margin-left: 0;
}
#hot-topic span{
    margin-right: 0px;
}
#hot-topic a{
    margin:0 5px;
    text-decoration: none;
    color: gray;
}
.front .inside:first-child .rounded-corner{
    margin: 10px 0;
}
.not-front #main-content .views-row .views-field-phpcode,
.not-front #main-content .views-row .views-field-field-heading-value,
.not-front #main-content .views-row .taxonomy-term-title,
.view-calendar-card-views .views-field-phpcode,
.not-front .view-galerie .views-field-title{
    font-weight: bold;
    font-size: 18px;
}
.not-front #main-content .rounded-corner .views-row .views-field-phpcode,
.not-front #main-content .rounded-corner .views-row .views-field-field-heading-value,
.not-front #main-content .rounded-corner .views-row .taxonomy-term-title{
    font-size: 14px;
}
 #leaderboard {
    background-repeat:repeat;
    background-position:right top;
    padding: 8px;
    text-align: center;
    margin: 0px;
    margin-bottom: 15px;
    border-bottom: 1px dotted grey;
}
.front #front-najnowsze{
    padding-top: 20px;
}
.block-content .views-field-field-lead-value{
    color: gray;
}
#block-block-23{
    display: inline;
    text-align: right;
}
#block-block-21{
    text-align: right;
    color: white;
    width: 960px;
    margin: auto;
}
#block-block-21 a{
    color: white;
}
#top_header{
    background-color: #708090;
    margin-bottom: 15px;
}
#block-block-21 a, #block-block-21 a:visited{
    color:white;
    font-weight: bold;
    text-decoration: none;
}
#nav .primary-links ul.nice-menu, #nav .primary-links ul.nice-menu ul{
    z-index: 10;
}
.eventsBoxHr{
	height: 10px;
	width: 100%;
	border-bottom: 1px dashed gray;
	margin-bottom: 10px
}
#eventsBlockModule .views_slideshow_singleframe_teaser_section{
	overflow: hidden;
	position: relative;
	width: auto;
}

#eventsBlockModule .views_slideshow_singleframe_slide{
	position: absolute;
	width: 100%;
}

#sidebar-right #block-views-duty_block-block_1 .view-duty-block{
	overflow: hidden;
	height: 150px
}

#block-views-calendar_card_block-block_1{
	margin-bottom:0;
}

#block-views-calendar_card_block-block_1 .block-inner{
	padding-bottom: 0;
}

#block-views-calendar_card_block-block_1 .block-content{
	background: url("/sites/all/themes/wilnoteka/images/calendar_card_block.jpg") no-repeat scroll left center transparent;
	height: 179px;
	width: 306px;
	color:#585858;
	font-weight: bold;
}

#block-views-calendar_card_block-block_1 .view-content,
#block-views-duty_block-block_1 .view-content{
	margin: 5px;
}

#block-views-calendar_card_block-block_1 .views-field-phpcode-2,
#block-views-duty_block-block_1 .views-field-nothing-2{
	font-size:14px;
	margin: 3px 0;
}

#block-views-calendar_card_block-block_1 .views-field-phpcode-2{
    margin-left: 20px;
}

#block-views-calendar_card_block-block_1 .views-field-field-celebration-day-value{
	font-size: 13px;
	color: red;
	max-width: 77%;
}

#block-views-calendar_card_block-block_1 .views-field-field-christmas-value,
#block-views-calendar_card_block-block_1 .views-field-field-imieniny-value,
#block-views-calendar_card_block-block_1 .views-field-field-imieniny-lt-value,
#block-views-calendar_card_block-block_1 .views-field-field-events-value,
#block-views-calendar_card_block-block_1 .views-field-field-man-of-day-value{
    margin: 5px 0;
}

#block-views-calendar_card_block-block_1 .views-field-field-imieniny-lt-value{
	margin-top: 0;
}

#block-views-calendar_card_block-block_1 .views-field-field-events-value .field-content{
	margin: 5px 0 3px;
}

#block-views-calendar_card_block-block_1 .views-field-phpcode{
	max-width: 96.5%;
	position: absolute;
	bottom: 10px;
	text-align: right;
	width: 89%;
}

#block-views-calendar_card_block-block_1 .views-field-field-events-value,
#block-views-duty_block-block_1 .views-field-field-picture-fid,
#block-views-duty_block-block_1 .views-field-phpcode,
#block-views-calendar_card_block-block_1 .views-field-field-man-of-day-value,
#block-views-calendar_card_block-block_1 .views-field-field-anniwersaries-value{
	display: none;
}

#block-views-calendar_card_block-block_1 a{
	text-decoration: none;
}

#block-views-calendar_card_block-block_1 .views-field-field-christmas-value p{
    margin: 0;
}

#block-views-duty_block-block_1 .views-field-field-picture-fid{
	height: 65px;
}
#block-views-duty_block-block_1 .block-content{
	background: url("/sites/all/themes/wilnoteka/images/wnt_live_block.jpg") no-repeat scroll left center transparent;
	height: 101px;
	width: 306px;
	color:#585858;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0;
}

#block-views-duty_block-block_1 .field-content span{
	text-decoration: underline;
	color: #00f;
}

#block-views-calendar_card_block-block_1 .block-corner-bl,
#block-views-calendar_card_block-block_1 .block-corner-br,
#block-views-duty_block-block_1 .block-corner-bl,
#block-views-duty_block-block_1 .block-corner-br{
	background: none;
}

#galerie-content{
	margin-top: -10px;
}

#galerie-content .attachment-before .views-field-title{
	margin-bottom: 10px;
}

#galerie-content .attachment-before .views-field-name,
#galerie-content .attachment-before .views-field-phpcode{
	font-size: 13px;
    	font-weight: bold;
	margin: 5px;
}

#galerie-content .attachment-after{
	position:relative;
	bottom:25px;
}
.attachment-after .view-galerie .view-footer a{
	float:right;
	font-weight:bold;
	position: relative;
	top:30px;
}
.view-Partner-banner {
    height: 150px;
    overflow: hidden;
}
.view-Partner-banner table {
    margin: 0;
    position: relative;
}
.view-Partner-banner td{
    border: none;
    height: 150px;
    text-align: center;
    width: 200px;
    padding: 0 2px;
}

.view-Partner-banner td img{
    border: none;
}

.page-strona-anonse .panel-display .view .attachment-after {
	width: 314px;
  float: right;
}
.page-strona-anonse .panel-display .view .more-link {
  clear: both;
}
.view-frontpage-new-all-content .view-content {
  overflow: hidden;
  height: 140px;
}



#trackduck #td-main-bar-list {
  padding-left: 0px !important;
}
