
/* News */
.news h1 {
    margin-bottom: 2px;
}

.news h3 {
    margin-bottom: 7px;
}

.news .news-item {
 border-bottom: 1px solid #CCCCCC;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

.news .news-item-date {
 color:#777;
 font-weight:bold;
 margin: 0 0 10px 0;
}

/* Previewnews */
.previewnews h1 {
    margin-bottom: 2px;
}

.previewnews .previewnews-item{
 border-bottom: 1px solid #CCCCCC;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
}

.previewnews .previewnews-item-link {
 font-weight:bold;
}

.previewnews .previewnews-item-date {
 color:#777;
 font-weight:bold;
 margin: 0 0 5px 0;
}

.previewnews .previewnews-item-ingress {
 margin: 0 0 5px 0;
}


/* WeBlog */
.weblog h1 {
    color: #d4df4c ;
    font-size: 2.0em;
    margin-top: 20px;
    font-weight: 100;
    border-bottom: #afb7ba 3px dotted;
    padding-bottom: 5px;
}
.weblog .date { /* .webloglist */
    font-style: italic;
    font-size: 9pt;
    margin-bottom: 0px !important;
}
.weblog h2 { /* .webloglist */
    font-size: 14pt;
    padding: 0px 0px 10px;
    line-height: 14pt;
    margin: 0px 0px 0px 0px;
}
.weblog .webloglistitemfooter {
    border-bottom: solid 1px #afb7ba;
    padding-bottom: 10px;
}



.weblogitem-comments {
    border-top: dotted 3px #afb7ba;
    margin-top: 20px;
}
.weblogitem-comments h3 {
    margin-bottom: 0px !important;
}



.webloglist-latest .date {
    border-bottom: 1px solid #afb7ba;
    display: block;
    margin-bottom: -15px !important;
}

/* .weblogcategory-link :before {content: "››";padding-right: 3px;} */
.weblogcategory-link, .weblogcategory-link:visited {
 background:#ed467c;
 color:#fff;
 display:block;
 padding:5px 10px;
 margin-bottom:-10px;
 font-weight:bold;
}

.weblogcategory-link:hover {
 background:#d4df4c;
 color:#666666;
 text-decoration:none;
}


/* Newsarchives */
.newsarchives h1 {
    margin-bottom: 2px;
}

.newsarchives .newsarchives-item{
 border-bottom: 1px solid #CCCCCC;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
}

.newsarchives .newsarchives-item-link {
 font-weight:bold;
}

.newsarchives .newsarchives-item-date {
 color:#777;
 font-weight:bold;
 margin: 0 0 5px 0;
}

.newsarchives .newsarchives-item-ingress {
 margin: 0 0 5px 0;
}


/* Feedform */

.feedform  {

}

.feedform  div.feedform_error {
 padding: 8px 6px 12px 6px;
 color: #df1000;
}

.feedform  div.feedformitem label.error {
 color: #df1000;
}


.feedform  textarea {
 font-size: 1em;
}

.feedform  span.info {
 display: block;
    margin-top: 5px;
 color: #9a9a9a;
 opacity: 0.75; 
 font-size: 0.917em;
}


.feedform  .feedform-buttons {
 border: transparent none;
 padding: 8px 6px;
}


.feedform  .button {
 padding: 7px 15px; 
 outline: none;
 border-radius: 3px 3px 3px 3px;
 border: 1px solid #ababab;
 box-shadow:inset 0 1px 0px #fff;
 color: #3b3b3b;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e9e9e9',GradientType=0 );
    background: linear-gradient(top, #efefef 0%,#e9e9e9 100%);
}

.feedform  .button:hover {
 text-decoration: none;
 box-shadow:0 1px 1px #FFFFFF inset, 0 0 2px #E1E1E1;
}

.feedform  .button:active {
 position: relative; top: 1px;
 box-shadow: 0 0 5px #c2c2c2 inset;
}

.feedform  .button.blue {
 border: 1px solid #19559e; 
 box-shadow:inset 0 1px 0px #58a4e9; 
 color: #fff;
    background: #3d90e3;
    background: -moz-linear-gradient(top, #3d90e3 0%, #2d6ad9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d90e3), color-stop(100%,#2d6ad9));
    background: -webkit-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -o-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -ms-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d90e3', endColorstr='#2d6ad9',GradientType=0 );
    background: linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
}

.feedform  .button.blue:hover {
 box-shadow:0 1px 1px #58A4E9 inset, 0 0 2px #62A1E3;
}
.feedform  .button.blue:active {
 box-shadow: 0 0 5px #3067A2 inset;
}

.feedform  .button.black {
 border: 1px solid #000; 
 box-shadow:inset 0 1px 0px #545454; 
 color: #fff;
    background: #404040;
    background: -moz-linear-gradient(top, #404040 0%, #323232 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#323232));
    background: -webkit-linear-gradient(top, #404040 0%,#323232 100%);
    background: -o-linear-gradient(top, #404040 0%,#323232 100%);
    background: -ms-linear-gradient(top, #404040 0%,#323232 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#323232',GradientType=0 );
    background: linear-gradient(top, #404040 0%,#323232 100%);
}

.feedform  .button.black:hover {
 box-shadow:0 1px 1px #545454 inset, 0 0 2px #4D4D4D;
}
.feedform  .button.black:active {
 box-shadow: 0 0 5px #232323 inset;
}





/* Pictures */
.pictures {

}

.pictures .pictures-item {
 float:left;
 position: relative;
 margin-right:15px;
 margin-bottom:20px;
 background-color: #FFFFFF;
    border: 1px solid #DADADA;
    padding: 0 6px;
 line-height: 100%;
}

.pictures .pictures-item img {
 margin: auto;
}
.pictures .pictures-imagelink {
 width: 100%;
 height: 100%;
 display:block;
}

.pictures .pictures-adminblock {
 position: absolute;
 left: 0px;
 top: 0px;
 z-index:1100;
}

/* Imageslider */

.imageslider {
 padding: 0 0 20px 0;
}

.imageslider .imageslider-items {
 /*width: 940px;
 height: 450px;
 background: #000 url('orbit/loading.gif') no-repeat center center;
 overflow: hidden; */

}

.flexslider .slides p {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    bottom: 20px;
    color: #FEFEFE;
    display: block;
    left: 30px;
    margin-top: 6px;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 #111111;
}

.flexslider .flex-caption img {
    width: auto !important;
    height: auto;
}


/* Contentslider */

.contentslider {
 position: relative;
 padding: 0 0 20px 0;
}

.contentslider .contentslider-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -20px;
    left: 50%;
 margin-left: -50px;
    padding: 0; 
}

.contentslider .contentslider-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../images/contentslider/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; 
}

.contentslider .contentslider-bullets li.activeSlide {
    color: #222;
    background-position: -8px 0; 
}


.contentslider .contentslider-numeric {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -20px;
    left: 50%;
 margin-left: -50px;
    padding: 0; 
}

.contentslider .contentslider-numeric li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    width: 16px;
    height: 16px;
    overflow: hidden;
 text-align: center;
 padding: 2px 4px; 
 outline: none;
 border-radius: 3px 3px 3px 3px;
 border: 1px solid #ababab;
 box-shadow:inset 0 1px 0px #fff;
 color: #3b3b3b;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -o-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    background: -ms-linear-gradient(top, #efefef 0%,#e9e9e9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e9e9e9',GradientType=0 );
    background: linear-gradient(top, #efefef 0%,#e9e9e9 100%);
}

.contentslider .contentslider-numeric li a{
    color: #3b3b3b;
}

.contentslider .contentslider-numeric li.activeSlide {
 border: 1px solid #19559e; 
 box-shadow:inset 0 1px 0px #58a4e9; 
 color: #fff;
    background: #3d90e3;
    background: -moz-linear-gradient(top, #3d90e3 0%, #2d6ad9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d90e3), color-stop(100%,#2d6ad9));
    background: -webkit-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -o-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    background: -ms-linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d90e3', endColorstr='#2d6ad9',GradientType=0 );
    background: linear-gradient(top, #3d90e3 0%,#2d6ad9 100%);
}

.contentslider .contentslider-numeric li.activeSlide a{
    color: #fff;
}

.contentslider .contentslider-adminblock {
 position: absolute;
 left: 0px;
 top: 0px;
 z-index:1100;
}



/* Google maps */    
.gmaps {
 width: 100%;
 height: 400px; 
}



/* RSS syöte */
.rss .rssFeed {
}
.rss .rssFeed a {
 text-decoration: none;
}
.rss .rssFeed a:hover {
}

.rss .rssHeader { 
 color: #4B8099;
 font-size:16pt;
 margin-bottom:10px;
 padding-top:10px;;
}

.rss .rssBody { 
}
.rss .rssBody ul { 
 list-style: none; 
}
.rss .rssBody ul, .rssRow, .rssRow h4, .rssRow p {
 margin: 0;
 padding: 0;
}

.rss .rssRow { 
 padding: 0.8em 0 0.8em 0; 
}
.rss .rssRow h4 { 

}
.rss .rssRow div {
 font-size: 90%;
 color: #666;
 margin: 0.2em 0 0.4em 0;
}


.rss .rssRow .rssMedia {
 padding: 0.5em;
 font-size: 1em;
}



