/*
 Theme Name: flashy
 Theme URI: http: //pigsky.net/flashy
 Author URI: http: //pigsky.net
 Version: 1.2.1
 Author: addo
 Description: Just a simple WordPress theme created by <a href="http: //pigsky.net">addo</a>.With two columns, ajax-comment, right-sidebar, fixed-width, valid XHTML and CSS.
 Tags: two-columns, fixed-width, right-sidebar, theme-options
Modified: Jari Leppänen, June 2011
 */
/*static START*/ 
* {
    margin: 0;
    padding: 0;
}

a {
    color: #790E11;
    text-decoration: underline;
}

a:hover {
    color: #111111;
    text-decoration: underline;
}

h1 {
    font-size: 170%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 130%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 110%;
    margin-bottom: .2em;
}

h6 {
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, "Lucida Grande", "Microsoft Yahei", Georgia, "Times New Roman", Times, serif; /* tahoma > oma lisays */
    font-weight: bolder; /* OMA */
}

.alignleft {
    float: left;
    text-align: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    text-align: right;
    margin-left: 10px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

fieldset, img {
    border: 0;
}

blockquote {
    margin: 0 40px;
    font-style: italic;
}

.clear {
    clear: both;
}

html, body {
    background: #EEEEEE url(images/body_bg.png) repeat scroll 0 0;
  /*    background: #EEEEEE url(../../../../graf/rock.gif) repeat scroll 0 0;
  color: #666666; ORIG */
    color: #000;
/* font-family: "Lucida Grande", "Microsoft Yahei", Georgia, "Times New Roman", Times, serif; ORIG */
font-family: Georgia, "Times New Roman", Times, serif;
/*  font-size: 12px; */
    font-size: .9em; /* OMA */
    margin: 0 0 20px;
    text-align: center;
}

/*layout START*/ /*header START*/
#header {
    background: transparent url(images/header_bg.png) repeat-x scroll 0 0;
    height: 140px;
    width: 100%;
}

#header-inner {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    color: #FFFFFF;
    padding: 35px 0 0;
}

#title {
    padding: 0 0 0 20px;
}

#title a {
    float: left;
    display: block;
    padding: 5px 0 5px 0;
    font-size: 32px;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
}

#description {
    float: left;
    padding: 20px 0 0;
    margin-left: 40px;
}

/*menu START*/
#menu {
   background: transparent url(images/menu_bg.png) repeat-x scroll 0 0;
/*     background: transparent url(../../../../graf/rock.gif) repeat scroll 0 0; */
    height: 34px;
    width: 100%;
    line-height: 15px;
}

#menu-inner {
    width: 900px;
    margin: 0 auto;
    border-left: 1px solid #A5A4A4;
}

ul.menu li {
    display: inline;
}

ul.menu a {
    display: block;
    float: left;
    color: #FFFFFF;
    font-size: 12px;
    padding: 9px 20px 8px;
    text-decoration: none;
    border-left: 1px solid #626262;
    border-right: 1px solid #A5A4A4;
}

ul.menu li.current_page_item a, ul.menu a:hover {
    border-left: 0 none;
    border-right: 0 none;
    color: #790E11;
    padding: 9px 21px 10px;
    background: transparent url(images/menu_hover_bg.png) repeat-x scroll 0 0;
}

/*mid START*/
#mid {
    background: transparent url(images/mid_bg.png) repeat-x scroll 0 0;
    height: 40px;
    width: 100%;
    clear: both;
}

#mid-inner {
    width: 900px;
    margin: 0 auto;
}

#box {
    float: left;
    padding: 11px 0;
    width: 660px;
    text-align: left;
}

search {
    float: right;
    padding: 6px 0;
}

#search input {
    background: transparent url(images/search_bg.png) no-repeat scroll 0 0;
    border: 1px solid #AAAAAA;
    padding: 4px 0 4px 30px;
    color: #000000;
}

/*content START*/
#content {
  background: transparent url(images/body_dark_bg.png) repeat-x scroll 0 0;
