/*--------------------------------
	COLOURS USED IN THIS SITE

-- Poster colors adopted as the base colours for this website --

RED	d81f2a
RED 10% E25760
RED 20%	EC9095
BLUE	102e7e

TO DO: 
>> colours for links

>> colours for menu buttons

--------------------------------*/

html {
	background-color:#fff;
	background-image:url('images/kindajean.png');
}


body {
	font-family: 'Noticia Text', 'Times', serif;
	font-size: 13px;
	color: #333;
	/*border-top: 6px solid #2f4a87;*/
}

.container_16 {
	background-color:#fff;
}

.container_16 .grid_16.header {
	background-color:#fff;
	/*border-bottom: 4px solid #102e7e;*/
	width:960px;
}

a, a:visited {
	text-decoration: none;
	color: #102e7e;
	border-bottom:1px dotted #666;
	padding: 0 2px 1px 2px;
	font-weight:bold;
}
a:hover {
	background: #d81f2a;
	color: #ffffff;
	text-decoration: none;
}

/*
This cannot be used here because there are already a lot of places in the website
where a PDF icon has been added manualy. This causes a double PDF icon to appear,
obviously. To avoid looking for all these cases, decided to drop this feature from
this website. In future, let's use this from the beginning...
*/

/*
a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
	font-size:10px;
    background: url("http://azuleon.org/_images/pdf.png") center left no-repeat;
}
a:hover[href$='.pdf'] {
	background: #0860a8 url("http://azuleon.org/_images/pdf.png") center left no-repeat;
	color: #ffffff;
	text-decoration: none;
}
*/


.noShow, .noShow:visited {
	border-bottom:0px solid;

}


.container_16 .grid_16.footer {
	height: 46px;
	width:960px;
	background-color:#BEC6DB;
	border-top: 3px solid #102e7e;
	text-align:left;
	left: 50%;
	margin-left: -480px;
	bottom:0px;
}
.container_16 .grid_16.footer a { 
	color: #3A3A3A;
 	background:transparent; 
	font-weight: bold; 
}
.container_16 .grid_16.footer a:focus,
.container_16 .grid_16.footer a:hover, 
.container_16 .grid_16.footer a:active { 
	color: #ff6d00;
	background-color: transparent;
}

img.plain {
 border: 1px solid #868e9f;
 padding: 3px;
 background-color: #fff;
}

.top_image {
	width:960px;
	margin: 0 0 0 0;
	padding:0;
	border:0px solid;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-family: 'Lato', 'Arial', sans-serif;
	color: #102e7e;
}

h1 {
	font-size: 24px;
	/*border-bottom: 2px solid #46638F;*/
	letter-spacing: 1px;
	margin: 0 0 15px 0;
/*	text-shadow:
	-1px -1px 0 #000,  
	 1px -1px 0 #000,
	-1px  1px 0 #000,
	 1px  1px 0 #000;
*/}

h2 {
	font-size: 20px;
	margin: 20px 0 15px 0;
}

h3 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

p {
	font-family: 'Noticia Text', 'Times', serif;
	font-size: 14px;
	color: #333333;
	line-height:1.5;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

ol {
	font-family: 'Noticia Text', 'Times', serif;
	list-style: decimal;
}

ul {
	font-family: 'Noticia Text', 'Times', serif;
	list-style: square;
	margin-bottom: 15px;
	font-size:14px;
}

li {
	margin-left: 15px;
	margin-bottom: 5px;
	line-height: 20px;
}

/* TABLES */
table { width: auto; border-collapse:collapse; margin-bottom: 2em; }
table.full { width: 100%; }
table.fixed { table-layout:fixed; }

th,td { padding: 0 0.5em; font-size:14px; font-family: 'Noticia Text', 'Times', serif; line-height:2;
}
thead th { background: #444; color: #fff; }
tbody th { background: #fff; color: #333; }

/*SPONSORS*/

.sponsors td {
	text-align:center;
	vertical-align: middle;
	width: 280px;
}

/* Used in the Programme page */

.Session {
	font-weight:bold;
	font-size:13px;
 	margin-bottom:0px;
	margin-top:5px;
	padding-bottom: 0px;
    }
.Session_break {
	font-weight:bold;
	font-size:13px;
	font-style: italic;
	padding-bottom: 0px;
    }
