
/* 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;
}

/* 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 {
	border-bottom: 1px solid #d6d6d6; 
	padding: 8px 6px;
}

.feedform  div.feedformitem label, .feedform  div.feedform-buttons label {
	width: 11.5em; 
	float: left; 
	padding-top: 1px;
	color: #3f3f3f;
}

.feedform  div.feedformitem label.error {
	color: #df1000;
}
.feedform  div.feedformitem label.f_item_label {
	float: none; 
	width: auto;
}

.feedform  div.feedformitem .input-radioitem , .feedform  div.feedformitem .input-checkitem {
	float: none; 
	width: auto;
	display: block;
}

.feedform  div.feedformitem div.input {
	float: left; 
}

.feedform  input[type="text"], .feedform  input[type="password"], .feedform  textarea, .feedform  select {
	border: 1px solid #ababab; 
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; 
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	padding: 5px;
}

.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;
}


/* Poll */

.poll {

}

.poll h2 {

}

.poll .poll-items {
	margin: 0 0 15px 0;
}


.poll  label.f_item_label {
	float: none; 
	width: auto;
}

.poll  .input-radioitem {
	float: none; 
	width: auto;
	display: block;
}

.poll .poll-buttons {
	padding: 8px 6px;
}

.poll  .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%);
}

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

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

.poll .poll-results {

}

.poll label {
	width: 11.5em; 
	float: left; 
	padding-top: 1px;
	color: #3f3f3f;
}

.poll .graph { 
    position: relative; /* IE is dumb */
    width: 150px; 
    border: 1px solid #B1D632; 
    padding: 2px; 
	margin: 2px 0 3px 0;
	float: left;
}

.poll .graph .bar { 
    display: block;
    position: relative;
    background: #B1D632; 
    text-align: center; 
    color: #333; 
    height: 1.5em; 
    line-height: 1.5em;            
    font-size:9px;
}

.poll .graph .bar span {
	position: absolute; 
	left: 1em; 
}

.poll .poll-result-total {
	padding-top: 10px;
	color: #3f3f3f;
}



/* 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; */

}


.imageslider div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; 
}

.imageslider div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden 
}

.imageslider div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; 
}

.imageslider div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; 
}

.imageslider .orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

.imageslider div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; 
}

.imageslider span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../images/imageslider/rotator-black.png) no-repeat;
    z-index: 3; 
}

.imageslider span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; 
}

.imageslider span.rotator.move {
    left: 0 
}

.imageslider span.mask.move {
    width: 40px;
    left: 0;
    background: url(../images/imageslider/timer-black.png) repeat 0 0; 
}

.imageslider span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/imageslider/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; 
}

.imageslider span.pause.active {
    background: url(../images/imageslider/pause-black.png) no-repeat 0 -40px 
}

.imageslider div.timer:hover span.pause,
.imageslider span.pause.active {
    opacity: 1;
}

.imageslider .orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif; 
}

.imageslider .orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; 
}

.imageslider div.slider-nav {
    display: block;
}

.imageslider div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; 
}

.imageslider div.slider-nav span.right {
    background: url(../images/imageslider/right-arrow.png);
    right: 0; 
}

.imageslider div.slider-nav span.left {
    background: url(../images/imageslider/left-arrow.png);
    left: 0; 
}

.imageslider .orbit-bullets {
    z-index: 1000;
    list-style: none;
	margin: 10px 0 0 0;
    padding: 0; 
	float:right;	
}

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

.imageslider .orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; 
}
    
.imageslider .orbit-bullets li.has-thumb {
    background: none;
    width: 60px;
    height: 35px; 
	margin: 0 0 0 2px;
	background-position: middle center;
}

.imageslider .orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    
}

/* 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;
}



