@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-image: url(../images/mathback.jpg);
}

p {
    padding: 10px;
}

h1 { color: white; font-family: 'Helvetica Neue', sans-serif; font-size: 50px; font-weight: bold; letter-spacing: -1px; line-height: 1.5; text-shadow: 3px 3px black; text-align: center; }
 
@font-face { 
    font-family: NettoWeb; 
    src: url(../fonts/NettoWeb.woff) format('woff');
} 

#wrapper {
    margin: 0 auto;
    width: 1200px; 
}

#headerwrap {
    width: 1200px;
    float: left;
    margin: 0 auto;
}

#header { 
    height: 75px;
    background: #086A87;
    border-radius: 10px;
    border: 1px solid #086A87;
    margin: 5px;
}

#navigationwrap {
    width: 1200px;
    float: left;
    margin: 0 auto;
}

#navigation {
    height: 40px;
    background: #FFCC33;
    border-radius: 10px;
    border: 1px solid #ebb81f;
    margin: 5px;
}

#contentwrap {
    width: 1000px;
    float: left;
    margin: 0 auto;
}

#content { 
    background: #FFFFFF; 
    border-radius: 10px;
    border: 1px solid #ebebeb;
    margin: 5px;
}

#content h1 { 
    color: #086A87; font-family: 'Helvetica Neue', sans-serif; font-size: 18px; font-weight: bold;  line-height: 1.5; text-align: center; 
}

#pdfdocument {
    background: #FFFFFF;
    border-radius: 10px;
    margin: 5px;
}

#leftcolumnwrap {
    width: 150px;
    float: left;
    margin: 0 auto;
}

#leftcolumn {
    background: #33CCFF;
    border-radius: 10px;
    border: 1px solid #1fb8eb;
    margin: 5px;
}

#rightcolumnwrap {
    width: 200px;
    float: left;
    margin: 0 auto; 
    
}

#rightcolumn {
    background: #086A87;
    border-radius: 10px;
    border: 1px solid  #086A87;
    margin: 5px;
    margin-bottom: 10px;
}

#footerwrap {
    width: 1200px;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 40px;
    background: #33FF66;
    border-radius: 10px;
    border: 1px solid #1feb52;
    margin: 5px;
}

span.libermath {
    font-family: 'NettoWeb', sans-serif; 
    font-size: 18px; 
}

span.cring {
    font-family: 'New Helvetica', sans-serif; 
    font-size: 18px;  
    text-shadow: 1px 1px lightgrey;
}

div.navtitle {
    color: white; 
    font-family: 'Helvetica Neue', sans-serif; 
    font-size: 18px; 
    font-weight: bold; 
    line-height: 2;  
    text-align: center; 
    text-shadow: 1px 1px black;
}

div.copyrighttitle {
    color: white; 
    font-family: 'Helvetica Neue', sans-serif; 
    font-size: 14px; 
    font-weight: bold; 
    line-height: 2;  
    text-align: center; 
    text-shadow: 1px 1px black;
}

div.copyright {
    color: white; 
    font-family: sans-serif; 
    font-size: 10px;
    line-height: 1.5; 
    margin-left: 10px;
}

ul.navigation { color: white; font-family: sans-serif;  font-size: 16px;   line-height: 1.5;   text-shadow: 1px 1px black;
    margin-left: 10px;

}

ul li {
    margin: 5px 0;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: pink;
}

input[type=text] {
    width: 150px;
    margin-left: 19px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 12px;
    background-color: white;
    padding: 5px 5px 5px 5px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

