
/* -----------------------------------------------------------------------
    Override Yii and bootstrap styles
----------------------------------------------------------------------- */


/* Override boostrap body attributes */
body
{
    background: #222222;
}

/* Override bootstrap navbar to remove bottom margin */
.navbar
{
    margin-bottom: 0;
}

/* Override bootstrap thumbnail */
.thumbnail 
{
    border: 1px solid #888888;
}

/* Override carousel functionality to only show controls on mouse hover */
.carousel .carousel-control
{
    display: none;
}
.carousel:hover .carousel-control
{
    display: inherit;
}
.carousel {
    margin-bottom: 2px;
}

/*  Add support for gradient background on IE8+. Default bootstrap
    only supports IE6 & IE7 */
.navbar-inner, .btn-navbar
{
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0)"; /* IE8+ */   
}

.navbar .nav > li > a {
    cursor: pointer;
}

/* Remove default hover background colour */
.table tbody tr:hover td,
.table tbody tr:hover th 
{
    background-color: inherit;
}


/* Admin pages */
.grid-view table.items th, .grid-view table.items td {
    border: 1px #444444 solid;
}
.grid-view table.items {
    background: none;
    border-collapse: collapse;
    width: 100%;
    border: 0;
}
.grid-view table.items th {
    background: none;
}
.grid-view .filters input, .grid-view .filters select {
    width: 90%;
}
.grid-view table.items tr.odd {
    background: #222222;
}
.grid-view table.items tr.even {
    background: #333333;
}
.grid-view table.items tr:hover {
    background: #08C;
    color: white;
}
.grid-view table.items tr.selected td {
    background: none;
}

#ticker {
    min-height: 80px;
}
#ticker ul {
    display: block;
}
#ticker ul, #ticker li {
    list-style: none;
}

#ticker blockquote p {
    color: white;
}

#gallery-categories ul {
    margin: 0;
}