/*	Main stylesheet for myelin.co.nz
	Copyright (C) 2002-2016, Phillip Pearson <pp@myelin.co.nz>
*/

body {
    font-family: helvetica, sans-serif;
}
h1 {
    font-weight: normal;
    font-size: 3em;
    margin: 0.3em;
    text-align: center;
}
h2 {
    font-size: 1.5em;
    margin: 0.5em 0;
}
h3 {
    margin: 0.5em 0;
}
a {
    text-decoration: none;
    color: #0033cc; /* #001155 #3366ff */
}
a:hover {
    text-decoration: underline;
}
h1 a {
    font-weight: bold;
    color: black;
}
p {
    margin: 0.5em 0;
}
p, li {
    line-height: 1.3em;
}
ul {
    list-style-type: disc;
}
ul li {
    margin-left: 2em;
}
a.email {
    padding-left: 19px;
    background: url(/images/mailto.gif) no-repeat scroll;
    background-position: left 4px;
    line-height: 1em;
}
#footer-links {
    margin: 1em 0;
    padding: 5px 20px;
    float: right;
    clear: both;
}
#footer-links a {
    font-weight: bold;
    color: black;
}
#footer-links ul li {
    display: inline;
    padding: 0 0.5em;
    border-left: solid 1px #d0d0d0;
    margin: 0;
}
#footer-links ul li.first {
    border-left: none;
}
.bigcolumn {
    width: 800px;
    margin: 0 auto;
    font-size: 1.3em;
}

/* index page */
#conversation {
}
#conversation p {
    margin: 1em 0;
}
#conversation ul#employers {
    list-style-type: none;
}
#conversation ul#employers li {
    margin: 0.5em 0 0.5em 1em;
}
#conversation ul#employers img {
    vertical-align: middle;
}
#conversation ul#employers li span {
    display: inline-block;
    width: 70px;
}
#conversation ul#employers li span {
    text-align: center;
}
#conversation ul.things li {
    margin: 0.5em 0 0.5em 2em;
}

/* notes page */
#notes img.random {
    float: left;
    margin-bottom: 1em;
}
#notes div.links {
    margin-left: 286px;
}
#notes h2 {
    margin-left: 286px;
    margin-top: 1.5em;
    clear: left;
}

/* contact form */
#feedback {
    font-size: 18px;
}
#feedback fieldset {
    clear: both;
    margin: 5px 0;
}
#feedback fieldset label {
    float: left;
    line-height: 28px;
    width: 128px;
}
#feedback fieldset input, #feedback fieldset textarea, #feedback fieldset p {
    display: block;
    margin-left: 148px;
    width: 600px;
    padding: 0 5px;
    margin-bottom: 3px;
    font-size: 18px;
}
#feedback fieldset input {
    height: 28px;
}
#feedback fieldset textarea {
    padding: 5px;
}
#feedback fieldset input, #feedback fieldset textarea {
    border: solid 1px lightgrey;
}

/* old old css, from 2002 */
body.mpage {
    margin: 10px 10%;
}
div {
    margin-bottom: 1em;
}
.maintitle {
    font-size: 3em;
    margin-bottom: 0.25em;
}
.myelinlink {
    font-weight: bold;
    text-decoration: none;
    color: black;
}
.category, .mpage h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #fafffa;
    border: dashed;
    border-color: green;
    border-width: 2px;
    padding: 2px;
    padding-left: 1em;
    border-style: #9900ff;
}
.notetitle {
    font-size: 1.2em;
}
.notetitle, .notedesc {
    margin-bottom: 1em;
    text-align: left;
}
.dashedBorder tr td {
    border: dashed;
    width: 40%;
    border-color: green;
    border-width: 0.1em;
    background-color: #fafffa;
}