/*    background: transparent url(../../../../graf/rock.gif) repeat scroll 0 0; */
    width: 100%;
    padding-top: 20px;
}

/*main START*/
#main {
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}

/*left START*/
#left {
    background: transparent url(images/content_bg.png) repeat-y scroll 0 34px;
    float: left;
    width: 660px;
}

/*post START*/
#posts {
    background: transparent url(images/content_top_bg.png) no-repeat scroll 0 0;
    padding: 35px 30px 0 47px;
/*    font-size: 13px; ORIG */
    font-siz: 13px;
}

h1#headline {
    border-bottom: 1px dotted #AAAAAA;
    color: #38302B;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 15px;
    padding: 0 0 7px;
}

h1#headline .notice {
    font-size: 13px;
    color: #79AE11;
    padding-left: 20px;
    background: url(images/notice.gif) no-repeat 0 3px;
}

h2.post-title {
    color: #790E11;
    line-height: 20px;
    font-size: 18px;
    font-weight: bolder; /* oli > normal */
}

h2.post-title a {
    text-decoration: none;
}

.post-info {
/*    color: #888888; ORIG */
    color: #000;
/*    font-size: 11px; ORIG */
    font-size: .8em;
/*    margin: 3px 0 5px; ORIG */
    margin: 1em 0 1.2em;
    padding-bottom: .1em; /* OMA*/
}

.post-date {
    margin-right: 10px;
    border-bottom: .1em solid #999; /* OMA */
    padding-bottom: .1em; /* OMA*/
}

.post-comments a {
/*    color: #888888; ORIG */
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
	font-size: .8em;
}

.post-comments a:hover {
    text-decoration: underline;
}

.post-content {
    line-height: 20px;
}

.post-content li {
    margin-bottom: 10px;
}

.post-content p {
    margin: 0 0 15px;
}

/* .post-content img {
    padding: 3px;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    max-width: 550px;
} POISTETTU > pilottaa kaikki smileyt! */

.more-link {
  margin-top: 2em;
}

#page-links {
    color: #000000;
}

p.wp-caption-text {
    font-size: 10px;
    text-align: center;
}

.post-content ol, .post-content ul {
    margin: 5px 0 10px 20px;
}

.post-separator {
    background: transparent url(images/separator_bg.png) no-repeat scroll 0 0;
    clear: both;
    display: block;
    height: 5px;
    margin: 25px 0 15px;
    width: 580px;
}

.post-meta {
    background: transparent url(images/separator_bg.png) no-repeat scroll left bottom;
    padding: 10px 0 10px;
}

.post-meta a {
    text-decoration: none;
}

.post-meta a:hover {
    text-decoration: underline;
}

.categories, .tags {
    display: block;
    float: left;
    margin-right: 20px;
}

a.more-link {
    color: #000000;
}

/*pagenavi START*/
#pagenavi {
    text-align: center;
    font-size: 11px;
}

#pagenavi .newer, #pagenavi .older {
    display: block;
}

#pagenavi .newer {
    float: left;
}

#pagenavi .older {
    float: right;
}

/*footer START*/
#footer {
    background: #DDDDDD url(images/footer_bg.png) no-repeat scroll 0 0;
    font-size: 11px;
    height: 88px;
    line-height: 15px;
    overflow: hidden;
    width: 660px;
}

#footer-left {
    float: left;
    margin: 52px 0 0 35px;
}

#footer-right {
    float: right;
    margin: 43px 22px 0 0;
    text-align: right;
}

/*sidebar START*/
#sidebar {
    float: right;
    width: 220px;
}

.widget {
    background: transparent url(images/widget_cont_bg.png) no-repeat scroll left bottom;
    margin: 0 0 15px;
    padding: 0 0 30px;
}

.widget a {
    text-decoration: none;
}

.widget a:hover {
    text-decoration: underline;
}

.widget h3 {
    background: transparent url(images/widget_h3_bg2.png) no-repeat scroll 0 0;
    color: #790E11;
    font-size: 18px;
    font-weight: 300;
    padding: 27px 0 19px;
    text-align: center;
}

