﻿/* Base */

html, body, div, p, img {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    text-align: center;

    background-position: left top;
    background-color: #CCC;
    background-image: url('../gfx/wall.jpg');

    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;

    padding-bottom: 15px;
}

/* Page design */

#MainWrapper {
    text-align: left;
    margin: auto;
    width: 90%;
    max-width: 800px;
}

#PageHeader {
    margin-bottom: 10px;
    text-align: center;
    padding: 15px;
    color: #FFF;
    background-color: #1A1A1A;
}

#PageHeader h1
{
    font-size: 75px;
    font-family: 'Times New Roman', Serif;
    display: inline;
    font-weight: normal;
}

#PageHeader a, a:link, a:hover, a:visited
{
    color: #FFF;
    text-decoration: none;
}

#ItemsList {

}

#CreditsWrapper {
    position: fixed;
    bottom: 0;
    right: 0;
}

#OldBrowsers {
    display: none;

    padding: 10px;
    background-color: #1A1A1A;
    color: #FFF;
}

#OldBrowsers .BrowserChoises{
    margin: 0;
    padding: 0;
    margin-top: 15px;

    list-style-type: none;
}

#OldBrowsers .BrowserChoises .Choise {
    display: block;
    margin: 5px 0;
    padding: 4px;
    background-color: #383838;
}

#OldBrowsers .Choise:hover {
    background-color: #777;
}

#OldBrowsers a, a:link, a:hover, a:visited {
    color: #FFF;
}



#OldBrowsers h1 {
    margin-top: 0;
}

#Credits {
    background: #1A1A1A;
    border: solid 2px White;
    padding: 20px;
    text-align: left;
    color: #FFF;
    position: relative;
}

#Credits ul, #Credits li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#Credits ul li ul {
    margin-left: 0;
}

#Credits a, #Credits a:link, #Credits a:hover, #Credits a:visited {
    text-decoration: none;
    color: #FFF;
}

#Credits a:hover {
    text-decoration: underline;
}


/* Main list design */

ul.Items, ul.Items ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.Items {
    padding: 5px 10px;
    background-color: #1A1A1A;
    color: #777;
}

ul.Items ul {
    margin-left: 0;
}

ul.Items li.Item, ul.Items li.Category span.CategoryHeader {
    border-top: solid 1px #383838;
    
    background-repeat:no-repeat;
    background-position: 7px 7px;
    display: block;
}

ul.Items li.Group, ul.Items li.Category, ul.Items li.Item {
    list-style-type: none;
    position: relative;
}

li.Group ul.Content {
    
}

ul.Items li.Item {
    padding: 4px 4px 4px 47px;
}

ul.Items li.NoIcon {

}

ul.Items li.Description {
    cursor: default;
    margin: 5px 0;
    margin-left: 0px;
    padding: 4px;
    text-align: center;
}

ul.Items li.Category span.CategoryHeader, ul.Items li.Group span.GroupHeader {
    color: #FFF;
    background-color: #2B2B2B;
    font-weight: bold;
    font-size: large;
    text-align: center;
    cursor: default;
    margin: 5px 0;
    margin-left: 0px;
    padding: 4px;
    display: block;
}

ul.Items li.FirstItem, ul.Items li.Category span.CategoryHeader {
    border-top: none;
}

ul.Items li.SimpleItem {
    padding-left: 35px;
}

ul.Items li.Unused {
    display: none;
}

/* Group colors */

ul.Items li.Group span.GroupHeader {
    font-size: x-large;
    cursor: pointer;
    padding: 25px 5px;
    margin: 7px 0;
    display: block;
}

/* OLD

ul.Items li.Group span.First {
    background-color: #E8D789;
}
ul.Items li.Group span.Second {
    background-color: #AA522C;
}
ul.Items li.Group span.Third {
    background-color: #213432;
}
ul.Items li.Group span.Fourth {
    background-color: #6CDEAD;
}

*/

ul.Items li.Group span.First {
    background-color: #A1C436;
}
ul.Items li.Group span.Second {
    background-color: #FF3B16;
}
ul.Items li.Group span.Third {
    background-color: #0C3B3D;
}
ul.Items li.Group span.Fourth {
    background-color: #E87826;
}

/* Item contents */

ul.Items li.Item a, ul.Items li.Item a:link, ul.Items li.Item a:hover, ul.Items li.Item a:visited {
    text-decoration: none;
    color: #777;
}

ul.Items li.Item span.Title, ul.Items li.SimpleItem {
    display: block;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

ul.Items li.Item span.Description {
    display: block;
    color: #777;
}

ul.Items li.Item span.Name {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    vertical-align: middle;
    line-height: 43px;
    padding-right: 7px;
}

ul.Items li.SimpleItem span.Description {
    height: 0px;
    display: none;
}

ul.Items li.SimpleItem span.Name {
    line-height: 24px;
    color: #777;
    font-weight: normal;
}

ul.Items li.Item span.Content {
    display: block;
}

ul.Items li.Item span.HtmlContent {
    margin-top: 5px;
    padding: 10px;
    background-color: #FFF;
    display: block;
}

ul.Items li.Item a.NavigateTo {
    display: block;

    margin-top: 5px;
    padding: 10px;

    color: #FFF;
    background-color: #383838;

    text-align: center;
}

ul.Items li.Item a.NavigateTo:hover {
    color: #000;
    background-color: #FFF;
}