@import url('screen-nette.css');

@import url(http://fonts.googleapis.com/css?family=Dynalight);

html {
    margin: 0;
    padding: 0;
}

body { 
    font: 100% georgia, serif;
    background-color: #FFFAF6;
    margin: 0; 
    padding: 0;	
}

p, li, address, td {
    line-height: 1.5;
}

h1, h2, h3 {
    font-weight: normal;
    font-family: 'Dynalight', serif;
    color: #006400; /* darkgreen */	
}

h1 {
    font: 200% georgia, serif;
}

h1::first-letter { 
    font-size: 130%;
}

h2 {
    font-size: 200%;
}

h2::first-letter { 
    font-size: 130%;
}

h3 {
    font-size: 200%;
    margin: 0.2em 0;
    padding: 0.2em 0 0 0.2em;
}

h1, h2, h3::first-letter { 
    color: #003200;
}

a {
    color: #800000;
}

a:hover {
    color: #000000;
    background-color: #FFFAF6;
}

a:visited {
    color: #000000;
}

.page-wrapper {
    padding: 2% 10%;
}

header h1 {
    color: #E6E6E6;
    text-shadow: 2px 2px 2px #000000;
    padding-left: 1em;	
    background-image: url('../images/louka.jpg');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 100%;	
    margin: 0;
    padding: 5%;
}

header h2 {
    margin: 0.5em 0;
    padding: 0 0 0 0.5em;
}

.intro {
    background-color: #E6E6E6;
    padding: 1em;
    margin-bottom: 2em;
}

.preamble  p {
    color: #666666;
    font-style: italic;
}

.summary {
    font-size: 80%;
    text-transform: uppercase;	
    border-right: 1px solid #006400;
    border-left: 5px solid #006400;
    margin: 0 1em 0.5em 0;
    background-color: #FFFFFF;
    padding: 1em;	
}

.main h1, .main h2, .main h3 {
    border-bottom: 1px solid #006400;
}

@media (min-width:850px) {

    body { 
        font: 120% georgia, serif;
    }

    .summary {
        width: 60%;
        float: left;
    }

    .main {
        float: left;
        width: 56%;
    }

    aside {
        float: right;
        width: 35%;
    }

    h1 {
        font-weight: bold;
        font: 450% georgia, serif;
        text-transform: uppercase;	
    }

    h2 {
        font-size: 300%;
    }
}		

.main {
    padding: 1em;
    background-color: #E6E6E6;
    margin-bottom: 1em;
}

aside {
    border-left: 5px solid #006400;
    border-right: 1px solid #006400;
    background-color: #FFFFFF;
    margin-bottom: 1em;	
}

.design-selection ul, .design-archives  ul , .zen-resources  ul {
    list-style-type: none;
}

.select, .resources, .archives {
    text-align: right;
    margin-right: 1em;
}
.design-selection li, .design-archives  li, .zen-resources  li {
    font-size: 80%;
    text-transform: uppercase;
    padding: 1em;
    border-bottom: 1px dotted #006400;
    background-color: #E6E6E6;
    text-align: left;	
}

.design-selection li a, .design-archives  li a, .zen-resources  li a {
    text-decoration: none;
}

.design-selection li a:hover, .design-archives  li a:hover, .zen-resources  li a:hover {
    text-decoration: underline;
}

footer .item {
    display: inline-block;
    text-align: center;
    padding: 0.5em;
    vertical-align: bottom;
    border-right: 1px solid #006400;
    border-left: 5px solid #006400;
    width: 6em;
    background-color: #FFFFFF;  
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

img.wrapped {
    margin: 1em;
}

.nowrap {
    white-space: nowrap;
}