a, a *
{
    border: 0;
}

@font-face
{
    font-family: 'Swis721BlkCnBTBlack';
    src: url('swz721kc-webfont.eot');
    src: url('swz721kc-webfont.eot?#iefix') format('embedded-opentype'), url('swz721kc-webfont.woff') format('woff'), url('swz721kc-webfont.ttf') format('truetype'), url('swz721kc-webfont.svg#Swis721BlkCnBTBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: Helvetica, Tahoma, Verdana, Sans-Serif;
    margin: 20px 0 20px 20px;
}

.fixed
{
    position: fixed;
}

.logo
{
    position: relative;
}

.logo-link
{
    text-decoration: none;
}

.logo-name
{
    font-family: Swis721BlkCnBTBlack;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.logo-title
{
    font-family: Swis721BlkCnBTBlack;
    text-transform: uppercase;
    font-size: 16px;
    color: #9c9c9c;
    margin-left: 10px;
}

.nav
{
    position: relative;
    float: left;
    clear: both;
}

.nav-list
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.nav-list li
{
    float: left;
    padding: 0;
    margin: 0;
}

.nav-list-item
{
    font-family: Swis721BlkCnBTBlack;
    display: block;
    float: left;
    padding: 5px 10px 0 0;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}

.nav-list-item:hover
{
    color: #9c9c9c;
}

.active-item
{
    color: #9c9c9c;
    text-decoration: underline;
}

.screens
{
    position: relative;
    float: left;
    clear: both;
    margin-top: 80px;
    width: 100%;
    border: 0;
}

.nav-margin
{
    margin-top: 90px;
}

.nav-sub
{
    margin-left: 130px;
}

.screen
{
    width: 100%;
    display: none;
    border: 0;
}

.screen p
{
    width: 700px;
}

.active-screen
{
    display: block;
}

.pics-list
{
    width: 100%;
}

.pics
{
    margin: 20;
    padding: 0;
    list-style-type: none;
    display: block;
    white-space: nowrap;
}

.pic
{
    display: inline;
    padding: 0;
    margin: 10;
    border: 0;
}

.links
{
    list-style-type: none;
    border: 0;
}

.links li
{
    margin-top: 10px;
    border: 0;
}

.links a
{
    margin: 5px;
    padding: 3px 10px;
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.links a:hover
{
    background-color: #c30;
}

.entry
{
    width: 500px;
    border-bottom: 1px solid #000;
    margin-top: 5px;
    padding-top: 5px;
    border: hidden;
}


.entry p
{
    font-size: 60%;
}

h3
{
}

.entry-date
{
    font-size: 50%;
    color: #ccc;
}

p
{
    font-size: 110%;
}

