/* SCREEN */
/* SCREEN */
/* SCREEN */

/* General styles */
body {
    font-family:'Garamond', serif;
    font-weight:400;
    background:#f4f4f4 url(../img/bg.gif) ;
    margin:0;
}

strong {
    font-weight:700;
}

h1 {
    font-size:65px;
    margin:0;
}

h2, h3, h4, h5, h6 {
    margin-top:0px;
    font-weight:bold;
}

h2 {
    font-size:41px;
    margin:0 0 5px 0;
    font-weight:normal;
}

h4 {
    margin-bottom: 0;
}

/* Header */
.header {
    padding:10px;
    width:910px;
    margin:0 auto;
    display:block;
    overflow:hidden;
    background-color:#ffffff;
    position:relative;
    z-index:1001;
    border-radius:0 0 0 15px;
}

.header .left {
    float:left;
    font-weight:bold;
    margin-top:0px;
    margin-left:20px;
    width:50%;
}

.header .left h2 {
    font-size:20px;
}

.header .right {
    float:right;
    text-align:right;
    margin-top:15px;
    font-weight:bold;
    font-size:18px;
}

.container {
    width:940px;
    margin:0 auto;
    display:block;
    overflow:hidden;
}

.content {
    padding:15px 10px 10px 25px;
    float:left;
    width:680px;
    margin:-40px 0 0 220px;
    overflow:hidden;
    background-color:#ffffff;
    -webkit-box-shadow: -5px 0 20px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: -5px 0 20px 1px rgba(0,0,0,.05);
    box-shadow: -5px 0 20px 1px rgba(0, 0, 0, .05);
    border-radius:0 0 15px 15px;
}

.nav {
    width:220px;
    float:left;
    font-family:'PT Sans';
    font-size:1.3em;
    font-weight:400;
    height:40px;
    line-height:30px;
    margin-top:0
}


.content a {
    color:#004b5e;

    text-decoration: none;
    border-bottom: 1px dotted #00657f;
}

.content a:hover {
    border-bottom: 1px solid #00657f;
}

.nav ul {
    list-style:none;
    padding:0;
    width:100%;
    margin-top:0
}

.nav ul li {
    display:block;
    margin:0;
}

.nav ul li.selected {
    background-color:#e2e2e2;
    border-radius:15px 0 0 15px;
    -webkit-border-radius:15px 0 0 15px;
    -moz-border-radius:15px 0 0 15px;
}

.nav ul li a {
    display:block;
    border: 1px solid rgba(0, 0, 0, .05);
    border-width: 0 0 1px 0;
    background:#ddd;
    color:#000;
    text-decoration:none;
    text-align:center;
    padding: 1em;
    color: rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 102, 0);
}

.nav ul li a:hover {
    background:#009bc2;
    color:#fff;
    opacity:.8;
    -webkit-box-shadow: inset -5px 0 20px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset -5px 0 20px 1px rgba(0,0,0,.05);
    box-shadow: inset -5px 0 20px 1px rgba(0, 0, 0, .05);
    border-radius:15px 0 0 15px;
    border-color: rgba(0,0,0,.01);
    transition:background-color .3s;-moz-transition:background-color .3s;-ms-transition:background-color .3s;-o-transition:background-color .3s;-webkit-transition:background-color .3s;
}

.nav li.logo {
    padding:17px 1em 0;
    z-index:100;
    position:relative;
    text-align:center;
    background-color:#ffffff;
    border-radius:0 0 0 15px;
}

.nav li.logo a {
    padding:0 0 10px 0;
    border:none;
}

.nav li.logo a:hover {
    background:none;
    box-shadow:none;

}

.company {
    margin-bottom:20px;
    border-bottom:1px dotted #dcdcdc;
}

/* Page-specific styles */
#open-source dt {
    margin-top:15px;
    font-weight:bold;
}
#open-source dd {
    margin-bottom:5px;
}

#presentations dt {
    margin-top:15px;
    font-weight:bold;
}

#presentations dd:before {
    content:"\2022\20";
    font-size:11px;
}
