/* Start of CMSMS style sheet 'Quume Uusi' */
body {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #172e33;
}
#pagewrapper {
   background: url(uploads/newlayout/background.png) repeat-x center top;
   background-color: #41a9c2;
}
#headerwrapper {
   background: url(uploads/newlayout/header-back.png) repeat-x center top;
	width: 940px;
	overflow: hidden;
	width: 100%;
}
#header {
	width: 940px;
	height: 70px;
	margin: 0 auto;
}
#logo {
	float: left;
	width: 220px;
	height: 80px;
	display: inline;
	overflow: hidden;
	margin: 10px 0 0 0;
	background: url(uploads/newlayout/logo.png) no-repeat;
}
   #logo a {
      display: block;
      padding:80px 0 0 0;
   }
#search {
	float:  right;
	text-align: right;
	width: 720px;
	height: 30px;
	padding: 6px 0 0 0;
}
#search .haku {
   margin: 0 0 0 3px;
}
#nav-alt {
	float: right;
   height: 22px;
   padding: 10px;
   font-size: 0.75em;
}
   #nav-alt li {
      float: left;
	}
	#nav-alt a {
	   color: #666;
	   text-decoration: none;
	   margin: 0 5px;
	}
#nav-wrapper {
	width: 935px;
	height: 36px;
	margin: 0 auto 8px auto;
	padding: 0 0 0 5px;
	background: url(uploads/newlayout/menuback.png) no-repeat;
}
#nav-main {
	background: url(uploads/newlayout/menu-right.png) no-repeat right top;
	float: left;
	padding: 0 5px 0 0;
	width: 930px;
}
   #nav-main li {
      float: left;
      line-height: 36px;
      background: url(uploads/newlayout/menu-back.png) repeat-x;
      padding: 0 5px;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 0; 
   }
   #nav-main li a {
   	color: #fff;
   	text-decoration: none;
   }   
#home-wrapper {
	width: 940px;
	margin: 0 auto;
}

/* News blocks */
.newsblock-Ajankohtaista, .newsblock-Tapahtumat, .newsblock-Kilpailu, .newsblock-Kansainvalinen, .newsblock-Quume, .introblock {
	width: 600px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.newsblock-Tapahtumat {
	background-image: url(uploads/newlayout/block-event.png);
}
.newsblock-Kilpailu {
	background-image: url(uploads/newlayout/block-competition.png);
}
.newsblock-Kansainvalinen {
	background-image: url(uploads/newlayout/block-international.png);
}
.newsblock-Ajankohtaista {
	background-image: url(uploads/newlayout/block-news.png);
}
.newsblock-Quume {
	background-image: url(uploads/newlayout/block-quume.png);
}
.newsblock-Ajankohtaista p, .newsblock-Tapahtumat p, .newsblock-Kilpailu p, .newsblock-Kansainvalinen p, .newsblock-Quume p, .introblock p {
	width: 420px;
	padding: 0px 0 0 20px;
}
.newsblock-Ajankohtaista h3, .newsblock-Tapahtumat h3, .newsblock-Kilpailu h3, .newsblock-Kansainvalinen h3, .newsblock-Quume h3, .introblock h3 {
	padding: 20px 0 0 20px;
}
/* Home stuff */
#home-other {
	background: #fff;
	overflow: hidden;
	margin: 0 0 10px 0;
	width: 100%;	
}
#home-other ul {
	font-size: 0.875em;	
}
#home-other ul li {
	padding: 0 0 5px 0;	
}
#events {
   margin: 0 0 10px 0;
}
.event-date {
	color: #999;	
}
.block-4-16 .event-date {
   display: block;
}
/* Content */
#content-wrapper {
	background: url(uploads/newlayout/contentback.png) repeat-y #fff;
	margin: 0 auto;
	width: 940px;
}
#subnav-wrapper {
	width: 300px;
	float: left;
	background: #387584;
}
#subnav-wrapper h3 {
   color: #fff;
   padding: 15px 20px 5px 20px;
}
#nav-sub {
	font-size: 0.875em;
	padding: 0 20px 15px 20px;
}
#nav-sub li {
   color: #fff;
   font-size: 24px;
   padding: 15px 0 0 0;
}
#nav-sub li a {
   color: #fff;
}
#nav-sub li ul {
   margin: 15px 0 0 0;
}
#nav-sub li ul li {
   padding: 3px 0 3px 0;
   font-size: 14px;
   line-height: 24px;
   border-bottom: 1px solid #6f8f97;
}
#nav-sub li ul li a {
   color: #fff;
}
#nav-sub li ul li ul {
   margin: 0px 0 0 15px;
}
#nav-sub li ul li ul li{
   padding: 0 0 3px 0;
   font-size: 14px;
   line-height: 20px;
   border-bottom: none;
}
#nav-sub li.currentpage {
   font-weight: bold;
}
#nav-sub li.currentpage li{
   font-weight: normal;
}
#content {
	float: left;
	width: 600px;
	padding: 15px 20px;
}

