/****************************

 Stylesheet for the 2013 ICDL-EpiRob web site
 	
 	icdl-epirob.org

	Start: 11/26/2012
	Last changed: 13/01/2013
	
*****************************/

/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* general settings */
body {
	/*line-height: 1em;*/
	color: #333;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center; 
}

img, a img {
	border: 0;
}

/* paragraphs */
p {
}

p.vpad
{
	padding-top: 10px;
	padding-bottom: 5px;
}

ul {
    list-style-position:inside;
    margin: 0px;
    padding: 0px 0px;
}

ol {
    list-style-position:inside;
    margin: 0px;
    padding: 0px 0px;
}

ol li {
  list-style-position:inside;
  margin: 0px;
  padding: 0px 0px;
}

h1 {
    font: 16px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}


h2 {
    font:bold 14px;
    color: #000;
}

h3 {
    font:bold 12px;
    color: #333;
    margin: 0px 0px 10px 0px;
}

table.program {
	border-collapse:collapse;
	border: 1px solid black;
}

table.program th {
	font:bold 12px;
	background-color: #DDD;
	border: 2px solid white;
}

table.program td.progGeneral{
	font: 10px;
	text-align: center;
	background-color: #FEC;
	border: 2px solid white;
}
table.program td.progFree{
	font: 11px;
	text-align: center;
	background-color: #74DF00;
	border: 2px solid white;
}
table.program td.progTime{
	font: 11px;
	text-align: center;
	background-color: #DCF0F7;
	border: 2px solid white;
}

/* classes */

/* layout */
#wrapper {
	position: relative;
	margin-right:auto;
	margin-left:auto;
	padding: 0px;
	padding-top: 20px;
	background-color: #fff;
	width: 980px; 
}

#navi {
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #fff;	
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	/*margin: 10px 0px 10px 0px;*/
}

#navi ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#navi li {
	list-style: none;
	display: inline;
	color: #000;
	margin: 0px 20px 0px 20px;
}

#navi a, #navi a:link, #navi a:visited {
    /*float: left;*/
    text-decoration: none;
    /*width: 100px; */
    line-height: 40px;
    color: #000;
}

#navi a.home:hover, #navi span.home {
    color: #33ccff;
}

#navi a.call:hover, #navi span.call {
    color: #66cc99;
}

#navi a.comm:hover, #navi span.comm {
    color: #cccc33;
}

#navi a.prog:hover, #navi span.prog {
    color: #ff6666;
}

#navi a.venu:hover, #navi span.venu {
    color: #cc99cc;
}

#navi a.regi:hover, #navi span.regi {
    color: #999999;
}

#navi a.colo:hover, #navi span.colo {
    color: #99FF33;
}

#navi a.past:hover, #navi span.past {
    color: #333399;
}

#content {
	width: 700px;
	float: left;
	background-color: #ffffff;
	text-align: left;
	padding: 20px 20px;
	margin: 0px;
}

#content-centered {
	width: 700px;
	float: left;
	background-color: #ffffff;
	text-align: center;
	padding: 20px 20px;
	margin: 0px;
}

#content-justified {
	width: 700px;
	float: left;
	background-color: #ffffff;
	text-align:justify;
	text-justify:inter-word;
	padding: 20px 20px;
	margin: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
	text-align: center; 
}

.clearboth {
    clear: both;
}

#sidenews {
    width: 220px;
    float: right;
    padding: 10px;
    text-align: left;
    background-color: #ff6;
    border-radius: 1em;
    margin: 20px 0px 10px 0px;
}

#sidenews p{
  color: #666;
  font-size: 80%;
}

#sideinfo {
    width: 220px;
    float: right;
    padding: 10px;
    text-align: left;
	line-height:140%;
    /* background-color: #99ff66; */
    background-color: #99dd55;
    border-radius: 1em;
    margin: 10px 0px 10px 0px;
}


#sideinfo p{
  color: #666;
  font-size: 80%;
}

#footer {
    /*border-top:1px solid #ccc;*/    
    margin-right:auto;
    margin-left:auto;
    margin-top: 20px;
    width: 980px;
    clear: both;
    padding: 10px 0px;
    text-align: left;
}

#footer .separator {
	width:  980px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	height: 18px;
	margin-bottom: 15px;
}
#footer .separator span {
	line-height: 15px;
	padding: 0 10px;
	font-size: 0.8em;
	background: white; /* Color of the element below */
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px;
}

#footer img {
    border: 0px;
    display: inline;
    margin: 0px 10px 0px 0px;
}
