@CHARSET "UTF-8";

div, body, ul, l1, h1, h2, h3 {
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	background: #b5cdc1 url("/images/background.png") repeat-y ;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 90%;
}

h1, h2, h3 {
    line-height: 1.2em;
}

div#title_block {
	height: 332px;
	background: #b5cdc1 url("/images/skyline.png") repeat-x top left ;
	text-indent: -10000px;
	min-width: 1059px;
}

div#title_block img {
	position: absolute;
	top: 40px;
	left: 40px;	
}

h1 {
	margin-bottom: 20px;
}

h2 {
	color: #e02a1c;
}

ul#navigation { 
	position: absolute; 
	width: 210px;
	top: 331px;
	left: 39px;
}

ul#navigation li {
	list-style-image: none;
	list-style-type: none;
}

ul#navigation li a {
	display: block;
	height: 60px;
	width: 210px;
	color: #bac3bf;
	text-indent: -1000px;
	overflow: hidden;
}

ul#navigation li a.active {
	border: none;
	background: #e02a1c no-repeat;
	color: white;
}

/*========================================================================== */
/* Navigation buttons */

ul#navigation li a#home {
    background-image: url(/images/navs/navHome.png);
}

ul#navigation li a#about {
	background-image: url(/images/navs/navAbout.png);
}

ul#navigation li a#speakers {
    background-image: url(/images/navs/navSpeakers.png);
}

ul#navigation li a#blog {
    background-image: url(/images/navs/navBlog.png);
}

ul#navigation li a#programme {
    background-image: url(/images/navs/navProgramme.png);
}

ul#navigation li a#contact {
    background-image: url(/images/navs/navContact.png);
}

ul#navigation li a#links {
    background-image: url(/images/navs/navLinks.png);
}

ul#navigation li a#register {  
    background-image: url(/images/navs/navRegister.png);
}

ul#navigation li a#venue {    
    background-image: url(/images/navs/navVenue.png);
}

ul#navigation li a {
    background-position: 0 0;
    background-repeat: no-repeat;
}

ul#navigation li a:hover,
ul#navigation li a.active {
	background-position: 0px -70px;
}

/*========================================================================== */

div#content {
	margin-left: 249px;
	width: 560px;
	padding: 0 20px;
	min-height: 800px;
}

div#content h1 {
	font-family: "Abadi MT Condensed Light", "Abadi MT Condensed", "Abadi", "Arial Narrow Condensed", "Arial", sans-serif;
	text-indent: -1000px;
	height: 70px;
}

div#content h1.home {
	background: url('/images/pageHeaders/headerHome.gif') no-repeat center center;
}
div#content h1.about {
	background: url('/images/pageHeaders/headerAbout.gif') no-repeat center center;
}
div#content h1.blog {
	background: url('/images/pageHeaders/headerBlog.gif') no-repeat center center;
}
div#content h1.programme {
	background: url('/images/pageHeaders/headerProgramme.gif') no-repeat center center;
}
div#content h1.speakers {
	background: url('/images/pageHeaders/headerSpeakers.gif') no-repeat center center;
}
div#content h1.register {
	background: url('/images/pageHeaders/headerRegister.gif') no-repeat center center;
}
div#content h1.venue {
	background: url('/images/pageHeaders/headerVenue.gif') no-repeat center center;
}

div#footer a,
div#content a {
	font-weight: bold;
	text-decoration: none;
}

div#content div.schedule ,
div#content div.block {
	padding: 20px;
	background: white;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div#content div.schedule {
	padding: 10px 20px 12px;
}

div.date {
	color: #75887f;
}


div#content div.block .gntml_plus_host {
	font-size: 80%;
	line-height: 90%;
}
	
div#content div.block .gntml_session h2 {
	color: #75887f;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 160%;
	text-transform: uppercase;
}

div#content div.block .gntml_plus_time p {
	color: #e02a1c;
    font-size: 110%;
    font-weight: bold;
	margin: 0 0 5px 0;
}

div#content div.block h3 {
	margin-top: 20px;
	text-transform: uppercase;
	border-bottom: 2px solid #75887f;
	color: #75887f;
	font-size: 100%;
}

