/*
 *
 * main.css
 *
*/

ul
{
	list-style-type:disc;
	margin-top:3%;
}

h1 {
	font-size:150%;
	font-weight: bold; 
}
h2 {
	padding-top:20px;
	padding-bottom:20px;
	font-size:125%;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size:110%;
	font-weight: bold;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 2px;
	border-color: #DCDCDC;
	display: table;
	text-align: center;
	width: 100%;
	background-color: #FCD367;
	padding-top:10px;
	padding-bottom:10px;
	padding-bottom:10px;
		
}

p.tip-container {
	display: table;
	margin: 0 auto;
}

p.qt {
	margin-left: 20px;
	font-size: 90%;
	font-style: italic;
}
span.qt {
	font-style: italic;
}

p.h3 {
	text-align: center;
	font-weight: bold;
}

div#para {
	padding-right: 25px;
	padding-left: 25px;
	min-height: 1000px;
	border-style: solid;
	border-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #DCDCDC;
}

p.intro {
	margin-left:30px;
	margin-right:30px;
	font-size:90%;
	font-style:italic;
	/*color:#006699;*/
}

div.border {
	width: 370px;
	margin: 0 auto;
	border: 1px solid #006699;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

img.img {
	margin-top:5px;
	margin-right: 15px;
	width:300px;
	border-width:0;
	border-radius: 5px;
	float:left;
}

img.img2 {
	width: 300px;
	margin-bottom: 5px;
	margin-top: 5px;
}

figure {
	display: table;
	margin: 0;
	padding-bottom: 10px;
}

figcaption {
	font-size: smaller;
}

sup {
font-size:smaller;
}

.img {
	z-index: 1;
}

.imgsmall {
	width:150px;
	border-width:0;
	border-radius: 10px;
}

.imgmiddlesize {
	width: 400px;
	border-radius: 10px;

}
img.map {
	border-radius: 10px;
}

div.text-link {
	display: table;
	position:relative;
	font-weight: bold;
}

a.text-link {
	position:relative;
	display: table;
	padding: 10px;
	padding-right: 0;
	padding-left: 0;
	min-width: 100px;
	float:left;
	font-size: smaller;
}

a.text-link h4 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
	
a.text-link p {
	position:relative;
	top: -10px;
	margin-bottom: 0;
}

div.exp-link {
	display: table;
	position:relative;
	font-size: 80%;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 1px;
	border-color: #DCDCDC;
	color: #006699;
    cursor: pointer;
}

h4.exp-link {
	margin: 0;
	padding-bottom: 4px;
	font-weight: normal;
}

div.exp-hide {
	display:none;
}

div.exp-show {
	display:inherit;
}

h4#lefthdr, h4#righthdr {
	margin-top: 0;
	margin-bottom: 6px;
	padding-bottom: 4px;
	color: #006699;	
	border-style: solid;
	border-width: 0;
	border-bottom-width: 2px;
	border-color: #DCDCDC;

}

a.break-link {
	font-weight: bold;
	font-size: smaller;
	background-color: #FCD367;
	border-width:2px;
	border-color: #006699;
	/*border-radius: 50%;*/
}

a.next {
	border-radius: 10px;
    display:block;
	height:30px;
	width: 200px;
	margin: 0 auto;
	line-height: 25px;
	text-align: center;
	border: 1px solid #006699;
	text-decoration:none;
	padding-top: 5px;
}
a.next:active, a.next:hover {
	background-color: lightblue;
	font-style:italic;
}

.main {
	color: #006699;
	font-size:150%;
	font-weight: bold;
    background-color: #FCD367;/*#e5e5e5;*/
	border: none;
	border-radius: 5px;
}

h2.main a:hover {
	background-color: white;
}


/*
<blockquote>
  <p class="quote">Tämä on lainaus ensimmäiseltä kirjoittajalta.</p>
  <p class="quote">Tämä on lainaus toiselta kirjoittajalta.</p>
</blockquote>
*/