/* CSS Style for http://autiomaa.org/portfolio/ *//* Oletusasetusten nollaaminen */
*       {
        margin: 0;
        padding: 0;
        border: 0;
}

html, body {
	
}

/* Perusmäärittelyt */
body    {
        font-family: "Trebuchet MS", verdana, arial, helvetica, "Bitstream Vera Sans", sans-serif;
        font-size: 1em;
        background-color: #222;
        background-image: url(pattern_111g.png);
        background-attachment: fixed;
        background-repeat: repeat;	
		color: black;
		text-wrap: none;
		width: 100%;
}


/* Sisältöosio */
.wrapper        {
	margin: 0px auto 7% auto;
    background-color: #000;
    width: 100%;
    height: 500px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
}

.header	{
        top: 0px;
        width: 100%;
        margin: 0px auto;
        background-color: #ddd;
        text-align: center;
        font-size: 1.3em;
}


#content {
	position:relative;
	width:auto;
	height:500px;
	margin: 0px auto;
	text-align:left;
	overflow:visible;
	color: white;
}
#content table{ height:500px; margin: 0px; display:inline; }
#content img { display:inline; margin: 0;}


/* Etusivun tyylitykset */
#content-index {
	position:relative;
	width:auto;
	height:500px;
	margin: 0px auto;
	text-align:left;
	overflow:visible;
	background-color: #fff;
	color: black;
}
#content-index table{ height:500px; margin: 0px; display:inline; }
#content-index img { display:inline; margin: 0;}


/* Leipäteksti */
p       {
/*         margin: 0.5em 1.2em; */
        margin: 0.2em 30px 0.5em 30px;
        line-height: 1.3em;
        max-width: 50em;
		color:white;
}

/* Otsikot */
h2      {
        margin-top: 0.6em;
        padding: 0em 20px;
        font-size: 1.6em;
        max-width: 14em;
}


h1	{
	letter-spacing: 0.03em;
	font-size: 3em;
	line-height: 1.5em;
	text-shadow: 3px 3px 3px #777;
}


/*   LISTAT   */

/* Normaalit listat */
ul {
	padding: 0em 0.5em 0.5em 0.5em;
	font-size: 1.1em;
	color:white;
}
ul li {
	padding: 0em 0.1em;
	list-style: none;
}


hr {
	color: #fff;
	background-color: #fff;
	height:1px;
}



/* Header */
.header ul {
	padding: 0em 0.5em 0.5em 0.5em;
	font-size: 1.4em;
}
.header ul li {
	padding: 0em 0.1em;
	list-style: none;
	display: inline;
	text-shadow: 2px 2px 2px #777777;
}

/* Linkit */
a:link, a:visited {
	color:#FF0000;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
