@import url("fonts.css");

body {
    background: #cdeaf6 url('tvenn_bg.jpg') 50% 0 no-repeat;
    font-size: 20px;
    font-family: MuseoSlab;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#header {
    height:30px;
    width: 650px;
    margin: 90px auto 15px auto;
}

#header h1 {
    display: none;
}

#main {
    width: 1200px;
    margin: 0 auto;
}

#map_canvas {
    width:670px;
    height:400px;
    -webkit-box-shadow: 2px 5px 5px rgba(2,2,2,.2);
    -moz-box-shadow: 2px 5px 5px rgba(2,2,2,.2);
    box-shadow: 2px 5px 5px rgba(2,2,2,.2);
    border: 2px solid #633b1b;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    margin: 0 0 10px 0;
    float: left;
}

#dropdown1, #trendList1, #trendList2 {
    float: left;
}

#dropdown2 {
    float: right;
}

#dropdown1, #dropdown2 {
    margin: 0;
}

#content {
    margin:0 auto;
    position:relative;
    text-align:center;
    width:1200px;
    background: transparent;                
    margin-bottom:0.5em;
}

#vennForm {
    margin: 10px auto;
    width: 200px;
    clear: both;
}

#chart {
    margin: 0 auto;
    position: relative;
    border: 0;
    float: left;
}

#overlap-list {
    float: left;
    margin: 10px auto;
    text-align: center;
}

#trendList1 , #trendList2 {
    width: 250px;
    height: 200px;
    margin: 60px 6px 145px 6px;
    padding: 0;
}

#trendList1 ul, #trendList2 ul {
    padding: 0;
    list-style-type: none;
    font-size: 14px;
    margin-top: 0;
}

#trendList1 ul, #trendList1 h2 {
    text-align: right;
}

#trendList2 ul, #trendList2 h2 {
    text-align: left;
}

h2 {
    font-size: 24px;
    text-shadow: rgba(255,255,255,0.5) 0 2px 3px;
    margin-bottom: 5px;
}

#trendList1 h2 {
    color: #6fa5fd;
}

#trendList2 h2 {
    color: #ff8e00;
}

#dd, #button, #venn {
    margin-bottom:0.5em;
    position:center;
}

#venn {
    display:none;
}

#popupVennClose {
    font-size:18px;
    color:#6fa5fd;
    font-weight:700;
    display:block;
    cursor:pointer;
    float: right;
}

#backgroundPopup {
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
}

#popupVenn {
    display:none;
    position:fixed;
    _position:absolute; /* hack for internet explorer 6*/
    height:500px;
    width:700px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:12px;
}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}