/*  
Theme Name: Hopia
Theme URI: 
Description: 
Version: 0.1
Author: Mikko Hopia
Author URI: http://www.mikkohopia.net
*/

body {
	background: #3E3D3D;
	color: #949393;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

div#wrap-bg {
	background: #000 url(images/bg_body.jpg) repeat-x;
	float: left;
	width: 100%;
}

div#wrap {	
	margin: 0 auto;
	width: 1008px;
}

div#header {
	float: left;
	height: 260px;
	padding-top: 3px;
	width: 446px;
}

div#header h1 a {
	background: url(images/logo.png) no-repeat;
	display: block;
	height: 256px;
	overflow: hidden;
	text-indent: -9999px;
	width: 348px;
}

div#content {
	float: left;
	padding-top: 65px;
	width: 562px;
}

div#footer {
	background: #3E3D3D url(images/bg_footer.jpg) repeat-x;
	clear: left;
	float: left;
	width: 100%;
}

div#footer-content {
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 1008px;
}

div.footer-box {
	float: left;
	padding-bottom: 20px;
}

div#footer-info {
	width: 446px;
}

div#footer-uusimmat {
	width: 308px;
}

div#footer-kategoriat {
	width: 254px;
}

div#contact {
	border-top: 3px #949393 solid;
	clear: left;
	margin: 0 auto;
	padding-top: 10px;
	width: 1008px;
}

div#contact-left {
	float: left;
}

div#contact-right {
	float: right;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h2 {
	color: #5AACCB;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h3 {
	color: #5AACCB;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
	text-transform: uppercase;
}

h3 + p {
	margin-top: 0;
}

div#footer h2 {
	border-bottom: 3px #949393 solid;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

div#content p, div#footer p {
	line-height: 18px;
}

div#footer p {
	padding-right: 40px;
}

ul, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

div#footer-uusimmat ul {
	width: 250px;
}

div#footer-uusimmat li, div#footer-kategoriat li {
	border-bottom: 1px #949393 solid;
	padding: 5px 0;
}

span.date {
	float: left;
	display: block;
	padding-right: 10px;
	text-align: right;
	width: 60px;
}

a {
	color: #5AACCB;
	text-decoration: none;
}

img a {
	border: 0;
}

div#content img {
	border: 4px #949393 solid;
	float: left;
	margin: 0 15px 10px 0;
}