@charset "utf-8";

body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 90%;
    background: #ffffff;
    text-align: center;
    color: #000000;
}

img {
    display: block;
}

.single-column #centered {
    width: 960px;
    background: #ffffff;
    margin: 10px auto;
    text-align: left;
}

.single-column #main-content {
    /* stub */
}


noscript,
.single-column #main-content .ie-notice,
.single-column #main-content .ie-warning {
    display: block;
    color: #999999;
    font-size: 80%;
    margin-bottom: 10px;
    text-align: center;
}

.clipped {
     overflow: hidden;
}

/*
 * This class should be placed on a div or break element and should be the final element before the close of a
 * container that should fully contain a float.
 */ 
.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.no-border { border: none; }
.lowercase { text-transform: lowercase; }

/* Defines a 5px curved border. */
.small-curve {
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.small-curve-bottomonly {
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.medium-curve {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.medium-curve-bottomonly {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    
    -moz-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.small-shadow {
    box-shadow: 0px 0px 2px 1px #484848;
    -moz-box-shadow: 0px 0px 2px 1px #484848;
    -khtml-box-shadow: 0px 0px 2px 1px #484848;
}

.small-shadow-light {
    box-shadow: 0px 0px 2px 1px #e4e4e4;
    -moz-box-shadow: 0px 0px 2px 1px #e4e4e4;
    -khtml-box-shadow: 0px 0px 2px 1px #e4e4e4;
}

.small-shadow-mid {
    box-shadow: 0px 0px 2px 1px #c3c3c3;
    -moz-box-shadow: 0px 0px 2px 1px #c3c3c3;
    -khtml-box-shadow: 0px 0px 2px 1px #c3c3c3;
}

.medium-shadow {
    box-shadow: 0px 0px 5px 0px #484848;
    -moz-box-shadow: 0px 0px 5px 0px #484848;
    -khtml-box-shadow: 0px 0px 5px 0px #484848;
}

/* DEVELOPER INFO */
.single-column #centered #main-content #developer-info {
    font-size: 70%;
    text-align: right;
    margin: 5px 8px 0 0;
}

.single-column #centered #main-content #developer-info a {
    color: #999999;
}


.single-column #centered #main-content #developer-info a:hover {
    color: #0BA6A6;
}

