/*** Intro ***/

div.featured {
    text-align: center;
    margin: 0px 0px 16px 0px;
}

div.featured img {
    border: 2px solid black;
}

div.languages {
    color: #404040;
    text-transform: uppercase;
    font-weight: bold;
    margin: 2px 0px 15px 1px;
}

div.languages div.links-left {
    float: left;
}

div.languages div.links-right {
    float: right;
}

div.languages a {
    color: #404040;
    text-decoration: none;
}

div.languages a:hover {
    color: #00aeef;
}



div.albums-list {
}

div.albums-list div.album {
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
}

div.albums-list div.album h2 {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}

div.albums-list div.album h2 a {
    text-decoration: none;
    color: #404040;
}

div.albums-list div.album h2 a:hover {
    color: #00aeef;
}

div.albums-list div.album div.date {
    margin: -3px 0px 0px 1px;
    font-size: 10px;
    font-weight: bold;
}

div.albums-list div.album div.text {
    padding: 0px;
    margin: -5px 0px 15px 5px;
}

div.albums-list div.photo {
    float: right;
    text-align: right;
}

div.albums-list div.photo a img {
    margin: 2px 0px 15px 0px;
    border: 2px solid #000000;
}



/*** Right Column ***/

div.block {
    margin: 0px 0px 20px 0px;
}

div.block-inactive, div.block-inactive h2 {
    color: #c1c1c1;
}

div.block-inactive h2.underline {
    border-color: #c1c1c1;
}

div.block-small h2.underline {
    font-size: 16px;
    height: 18px;
}

div.column-article {
    margin: 0px 0px 10px 0px;
}

div.column-article a {
    text-decoration: none;
}

div.column-article a:hover {
    color: #404040;
}

div.column-article span.title {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

div.column-article a:hover span.title {
    color: #00aeef;
}