.top h3 {
    background: transparent url(images/widget_h3_bg.png) no-repeat scroll 0 0;
}

.widget ul {
    background: url(images/widget_ul_bg.png) repeat-y scroll 0 0;
    list-style: none;
}

.widget ul.children {
    background: none;
    padding: 0;
    margin: 0;
}

.widget div {
    padding: 3px 20px 3px 18px;
}

.widget li { /*border-bottom: 1px dotted #CCCCCC;*/
    background: transparent url(images/arrow_right.png) no-repeat scroll 0 9px;
    padding: 5px 0 2px 25px;
    line-height: 20px;
    margin: 0 10px 0 20px;
}

.widget ul.children li {
    border-bottom: 0;
    margin: 0;
}

.widget li a {
    font-style: normal;
}

.widget li a:hover {
    color: #790E11;
    text-decoration: underline;
}

#feed, #email-feed {
    float: left;
    display: block;
    background: url(images/rss.png) no-repeat scroll 0 0;
    letter-spacing: 1px;
    padding: 3px 0 5px 25px;
}

#feed {
    margin-right: 15px;
}

#feed, #email-feed {
    text-decoration: underline;
}

#wp-calendar {
    width: 100%;
    border-collapse: collapse;
}

#wp-calendar caption {
    padding: 0 5px 10px;
    text-align: left;
    font-weight: bold;
}

#wp-calendar th, #wp-calendar td {
    text-align: center;
}

#wp-calendar td {
    padding: 4px 0 0;
}

#wp-calendar td#prev {
    text-align: left;
}

#wp-calendar td#next {
    text-align: right;
}

/* comments START*/
#comments {
    margin-top: 20px;
}

h3#response {
    color: #38302B;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 7px;
}

#comments ol {
    list-style: none;
}

#comments li {
    border: 1px solid #CCCCCC;
    padding: 1px;
    margin-bottom: 15px;
}

#comments li a {
    text-decoration: none;
}

.comment-head {
    height: 30px;
    background: #CCCCCC;
    clear: both;
    font-size: 11px;
}

#comments li.admin {
    border: 1px solid #555555;
}

li.admin .comment-head {
    color: #EEEEEE;
}

li.admin .comment-head {
    background: #555555;
}

li.admin .comment-head a {
    color: #EEEEEE;
}

.comment-number, .comment-author, .comment-date, .comment-photo {
    display: block;
}

.comment-number, .comment-author, .comment-date {
    float: left;
    padding: 7px 10px 7px 5px;
}

.comment-date {
    font-style: italic;
}

.comment-photo {
    float: right;
}

.comment-content {
    padding: 5px;
    margin: 10px 15px;
}

.comment-content p {
    margin-bottom: 5px;
/*    font-size: 12px; ORIG */
}

.comment-bottom {
    font-size: 11px;
    text-align: left;
    padding: 0 0 5px 20px;
}

#respond {
    margin-top: 20px;
}

#respond h3 {
    color: #38302B;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px;
}

#replyto a {
    color: #790E11;
}

#cancel input {
    border: 1px solid #AAAAAA;
    color: #111111;
    font-size: 11px;
    background: #DDDDDD;
    margin-left: 20px;
    padding: 2px;
}

#commentform input, #commentform textarea {
    border: 1px solid #AAAAAA;
    color: #000000;
    font-size: 12px;
    padding: 3px;
}

#commentform input {
    width: 180px;
}

#commentform input#submit {
    width: 80px;
    background: #790E11;
    color: #FFFFFF;
    text-align: center;
}

#commentform textarea {
    width: 100%;
}

#commentform label {
    font-size: 11px;
}

#commentform p {
    margin-bottom: 15px;
}

#commentload, #commenterror {
    font-size: 12px;
    color: #790E11;
}

#commentload {
    font-size: 12px;
    padding-left: 18px;
    background: url("images/spinner.gif") no-repeat scroll 0 50%;
}

