/*
Theme Name: vainikka.fi
Theme URI: http://vainikka.fi
Description: vainikka.fi-sivuston teema.
Version: 0.2.3
Author: Mika Vainikka
Author URI: http://vainikka.fi
*/

/*
 * Pvm		Versio	Muutokset
 * 06????	0.1	Alkuperäinen.
 * 070127	0.2	Linkkityylien parantelua (lihavointi ja alleviivaus käyttöön, perimisjärjestys kuntoon).
 * 080122	0.2.1	Vaihdettu //-kommentoinnit toimivaan muotoon (validointi menee nyt läpi) ja
 *			uudistettu versionumerointi.
 * 080224	0.2.2	Lisätty h3-kohtainen clear-none ja Minä-sivun kuvaan pätevä mina-reunustettu.
 * 080224	0.2.3	Poistettu Minä-sivun kuvaan pätevä mina-reunustettu-määre (liitetty reunus suoraan kuvaan).
 */

/* Yleiset */

html *	{ 
	margin: 0; 
	padding: 0; 
	border: 0;
	}

body	{
	margin: 0.5em 0 2em 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height: 1.2em;
	background-color: #A5DDF8;
	background-image: url(kuvat/tausta.png);
	background-repeat: repeat-x;
	}

#perus	{
	width: 75%; 
	margin: 0 auto 0 auto;
	}

#sisalto {
	float: left; 
	display: inline; 
	position: relative; 
	width: 100%; 
	font-size: 0.75em;
	background-color: #ffffff;
	border: 0.2em solid #4284B5;
	}

#tekstiosa {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	width: 85%;
	}

/* Otsikkoteksti */

#otsikkoteksti a:link, #otsikkoteksti a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 1.9em;
	line-height: 1.5em;
	}

/* Yläosa (kuva) */

#yla	{
	margin: 1em;
	background-image: url(/wp-content/themes/vainikkafi/kuvat/yla.jpg);
	height: 200px;
	background-repeat: no-repeat;
	}

/* Päävalikko */

#paavalikko {
	font-family: Verdana, Arial, sans-serif;
	padding: 0.4em 0.6em 0.4em 0.6em;
	font-size: 0.9em;
	height: 2em;
	line-height: 2em;
	background-color: #D0E7F4;
	border-top: 0.05em solid #4284B5;
	border-bottom: 0.05em solid #4284B5;
	}

li.vasenvalikkokohta {
	float: left;
	display: block;
	list-style-type: none;
	border-right: 1px solid #ffffff;
	white-space: nowrap;
	text-transform: uppercase;
	}

li.vasenvalikkokohta a {
	display: block;
	padding: 0 10px;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
	color: #1A384C;
	}

/* Alivalikko */

#alivalikko {
	font-family: Verdana, Arial, sans-serif;
	margin: 0em 0em 0em 0em;
	padding: 0.4em 0.6em 0.4em 0.6em;
	font-size: 0.9em;
	height: 1em;
	line-height: 1em;
	color: #2F5E80;
	}

li.oikea {
	float: right;
	list-style-type: none;
	border-left: 1px solid #4284B5;
	white-space: nowrap;
	}

li.oikea a {
	display: block;
	padding: 0 10px;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
	color: #1A384C;
	}

/* Alaosa */

#alaosa	{ 
	margin: 0em;
	padding: 0em;
	font-size: 0.6em;
	clear: both;
	color: #027BC1;
	text-align: right;
	}

/* Artikkelin kommentit */

.kommentit li, #kommentointilomake input, #kommentointilomake textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.kommentit cite, .kommentit cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.kommentit p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#kommentointilomake p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.kommentintiedot {
	font-weight: normal;
	}

