/* 

    Valka.info   Main CSS file
    ----------------------------------------------------------------------
    Author       Ondrej Valka (ondrej@valka.info)
    Created      29 Jul 09
    Last edit    23 Dec 09

*/

/*
	@group basic
*/

body {
	background: #f7f7ed url(../images/wolf.jpg) 52% 40px no-repeat;
	color: #333;
	font: 16px/24px Georgia, serif;
	padding: 350px 0 150px;
}



a {
	border-bottom: 1px dotted #D62822;
	color: #D62822;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	border-style: solid;
}



h1 {
	font-weight: normal;
	font-size: 36px; line-height: 40px;
	text-align: center;
}

h2 {
	display: block;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	word-spacing: 1px;
	text-align: center;
	margin: 60px 0 0;
}

p {
	color: #888;
	margin-top: 16px;
	text-align: center;
}
