/*  
Theme Name: Ratsastustuomarit Theme
Theme URI: http://www.ratsastustuomarit.fi/
Description: Ratsastustuomarit-theme
Version: 1.0
Author: Markus Haataja
Author URI: http://www.incredia.fi/

*/

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.85em;
	background-color: #8b6f00;
}

#site {
	padding: 0 0 30px 0;
	background: #fff url('./images/pagebg.jpg') top left repeat-x;
}

.container {
	background: transparent url('./images/contentbg.jpg') 0px 55px no-repeat;
}

#topmenu {
	height: 58px;
	padding: 0 0 0 30px;
	background: transparent url('./images/pagebg.jpg') top left repeat-x;
}

#topmenu ul {
	font-size: 1.25em;
	font-weight: bold;
	margin: 20px 0 0 0;
}

#topmenu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: #fff;
}

#topmenu a, #topmenu a:visited, #topmenu a:active {
	color: #fff;
	text-decoration: none;
}

#topmenu a:hover {
	border-bottom: 4px solid #fff;
}

#content {
	margin-left: -12px;
}

h1 {
	font-family: Helvetica;
	font-size: 1.8em;
	font-weight: bold;
	//color: #14418c;
	margin-top: 4px;
}

h2 {
	font-family: Helvetica;
	font-size: 1.4em;
	font-weight: bold;
	//color: #14418c;
	margin: 12px 0 4px 0;
}

h3 {
	font-family: Helvetica;
	font-size: 1.2em;
	font-weight: bold;
	//color: #14418c;
	margin: 12px 0 4px 0;
}

a {
	color: #30a4dc;
}

a:hover {
	color: #30a4dc;
	text-decoration: none;
}

#sidebar h2 {
	font-size: 1.6em;
	font-family: "Arial Black", Arial, sans-serif;
	margin: 4px 0 10px 0;
}

#sidebar a {
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
}

#sidebar .widget_categoryposts .cat-post-item {
	margin: 0 0 14px 0;
	border-bottom: 1px dotted #000;
}



#footer {
	width: 100%;
	height: 100px;
	color: #fff;
	background-color: #8b6f00;
	border-top: 4px solid #010050;
}

#footercontent {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 50px;
}

#footer ul {
	font-size: 1.1em;
	margin: 25px 0 0 0;
}

#footer li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	color: #fff;
}

#footer a, #topmenu a:visited, #topmenu a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px solid #fff;
}

