/*

*/
#columnLeft {
    width: 559px;
    float: left;
    margin: 0 0 0 21px;
}

#story{
    width : 515px;
    margin: 15px 0 10px 0;
    padding: 10px;
    background-color: #F7F4F4;
    border: 2px solid #848484;
    float : left;
}

#story .storyName{
    width : 515px;
    height : 15px;
    padding: 5px;
    background-color: #999999;
    color : #FFFFFF;
    font-weight : bold;
    font-size: 12px;
}

#story img{
    float : left;
    margin: 10px;
}

#story .htmlContent{
    padding: 0 5px 5px 5px;
    min-height : 100px;
    float : left;
}

#mainContent {
    height: 500px;
}

#stories{
    width : 530px;
    margin: 10px 0 0 0;
    padding: 5px;
    /* background-color: #D1CFCF; */
    float : left;
}

#stories .story{
    width : 525px;
    margin: 0 0 10px 0;
    background-color: #eef4ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eef4ff), to(#acc9f8));
    background-image: -webkit-linear-gradient(top, #eef4ff 0%, #acc9f8 100%);
    background-image:    -moz-linear-gradient(top, #eef4ff 0%, #acc9f8 100%);
    background-image:     -ms-linear-gradient(top, #eef4ff 0%, #acc9f8 100%);
    background-image:      -o-linear-gradient(top, #eef4ff 0%, #acc9f8 100%);
    background-image:         linear-gradient(to bottom, #eef4ff 0%, #acc9f8 100%);

    border: 2px solid #848484;
    float : left;
    box-shadow: 0px 0px 14px -2px #4f4f4f;
    -webkit-box-shadow: 0px 0px 14px -2px #4f4f4f;
    -moz-box-shadow: 0px 0px 14px -2px #4f4f4f;
}

#stories .story .storyName{
    width : 511px;
    min-height : 15px;
    padding: 7px;
    background-color: #2856a2;
    color : #FFFFFF;
    font-weight : bold;
    font-size: 14px;
}

#stories .story img{
    float : left;
    margin: 10px;
}

#stories .story .teaser{
    padding: 0 5px 5px 5px;
    min-height : 100px;
    font-size:13px;
}

#stories .story .teaser .fullLink{
    font-size: 11px;
    color : #757575;
    text-decoration: none;
}

#stories .story .teaser .fullLink:hover{
    text-decoration: underline;
}

#map{
    width : 335px;
    height : 325px;
}
