@import url("reset.css");

@font-face { 
    font-family: NettoWeb; 
    src: url(../fonts/NettoWeb.woff) format('woff');
    font-family: 'TeXGyreChorus-MediumItalic';
    src:  url('../fonts/TeXGyreChorus-MediumItalic.ttf.woff') format('woff'),
    url('../fonts/TeXGyreChorus-MediumItalic.ttf.svg#TeXGyreChorus-MediumItalic') format('svg'),
    url('../fonts/TeXGyreChorus-MediumItalic.ttf.eot'),
    url('../fonts/TeXGyreChorus-MediumItalic.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
} 

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: 'TeXGyreChorus-MediumItalic', sans-serif; font-size: 55px; font-weight: bold; letter-spacing: 0px; line-height: 1.2; text-align: center; text-shadow: 2px 2px black;}
 
#wrapper {
    margin: 0 auto;
    width: 1200px; 
}

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

#header { 
    height: 75px;
    background:   #643D74 ;
    border-radius: 10px;
    border: 1px solid   #643D74 ;
    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:   #643D74 ; 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:   #643D74 ;
    border-radius: 10px;
    border: 1px solid    #643D74 ;
    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  #643D74;
    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: orange;
}

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;
}

