/* CSS Document for Tuomas Kantelinen website */


/* Body */

html {
	
	background-color: #040E15;
	background-image:url(Images/tail_bkg2.gif); 
	background-repeat:repeat-x; 
	background-position:bottom;
}

body,td,th {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: /*#FEDF78; */#C3A04A; /*#78797D;*/
	line-height: 17px;
	
	
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	height:100%;
}

/* Body Links */

a:link {
	color:#A6281D;/*#B18E32;*/
	text-decoration: none;
}
a:visited {
	color: #B18E32;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #E3BE5D;
}
a:active {
	text-decoration: none;
	color: #E3BE5D;
}


.main {
	width:900px;
	height:100%;
	background-color:#050608;
	text-align:left;
	padding:40px;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	}
	
.title {
	font-size:24px;
	color: #C8A410;
	margin-bottom:4px;
}

.columnhead {color: #C8A410;}

.column {
	text-align:justify;
	line-height:19px;
	}

.nar0 {
	padding-top:44px; 
	padding-left:52px; 
	padding-right:58px;
	}
	
.nar1 {
	padding-top:44px; 
	padding-left:68px; 
	padding-right:42px;
	}
	
.nar2 {
	padding-top:44px; 
	padding-left:55px; 
	padding-right:55px;
	}
	
.nar3 {
	padding-top:24px; 
	}


/* Nav */

#MainTitle {
	position:absolute;
	left:0px;
	top:9%;
	width:100%;
	height:39px;
	z-index:4;
}
#MainLeft {
	position:absolute;
	left:0px;
	top:1%;
	width:248px;
	height:100px;
	z-index:2;
}

#MainRight {
	position:absolute;
	left:0px;
	top:2%;
	width:100%;
	height:100px;
	z-index:3;
	text-align:right;
}


/* Main DIVs */

.image {
	border-color:#FFFFFF;
	border-style:solid;
	border-width:4px;
	margin-bottom:15px;
	margin-right:20px;
	font-size:10px;
}

.caption {
	font-size:10px;
}


/* Blog */

.bhead {
	text-align:left; 
	font-size:18px; 
	color:#CCA811;
}
		   
.news_entry {  }

.news_text { 
	text-align:left;
	margin-bottom: 20px;
	width: 560px;
	text-align:justify;
	}

.news_date { 
	color: #594400;
    /*background-color: darkgoldenrod;*/
    font-weight: bold;
    padding-bottom: 2px;
    line-height: 14pt;
    }
				

/*.news { 
	color: black; /* text color 
           background-color: darkkhaki;
           width: 550px;
           padding: 10px;
           text-align: center;
           border: 1px solid black;
           }
		   */


/* Biography */

.biobody {
	font-size:14px;
	line-height:20px;
	width:550px;
	text-align:justify;
}

.biobody2 {
	font-size:12px;
	line-height:15px;
	width:550px;
	text-align:justify;
}


/* Music */

.mf { 				/* Music Feature */
	height:250px;
	display:none;
}