/*wp-pagenavi plugin css*/
#pagenavi .wp-pagenavi {
    margin: 0;
    padding: 0;
}

#pagenavi .wp-pagenavi span.pages {
    border: 0;
    clear: both;
    display: block;
    color: #666666;
    margin-bottom: 10px;
}

#pagenavi .wp-pagenavi a {
    border: 0;
    color: #790E11;
    text-decoration: none;
}

#pagenavi .wp-pagenavi a:hover {
    color: #111111;
    text-decoration: underline;
}

#pagenavi .wp-pagenavi span.current {
    border: 0;
    text-decoration: underline;
}

#pagenavi .wp-pagenavi span.extend {
    border: 0;
}

/*wp-recentcomments plugin css*/
#recentcomments li {
    background: none;
    padding: 5px 15px;
    line-height: 18px;
    margin: 0;
    border: 0;
}

#recentcomments ul {
    background: url(images/widget_ul_bg.png) repeat-y scroll 0 0;
    list-style: none;
}

#recentcomments div {
    padding: 0;
}

#recentcomments li#rc_nav {
    padding: 0 15px;
}

/*wp23-related-posts plugin css*/
#related {
    margin: 15px 0 20px;
}

#related h3 {
    font-size: 16px;
    font-weight: 300;
    color: #790E11;
    background: #DDDDDD;
    padding: 5px 0 5px 10px;
}

ul.related_post {
    list-style: none;
    padding: 5px 0;
    background: #F4F5F7;
}

ul.related_post li {
    padding: 4px 0 4px 20px;
}

/*breadcrumb-navxt plugin css*/
#box .breadcrumb {
    line-height: 16px;
    background: url(images/arrow_right.png) no-repeat 0 2px;
    padding-left: 24px;
}

#box .breadcrumb a {
    text-decoration: none;
}

#box .breadcrumb a:hover {
    text-decoration: underline;
}

/* OMAT */

sub, sup { font-family: Tahoma, Arial, sans-serif; font-size: .7em; }
.tokax { /* KPL-vali pois + eka rivin sisennys --> ed. kpl pitaa olla DIV-merkattu! */
	padding-top: 0;
	text-indent: 1.5em;
}
.ekax { /* ylla olevan kanssa, jos aloituksena on otsikko +  DIV */
	margin-top: .6em; }
	
.ing {
    font-weight: bolder;
}
strike {  /* yliviivauksen vari */
	background: transparent;
	color: #666;
}
strike span {/* yliviivattu _sana_ */
	background: transparent;
	color: #000;
}
.anfa {
	float: left;
	font-family: Georgia, serif;
	font-size: 2em;
	font-weight: bolder;
	padding: .2em .1em .2em .1em;
	background: #ccc;
	color: #532C16;
	border: solid .04em #ececec;
	margin: .1em .35em 0 0;
}
.kuvatxt {
  font-family: tahoma, arial, sans-serif;
  font-size: .7em;
  font-weight: bolder;
  text-align: center;
}

/* JukeQuiz : maaritykset 25.10.2009 */

/* perusjutskat */
.kyssatbl {
	background: none #ececec;
	color: #000;
	padding: .3em;
	border: 2px solid #ccc;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: .96em;
}
.kyssacap { /* caption eli taulukon otsikko */
	background: none #fff;
	color: #2c5e4f; /* vihrea 626 C */
	font-family: courier, monotype;
/*	font-family: verdana, arial, helvetica, sans-serif; */
	font-size: 1.6em;
	font-weight: bold;
	text-transform: none;
	padding-bottom: .7em;
	text-align: left;
}
.kyssapalkki { /* kunkin rotlan ylapalkki */
	background: none #4a3c31; /* ruskea 7533 C */
/*	background: none #635245; /* ruskea 7519 C */
/*	background: none #5f3316; /* ruskea 732 C */
/* 	color: #c54c00; */
	color: #efcb65;
	font-size: 1.2em;
	font-weight: bolder;
	padding: .5em .8em;
	border-bottom: .1em solid #000;
}
.seli-pohja {
	background: none #e0ded8;
	color: #000;
	font-size: 1.1em;
	padding: .4em;
	font-family: verdana, arial, helvetica, sans-serif;
}
.vast-oikea {
	background: none #b5aca6;
	color: #000;
	padding: .3em;
	font-weight: bolder;
}
.vast-vaara {
	background: none #cdc6c0;
	color: #000;
	padding: .3em;
}

