@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Code+Pro);

html, head, body {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    height: 100%;
};

body {
    color: #322D50;
};

h1, h2, h3, h4 {
    margin-top: 1.2em;
    margin-bottom: 0.8em;
}

p {
    line-height: 1.5em;
}

a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #70CEC0;
    text-decoration: none;
}
a:hover {
    color: #CE707E;
}

/* Markdown content */

.dark_background {
    background-color: #322D50;
    background-position: center;
}

.max_msp_dark_background {
    background-image: url(/images/max_msp_dark_small.jpeg);
    background-position: center;
}

.generate_phrase_dark_background {
    background-image: url(/images/generate_phrase_dark.jpeg);
    background-position: center;
}

.content {
    display: block;
    margin: 0 auto;
    width: 600px;
    padding: 40px;
}

.content .contentOnLight {
    color: #322D50;
}

.content .contentOnDark {
    color: white;
}


.content li {
    margin-bottom: 6px;
}

/* Top bar stuff. */

#tabs {
    padding: 1em;
    background-color: #322D50;
}

#tabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#tabs li {
    display: inline-block;
}

#logo {
    color: #70CEC0;
    position: absolute;
    text-decoration: none;
    left: 1em;
    font-size: 16pt;
}

#logo:hover {
    color: #CE707E;
}

.tab {
    text-decoration: none;
    color: #70CEC0;
    padding-bottom: 13px;
    margin: 0 1.5em;
    font-size: 16pt;
}

.tab:hover,
.tab.current {
    text-decoration: none;
    color: #70CEC0;
    border-bottom: 3px solid #70CEC0;
}

/* Splash */

#splash {
    background-color: #322D50;
    padding: 1em;
    padding-bottom: 2em;
    color: white;
    text-align: center;
}

#splash a {
    text-decoration: none;
    border-bottom: 3px solid white;
    color: white;
}
#splash a:hover {
    color: white;
    border-bottom: 3px solid #CE707E;
}

/* Features */

#features {
    padding-bottom: 80px;
    color: #322D50;
    background-color: white;
}

/* Let's Collaborate */

#lets_collaborate {
    text-align: center;
    padding-bottom: 80px;
    color: #322D50;
    background-color: white;
}

/* code */

code {
    font-family: 'Source Code Mono', monospace;
}

