/**
 * General CSS
 *
 * Provide CSS for the site
 *
 * @author 			Paul Killoran <paul@starlight.ie>
 * @package			starlight
 * @subpackage		starlight.launchpad
 * @access 			public
 * @version			$Revision: 1 $
 * @modifiedby		$LastChangedBy: pkilloran $
 * @lastmodified	$Date: 2009-09-05 00:00:00 -0000 (Sat, 05 Sep 2009) $
 * @copyright		Copyright (c) 2009, Starlight Solutions
 *
 */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700,700italic,400italic);
@import url(webfonts/fancy_fonts.css);

body {
    background: #628cbe url(img/ISDRS2020bg_2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 20px;
    margin-top: 0;
}

div#page {
    position:relative;
    width:980px;
    margin:0 auto;
    padding:0;
}

.clear {
    clear:both;
    display:block;
    height:1px;
    overflow:hidden;
    margin:0;
    padding:0;
}

.superindex{
    vertical-align: super;
    font-size:16px;
}

/* === Header
 ======================================= */ 
div#page_header {
    text-align:left;
    padding-top:15px;
    padding-right:2px;
}
div#page_header a {
    margin-right:0;
    border:0;
}
div#page_header a:hover {
    background:none;
    border:0;
}
div#page_content {
    overflow:auto;
    margin:2px 0 0;
}
div#page_header .push_banner{
    float: left;
    content: "";
    width: 224px;
    height: 160px;
}
div#page_header .banner{
    margin: 15px 0;
}

/* === Conference Info
 ======================================= */ 

.conference-info h1{
    margin-bottom:0;
}
.conference-info h2{
    margin-top:0;
    padding-top: 0;
}
.conference-info h3{
    margin-top: 20px;
    margin-bottom:0;
}
.conference-info h4{
    margin-top:5px;
    padding-top: 0;
}
.video-block{
    margin-top: 55px;
}
.video-block .title{
    position: relative;
    margin-bottom: 25px;
    background: rgb(0, 235, 210); 
    background: -webkit-linear-gradient(left, rgb(0, 235, 210), rgb(22,185,225)); 
    background: -o-linear-gradient(right, rgb(0, 235, 210), rgb(22,185,225)); 
    background: -moz-linear-gradient(right, rgb(0, 235, 210), rgb(22,185,225)); 
    background: linear-gradient(to right, rgb(0, 235, 210), rgb(22,185,225));
    width:290px;
}

.title:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    right: 100%;
    background: rgb(0, 235, 210); 
}

.title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 23px solid rgb(22,185,225);
    position: absolute;
    top: 0;
    right: -23px;
}

.video-block .title h3{
    padding: 10px 65px 10px 0;
    color: white;
    text-transform: uppercase;
    text-align: right;
}

.video-block .title a{
    display:block;
    padding: 10px 65px 10px 0;
    color: white;
    text-transform: uppercase;
    text-align: right;
    text-decoration:none;
    font-family: 'rodinaregular', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
}
.video-block .title a:hover{
    color:#f1f1f1;
}

.video-block .title .play-icon{
    position: absolute;
    top: 0px;
    right: 8px;
    margin: 5px 0;
    content: " ";
    width: 34px;
    height: 34px;
    background: url(img/play-icon.svg) no-repeat;
}

/* === Structure
 ======================================= */ 
div#page_content_main_container {
    float:right;
    width:756px;
    padding:0;
    background: rgba(0, 94, 202, 0.37); 
    background: -webkit-linear-gradient(top, rgba(0, 94, 202, 0.37) , rgba(44,173,212, 0.37), rgba(255,255,255, 0.37),rgba(0,94,202, 0.37)); 
    background: -o-linear-gradient(bottom, rgba(0, 94, 202, 0.37) , rgba(44,173,212, 0.37), rgba(255,255,255, 0.37),rgba(0,94,202, 0.37)); 
    background: -moz-linear-gradient(bottom, rgba(0, 94, 202, 0.37) , rgba(44,173,212, 0.37), rgba(255,255,255, 0.37),rgba(0,94,202, 0.37)); 
    background: linear-gradient(to bottom, rgba(0, 94, 202, 0.37) , rgba(44,173,212, 0.37), rgba(255,255,255, 0.37),rgba(0,94,202, 0.37));

    -webkit-border-radius: 4px;
    border-radius: 4px;

}
div.page_content_logos{
    padding: 10px 10px 0 10px;

    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.page_content_logos img{
    width:100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.page_content_main {
    min-height:365px;
    margin:5px 10px 10px 10px;
    background:white;
    padding:35px 100px;

    -webkit-border-radius: 4px;
    border-radius: 4px
}
div#page_content_side_container {
    float:left;
    width:184px;
    margin-left:0;
}

/* === Footer
 ======================================= */ 
div#page_footer {
    border-radius:0 0 20px 20px;
    text-align:center;
    /*height:50px;*/
    /*background-color:#ccc;*/
    margin:0;
    padding:0;
}
div#page_footer .footer_links {
    padding: 0px 10px 20px;
}

