body, html{
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #444444;
}

a{
    text-decoration: underline;
    color: #3a4a77;
    border-width: 0px;
}

a img{
    border: none;
}

a:hover{
    text-decoration: underline
}

h2{
    font-size: 14px;
    color: #BBBBBB;
}

#header{
    background-color: #FFFFFF;
    width: 100%;
    height: 100px;
    background-image: url(img/two.jpg); 
    position: fixed;
    z-index: 888;
}

#nav{
    height: 50px;
    min-width: 500px;
    position: absolute;
    left: 400px;
    top: 60px;
    background-color: #FF00000;
    z-index: 999;
}

body>#nav{
    position: fixed;
}

.btnGroupSpace{
    margin-left: 50px;
}

.btnSpace{
    margin-left: 10px;
}

#nav a{
    text-decoration: none;
    font-weight: 400;
    color: #828282;
    font-size: 16px;
}

#nav a:hover, #nav a.active{
    color: #121212;
}

#logo{
    position: absolute;
    top: 15px;  
}

#content{
    padding-top: 0px;
}

body>#content{
    padding-top: 100px;
}

.cell{
    overflow: hidden;
    position: absolute;
    border-top: 2px solid black;
    border-left: 2px solid black;
}

.cell:hover{
    z-index = 5;
}

.cellLink{
    display: block;
    position: absolute;
    background-image: url(img/blank.gif);
}

.cellLink:hover{
    text-decoration: none;
}

.cellDummy{
    width: 100%;
    height: 100%;
}

.cellLink>.cellDummy{
     background-image: url(img/bgYellow.png);
}



.cellLink:hover .cellTitle{
    display: block;
}

.cellTitle{
    background-color: black;
    filter: alpha(opacity=20);
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    font-size: 14px;
}

.cellDummy>.cellTitle{
    background-color: transparent;
    display: none;
    background-image: url(img/cellTextBG.png);
}

.cellTitleText{
    padding: 6px;
    color: #FFFFFF;
    display: block;
}

/* LIST */
.listItem{
    color: #222222;
    margin-left: 100px;
    padding-top: 2px;
}

.listItem a{
    color: #000000;
    text-decoration: none;
}

.listItem a:hover{
    /*text-decoration: underline;*/
}

.listItem .title{
    font-size: 16px;
    margin-right: 4px;
}


/* POST */

.metaText{
    overflow: auto;
    padding: 4px;
    padding-left: 0px;
}

.teamPosition{
    margin-left: 100px;
}

.post{
    background-color: #FFFFFF;
    height: 700px;
    width: 100%;
}

.post .detail{
    min-height: 500px;
    width: 295px;
    border-top: 1px solid black;
    margin-top: 2px;
    margin-left: 50px;
    float: left;
    overflow: visible;
}

.post>.detail{
    margin-left: 100px;
}

.post h1, .content h1{
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-size: 16px;
    margin-left: 1px;
}

.content h1{
    margin-left: 100px;
    margin-top: 0px;
}

.postDescr{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 4px;
    min-height: 400px;
}

.post .locationAndTime{
    margin-top: 4px;
    line-height: 17px;
}

.postMeta{
    margin-left: 400px;
}


.next, .pre{
    position: absolute;
    display: block;
    left: 20px;
}
.next{
    top: 315px;
}
.pre{
    top: 115px;
}

br{
    clear: both; line-height: 0px; 
    display: block;
}
