/* UNITS.CSS = = = = = = = = = = = = = = = = = = = = = = = = */
.line {
    clear: both;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    float: left;
}

.unit {
    float: left;
    width: 100%;
    _overflow: hidden;
}


/* ARCHITECTURE.CSS  = = = = = = = = = = = = = = = = = = = = */

body {
    padding: 1.7em;
}

.head, .body, .foot {
    min-width: 800px; /* TODO: check with mobile devices */
    position: relative;
    z-index: 2;
}

.head h1 {
    margin: 0;
}


/* MODULES.CSS = = = = = = = = = = = = = = = = = = = = = = = */

.mod {
    /* position: relative; */
    margin: 13px;
}

.mod .mod {
    margin: 23px 0;
}

.mod.right, .mod .mod.right {
    float: right;
    margin: 0 0 1em 1em;
}

.ft {
    font-size: 93%;
}

/* .mod.ext */
.ext {
    border: 1px solid #c4c4c4;
    padding: 12px;
    position: relative;
}

.top span, .bot span {
    background: transparent url( '../images/roundedCornerGray.png' ) no-repeat;
    width: 4px;
    height: 4px;
    overflow: hidden;
    position: absolute;
}

.top .l {
    background-position: top left;
    top: -1px;
    left: -1px;
}

.top .r {
    background-position: top right;
    top: -1px;
    right: -1px;
}

.bot .l {
    background-position: bottom left;
    bottom: -1px;
    left: -1px;
}


.bot .r {
    background-position: bottom right;
    bottom: -1px;
    right: -1px;
}


/* .mod.media */

.media img {
    border: 1px solid #ddd;
    display: block;
}


/* SKIN.CSS = = = = = = = = = = = = = = = = = = = = = = = =  */

html {
    background: #fff;
}

.foot {
    font-size: 85%;
    border-top: 1px solid #ddd;
}

/* CONTENT */

strong {
    font-weight: bold;
}


/* headers */

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.4em;
    line-height: 1em;
    color: #02071b;
    font-size: 167%;
    font-weight: normal;
}

h1 {
    font-size: 230%;
    padding-bottom: .3em;
}

blockquote, p, ul, ol, dl, table {
    margin-bottom: 1em;
}

/* lists */

ol li {
    list-style-type: decimal;
}

ul li {
    list-style-type: disc;
}

li {
    margin-left: 46px;
}

.nav li {
    list-style-type: none;
    margin-left: 0;
}

cite, i, em {
    font-style: italic;
}


/* MISC */

.active  {
    font-weight: bold;
}

/* LINKS */

a:link {
    color: #008;
}

a:visited {
    color: #888;
}

a:hover {
    color: #00c;
}

a:active {
    color: #00c;
}