/* sanoitukset ja kirjatxtien lainaukset -kyssa */
.sanat-tbl {
/*	background: none #eed6a5; /* oranke 155 C */
	background: none #d1dfd6; /* vihrea 621 C */
	color: #000;
	padding: 0em;
}
.sanat-ots { /* okeey/vaara! */
	background: none #9dbcb0; /* vihrea 623 C */
/*	background: none #e9994a; /* oranke 157 c  */
/*	background: none #bd8a5e; /* beige 729 c  */
	color: #333;
	padding: .3em;
	font-weight: bolder;
	text-align: center;
}
.sanat-vasta { /* oik. vastaus + prossat */
	background: none #b7cec4; /* vihrea 622 C */
/*	background: none #ecc182; /* oranke 156 c  */
/*	background: none #d3a985; /* beige 728 C */
	color: #000;
	padding: .3em;
	text-align: center;
}
.vasuri { text-align: left; } /* siirtaa yo:n vasemmalle */
.norma { font-weight: normal; } /* poistaa Vaaria-prossan boldauksen */
.sanat-quote { /* varsinainen txt-lainaus, boxissa */
	background: transparent;
/*	background: none #edf3bd; */
	color: #000;
	padding: .3em;
	font-size: 1.2em;
	text-align: center;
}
.sanat-ok { /* vastaus-td, kommenteissa */
	background: none #d1dfd6; /* vihrea 621 C */
	color: #000;
	padding: .3em;
	font-size: 1.2em;
}
.him { /* himmentaa »puuttuvat» sanat */
	background: transparent;
	color: #666;
}

/* Mika yhdistaa -kyssat */
.seli-yhdista {
	background: none #d1dfd6; /* vihrea 621 C */
	color: #000;
	padding: .3em;
	border: 2px solid #ccc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
}

/* erilaiset mielikkikyssat ja muut arvottelut; yleensa viimeisena */
.arvotatbl {
	background: none #d1dfd6; /* vihrea 621 C */
	color: #000;
	padding: .3em;
	border: 2px solid #ccc;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bolder;
}
.arvotapalkki { /* tbl ylaosa */
	background: none #2c5e4f; /* vihrea 626 C */
	color: #d1dfd6; /* 621 */
	padding: .4em;
	font-size: 1.2em;
	font-weight: bolder;
}
.arvota { /* normaalirivit */
	background: none #b7cec4; /* vihrea 622 C */
	color: #000;
	padding: .3em;
}
.arvota2 { /* »suosituin»-rivi */
	background: none #9dbcb0; /* vihrea 623 C */
	padding: .3em;
}
.arvota3 { /* normaalirivit + soluFOTO vasemmalla*/
	background: none #b7cec4; /* vihrea 622 C */
	color: #000;
}
.arvota4 { /* »suosituin»-rivit + soluFOTO vasemmalla*/
	background: none #9dbcb0; /* vihrea 623 C */
	color: #000;
}

