
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700,400italic,300italic|Bitter:400,700,400italic);


body {
    width: 960px;
    margin: 0 auto;
    background: #999;
    
    font-family: 'Source Sans Pro', sans-serif;
    font-size:100%;
    line-height:1.125em;
}

h1, h2, h3 {
    
    font-family: 'Bitter', serif;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.1em;
    line-height:1.125em;
}

h1.articleHeader {
    margin-top: 0;
}

h2 {
    font-size: 1.2em;
    margin-bottom: 0.8em;
    line-height:1.125em;
}

h3 {
    font-size: 1em;
    margin-bottom: 0.3em;
}

p {
    margin: 0 0 .9em 0;
    line-height: 1.3em;
}


.texten {
    width: 330px;
    float: left;
    
}


.inputs {
    width: 300px;
}

#explain {
    margin-top: 6em;
    border-top: 1px solid #333;
    padding-top: 2em;
}

#explain p {
    font-size: .8em;
    line-height: 1.2em;

}

#intro {
    float: left;
    width: 65%;
}

#sidebar {
    float: right;
    width: 30%;
    padding-left: 2em;
    
}

.introsidebar {
    font-size: 0.9em;
    border-left: 1px solid #999;
}

#content {
    overflow: hidden;
    background: #fff;
    padding: 0em 2em;
}

#counting {
    margin: 0;
    padding: 0;
    font-size: .7em;
    
}

#formArticle {
    margin: 0;
    padding: 0 0 0 12px;
    border-left: 1px solid #ddd;
    width: 28%;
    position: fixed;
    top: 50px;
    right: 110px;
    color: #444;
    
}

#formArticle p {
    width: 65%;
    font-size: .8em;
    line-height: 1.2em;
}

a.tiltoppen, a.toexp {
    color: #444;
}

a.tiltoppen {
    font-size: .8em;
}

#articleText {
    /*border: 1px solid #333;*/
    width: 68%;

    padding-right: 1em;
    	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
    
}

#testknap {
    padding: 1em;
    margin: 1em 0;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #61B329;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #009900;
    
}

#testknap:hover {
background:#00EE00;
color:#666;
}

#testText {
    margin: 4em 0;
}

.indents {
    width: 5.5em;
    display: inline-block;
}

#formArticle textarea {
    width: 90%;
}

@media screen and (min-width: 1300px) {
    
    #content {
      /*border: 8px solid green;*/
    }
    
    #articleText {
        padding-right: 15px;
        width: 66%;
    }
    
    body {
        width: 70%
    }
    
    #formArticle {
        width: 30%;
        top: 50px;
        right: 100px;
    }
    
    #formArticle p {
        /*width: 75%;*/
    }
}

@media screen and (max-width: 1300px) {
 
    #content {
      /*border: 3px solid green;*/
    }
 
    #articleText {
        padding-right: 15px;
        width: 66%;
    }
    
    body {
        width: 90%
    }
    
    #formArticle {
        width: 30%;
        top: 50px;
        right: 50px;
    }
    
    #formArticle p {
        width: 95%;
    }
}

@media screen and (max-width: 1100px) {
 
    #content {
        /*border: 6px solid red;*/
    }
    
    
    #articleText {
        width: 63%;
    }
    
    body {
        width: 90%
    }
    
    #formArticle {
        width: 30%;
        top: 50px;
        right: 50px;
    }
    
    #formArticle p {
        width: 95%;
    }
 
}

@media screen and (max-width: 900px) {
 
    #content {
        /*border: 8px solid purple;*/
        padding-top: 2px;
        margin-top: 5px;
    }
    
    #articleText {
        width: 60%;
    }
    
    #formArticle {
        top: 15px;
    }
  
    body {
      width: 100%
    }
 
}

@media screen and (max-width: 768px) {
 
  #content {
        /*border: 2px solid blue;*/
        margin: 4px;
        padding: 8px 16px;
  }
    
    #articleText {
        width: 59%;
    }
    
    #formArticle {
        width: 37%;
        top: 16px;
        right: 0px;
    }
    
    #sidebar {
        width: 32%;
    }
    
    .introsidebar {
        font-size: 1em;
    }
    
    #intro {
        width: 57%;
    }
 
}


@media screen and (max-width: 600px) {
 
    #content {
        /*border: 12px solid red;*/
        margin: 4px;
        padding: 8px 16px;
    }
    
    #sidebar {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        clear: both;
        display: block;
    }
    
    .introsidebar {
        border-left: none;
        font-size: 1em;
    }
    
    #intro {
        width: 100%;
    }

 
}


