/*  
Theme Name: Oikosulku Theme
Theme URI: http://www.oikosulku.net/
Description: Oikosulku-theme
Version: 2.0
Author: Markus Haataja
Author URI: http://www.oikosulku.net/

*/

body {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.85em;
	background: #fff url('./images/bg.jpg') top repeat-x;
}

h1 {
	font-family: Georgia, serif;
	font-size: 1.8em;
}

h2 {
	font-family: Georgia, serif;
	font-size: 1.6em;
}

h3 {
	font-family: Georgia, serif;
	font-size: 1.4em;
}

h4 {
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: bold;
}

.container {
	margin: 20px auto 0 auto;
}

#topleft {
	height: 337px;
	//border-right: 1px solid #40403f;
}

.contact {
	margin-top: 20px;
}

.contact a {
	font-family: Georgia, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3em;
	color: #ddd;
	text-decoration: none;	
}

.contact a:hover { border-bottom: 1px solid #ddd; }

#topright {
	color: #ddd;
	margin: 0;
}

#topmenu {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 1.4em;
}

#topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu li {
	float: left;
	list-style: none;
	padding-right: 10px;
}

#topmenu li a {
	color: #ddd;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 4px;
}

#topmenu li a:hover {
	color: #000;
	background-color: #fff;
}

#topmenu li.current_page_item a {
	border-bottom: 1px #ddd dotted;
}

#logo h1 {
	font-family: Georgia, serif;
	font-size: 40px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#logo h1 a, #logo h1 a:hover, #logo h1 a:visited {
	text-decoration: none;
	color: #fff;
}

#logo h2 {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #ddd;
	margin: 0 40px 0 0;
	padding: 0;
	text-align: right;
}	
	
#slogan {
	width: 282px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 1.2em;
	color: #ddd;
	margin: 20px 20px 0 0;
}

#slogan h2 {
	font-size: 1em;
	font-weight: normal;
	color: #ddd;
}

#slogan p {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 0.9em;
}

#contentwrapper {
	margin: 10px 0 0 0;
}

#footer {
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

/* --- jFlow -styling --- */

#teaserwrap {
	margin: 0;
	padding: 0;
	clear: both;
}

#myController span {
	text-indent:-10000px;
	display: none;
}

#myController span.jFlowSelected {
}

#jFlowSlide { float: left; }

.teasercontrols {
	width: 515px;
	height: 30px;
	text-align: center;
	clear: left;
}

.jFlowPrev{
	float: left;
	width: 30px;
	height: 30px;
	margin: 0;
	text-indent: -10000px;
	cursor: pointer;
	background: transparent url('./images/topslideleft.png') top left no-repeat;
}

.jFlowNext{
	float: right;
	width: 30px;
	height: 30px;
	margin: 0;
	text-indent: -10000px;
	cursor: pointer;
	background: transparent url('./images/topslideright.png') top left no-repeat;
}

.teasercontent {
	width: 526px;
}

.teaserdescription {
	margin: 16px 0 4px 0;
	padding: 0;
}

.teaserdescription h2 {
	margin: 0;
	padding: 0;
}

.teaserdescription h2 a {
	font-size: 0.8em;
	text-decoration: none;
	color: #ddd;
	margin: 0 0 0 0;
	padding: 0;
}

.teaserimage {
	margin: 0;
	padding: 0;
}

#content {
	font-size: 14px;
	line-height: 1.4em;
}

.size-thumbnail {
	padding: 20px;
}

.alignleft {
	float: left;
}

.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignright {
	float: right;
}
