/* 
    Document   : index
    Created on : Feb 23, 2009, 7:12:38 PM
    Author     : aggelos
    Description:
        CSS for index page's styles only
*/

.indexcolumn2, .iteminfo {
    background-image:url('../images/transparent.png');
    padding:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.nowplaying {
    margin-bottom:10px;
    position:relative;
    border: 0px solid white;
}

.nowplaying .nowback {
    width:100%;
    filter:alpha(opacity=65);
    opacity:0.65;
}

.nowplaying .nowtextholder {
    position:absolute;
    top:20px;
    left:37px;
    width:260px;
    height:85px;
    overflow:hidden;
    border: 0px solid white;
}

.nowplaying .nowtitle {
    font-weight:bold;
    color: beige;
    border: 0px solid white;
    letter-spacing:2px;
}

.nowplaying .nowtrack {
    text-align:center;
    margin-top:25px;
    font-size:16px;
    border: 0px solid white;
}

#newsevents .date {
    color: gray;
    font-size: small;
}

#newsevents .newsbody {
    margin-bottom: 5px;
}

#lastplayed img {
    width: 17px;
    vertical-align: middle;
    filter:alpha(opacity=75);
    opacity:0.75;
}

#listenpls {
    position: relative;
    margin-top: 10px;
    text-align: center;
}

#dock {
    border: 1px solid transparent;
    text-align:left;
    padding-left: 40px;
}

#dock img {
    padding:0px 6px;
}

#dock a {
    /padding:0px 6px;
}

#musicvote {
    display: none;
}

#musiclike {
    padding-left: 10px;
}

#musiclike input {
    margin-top: 5px;
}

.readmore {
    text-decoration: none;
    border-bottom: 1px dotted silver;
    color: silver;
}

.readmore:hover {
    border-bottom: 1px solid silver;
}

#search {
    float:right;
}

#search img {
    height:23px;
    margin-left:3px;
    margin-top:2px;
    vertical-align:top;
    cursor: pointer;
}

#searchbox {
    margin-left:5px;
    color: black;
    border:1px dotted gray;
    font-size: 15px;
    line-height: 25px;
    height: 30px;
}

#searchbox.clearMode {
    color: gray;
}

.gallery {
    list-style:none;
    padding: 2px;
    cursor: default;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

.gallery li {
    display: inline;
    margin: 5px;
    float: left;
}

.gallery a {
    overflow: hidden;
    background-color: #111111;
    border: 1px solid #888888;
    padding: 5px 5px 10px;
    display: block;
}

.gallery a:hover {
    border: 1px solid white;
}

.gallery img {
    border: 1px dotted #888888;
}

.gallery.hover {
    cursor: pointer;
    background-color: #222222;
    filter:alpha(opacity=80);
    opacity:0.8;
}

.galleryDesc {
    color: #777;
    font-size: 9pt;
    font-style: italic;
}


#listItem, #concertListItem, #bookListItem, #artistListItem, #galleryListItem {
    position:relative;
    float: left;
    margin-left: 30px;
    width: 160px;
    text-align:center;
}

.listItem table, #concertListItem table, #bookListItem table, #artistListItem table, #galleryListItem table {
    text-align: center;
    background:black;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    border:1px solid #444;
    opacity:0.8;
    filter:alpha(opacity=80);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.listItem a, #concertListItem a, #bookListItem a, #artistListItem a, #galleryListItem a, #motoListItem a, #pollListItem a,
.adminLink, .addLink, .addArtist, .addConcert, .addBook, .addGallery, .addMoto, .deleteGalleryFile, .deleteVote {
    color: silver;
    font-weight: bold;
    text-decoration: none;
    opacity: 0.8;
    filter:alpha(opacity=80);
}

.listItem a:hover, #concertListItem a:hover, #bookListItem a:hover, #artistListItem a:hover, #galleryListItem a:hover, #motoListItem a:hover, #pollListItem a:hover,
        .adminLink:hover, .addLink:hover, .addArtist:hover, .addConcert:hover, .addBook:hover, .addGallery:hover, .addMoto:hover, .deleteGalleryFile:hover, .deleteVote:hover {
    opacity: 1;
    filter:alpha(opacity=100);
}

#concertListItem img, #bookListItem img, #artistListItem img, #galleryListItem img {
    border: 1px solid #444444;
    width: 150px;
    height: 200px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#motoListItem table {
    margin: 10px;
}

.iteminfo table tr {
    vertical-align:top
}

.iteminfo table th {
    text-align: left;
}

.bookcover, .concertflyer, .artistimage {
    text-align: center;
    font-weight:bold;
}

.bookcover img, .concertflyer img, .artistimage img, .galleryfile img {
    border: 6px groove #444;
    max-width: 250px;
    height: 200px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.galleryfile img {
    height: auto;
    max-height: 200px;
    width: 150px;
}

.galleryfile {
    margin-top: 10px;
    width: 100%;
}

.galleryfile tr {
    vertical-align: top;
}

.galleryfile th {
    width: 160px;
}

.galleryfile table th {
    text-align: left;
    width: auto;
}
.concertpreview {
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
}

#taskbar {
    float:left;
    width:100%;
}

#addHolder, #addConcertHolder, #addBookHolder, #addGalleryHolder, #addMotoHolder, #addArtistHolder {
    float:left;
}

.adminactions {
    list-style:none;
    line-height: 40px;
    font-size: 20px;
    padding: 2px;
    cursor: default;
}

.adminactions li {
    margin-top: 10px;
    text-align: center;
    background-color: #111111;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    opacity:0.8;
    filter:alpha(opacity=80);
}

.adminactions li:hover {
    opacity:1;
    filter:alpha(opacity=100);
}

.adminactions a {
    display: block;
    color: white;
    text-decoration:none;
}

.adminactions a:hover {
    opacity:1;
    filter:alpha(opacity=100);
}

.group {
    margin-top:10px;
    border:0px solid white;
}

.grouptitle {
    font-size: 18px;
    margin-top:10px;
}

.grouptitle a {
    text-decoration: none;
    color: inherit;
}

.groupItem {
    cursor: pointer;
    padding: 5px;
    margin-top:10px;
    margin-left:5px;
    max-width:400px;
    text-align:left;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.groupItem:hover {
    background-image:url('../images/transparent.png');
}