.kommentit li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.kommentitsuojattu {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.jokatoinen {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* Otsikot */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	clear: both;
	}
	
h3.clear-none {
	clear: none;
	}

h1	{
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0em 0em 0.1em;
	font-size: 1.7em;
	color: #2E668B;
	border-bottom: 0.05em solid #FF9853;
	line-height: 1em;
	}

h2	{
	margin: 30px 0 30px;
        font-size: 1.5em;
	}

h3	{
	margin: 20px 0 20px 0;
	font-size: 1.3em;
	}

/* Linkit */

a	{
/*	color: #06c;*/
	text-decoration: underline;
	font-weight: bold;
	}

a:link {
	color: #2E668B;
	}
/*
#sisalto a {
	text-decoration: none;
	}
*/
a:visited {
	color: #1A384C; 
	}
 
a:hover	{
	color: #000;
	text-decoration: none;
	}

a:active {
	color: #000;
	text-decoration: none;
	}
/*
.artikkeli a {
	text-decoration: underline;
	font-weight: bold;
	}
*/
/*
.artikkeli a:hover {
	text-decoration: none;
	}
*/
.edellisetseuraavat a {
/*	text-decoration: none;*/
	font-weight: normal;
	}

.edellinenseuraavaartikkeli a {
/*	text-decoration: none;*/
	font-weight: normal;
	}

h1 a	{
	text-decoration: none;
	}

h1 a:visited {
	color: #2E668B;
	}

h2 a	{
	text-decoration: none;
	}

h2 a:visited {
	color: #2E668B;
	}

h3 a	{
	text-decoration: none;
	}

h3 a:visited {
	color: #2E668B;
	}

.artikkelintiedot a {
	font-weight: normal;
	}

.artikkelintiedot a:visited {
	color: #2E668B;
	}

#yksittaisen-aihe-ja-rss a {
	font-weight: normal;
	}

#yksittaisen-aihe-ja-rss a:visited {
	color: #2E668B;
	}

.arkistolistaus a {
	font-weight: normal;
	text-decoration: none;
	}

.arkistolistaus a:visited {
	color: #2E668B;
	}

/* Listarakenteet */

html>body .artikkeli ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .artikkeli li {
	margin: 7px 0 8px 10px;
	}

.artikkeli ul li:before {
	content: "\00BB \0020";
	}

.artikkeli ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.artikkeli ol li {
	margin: 0;
	padding: 0;
	}

.artikkelintiedot ul, .artikkelintiedot li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li	{
	list-style: decimal outside;
	}

/* Lomakkeet */

#hakulomake #s {
	width: 200px;
	padding: 2px;
	border: 0.05em solid #777;
	}

#lahetahaku {
	padding: 1px;
	border: 0.05em solid #777;
	}

.artikkeli form { /* Salasanasuojatut artikkelit */
	text-align:center;
	}

#kommentointilomake input {
	width: 200px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#kommentointilomake textarea {
	width: 100%;
	padding: 2px;
	border: 0.05em solid #777;
	}

#kommentointilomake #submit {
	margin: 0;
	float: right;
	border: 0.05em solid #777;
	}

.kommenttikentta {
	border: 0.05em solid #777;
	}

/* Siirtymislinkit */

.edellisetseuraavat {
        overflow: hidden;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}

.edellinenseuraavaartikkeli {
	display: block;
	text-align: center;
	}

/* Sisällön sijoittelua */

.sisaltoaoikealla {
	float: right;
	}

.sisaltoavasemmalla {
	float: left
	}

.tekstitkeskitetty {
	text-align: center;
	}

.vasensisennys {
	padding-left: 7em;
	}

/* Sekalaiset */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #2E668B;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {
	border: none;
	}

#sisalto p {
    margin: 0em 0em 0.5em 0em;
    padding: 0.35em;
	}

.sisennys {
	margin-left: 30px;
	}

#elama	{
	border-top: 0.05em solid #FF9853;
	}

small, .kommentitsuojattu, .artikkelintiedot, blockquote, strike {
	color: #777;
	}

code	{
	font: 1.1em 'Courier New', Courier, Fixed;
	margin-left: 30px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.artikkelintiedot {
	clear: left;
	text-align: right;
	}

.pienilla {
	text-transform: lowercase;
	}

/* Vuodet ja kuukaudet näyttävä lisäosa */

.datearcAlt2 , .datearcAlt {
	border-bottom:  1px solid #DCDCDC;
	border-top:  1px solid #DCDCDC;
        font-size: 0.86em;
        padding: 2px;
	width: 25%;
        text-transform: lowercase;
	}

.datearcAlt2 {
	background: #E7E7E7;
	}

.datearcAlt {
	background: #F7F7F7;
	}

.datearc {
	border: 0px none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 165px;
	}

/* Arkisto-sivu-kohtaiset */

.arkistolistaus {
	width: 40%;
	margin-bottom: 40px;
	}

.arkistolistaus h2 {
	text-align: center;
	}

.arkistolistaus ul li {
	list-style-type: none;
	}

/* Ansioluettelo-sivu-kohtaiset */
.vasen_solu {
	width: 15em;
	vertical-align: top;
	}

.oikea_solu {
	vertical-align: top;
	padding-bottom: 1em;
	}

/* Kuvat */

img.sisaltoaoikealla {
	padding: 10px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.sisaltoavasemmalla {
	padding: 4px;
	margin: 0 12px 20px 0;
	display: inline;
	border: 0.05em solid #FF9853;
	}


