/********** Layout **********/


body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-attachment: fixed;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #B3AA95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #000;
}

b{font-size: 110%;}
em{
	color: #F93;
}

em2{
	color: #660;
	font-size: 10px;
	font-style: italic;
}

#maincontainer{
	width: 860px; /*Center container on page*/
	background-image: url(images/leiska5_06.jpg);
	background-repeat: repeat;
	background-position: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topsection{
	height: 311px;
	background-image: url(images/leiska5_01.jpg);
	background-position: center bottom;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#menu {
	margin: 0px;
	width: 860px;
	height: 40px;
	background-image: url(images/leiska5_02.jpg);
	background-color: #000;
	background-position: center top;
} 

#contentwrapper{
	float: left;
	width: 100%;

}

#contentcolumn{
	margin: 0 178px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background-image: url(images/leiska5b_02.jpg);
	background-repeat: no-repeat;
	min-height: 370px;
	background-position: top;	
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -860px; /*Set margin to that of -(MainContainerWidth)*/
background-image: url(images/leiska5_03.jpg);
background-repeat: no-repeat;
	min-height: 370px;
}

#rightcolumn{
	float: left;
	width: 180px; /*Width of right column*/
	margin-left: -180px;
	background-image: url(images/leiska5_05.jpg);
	background-repeat: no-repeat;
	min-height: 370px;
}

/***** Footer *****/

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	background-image: url(images/leiska5_07.jpg);
	background-repeat: no-repeat;
	height: 110px;

}

#footer a{
color: #FFFF80;
	
}

.innertube{
	margin-right: 15px;
	margin-left: 15px;
}

.innertuberightside{
margin: 43px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/********** TEXTS **********/

a {
    outline: none;
}

a img{ border:none; }

A:link    {
	color: #CC9;
	font-weight: bold;
	text-decoration: none;
}
A:active   {
	color: #CC9;
	font-weight: bold;
	text-decoration: none;
}
A:visited     {
	color: #C96;
	font-weight: bold;
	text-decoration: none;
}
A:hover   {
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}

p {margin:0; padding: 0;}

.header         {
	color: #FC9;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif
}

.biohead  {
	color: #FCC;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}
.bioheadbold  {
	color: #FFC;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif
}
.cursive       {
	color: #FC6;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
}

.cursiveheader  {
	color: #FC9;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif
}
.date {
	color: #C63;
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}

.footer {
	color: #3F4330;
	font-style: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif
}

.kuvat    {
	border: 1px solid #000;
	margin-right: 10px;
	margin-left: 10px;
}

.kuvatnomarge    {
	border: 1px solid #8B856F;
}

.disco {
	
	font-size: 10px;
	border: 1px solid #968A63
}



.myhr {
	height: 22px;
	background-image: url(images/hr.png);
	background-position: left;
	background-repeat: no-repeat;
	display:block
}

hr {
	color: #663;
	background-color: 352f1f;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #633;
	border-right-color: #633;
	border-bottom-color: #633;
	border-left-color: #C63;
	width: 100%;
}









/***** Pics *****/

.thumbnail {
	position:relative;
	z-index:1;
	opacity:0.6;
	width: 100px;
	height: 85px;
}

.thumbnail:hover {
	position:relative;
	z-index:1;
	background-color: #FFF;
	opacity:1.0;
}


.thumbscontainer .thumbs li {
	display:block;
	overflow:hidden;
}

.thumbscontainer {
	padding-left: 15px;
}

/***** FORMS *****/

input
{
	color: #000;
	background: #a5a080;
	border: 1px solid #633
}

form input, form textarea
{
	color: #000;
	border: 1px inset #c7bea2;
	background-color: #7F6A45;
}

.submit input
{
	color: #FFF;
	background: #ffa20f;
	border: 2px outset #d7b9c9
} 

#twitter_div {
	font-size: 10px;
	padding-right: 35px;
}

#recentdocsctnr {
	font-size: 9px;
	padding-right: 55px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D9D7C4;
}

.ditto_paging {
	padding: 10px;
	font-size: 86%;
	color: black;
	border-top-color: #B7AE73;
}
#ditto_pages .ditto_currentpage {
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #8D7F64;
	color: #E8E9B4;
} 
#ditto_pages .ditto_off {
	padding: 1px 5px 2px;
	margin-right: 1px;
	color: #998A71;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: black;
} 
#ditto_pages a:hover {
	background-color: #E8E9B4;
	color: #000;
}




div.topSection div, img.topSection {
	border: 0px solid #36F;
	width:300px;
	height: 250px;
}

div.topSection div p {
	margin: 0px;
}

div.topSection h1, div.topSection h2 {
	text-align: left
}

img#poster {
	width: 150px;
	height: auto;
		max-height: 250px;
	max-width: 250px;
	background-color: #b9b185;
	border: 1px solid #675048;
	margin-right: 0px;
	margin-left: 10px;
}

img#poster2 {
	height: auto;
	max-width: 490px;
	max-height: 490px;
	border: 1px solid #68533E;
}