/*
Ondes Martenot Archive CSS
2024-04-14

V0.2

TODO:

- resizing for small browsers?
- what tables look like
- etc..
- contact form
- what else?



*/




/* 
BROWSER RESET
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}





/*
LAYOUT STUFFS
*/

@font-face {
    font-family: 'freesansmedium';
    src: url('/fonts/freesans-webfont.eot');
    src: url('/fonts/freesans-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/freesans-webfont.woff') format('woff'),
        url('/fonts/freesans-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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

html {}

body {
    background: none repeat scroll 0 0 #ffffff;
    font-size: 62.5%;
}


#wrapper {
    background: none repeat scroll 0 0 #fbfdfc;
    color: #292929;
    font-family: 'freesansmedium', FreeSans, arial, sans-serif;
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: 0.012em;
    line-height: 1.6em;
    margin: 0 auto;
    max-width: 1530px;
    min-width: 800px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}




/* 
TEXTY STUFFS
*/


h1,
h2,
h3,
h4 {
    font-family: 'futura_ltregular', 'Futura LT', futura, arial, sans-serif;
    font-weight: normal;
    letter-spacing: .03em;
    color: #595959;
}

h1 {
    font-size: 2em;
    padding: 0 0 2.2em 0;




}

h2 {
    font-size: 1.6em;
    color: #393939;
    padding: 2em 0 1em 0;
    font-weight: bold;
}

h3 {

    font-size: 1.4em;
    padding: 1.6em 0 1em 0;

}

h4 {
    font-size: 1.02em;
    padding: 1.5em 0 .5em 1em;
    font-weight: bold;
    color: #393939;
}


strong {
    font-weight: bolder;
    letter-spacing: .04em;
}

a {
    text-decoration: underline;
    color: #434343;
}

a:hover {
    color: #202020;
}


p {
    margin: 1em 0 2em 0;
}

ul,
ol {
    margin: 1.5em 0 2em 1.2em;
}

li {
    margin: 0 0 0.7em;
}

ul {
    list-style-type: disc;

}

ul ul {
    list-style-type: circle;

}

ol {
    list-style-type: decimal;
}

blockquote,
code {
    background: #f0f7f3;
    width: 80%;
    margin: 20px 0 0 0px;
    padding: 1em;

}

code {}

/* clear <div class="clear">&nbsp;</div> */
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}




/*
HEADER STUFFS
*/

#header {
    width: 300px;


    float: left;


    padding-bottom: 100px;


}


a#logolink {
    display: block;

    padding: 30px 0 0 68px;
}

ul#nav {
    margin: 70px 0 0 67px;
    list-style-type: none;

}

#nav li {}


#nav a {
    font-family: 'futura_ltregular', 'Futura LT', futura, arial, sans-serif;
    color: #1f2020;
    text-decoration: underline;
    text-decoration-color: #abacab;
    font-size: 1.4em;
    letter-spacing: .03em;
    text-underline-offset: .3em;
    text-decoration-thickness: 2px;
    display: inline-block;

    margin-bottom: 20px;
    /* space between lines */


}

#nav li.extraspace {
    margin-top: 3.5em;
}


#nav a:hover {
    text-decoration-color: #000000;
}






/* 
CONTENT STUFFS
*/

#content {
    margin-left: 300px;
    padding-top: 100px;
    padding-left: 100px;
    min-width: 400px;
    max-width: 800px;
    border-left: 1px solid black;

}

ul.downloads {
    margin-left: 0;
    list-style-type: none;

}

ul.downloads ul {
    list-style-type: none;
}

/* 
MAIN PAGE STUFFS
*/




/*
FOOTER STUFFS
*/


#footer {
    clear: both;

}






/* 
CONTACT FORM STUFFS
*/

p.contacterror {
    background: #ffffff;
    padding: 5px;
    font-size: .9em;
    border: 1px solid #cd0000;
    color: #cd0000;
    text-align: center;
}

p.contactsuccess {
    background: #ffffff;
    padding: 5px;
    font-size: .9em;
    border: 1px solid #D2CEC7;
    text-align: center;
}

#contactForm {
    width: 400px;
}

#contactForm label {
    color: #232323;
    display: block;
    font-size: 1em;
    text-transform: lowercase;
}

#contactForm input,
#contactForm textarea {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #232323;
    color: #232323;
    font-family: 'freesansmedium', FreeSans, arial, sans-serif;
    font-size: 0.9em;
    margin: 0 0 10px;
    padding: 5px 0;
}

#contactForm input.error,
#contactForm textarea.error {
    border: 1px solid #cd0000;
}


#contactForm input.submit {
    background: #74855c;
    color: #ffffff;
    margin-top: 25px;
    padding: 12px 20px;
    font-size: 1.2em;
    border: 1px solid #ebf0e4;
    text-decoration: none;
    text-transform: lowercase;
}

#contactForm input.submit:hover {
    border: 1px solid #74855c;
}

#contactForm input.submitting {
    /*jquery adds this to button when submitting */
}