/* Custom CSS - write your own CSS values to overwrite the ones from WhiteWash */

/*taustaväri, fontit, tekstien koot ja värit*/
body {
background: url(”http://jotain.jpg”) no-repeat bottom right;
font-family: Tahoma;
font-size: 11px;
line-height: 15px;
color: #000000;
}

/*yläpalkin kuva*/
div#header {
background: url(http://img.photobucket.com/albums/v314/em0ma/BLOGotsikokuva-1.jpg)
no-repeat bottom left;
}

/*yläpalkin korkeus*/
#header {
height: 395px;
border-bottom: none;
}

/*Blogin nimi yläpalkissa*/
#header h1 {
font-size: 1px;
font-weight: 100;
font-family: Tahoma;
padding: 30px 200px;
text-align: right;
}

#header h1 a {
color: white;
text-decoration: none;
}

#header h1 a:hover {
color: white;
text-decoration: none;
}

/*Blogin kuvaus yläpalkissa*/
#header h2 {
color: #000033;
font-size: 13px;
font-weight: 100;
padding: 0 0 0 0;
letter-spacing: -1px;
line-height: 12px;
}

/*menu, joka näyttää pysyvät sivut*/
#menu {
font-size: 11px;
font-weight: 40;
font-family: Tahoma;
padding: 0px 0px;
text-align: left;
text-decoration: none;
}

#menu a {
color: #704f43;
text-decoration: none;
}

#menu a:hover {
color: #f3c08b;
text-decoration: none;
}

/*vasen puoli blogia*/
}

.left {
width: 568px;
float: left;
text-align: justify;
color: #704f43;
}

.left h2 {
color: #f3c08b;
font-size: 14px;
font-weight: 65;
padding : 15px 0 2px 0;
}

.left h2 a {
color: #704f43;
}

.left h2 a:hover {
color: #f3c08b;
text-decoration: none;
}

.left ul {
padding-left: 3em;
}

.left ol {
padding-left: 3em;
}

/*oikea puoli blogia*/
.right {
width: 160px;
float: right;
padding: 10px;
border-left: none;
}

.right ul {
list-style-type: none;
padding: 0px 0px 0px 0px;
}

.right ul ul{
margin:0.1667em 0;
padding: 5px 0 0 15px;
}

.right h2 {
height: 1px;
font-size: 12px;
color: #000000;
line-height: 5px;
text-decoration: none;
padding: 5px 0px 10px;
}

.right a {
text-decoration: none;
color: #704f43;
}

.right a:hover {
text-decoration: none;
color: #f3c08b;
}

/*RSS syöte*/

.nomove {
width: 160px;
float: right;
padding: 10px;
border-left: none;
}

.nomove ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}

.nomove h2 {
height: 30px;
font-size: 12px;
color: #704f43;
line-height: 30px;
}

.nomove a {
font-size: 12px;
color: #704f43;
}

.nomove a:hover {
text-decoration: none;
color: #f3c08b;
}
#spacer {
padding-top: 10px;
border-bottom: none;
}