div#content div.block .gntml_summary {
	background: #e02a1c;
	color: #f7cac6;
	padding: 5px 20px 2px;
	margin: 0px -20px;
}

div#content a {
	color: #e02a1c;
}

div#content .name {
	font-size: 154%;
	margin-right: 5px;
}


div#content div.block .gntml_speaker {
	padding: 7px 15px 5px;
	background: #fdf4f3;
	color: #8a9991;
}

div#content div.gntml_speakerblurb div.speaker {
	padding: 0;
	color: #8a9991;
	background: none;
}

div#content div.gntml_speakerblurb p,
div#content div.gntml_speakerblurb h2 {
    margin: 0 0 0.5em 154px;
}

div#content div.gntml_speakerblurb.gntml_plus_role {
    color: #8a9991;
}

div#content div.block .gntml_summary {
  padding: 0 20px 0 20px;
}

div#content div.block .gntml_summary h3 {
	color: white;
	letter-spacing: 1px;
	font-size: 180%;
	border: none;
	text-transform: inherit;
	padding: 1em 0 0.4em 0;
}

div#content div.block .gntml_summary p {
    padding: 0 0 1em 0;
}

div#content div.block .gntml_summary a {
	color: white;
}

div#content div.block .gntml_plus_host a {
    color: white;
}

div#content div.block .gntml_plus_host,
div#content div.block .gntml_plus_host a {
    color: #380B07;
}

div#sponsors {
	background: #82978d;
	width: 180px;
	position: absolute;
	top: 140px;
	left: 849px;
	padding: 35px 0 0;
	background: #82978d url("/images/sponsors_top.png") no-repeat top left ;
    border-right: none;
	text-align: center;
}

div#sponsors img {
	max-width: 180px;
}

div#sponsors h2 {
	width: 180px; 
	height: 40px;  
 	background: url(/images/sponsors/sponsorHeader.png) no-repeat;   
 	text-indent: -1000px;
 	overflow: hidden;
}

div#sponsors h3 {
	margin-top: 20px;
	width: 180px; 
	text-indent: -1000px;
 	overflow: hidden;
}

div#sponsors div.gntml_platinum h3 {
	height: 35px;
	background: url(/images/sponsors/sponsorPlatinum.png) no-repeat center center;    	
}
div#sponsors div.gntml_gold h3 {
	height: 65px;
	background: url(/images/sponsors/sponsorGold.png) no-repeat;    	
}
div#sponsors div.gntml_silver h3 {
	height: 53px;
	background: url(/images/sponsors/sponsorSilver.png) no-repeat;    	
}
div#sponsors div.gntml_event h3 {
    height: 52px;
    background: url(/images/sponsors/sponsorEvent.png) no-repeat;      
}
div#sponsors div.gntml_supporters h3 {
	height: 27px;
	background: url(/images/sponsors/sponsorSupporters.png) no-repeat;    	
}
div#sponsors div.gntml_partners h3 {
	height: 22px;
	background: url(/images/sponsors/sponsorPartners.png) no-repeat;    	
}
div#sponsors div.gntml_association h3 {
    height: 22px;
    background: url(/images/sponsors/sponsorAssociationPartners.png) no-repeat;        
}

div#footer {
	height: 140px;
	padding-left:300px;
	background: transparent url(/images/footerBg.gif) repeat-x top left; 
	min-width: 759px;
}


div#footer img {
	border: none;
}

div#footer img#heroes {
	position: absolute;
	top: 30px;
	left: 48px;
}

div#footer img#momolo {
	position: absolute;
	top: 20px;
	left: 877px;
}

div#footer div.links {
	padding-top: 30px;
	width: 190px;
	float: left;
	font-size: 88%;
	line-height: 120%;
}

div#footer div.links a {
	color: #75887f;
}

div#footer div.links img {
	width: 15px;
}

div#footer div.links a:hover {
	color: #e02a1c;
}

div#ribot {
	position: absolute;
	top: 30px;
	left: 909px;
	width: 150px;
	height: 110px;
	text-indent: -10000px;
	background:  url("/images/ribot.png") no-repeat top left;
}