/* YHDISTA-taulukot : yleensa viimeisena */
.yhdistatbl { /* koko taulukon maareet*/
/*	background: none #ececec; */
	background: none #d1dfd6; /* vihrea 621 C */
	color: #000;
	padding: .2em;
	border: 2px solid #ccc;
	font-size: .8em;
	font-family: Tahoma, arial, helvetica, sans-serif;
	text-align: center;
}
.yhdistapalkki { /* ylapalkki */
	background: none #4a3c31; /* ruskea 7533 C */
	color: #efcb65;
	font-size: 1.4em;
	font-weight: bolder;
	padding: .5em .8em;
	border-bottom: .1em solid #000;
	text-align: left;
}
.yhdistahead { /* »nimirivi», palkin alla */
	background: none #9dbcb0; /* vihrea 623 C */
	color: #333;
	padding: .2em;
	font-weight: bolder;
	text-align: center;
}
.yhdista_vasensolu { /* boldatut nimet riveissa vasemmalla */
	background: none #b7cec4; /* vihrea 622 C */
	color: #000;
	padding: .2em;
	font-weight: bolder;
	text-align: left;
}
.yhdista_muutsolut { /* normaalirivi */
/*	background: none #b7cec4; /* vihrea 622 C */
/*	background: none #ecc182; /* oranke 156 c  */
/*	background: none #d3a985; /* beige 728 C */
	color: #000;
	padding: .2em;
	text-align: center;
	white-space: nowrap;
}
.yhdista_darker {
	background: none #b7cec4; /* vihrea 622 C */
	padding: .2em;
	font-weight: bolder;
}

/* JOULU! */
.kyssatbl-joulu { /* joulukyssa */
/*	background: none #fc9; 
	background: none #b7cec4; */
	background: none #d1dfd6; /* vihrea 621 C */
	color: #000;
	padding: .3em;
	border: 2px solid #ccc;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: .96em;
}

.kyssapalkki-joulu { /* kunkin rotlan ylapalkki, joulukyssa */
/*	background: none #fc9; /* joulupuna */
	background: none #900; /* joulupuna */
/*	background: none #635245; /* ruskea 7519 C */
/*	background: none #5f3316; /* ruskea 732 C */
/* 	color: #c54c00; */
/*	color: #9c6; */
/* 	color: #fc3;  oranke */
	color: #cc9;
/*	color: #900; /* joulupuna */
	font-size: 1.2em;
	font-weight: bolder;
	padding: .5em .8em;
	border-bottom: .1em solid #000;
}
.vast-oikea-joulu {
	background: #9dbcb0; /* vihrea 623 */
	color: #000;
	padding: .3em;
	font-weight: bolder;
}
.vast-vaara-joulu {
	background: #b7cec4; /* vihrea 622 C */
	color: #000;
	padding: .3em;
}

/* DVD-leffojen taulukko */

.dvd { /* perusjutskat */
	/* max-width: 50em; */
	margin: 1em 0 1em 0;
	border: 0.1em solid #999;
	background: none #e1dbc4;
	color: #000000;
	font: 0.86em Verdana, sans-serif;
	padding: 0em;
}
.movie_head { /* leffan nimi, RIVI */
	background: #2a1904;
	color: #e49b44;
}
.movie_name { /* nimirivin SOLU */
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
	padding: .3em .6em .3em .6em;
}
.movie_title { /* enkku tai finninimi SOLU */
	padding: .3em 0em .3em .6em;
}
.movie_dark { /* Tummien rivien 1. solu */
	font-weight: bold;
	padding: .3em 0em .2em .6em;
	background: #c8bf9b;
	color: #000;
	padding-right: .6em;
	vertical-align: top;
}
.movie_dark2 { /* Tummien rivien 1. solu */
	padding: .3em 0em .2em .6em;
	background: #c8bf9b;
	color: #000;
	padding-right: .6em;
	vertical-align: top;
}
.movie_light { /* Vaaleiden rivien 1. solu */
	font-weight: bold;
	padding: .3em .2em .2em .6em;
}
.movie_light2 { /* Vaaleiden rivien 2. solu */
	padding: .3em 1em .2em .6em;
}
#movie_foto { /* foto-solu OIK */
	padding: 0;
	border: solid 1px #999;
}
.movie_foto-solu {
	background: #e1dbc4;
	padding: 0;
	/* vertical-align: top; */
	height: 128px;
}
.movie_starbut {
	float: right;
	font-size: .8em;
	padding-top: .4em;
}
.movie_note {
	background: #e1dbc4;
	padding: .3em .2em .2em .6em;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
}
.movie_note2 {
	background: #e1dbc4;
	padding: .3em .2em .2em .6em;
	vertical-align: top;
}
.movie_bk { /* paluulikki listalle */
	font-family: Verdana, sans-serif;
	margin-top: 2em;
	font-size: .8em;
}
.movie_ing { margin-bottom: 2em; }