/*Footer */
#footer-wrapper {
   background: url(uploads/newlayout/footer-back.png) repeat-x #172e33;
	overflow: hidden;
	margin: 20px 0 0 0;
	width: 100%;
	color: #fff;
}
#footer {
	width: 940px;
	margin: 0 auto;
}
#footer p {
	color: #fff;
}
#footer h3 {
	color: #fff;
}
/* Boxes */
.block-6-16, .block-4-16 {
	float: left;
	padding: 15px 20px;
}
.block-6-16 {
	width: 320px;
}
.block-4-16 {
	width: 180px;
}
/* Elements */
h2 {
   font-size: 1.625em;
   color: #283c41;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 15px 0;
   color: #283c41;
}
h4 {
	font-size: 1.125em;
	font-weight: normal;
	margin: 0 0 15px 0;
   color: #283c41;
}
p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 0 0 15px 0;
	color: #1a1a1a;
}
#content ul {
   margin: 10px 0 20px 20px;
   font-size: 0.875em;
}
#content ul li {
   padding: 0 0 5px 0;
   list-style: disc;
}
a {
   color: #41a9c2;
   text-decoration: none;
}
.clear {
	clear: both;
}

/* NEWS TABS */

#home-news {
	background: #fff;
	overflow: hidden;
	margin: 0 0 10px 0;
	width: 100%;
}
#news-left {
   float: left;
	width: 340px;
	height: 210px;
	padding: 20px 0 20px 20px;
}
#news-left h2 span {
   font-size: 12px;
}
#nav-news {
	margin: 20px 0 0 0;
	font-size: 0.875em;
}
#nav-news li {
	margin: 0 20px 0 0 0;
	cursor: hand;
}
#nav-news .current {
	background: url(uploads/newlayout/news-current.png) no-repeat right 5px;
}
#nav-news li a {
	border-bottom: 1px solid #6f8f97;
	width: 320px;
	display:  block;
	line-height: 30px;
	padding: 0 20px 0 0 0;
	text-decoration: none;
	color: #288fa7;
	cursor: hand;
	cursor: pointer;
}
#news-scroll {
   float: left;
	width: 580px;
	height: 250px;
	background: #387584;
	color: #fff;
}
#news-scroll h3 {
	color: #fff;
}
#news-scroll p {
	color: #fff;
}
#news-scroll a {
	color: #fff;
	text-decoration: underline;
}
#news-scroll div {
    width:580px;
    display:none;
}
#news-scroll div.introblock {
    display:block;
	background-image: url(uploads/newlayout/block-quumemies.png);
}

/* SUBMENUIMAGES */

/* Submenun kuvat */
#submenuimage2 {
   background: #385C72 url(uploads/aihekuvat/cat-arkielama.jpg) no-repeat;
   height: 225px;    
}
#submenuimage3 {
   background: #385C72 url(uploads/aihekuvat/cat-maailmalle.jpg) no-repeat;
   height: 225px;    
}
#submenuimage4 {
   background: #385C72 url(uploads/aihekuvat/cat-opiskelu.jpg) no-repeat;
   height: 225px;    
}
#submenuimage5 {
   background: #385C72 url(uploads/aihekuvat/cat-terveys.jpg) no-repeat;
   height: 225px;    
}
#submenuimage6 {
   background: #385C72 url(uploads/aihekuvat/cat-vapaa-aika.jpg) no-repeat;
   height: 225px;    
}
#submenuimage7 {
   background: #385C72 url(uploads/aihekuvat/cat-paihteet.jpg) no-repeat;
   height: 225px;    
}
#submenuimage8 {
   background: #385C72 url(uploads/aihekuvat/cat-nuorisotyo.jpg) no-repeat;
   height: 225px;    
}
#submenuimage9 {
   background: #385C72 url(uploads/aihekuvat/cat-tiedotus.jpg) no-repeat;
   height: 225px;    
}
#submenuimage10 {
   background: #385C72 url(uploads/aihekuvat/cat-galleria.jpg) no-repeat;
   height: 225px;    
}
#submenuimage11,
#submenuimage14 {
   background: #385C72 url(uploads/aihekuvat/cat-yhteystiedot.jpg) no-repeat;
   height: 225px;    
}
#submenuimage12 {
   background: #385C72 url(uploads/aihekuvat/cat-events.jpg) no-repeat;
   height: 225px;    
}
#submenuimage13 {
   background: #385C72 url(uploads/aihekuvat/cat-tiedotus.jpg) no-repeat;
   height: 225px;    
}
#submenuimagedefault {
   background: #385C72 url(uploads/newlayout/cat-vapaa-aika.jpg) no-repeat;
   height: 225px;    
}
/* FAQ */
.qwrap {
  border-top: 1px dotted #999;
   padding: 10px 10px 0 10px;
}
/* Form */
.textareawrap, .inputwrap, .checkwrap {
   float: left;
   width: 600px;
   font-size: 0.875em;
   padding: 5px 0 15px 0;
}
.textareawrap label, .inputwrap label {
   float: left;
   width: 600px;
   padding: 0 0 5px 0;
   font-weight: bold;
   color: #333;
}
.textareawrap textarea {
   float: left;
   width: 600px;
   height: 200px;
}
.inputwrap input {
   float: left;
   width: 595px;
}
.checkwrap {
   font-weight: bold;
   color: #333;
}
.submit {
   margin: 10px 0 0 0;
   float: left;
   width: 400px;
}
.content li {
   padding: 5px 0;
}
.NewsSummarySummary {
   font-size: 12px;
}
.NewsSummaryLink {
   padding: 0 0 5px 0;
}
.block-6-16 span {
   font-size: 12px;
}
/* End of 'Quume Uusi' */

