﻿body
{
    background: #060606 url(../Images/background.png) repeat-x;
    color: #ffffff;
    font-family: Trebuchet MS, Calibri, Verdana, FreeSans, Sans-Serif;
    font-size: 0.8em;
    min-width: 900px;
    margin: 0;
    padding: 0;
}

img
{
    border: none;
}

a
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{    
    text-decoration: underline;
}

a:visited
{
    color: #ffffff;
}

#menu
{
    width: 730px;
    height: 20px;
    margin: 0px auto 0px auto;
    padding: 0;
}

#menu li
{
    float: left;
    margin: 3px 5px 0px 10px;
}

#menu a
{
    color: #888888;
    font-weight: normal;
    text-decoration: none;
}

#menu a:hover
{
    color: #ffffff;
    border-bottom: 5px solid #567ee7;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li
{
    display: block;
}

h1
{
    margin: 30px auto 20px auto;
    width: 440px;
    height: 250px;
}

#logo
{
    margin: 105px auto 0px auto;
}

#search
{
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.search_textbox
{
    float: left;
    background: #181818 url(../Images/tm-search.png) no-repeat center left;
    color: #ffffff;
    margin-right: -1px;
    padding: 9px 11px;
    padding-left: 40px;
    font-family: Trebuchet MS, FreeSans, Sans-Serif;
    font-size: 20px;
    border: 0 none;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

.search_button
{
    float: right;
    height: 44px;
    background: #567ee7 url(../Images/tm-search.png) no-repeat center right;
    color: #ffffff;
    padding: 8px 10px;
    font-family: Trebuchet MS, FreeSans, Sans-Serif;
    font-size: 20px;
    font-weight: bold;
    border: 0 none;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

#main
{
    margin: 5px auto 5px auto;
    width: 703px;
}

.torrent
{
}

.torrent li
{
    display: block;
    overflow: hidden;
    padding: 6px 2px;
    border-bottom: 1px solid #333333;
}

.torrent li:hover
{
    background-color: #111111;
}

.seed
{
    color: #a3bbfb;
    width: 70px;
    float: left;
    text-align: center;
}

.leech
{
    color: #527be6;
    width: 70px;
    float: left;
    text-align: center;
    margin-left: 5px;
}

dd
{
    margin: 0;
}

.seed dd, .leech dd
{
    font-size: 200%;
}

.seed dd
{
    font-weight: bold;
}

.seed dt, .leech dt
{
    font-size: 80%;
}

.name
{
    margin-left: 150px;
    display: block;
    font-size: 140%;
}

.tracker
{
    color: #666666;
    font-size: 90%;
    margin-left: 150px;
    margin-top: 3px;
}

.clear_both
{
    clear: both;
}

#loading
{
    text-align: center;
    margin: 50px auto 50px auto;   
}

#footer
{
    color: #888888;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

#footer a
{
    color: #888888;
    font-weight: bold;
}

#footer a:hover
{
    color: #ffffff;
    text-decoration: none;
}