/* Specfic front page style */

/* Right sidebar */
#sidebar-second{ float: left; width: 207px; }

/* Content column */
.content-top-borders{ width: 100%; height: 7px; background: #fff url("../images/rounded-borders/content-top-rounded-borders-490.gif") no-repeat top right; }
.content-bottom-borders{ clear: both; width: 100%; height: 7px; background: #fff url("../images/rounded-borders/content-bottom-rounded-borders-490.gif") no-repeat bottom right; }

/* Last issues */

/* Focused issues */
#block-irstea-irstea-viewer .viewer-wrapper{ background-color: #fff; }
.viewer-focus, .postcards-focus{ padding: 3px 10px 0 10px; }
.viewer-focus > .issue-link,.postcards-focus > .issue-link{ position: relative; overflow: hidden; display: block; width: 471px; height: 295px; margin-bottom: 14px; text-decoration: none; }
.viewer-focus > .issue-link > span,.postcards-focus > .issue-link > span{ position: absolute; top: 0; left: 0; width: 443px; padding: 14px; background: url("../images/black-pixel-opacity-65.png") repeat left top; font-weight: bold; color: #fff; }
.viewer-focus .title{ display: block; font-size: 1.5em; line-height: 1.2em; padding-top: 20px; padding-left: 40px; padding-right: 0px;}
.postcards-focus .title{ display: block; font-size: 1.5em; line-height: 1.2em; padding-top: 20px; padding-right: 0px;}
.viewer-focus .subTitle,.postcards-focus .subTitle{ display: block; font-size: 1.2em; }
.viewer-focus > .issue-link:hover .title,
.viewer-focus > .issue-link:hover .subTitle,
.postcards-focus > .issue-link:hover .title,
.postcards-focus > .issue-link:hover .subTitle{ text-decoration: underline; }
.viewer-focus .summary-link,.postcards-focus .summary-link{ color: #FFF; font-size: 1.12em; }
.viewer-focus .summary-link:hover,.postcards-focus .summary-link:hover{ text-decoration: underline; }

/* List of issues */
.viewer{ background: transparent url("../images/viewer/viewer-background.gif") no-repeat top right; }
.viewer table{ font-size: inherit; line-height: inherit; }
.viewer tbody{ border: 0; }
.viewer td{ padding: 0; }
.viewer-cover, .postcards-cover{ position: relative; float: left;}
.viewer-cover a{ display: block;}
.viewer-info{ float: left; color: #fff; }
.viewer-issue.active .viewer-info{ display: block; }

/* Viewer footer with links to archives */
.viewer .footer{ margin: 5px 15px 0 0; text-align: right; }

/* Viewer special issue */
.viewer .overlay-special-issue{ position: absolute; display: block; bottom: 0; right: 0; width: 45px; height: 26px; background: url("../images/viewer/viewer-special-issue.png") no-repeat right bottom; }

/* Focused articles */
#block-irstea-irstea-focus .focus-wrapper, #block-irstea-irstea-coming .focus-wrapper{ overflow: hidden; padding: 0 5px 0 5px; margin-top: 1em; background: #fff url('../images/tabs/tab-top-left.gif') no-repeat top right; }
.focus-wrapper h2{ margin: 0; color: #535; font-size: 1em; }
.focus-wrapper ul{ padding: 0; list-style: none; }
.focus-wrapper li{ height: 70px; margin-bottom: 10px; }
.focus-wrapper p{ margin: 0; }
.focus-wrapper .focus-image{ /*width: 230px; float: left;*/ clear: left; margin: 0 10px 0 0; }
.focus-wrapper .focus-info{ width: 237px; float: left; }
.focus-wrapper .focus-info > span{ color: #003D73; }
.focus-wrapper a{ text-decoration: none; }
.focus-wrapper a:hover{ text-decoration: underline; }

/* Rigth sidebar blocks */
#sidebar-second .block-wrapper{ background-image: url('../images/tabs/tab-top-left-small.gif'); }
.block-wrapper h2{ margin: 0 0 10px 0; color: #535; font-size: 1em;}
.block-bottom-borders{ clear: both; width: 100%; height: 7px; background: #fff url("../images/rounded-borders/block-bottom-rounded-borders.gif") no-repeat bottom right; }
.block-sub-title{ margin-top: 0; color: #003d73; font-weight: bold; font-size: 13px; }
.block-date{ font-size: 0.917em; color: #999; }

/* Right sidebar blocks more information */
.block-more-info .block-date{ display: block; height: 19px; font-size: 0.667em; background: transparent url('../images/dots/dots-490.png') no-repeat -10px 15px; }
.block-more-info .block-sub-title{ margin: 0; font-size: 1.083em; font-weight: bold; color: #003D73; }
/*.block-more-info .block-info{ font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif; font-size: 0.75em; line-height: 1.6667em; }*/

/* Carousel */
.focus-wrapper{padding-top: 0px;}

#row-control{
  width: 100%;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 0px;
}

.carousel-control {
    background-image: none !important;
    font-size: 12px !important;
    text-shadow: none;
    color: blue;
    position: static;
}

.carousel-control:focus, .carousel-control:hover {
    color: blue;
    text-decoration: none;
}

.glyphicon-chevron-left, .glyphicon-chevron-right{
  font-size: 20px !important;
}

.glyphicon-chevron-left{
  left: 0% !important;
}

.glyphicon-chevron-right{
  right: 0% !important;
}

div#fancybox-wrap{
	background: white;
	font-size: 1.3em;    
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}