div#page_footer .social-icons{
    margin: 0 auto;
    display:inline-block;
}

div#page_footer .social-icons a{
    display:block;
    margin: 15px 5px 5px;
    float:left;
}

/* === Flash Message
 ======================================= */ 
#layout_flash_message {
    margin-top:50px;
    margin-bottom:30px;
    text-align:center;
}
#layout_flash_message a {
    font-size:28pt;
    font-weight:700;
    color:#221f1f;
    text-decoration:none;
    background-color:inherit;
    border:0;
}

/* === Under Construction
 ======================================= */ 
.under_construction{
    font-family: 'Droid Serif';
    font-size: 12px;
    line-height: 40px;
    color: #707070;
    background: #ebebeb;
    text-align: center;
    margin: -35px -30px 25px -40px;
    -webkit-border-radius: 20px 5px 0 0;
    border-radius: 20px 5px 0 0;
}
.year{
    float: left;
    width: 250px;
    height: 150px;
    background: url(img/header_year.png) center center no-repeat;
    text-align: center;
    font: 44px/150px "Droid Serif";
}
.conf_title{
    float: right;
    height: 120px;
    width: 710px;
    padding-top: 10px;
    text-align: left;
    text-transform: uppercase;
    font: 55px/65px "Droid Serif";
}

/* === General Styling
 ======================================= */ 
body {
    font:Helvetica, Arial, sans-serif;
    font-family:Helvetica, Arial, sans-serif;
    /*font-family:'rodinaregular';*/
    font-size:11pt;
    line-height:26px;
    color:#424242;
}
a {
    color:#18b8dc;
    text-decoration:none;
    font-style:italic;
}
a:hover {
    text-decoration: underline;
}
p {
    line-height:22px;
    margin:12px 0;
    padding:0;
}
strong {
    color:#000;
}

/* === Typography
 ======================================= */ 
h1, h2{
    color:#18b8dc;
    font-weight: normal;
    font-size:28px;
    line-height:32px;
}
h1 {
    font-family: 'GothamCondensed-Medium', Helvetica, Arial, sans-serif;
    font-weight:bold;
}
h2 {
    font-family: 'GothamCondensed-Light', Helvetica, Arial, sans-serif;
    padding-top:13px;
    clear:left;
    margin-bottom:8px;
}
h2 + p {
    margin-top:7px;
}
h3 {
    font-family: 'rodinaregular', Helvetica, Arial, sans-serif;
    font-size:24px;
    color:#4687a1;
    font-weight: normal;
}
h4 {
    font-family: 'rodinaregular', Helvetica, Arial, sans-serif;
    font-size:18px;
    color:#4687a1;
    font-weight: normal;
}

/* === Menu
 ======================================= */ 
