/* Author: Javier Lopez-Gonzalez */
/* University of Joensuu 2007 - 2008*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.7;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: black;
        background-color: #007168;
}

h2{
	font-size:24px;
	font-family: Verdana;
	font-weight: bold;	
}

h3 {
	font-size:16px;
	font-family: Verdana;
}

ul {
	list-style-type: none;
}


/* Specific divs */
#container {
	padding: 0px 0 0px 0;
	margin: 30px 0 30px 0;		
	position: relative;
	
		
}

#container #content {
	width: 860px;	
	border: solid 5px;	
	border-color: #6C242A;
	/*border-color: #de3908;*/
	margin: 0 auto;
        background-color:white;
	
}

#container #content h1 {
	/*background: transparent url(../images/main3.gif) no-repeat top center;*/
	background:  transparent url(../images/logo2.png) no-repeat top center;
	
	margin: 10px auto 10px auto;
	/*width: 628px;
	height: 122px;*/
	width: 493px;
	height: 150px;
	text-indent: -5000px;
}

#navigation {
	text-align: center;	
        font-size:110%;
}

#navigation ul {
	border-bottom: solid 2px;
	border-color:#007168;

	/*border-color: #de3908;*/
	margin-left: 0px;
}

#navigation li {
	display: inline;
	list-style-type: none;
	padding-right: 18px;	
	
}

#navigation a{
        padding: 4px;
        padding-bottom:5px;
}
#navigation a#selected{
	text-transform: uppercase;
	font-weight: bold;
        background-color:#007168;	
	color:white;   

}

#navigation a:hover{
	color:white;
	background-color: #007168;
	text-decoration: none;	
}

.introductionPictures {
	text-align: center;	
}

.introductionPictures a img{
	border: 0;
}
	
#introduction {
	text-align: center;	
	margin: 0 100px 0 100px;
}

#text{
	text-align: left;	
	margin: 0 40px 0 20px;
/**        float: left;*/
        
}
#left-column {
	text-align: left;	
	margin: 0 40px 20px 20px;
        width: 27em;
/**        float: left;*/
        
}
#right-column{
    float:right;
    width:23em;
}

.picture {
    margin-top: 8px;
	margin-right: 10px;
	float: left;
	top: auto;	
}

.indent {
	margin-left: 30px;	
}

.list-indent {
	margin-bottom: 12px;	
}
.committee-table{
    margin-left: auto;
    margin-right: auto;
}
/* Styling for the table */
table {
	width: 600px;
	padding-bottom:40px;
	text-align: inherit;
}

caption {
	font-size: 20px;
	font-weight: bold;		
}

td {
	padding-bottom: 5px;	
}

.time {
	font-weight: bold;
	text-align:inherit;
	vertical-align: top;	
	width: 30%;
}

.session {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px ;
}

.title {
	font-family: tahoma, arial;
	font-weight: bold;
}
.author {
	font-style: oblique;
	font-family: Georgia, Times New Roman, Garamond;	
}
#bottom {
	margin-top: 20px;
	border-top: solid 2px;	
	border-color: #6C242A;
	/*border-color: #de3908;*/
	font-style: italic;
	text-align: center;
	font-family: Georgia, Times New Roman, Garamond;
        clear:both;	
	
}

#bottom h2 { 
	/*background: transparent url(../images/main3.gif) no-repeat top center;*/
	background:  transparent url(../images/joylogo.gif) no-repeat  center;
	margin: 10px auto 10px auto;
	/*width: 628px;
	height: 122px;*/
	width: 108px;
	height: 65px;
	text-indent: -5000px;
}

.screen_hide1 {
	display: none;	
}
#twitter_update_list{
    border: solid 1px;	
    border-right:0px;
    border-color: #6C242A;
    background-color:#E3FFE1;
}

#twitter_update_list li {
    padding:0.2em;
    margin-left:-1.5em;
}
#twitter_update_list li img{
    float:left;
}
#twitter_update_list li span{
    clear:both;
}
.info_box{
    margin:0.3em;
    float:right;
    width:25em;
    font-size:90%;
    padding:0.2em;
    background-color:#E3FFE1;
    
}
.date{
    font-weight:bold;
    color:#6C242A;
}
.extra{
    margin: 0.5em;
}
.bio-image{float:right;}