/**
 * Desineo lab 2010 stylesheet
 * http://lab.desineo.com
 * @media screen, projection
 * @author Matej Rokos - http://matejrokos.desineo.com
 */

body {
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    font-family: "Calibri", "Helvetica", sans-serif;
    text-align: center;
    font-size: 90%;
    color: #1a1a1a;
}

a {
    color: #4d76ab;
    text-decoration: underline;
}

#page {
    width: 832px;
    margin: 60px auto 20px;
    overflow: auto;
    position: relative;
}

#header {
    width:810px;
    height: 64px;
    margin:0 0 10px 4px;
    clear: both;
}

h1 {
    float: right;
    color: #606060;
    font-size: 24px;
    line-height: 86px;
    height: 64px;
    margin: 0;
    padding: 0 0 0 72px;
    background: url('icon-laboratory.png') 0 0 no-repeat transparent;
}

#Desineo-logo {
    float: left;
    margin-top: 30px;
}

.intro {
    text-align: left;
    padding: 0 4px;
    width: 810px;
}

.panel {
    width: 416px;
    float: left;
    text-align: left;
    background: url('panel-top-bg.png') 0 0 no-repeat transparent;
    margin-top: 0.6em;
}

h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 316px;
    height: 52px;
    margin: 14px 14px 32px 14px;
    padding: 0 0 0 56px;
}
h2 span {
    display: block;
    font-weight: normal;
    color:  #c6c6c6;
    font-size: 16px;
}

#wed h2 {
    background: url('icon-editor.png') 0 0 no-repeat transparent;
}
#template-lib h2 {
    background: url('icon-template.png') 0 0 no-repeat transparent;
}

.panel .content {
    width: 372px;
    padding-left: 14px;
}

ul.project-description {
    list-style: none;
    margin: 0.3em 0 1em 0;
    padding: 0;
    line-height: 140%;
}
ul.project-description li {
    margin: 0.1em 0;
}

img.preview {
    border: 1px solid #606060;
}

h3 {
    font-size: 100%;
    margin: 1em 0 0 0;
    padding: 0;
}
ul.features {
    margin-top: 0.3em;
}

code {
    display: block;
    font-family: "Courier", monospace;
    font-weight: normal;
    font-size: 100%;
    background-color: #fff;
    border: 2px dashed #c6c6c6;
    padding: 0.4em 1em;
    margin: 0.3em 0 0.8em;
}

.footer {
    clear: both;
    border-top: 1px dotted #aaa;
    text-align: right;
    padding-top: 0.4em;
    margin: 1em 14px 0 16px;
    font-size: small;
}
