/*
Theme Name: Kurvinen Targets
Description: The theme for the Kurvinen Targets website
Version: 0.1
Author: Pistoliekki
Author URI: http://pistoliekki.com/
*/

html, body, div {
	margin: 0;
	padding: 0;
}

html {
	font-size: 0.8em;
	line-height: 1.5;
	text-align: center;
	font-family: Lucida, Helvetia, Arial, sans-serif;
}

#page {
	margin: 10px auto;
	width: 779px;
	background: url('images/page.png') repeat-y 9px top;
	text-align: left;
}

#header {
	height: 180px;
	margin-bottom: 1em;
	background: white url('images/header.png') no-repeat left bottom;
}

#header h1 {
	padding: 2px 0 0 80px;
	text-indent: -9999px;
}

#header h1 a {
	margin: 0;
	display: block;
	width: 334px;
	height: 141px;
	background: url('images/logo.png') no-repeat;
}

#header p {
	text-indent: -9999px;
}

#menu {
	width: 170px;
	float: left;
}

#menu ol {
	list-style-type: none;
	margin-top: 0;
}

#menu li {
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a {
	display: block;
	text-decoration: none;
	width: 100%;
	color: black;
	padding: 2px 0 2px 0;
}

#menu span {
	display: block;
	width: 100%;
	border-top: 2px dotted blue;
	border-bottom: 2px dotted blue;
	padding: 0;
}

#menu a:active, #menu a:hover {
	border-top: 2px dotted blue;
	border-bottom: 2px dotted blue;
	text-decoration: underline;
	padding: 0;
}

#content {
	text-align: left;
	float: left;
	width: 550px;
	padding: 0 20px;
	line-spacing: 1.5;
}

#content h2 {
	margin-top: 0;
}

#content h2, #content h3, #content p {
	width: 450px;
}

.alignright, .imgalignright {
        float: right;
}

.alignleft, .imgalignleft {
        float: left;
}

.center, .imgaligncenter, .aligncenter {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
}

img.alignright, .imgalignright {
        margin: 0 -90px 10px 10px;
}

img.alignleft, .imgalignleft {
        margin: 0 10px 10px 0;
}

.news {
	list-style-type: none;
	padding: 0;
}

.news li h4 {
	font-size: 1em;
	margin: 0;
}

.news li p {
	margin: 0 0 0.5em 1em;
}

a img {
	border: none;
}



#footer {
	clear: both;
	background: white url('images/footer.png') no-repeat 9px top;
	padding: 35px 50px 0 0;
}

#footer p {
	color: #9e9e9e;
	font-size: 0.8em;
	text-align: right;
}

#footer a {
	text-decoration: none;
}
