/*
 * Debian QA stylesheet. by Lucas Nussbaum <lucas@debian.org>
 * Largely based on the Debian PTS stylesheet.
 * by:
 * - Dan Callahan <dan.callahan@gmail.com>
 * - Enrico Tassi <gareuselesinge@debian.org>
 * - Stefano Zacchiroli <zack@debian.org>
 */

/* --- Whole-Page --- */
body {
    margin: 1em, 0em;
    padding: 0;
    font-family: normal "DejaVu Sans", "Bitstream Vera Sans", sans-serif; /*Prefer Free Fonts*/
    color: #000;
    font-size: 100%;
    background-color: white;
}

a:link    { color: #0755d7; }
a:visited { color: #0755d7; }
a:hover   { color: #032a6b; }
a:active  { color: #f00;   }
a img { border: none; }

h1#title {
    margin: 0 0 0 0;
    padding: 10px 0 0 20px;
    font-size: 220%;
/*    min-height: 60px;
    height: auto !important; /* "Min-Height Fast Hack" */
/*    height: 60px; */
}

h2#subtitle {
    margin: -1em 0 1em 0;
    padding: 20px 0 0 280px;
    font-size: 80%;
/*    min-height: 60px;
    height: auto !important;
    height: 60px;*/
}

/* --- Content Pane --- */
#content {
    width: 900px;
    margin: 0px auto;
    border-top: 2px solid #d70751;
           /*    background: #dfdfdf;*/
    padding: 1em 1em; /* 0em 0em */
}



/* - Edge Tables - */
tr#bugs_rc { font-size: 90%; }
tr#bugs_in { font-size: 90%; }
tr#bugs_mw { font-size: 90%; }
tr#bugs_fp { font-size: 90%; }
span.indented { padding-left: 1.5em; }

td > form { margin: 0.4em 0 0.4em 0.4em; padding: 0; } /* PTS subscribe */

td#src_files ul { padding: 0; }
td#src_files li {
    display: inline;
    font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
}

#news-list {
    max-height: 30em;
    overflow: auto;
}

/* - Central Table - */
#problems { background: #0755d7; color: #ffffff; }
#todo { background: #0755d7; color: #ffffff; }
    
div.footer {
    padding: 0.3em 0;
    background-color: #fff;
    text-align: center;
    border-top: 2px solid #d70751;
    margin: 0 0 0 0;
    border-bottom: 0;
    font-size: 85%;
}

tt { font-family: "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace; }

/* --- Misc --- */
form > p { margin: 0; padding: 0; }


a.feedlink { /* Little orange RSS button */
    background: #f60                  !important;
    color: #fff                       !important;
    border: 1px solid                 !important;
    border-color: #fc9 #630 #330 #f96 !important;
    padding: 0 3px                    !important;
    font-weight: bold                 !important;
    font-size: 70%                    !important;
    text-decoration: none             !important;
    vertical-align: 0.2em             !important;
    /* Without !important, inherets from td.titlecell a:* */
}

li { margin-top: 0.4em; }
td > ul { padding-left: 1em; }
a.none { color: #000 !important; text-decoration: none !important; }

.box { 
       border:5px solid blue;
       background-color:orange;
       width: 144px;
       height: 144px;
       -webkit-box-shadow:
0 2px 6px rgba(0,0,0, .5),
0 1px rgba(255,255,255, .3) inset,
0 10px rgba(255,255,255, .2) inset,
0 10px 20px rgba(255,255,255, .25) inset,
0 -15px 30px rgba(0,0,0, .3);
       }

