/* $Id: style.css,v 1.0 2010/04/23 15:00:38 goba Exp $ */

/*
Firmat suohon, Drupal 6.x
style.css
(c) Molentum Oy
xhtml/css: Timo Anttila
*/
* { font-size: 12px; font-family: Arial, sans-serif; }
html,body { height: 100%; }
#background {
	margin-left: auto;
	margin-right: auto;
	background: url(./img/firmat-background.jpg) top center no-repeat;
	width: 1174px;
	min-height: 736px;
	position: relative;
}
#header-topic {
	margin-left: 150px;
	top: 25px;
	position: absolute;
	color: #bbb;
	font-size: 2em;
}
#nav {
	position: absolute;
	top: 87px;
	left: 150px;
	color: #fff;
}
#nav a:hover { color: #eba17b; }
#nav ul { margin-left: -15px; padding-top: 4px; }
#nav li {
	display: inline;
	color: #f66014;
	background: url(./img/1.jpg) right no-repeat;
}
#nav a {
	color: #f66014;
	padding-right: 8px;
	padding-left: 1px;
	font-size: 0.95em;
}
#nav li.last { background: none; }
#wrap {
	margin-top: 300px;
	position: relative;
}
#content { width: 480px; }
#content h1 { color: #f66014; font-size: 1.8em; margin-bottom: -15px; }
.content h1 { margin-bottom: 15px; font-size: 1.6em; color: #000; }
.content h2 { font-size: 1.35em; }
.content h3 { font-size: 1.2em; }
#sidebar-left {
	width: 100%;
	min-height: 363px;
	background: url(./img/firmat-sidebar-bg-left.jpg) center top no-repeat;
	color: #fff;
}
.sidebar-left-1 .block,.sidebar-left-2 .block { margin-left: 15px; padding-right: 15px; }
#sidebar-right {
	width: 190px;
	margin-right: 50px;
	margin-top: 30px;
	float: right;
}
#sidebar-left a, #sidebar-right a { color: #eba17b; }
#sidebar-left h2, #sidebar-right h2 { font-size: 1.3em; color: #f66014; }
#footer {
	width: 820px;
	margin-left: 137px;
	height: 155px;
	background: url(./img/firmat-bottom.jpg) right bottom no-repeat;
}
.copyright {
	border-top: 1px solid #000;
	margin-top: 45px;
	font-size: 0.85em;
}
#community {
	top: 300px;
	position: absolute;
	left: 425px;
}
#language {
	top: 1px;
	position: absolute;
	left: 150px;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.3em; }
.submitted { visibility: hidden; }
#design { position: absolute; right: 220px; bottom: 50px;  }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }
body tbody,table,td {
    border-top:none;
    border:none;
}