/* DVD-pagen listaus */
.leffalista {
	font: normal .86em Verdana, sans-serif;
	background: #eadcc9;
	color: #000;
	border-top: dotted .3em #300;
	border-bottom: dotted .3em #300;
	padding: 1em 1em 2em 2em;
}
.leffalista dt {
	font-weight: bold;
	font-size: 1.1em;
	margin: .9em 0 .2em 0;
	color: #300;
}
.leffalista dd {
	margin-left: 4em;
}
.dvd_stars {
	font: normal .9em Verdana, Tahoma, sans-serif;
    font-weight: bold;
    background: transparent;
    color: #900;
    margin-left: .3em;
}
.leffakirtsu { /* Aakkoskirjaimet */
    font: bold 1.5em Tahoma, sans-serif;
    background: #ccc1b3;
    color: #630;
    border: dotted .12em #a0522d;
    border-style: dotted none dotted none;
    padding: .1em .2em .1em .2em;
    margin-top: 1.2em;
    width: 1em;
    text-align: center;
}

/* FIN-lippu */
.finflag {
	position: relative;
	background: #fff;
	border: solid 1px #300;
	width: 2.5ex;
	height: 1.5ex;
}
.sitaatti {
	font-style: italic;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 1.2em;
}
.movie_anfa {
	float: left;
	background: #fff;
	color: #633;
	font-size: 3em;
	/* padding: .2em .2em .2em .2em; */
	margin: .3em .17em 0 0;
}

/* Uittamon toivotut -osio */

.toivot { /* 2-sarakkeisen biisitaulukon perusjutut */
	font: normal .86em tahoma, sans-serif;
	width: 100%;
	margin-bottom: .5em;
}
.toivot td {
	width: 50%;
}
.toivot tr { /* test */
	vertical-align: top;
}
.toivot ul {
	margin-left: 1.3em;
	padding-left: 0;
}
.toivot ul li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: .2em;
}
.toivot td.right {
	padding-left: 0em;
	margin-bottom: .2em;
}
.toivot-head { /* Juttujen biisiosion header */
	background: #BBCCC3;
	color: #86A093;
	padding: .3em;
	margin-bottom: .6em;
	text-align: center;
	border-top: .1em solid #86A093;
	border-bottom: .13em solid #86A093;
}
#point { /* Yo. otsikon "O-kirjain" */
	background: transparent;
	color: #86A093;
	font-size: 1.4em;
	vertical-align: bottom;
}

h5.toivot-ots { /* vuosiluku biisitaulukkojen ylla */
	border-bottom: solid .12em #999;
	padding-bottom: .1em;
	border-bottom: solid .12em #999;
	margin: .5em 0 .2em 0em;
}
#endline {
	margin-bottom: 2em;
	border-bottom: solid .5em #BBCCC3;
}

.linkei { /* linkkirotla, per vuosi(sivu) */
	font-family: tahoma, helvetica, geneva, arial, sans-serif;
	font-size: .86em;
	text-align: center;
	background: #BBCCC3;
	color: #000;
	padding: .6em;
	border-top: solid .2em #86A093;
	border-bottom: solid .2em #86A093;
}
.utl { /* linkitys ed. | seir. */
	font-family: tahoma, helvetica, geneva, arial, sans-serif;
	text-align: center;
	margin-top: 2.6em;
}
.utl-nuoli {
	background: #fff;
	color: #5C7267;
}

/*TEST div-toteutus*/
.biisit {
	font: normal .86em tahoma, sans-serif;
	border: solid .5em #ccc;
}
.biisit-oik {
	float: right;
	width: 50%;
}

/* Haavisto */
.pressa_tausta {
	background: url(http://www.turkku.com/graf/blogi/haavisto_pressa-2.jpg) no-repeat;
	width: 100%;
}