.menu { 
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li {
    margin: 0 0 5px;

}
/*ul.menu li ul li.active a,
ul.menu > li.active > a{
    color: #fff;
    font-weight: bold;
    background-color: rgba(127,150,97,0.95);
}*/
.menu li a{
    display: block;
    position: relative;
    padding: 7px 15px 7px 10px;
    text-decoration: none;
    text-align: center;
    text-transform:uppercase;
    font-size: 18px;
    line-height: 29px;
    font-style: normal;
    font-family: 'rodinaregular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    background-color:rgba(255,255,255,0.95);
    color: #20abe2;
    border-radius:12px;
    -webkit-border-radius:12px;
}

.menu li a:hover { 
    background-color:#b7ecf7;
}

.menu li ul li a {
    font-size: 13px;
}

.menu li .heading {
    margin-bottom: 8px;
}
.menu.level2{
    margin-bottom: 8px;
}
.menu.level2 li a{ 
    background-color: rgb(66, 169, 220);
    color: white;
    font-size: 14px;
}
.menu.level2 li a:hover{ 
    background-color:#b7ecf7;
    color: #3d6299;
}

/*
 =================
    BUTTON COLOURS

 #bddec4 - Background
 #424243 - Text
 #51a868 - Border

 #51a863 - Hover - Background
 #fffff3 - Hover - Text
 #106d90 - Hover - Border

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

div.buttons { padding:10px 0px 30px 0px; }
div.button { padding:10px 10px 0px 0px; margin-bottom:10px; float:left; }
div.button a { font-weight:bold; border:1px solid #51a868; text-decoration:none; padding:6px 30px; color:#424243; background-color:#bddec4; font-size:11pt; white-space:nowrap; }
div.button a:hover { color:#fffff3; text-decoration:none; background-color:#51a863; border:1px solid #106d90; }

/* Forms */

/*
 =================
    FORM COLOURS

 #888 - Form Border
 #444 - Form Border on Hover

 #bddec4 - Background
 #424243 - Text
 #51a868 - Border

 #51a863 - Hover - Background
 #fffff3 - Hover - Text
 #106d90 - Hover - Border

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

form { margin:0px; padding:0px}
div.form form input { font-size:13pt; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:20px; border:solid 1px #51a863; }
div.form form input.input_text { border: 2px solid #888; padding:5px 4px 2px 4px; height:23px; background-color:#E8E8E8; color:#424242; }
div.form form input.input_text:hover { border: 2px solid #444; padding:5px 4px 2px 4px; height:23px; background-color:#E8E8E8; color:#424242; }
div.form form textarea.textarea { border:2px solid #888; padding:2px 4px; color:#424242; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px;	background-color:#E8E8E8; }
div.form form textarea.textarea:hover { border:2px solid #444; padding:2px 4px; color:#424242; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px;	background-color:#E8E8E8; }
div.form form textarea.form_error { background-color:#FFCCCC; }
div.form form .value { border:1px solid #E8E8E8; padding:2px 4px; color:#333333; background-color:#eeeeee; line-height:16px; }
div.form form select.select_one { border:2px solid #888; padding:1px 1px 1px 1px; color:#424242; font-size:13pt; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:20px; height:32px; }
div.form form select.select_one:hover { border:2px solid #444; padding:1px 1px 1px 1px; color:#424242; font-size:13pt; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:20px; height:32px; }
div.form form div.submit_button { padding: 10px 5px; border-top:1px solid #E8E8E8; margin:20px 0px 60px 0px;  }
div.form form div.small_button { padding: 5px 0px; margin:0px;   }
div.form form input.submit_button { font-weight:bold; height:38px; border:1px solid #777; text-decoration:none; padding:6px 10px; color:#fff; background-color:#888; font-size:11pt; cursor:pointer; margin-right:10px; }
div.form form input.submit_button:hover { color:#ffffff; text-decoration:none; background-color:#51a863; border:1px solid #51a863; }
div.form form label { font-weight:bold; color:#424242; }

div.form form div.mock_input_text { border:1px solid #E8E8E8; padding:3px 4px 1px 4px; color:#424242; height:15px; background-color:#E8E8E8; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:15px; }
div.form form input.input_text_static { border:1px solid #E8E8E8; padding:5px 4px 2px 4px; height:23px; background-color:#E8E8E8; color:#424242; }
div.form form select.select_one_static { border:1px solid #E8E8E8; padding:1px 1px 1px 1px; color:#424242; font-size:13pt; font-family:Verdana, Arial, Helvetica, sans-serif; line-height:20px; height:32px; background-color:#E8E8E8; }
div.form form table tr td { vertical-align:middle; }
div.form form table tr td.label { font-weight:bold;  }

/* Column Layouts */

div.icon_and_text { padding:0px; margin:0px; }
div.icon_and_text div.image_container { float:left; height:100%; width:120px; padding:0px; margin:0px; }
div.icon_and_text div.image_container img { padding:2px; margin:10px 15px 3px 15px; border:2px solid #E8E8E8; }
div.icon_and_text div.text_container { padding:10px 0px 0px 0px; margin:0px 0px 0px 0px; float:left; width:550px; }
div.icon_and_text div.text_container h2 { font-size:15pt; font-style:normal; margin-bottom:4px;  }
div.icon_and_text div.text_container p { margin-top:0px;  }

div.icon_and_text_two_col { padding:0px; margin:0px; float:left; width: 350px; height:110px; }
div.icon_and_text_two_col div.image_container { float:left; height:100%; width:120px; padding:0px; margin:0px; }
div.icon_and_text_two_col div.image_container img { padding:2px; margin:10px 15px 3px 15px; border:2px solid #E8E8E8; }
div.icon_and_text_two_col div.image_container a { border:0px; }
div.icon_and_text_two_col div.image_container a:hover { background-color:inherit; }
div.icon_and_text_two_col div.text_container { padding:10px 0px 0px 0px; margin:0px 0px 0px 0px; float:left; width:230px; }
div.icon_and_text_two_col div.text_container h2 { font-size:13pt; font-style:normal; margin-bottom:4px;  }
div.icon_and_text_two_col div.text_container p { margin-top:0px;  }

/* Images */

img { border:0px; }
img.bordered { border: 5px solid #106D90; margin: 6px 15px 10px 0px; }

/* Tables */

table.wide { width:100%; }
table.space tr td { padding:4px; }
table.bordered { border:1px solid #424242;}
table thead tr td { font-weight: bold; color: #424242; font-weight:bold; }
table tfoot tr td { font-weight: bold; color: #424242; font-weight:bold; }

/* Specific */
/* Sponsors */
div.sponsors { margin-top:30px; }
div.sponsors table { width:99%; }
div.sponsors table tr td a:hover { border:0px; background-color:inherit; }

#page_footer { color:#221f1f; font-size: 10pt; }
#page_footer a { border: 0px; color:#221f1f; }


table.programme tbody tr td.timetable_event div.venue { font-style:italic; padding-top:5px; }
table.programme tbody tr td div.venue { font-style:italic; padding-top:5px; }

/* Overrides for Air */
div.main_content td, table, select, input, textarea, body{ color: #424242; }
table p{ font-size: 11pt; }
