/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* app */
body {
    font-family:"helvetica neue",helvetica,verdana,arial,sans-serif;
    font-size:12px;
}
#app-container {
    width:960px;
    margin:0 auto;
}
h1 {
    font-weight:bold;
    font-size:50px;
    text-shadow:0 0 3px #999999;
}
ul {
    list-style-type:none;
}
.addSelection {
    width: 120px;
    height: 100px;
    margin-right:20px;
    float:left;
    -webkit-box-shadow:rgba(0,0,0,0.6) 0 0 3px;
    border:1px solid #888888;
    -webkit-border-radius:8px;
    background-image:-webkit-gradient(linear, 0% 20%, 0% 100%, from(#3F83FF), to(#2F62BF));
}
.addSelection a {
    display:block;
    width:120px;
    height:100px;
    line-height:28px;
    font-size:24px;
    padding:22px 0;
    color:#EEEEEE;
    font-weight:bold;
    text-shadow:0 0 3px #CCCCCC;
    text-align:center;
    text-decoration:none;
}
.addSelection a:hover {
    color:#FFFFFF;
}
#groups {
    clear:both;
    padding-top:20px;
}
.groupContainer {
    width:300px;
    margin-right:10px;
    border:1px solid #CCCCCC;
    float:left;
    -webkit-box-shadow:rgba(0,0,0,0.5) 0 0 10px;
    -webkit-border-radius:8px;
    background-color:#F0F0F0;
}

.groupContainer h2 {
    font-size:18px;
    font-weight:bold;
    color:#333333;
    padding:5px;
    text-shadow:0 0 3px #CCCCCC;
}
.groupContainer ul {
    -webkit-border-radius-bottomright:8px;
    -webkit-border-radius-bottomleft:8px;
}
.groupContainer ul li {
    background-color:#EEEEEE;
    border-top:1px solid #CCCCCC;
    padding:2px 5px;
}
.groupContainer ul li:last-child {
    -webkit-border-radius-bottomright:8px;
    -webkit-border-radius-bottomleft:8px;
    margin-bottom:5px;
}
.groupContainer ul li:nth-child(odd) {
    background-color:#E5E5E5;
}
.groupContainer .total {
    float:right;
    margin-top:-30px;
    position:relative;
    padding-right:10px;
    color:#777777;
    font-size:16px;
    text-shadow:0 0 3px #CCCCCC;
}
.groupContainer .smartz {
    color:#666666;
    padding-left:20px;
}
.groupContainer a.spk {
    text-decoration:none;
    display:inline-block;
    float:right;
    margin-right:10px;
    font-size:11px;
    color:#2F62BF;
}

.coolbg {
    height:100%;
    background-image:url(../images/atx_skyline_grad.jpg);
    background-position:50% bottom;
    background-repeat:no-repeat;
}
