/*
Theme Name:     WicsaEcsa 2012
Theme URI:      http: //.com/
Description:    Wordpress HTML5 theme for Wicsa/Ecsa 2012 conference. 
Author:
Author URI:
Template:       roots
Version:        1.0.0
*/


#branding .row {
    margin-top: 40px;
}
#branding #secondrow {
    margin-top: 40px;
}

/*
#branding div {
    border: solid black 1px;
}*/

#branding img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/* Font set */

p {
    color: #373737;
    /* font: 14px Tahoma,Geneva,sans-serif;*/
}


/* title fonts */
h1 {
    text-transform: uppercase;
    line-height: 1em;
}

h2 {
    color: #0D7FA7;
    bottom: -20px;
    line-height: 1em;
    margin-bottom: -4px;
}

/* (re)override site-description for the text in blue banner under the pic (as it is h2) */
#site-description {
    bottom: -6px;
    line-height: 40px;
}

/* different first and second level sidebar page link fonts */
#sidebar ul li {
    font-size: 14px;
    margin-top: 6px;
}
#sidebar ul ul li {
    font-size: 12px;
    margin-top: 0px;
    line-height: 1.1em;
}

/* ei onnistunu toisen tason otsikoihin osumaan samaa väriä ;-) 
#sidebar li.current_page_item a {
    color: #0D7FA7;
}
*/

/* some separation for tables, as the h2 with a negative bottom margin otherwise comes too close */ 
table {
    margin-top: 12px;
    margin-bottom: 12px;
}



