/*
Aiman Kaet css
*/

/* Perustagit */
* {
	margin: 0;
	padding: 0;
}


body {
	background: #250001 url(img/bg.jpg);
	color: #300f10;
	font: normal 70% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

a {color: #481315;}
a:hover {color: #8b373a;}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.2em;}

/* rakenne */
.mainbg {
	background: url(img/mainbg.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.kuva {
	background: url(img/sivukuva.jpg) no-repeat;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(img/bgup.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: #905743 url(img/header.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}

.lineup {
	background: #5a3f3a url(img/patternup.gif) repeat-x;
	clear: both;
	height: 12px;
}
.line {
	background: #5a3f3a url(img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* linkit */
.navigation {margin: 0 14px;}

.navigation a {
	color: #481315;
	font: bold 1.1em serif;
	line-height: 50px;
	margin: 0 7px;
	text-decoration: none;
}
.navigation a:hover,.navigation #selected {
	color: #8b373a;
}

.navigation ul {
 margin:0;
 list-style: none;
 list-style-type: none;
 padding: 0px 0 0 56px;
}

.navigation li {
 float:left;
 color: #FFF;
 margin:0;
 padding:0 0 0 0px;
 list-style-type: none;
}




/* sisalto */
.content {
	background: url(img/bgmiddle.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .vali {
	height: 40px;
}

/* sisalto */
.item {clear: both;}

.item img {border: 1px; }

.item .title {
	color: #481315;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 1.8em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* alaosa */
.footer {
	background: url(img/bgdown.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}
.footer .left {padding-left: 40px;}
.footer .right {padding-right: 40px;}

.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover,.footer .right a:hover {
	color: #333;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #ACAF9B;}

/* muuta */
img.left {margin: 0 18px 6px 0;}
