/* 
Author: Paolo Felli
Date: Aug 7 2013
For: KR 2014
*/

body{
	
	margin:0px;
	
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;	
	
	color : #000;

	margin-top: 0px;

	margin-bottom: 0px;
	line-height: 1.5em;
	background:#54a693 url('img/bg.jpg') repeat-x 0px 0px;
}

img { border:0px; }

a { color : #054fa2;  }
a:link{ color : #054fa2; }
a:visited{ color : #054fa2; }
a:hover{ color : #054fa2; }

p { margin-bottom:3px; margin-top:3px; padding:0px; }

#menu a { color : #000; text-decoration : none; padding-left:9px; }
#menu a:link{ color : #000; text-decoration : none; }
#menu a:visited{ color : #000; text-decoration : none; }
#menu a:hover{ color : #000; text-decoration : none; }

#leaf_big {  position:absolute; left:-52px; top:960px; }
#leaf_big_g { position:absolute; left:940px; top:300px;}


#body_content{ 
	position:relative;/*for absolute positioning inside*/
	margin-left:auto;
	margin-right:auto;
	width:942px;
	min-height: 101%;
}

hr { 
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;color: #808080; 
	height:1px; 
}


h1, h2, h3, h4, h5, h6 
{
	color: #0b386b;
	font-family: myfont;
	padding: 0px;
}

h1 {
 	font-size: 2.2em;
 	margin-top:20px;
	margin-bottom:40px;
}

h2 {
 	font-size: 1.9em;
	line-height:1.3;
 	margin-top:35px;
}

h3 {
 	font-size: 1.4em;
	color:#cb6554;
 	margin-top:20px;
}

.evid
{
	color:#cb6554;
	font-weight: bold;
}

h1:before { content:url('img/leaf_menu_blue.png');  margin-right:5px; }
h2:before { content:url('img/leaf_menu_blue.png');  margin-right:5px; }
h3:before { content:url('img/owl_eyes.png'); margin-right:5px; }

p { padding-top:9px; }

ul { list-style-type:none; margin-bottom:15px;}

#menu ul {
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	line-height:25px;
	list-style-position: outside;
}


ul.leafs li { list-style-image:url('img/leaf_menu.gif'); margin-left:15px; text-align: left; line-height:22px; }

.back:before { content: "\00AB \0020";  }

/* Menu */

#menu
{
	float:left;
	margin-left:-22px;
	border:4px solid #0b386b;
	background:#fff;
	width:200px;
	border-top:0px solid #fff;
	padding-bottom:0px;
	text-align:left;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}


#menu li {
	cursor:pointer;
}

#menu li:before {
	content:url('img/leaf_menu.gif');
}

#menu li {  padding-left: 6px; 	border-bottom:1px dashed #e3e2e2; }

#menu li:hover
{
	background:#0b386b; 
	border-bottom:1px solid #fff;
}
#menu li.selected
{
	background:#0b386b; 
	border-bottom:1px solid #fff;
}
#menu li.selected:before
{
	content:url('img/leaf_menu_selected.gif');
}
#menu li:hover:before {
	content:url('img/leaf_menu_selected.gif');
}

#menu li.selected a { color:white; }
#menu li:hover a { color:white; }


#content
{
	padding:0px;
	background:#fff;

}

#loader{
	position:relative;
	float:left;
	left:17px;
	top:10px;
	z-index:1;
}

#page
{
	margin-left:205px;
	padding-top:10px;
	width:442px;
	min-height:710px;
}

#header_img
{
	position:relative;
	left:-22px;
}

#venue
{
	position:absolute;
	left:310px;
	top:170px;
	font-size: 1.5em;
	font-family: myfont;
}

#kr
{
	color: #0b386b;
	font-family: myfont;

 	font-size: 2.8em;
 	margin-top:15px;
	position:absolute;
	left:160px;
	width:730px;
	top:22px;
	text-align:left;
	line-height:30pt;
}

#page_actions { float:right; }
#page_actions img {vertical-align:middle;}
#page_actions a { text-decoration : none;}

#left_bottom
{
	position:absolute;
	left:20px;
	top:775px;
	width:165px;
}

/* Progress bar */

#progressbar
{
	position:absolute;
	left:0px;
	width:0px;
	height:36px;
	top:241px;
	background:#cb6554;
}


.centered
{
	width:100%;
	text-align:center;
}

/* DATES */

#dates
{
	color:#636363;;
	font-size:7pt; 
	text-align:right;
}

#date1 { position:absolute; left:-39px; top:223px;  width:118px;  }
#date2 { position:absolute; left:32px; top:223px;  width:118px;  }
#date3 { position:absolute; left:106px; top:223px;  width:118px;  }
#date4 { position:absolute; left:176px; top:223px;  width:118px;  }
#date5 { position:absolute; left:238px; top:223px;  width:118px;  }
#date6 { position:absolute; left:307px; top:223px;  width:118px;  }
#date7 { position:absolute; left:378px; top:223px;  width:118px;  }
#date8 { position:absolute; left:445px; top:223px;  width:118px;  }


/* NEWS */

#news{
	position:absolute;
	left:650px;
	top:278px;
	background-color:#cacaca;
	width:272px;
	min-height:720px; 
	margin-left:20px;
}

#news_inner{
	background-color:#e3e2e2;
	padding-left:15px;
	padding-right:15px;
	max-height:405px;
	overflow:auto;
	border-top:10px solid #e3e2e2;
	border-bottom:20px solid #e3e2e2;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}

.news_date{ font-size:1.3em; color:#0b386b; font-family: myfont; margin-right:2px; }

hr { margin:25px; }
#news hr { 
	margin:0px;
	margin-top:12px;
	margin-bottom:12px;
	border-bottom:1px dashed #bbbaba;
	background: #e3e2e2; 
}

#news h2 {
 	margin-top:5px;
}

.commettee td{  width:200px;  vertical-align:text-top;}

/* SLIDESHOW */

#slideshow{
	width:302px;
	height:263px;
	position:absolute;
	left:700px;
	top:715px;
}


#hotels .four_stars:after { content:url('img/4s.png'); }
#hotels .three_stars:after { content:url('img/3s.png'); }


.box{ padding:5px; border:2px solid #e7e4e4; background-color:#efefef; text-align:left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

#mainboxes { width:440px; margin-bottom:20px; margin-top:15px; float:left; cursor:pointer; }
.mainbox { width:45%;  display:block; float:left; margin:10px; border-top:1px dashed #bbbaba; }
.mainbox h3 { margin-top:8px; }

.download_box { line-height:14px; }
.download_box li { margin-bottom:10px; }
.download_box img { vertical-align:middle; }

.daybox{ color:#fff; padding:5px; background-color:#0b386b; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
h2.daybox:before { content:url('img/leaf_menu_selected.gif');  margin-right:5px; }


.speakers { margin-top:15px; }
.speakers .controls { text-align:right; width:100%; margin-top:15px; }

.quotation:before { content:"\""; }
.quotation:after { content:"\"";}
.quotation {font-style:italic;  }

blockquote {
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
width: 500px;
margin-left: 50px;
padding: 20px;
line-height: 1.45;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

.papers .authors{ font-style:italic; color: #cb6554;}
	
#events { position:absolute; z-index:3; top:247px; left:30px;}
	
table.program { font-size:11px; border-width:0px; table-layout:fixed; }

table.program {
	border-width: 0px;
	border-style: solid;
	border-color: #383838;
	border-collapse: collapse;
}
table.program th {
	border-width: 1px;
	border-style: solid;
	border-color: #383838;
}
table.program td {
	border-width: 1px;
	border-style: solid;
	border-color: #383838;
}

table.program td.hour { background-color:#efefef;}

table th.titleblue{
	color:#fff;
	text-align:center;
	font-weight:bold;
	background-color:#0b386b;
    font-family: myfont; 
	font-size:1.2em;
}

table.program tBody{ text-align:center;}
table.program thead {
	text-align:center;
    background-color:#0b386b;
    font-weight: bold;
    cursor: default;
}

/* Footer */

#footer
{
	width:100%;
	height:130px;
	color : #cccccc;
	margin:0px;
	padding:0px;
	padding-top:25px;
	font-size:8pt;
	background:#0b386b;
}

#footer a { text-decoration:none; color:#335287; }

#copyright { position:absolute; bottom:5px; left:450px; color:#335287;}

#hosted_by 
{ 
	color:#e9e9e9;
	float:left;
	margin-right:30px;
	margin-left:30px;
} 

#sponsors { float:right; margin-right:30px; margin-top:-10px; width:600px; text-align:right;} 
#sponsors img {padding-top:4px;margin-right:15px;}
#hosted_by img:hover { opacity:0.4; filter:alpha(opacity=40); }
#sponsor_desc { height:20px; padding-right:15px;}

/* Custom Fonts */


@font-face {
    font-family: 'myfont';
    src: url('fonts/myfont2.eot');
    src: url('fonts/myfont2.eot?#iefix') format('embedded-opentype'),
         url('fonts/myfont2.woff') format('woff'),
         url('fonts/myfont2.ttf') format('truetype'),
         url('fonts/myfont2.svg#deliciousroman') format('svg');
    font-weight: normal;
    font-style: normal;
}


