body {
    background: transparent url(/site-media/images/stripe.gif) repeat scroll 0 0;
    font-size: 62.5%;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #222;
    text-align: center;
}

div#canvas {
    width: 60em;
    margin: auto;
    text-align: left;
}



div#header {
    position: relative;
    text-align: right;
    color: #f5f5f5;
    height: 6.5em;
    margin: 0em;
    padding: 0em;
}

h1#pagetitle {
    position: relative;
    font-size: 6em;
    float: left;
    z-index: 2;
	margin: 0em 0em -0.3em -1.5em;
}

h2#headerquote {
    color: #999;
    font-size: 1.3em;
    display: inline;
    margin: 0em;
    margin-left: 0.5em;
    line-height: 1.4em;
    font-weight: normal;
}

div#quotediv {
    position: relative;
    height: 6em;
    z-index: 1;
}

div#quotelink {
    position: absolute;
    text-align: left;
    display: inline;
    width: 10em;
    right: -11em;
}

div#quotelink a {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 1.4em;
}

div#lame-spacer {
    padding-left: 1em;
    padding-bottom: 1.3em;
}

a#title {
    color: #f5f5f5;
	font-weight: normal;
	font-style: inherit;
}



div#footer {
    font-size: 1em;
    margin-top: 0.3em;
    color: #f5f5f5;
    padding: 0em;
    text-align: center;
}

div#footer a {
    color: #fa0;
    font-weight: normal;
}

div#copyright {
    margin-top: 2em;
    margin-bottom: 2em;
    color: #999;
}



div#outerpane {
    margin: 0em;
    padding: 0em;
    border: 4px solid #aaa;
}

div#innerpane {
    border: 1px solid black;
    margin: 0em;
    padding: 0em;
}



div#navigation {
    position: relative;
    padding: 0em;
    margin: 0em;
    margin-top: 2em;
    margin-bottom: -0.1em;
    text-align: left;
    z-index: 2;
}

a.navlink {
    font-size: 1.6em;
    margin-right: 1em;
    color: #dedede;
    font-weight: normal;
    font-variant: small-caps;
}

div#rss {
    float:right;
    line-height: 2em;
}

div#rss a {
    color: #fa0;
}



div#content {
    width: auto;
    height: 100%;
    margin: 0em;
    background-color: #f5f5f5;
    padding-left: 1.6em;
    padding-right: 1.6em;
    padding-top: 0.5em;
    padding-bottom: 1.5em;
    font-size: 1.2em;
}

div#message {
    display: none;
    margin-top: 1em;
    border: 1px solid black;
    padding-left: 1em;
    padding-right: 1em;
}

p.error {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}

p.success {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}



a {
    text-decoration: none;
    color: #e19100;
    font-weight: bold;
}

h1 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

h1:first-child {
    margin-top: 1em;
}

div#message + h1 {
    margin-top: 1em;
}

h2 {
    font-size: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

p {
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.centered {
    text-align: center;
}

div.splash_image {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 3em;
}

img.splash_photo {
    border: 2px solid black;
}

div.photo_credit {
    margin: 0em;
    padding: 0em;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
}

div.photo_credit a {
    font-weight: normal;
}



input.input_text {
    background: white;
    font-size: 1.2em;
    color: #222;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 1px solid black;
}

select.input_select {
    margin-top: 0.3em;
    margin-bottom: 0.2em;
}

input.input_submit {
    font-size: 1.4em;
    width: 6em;
    margin-top: 0.5em;
}

textarea.input_text {
    background: white;
    font-size: 1.2em;
    font-family: inherit;
    color: #222;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 1px solid black;
}



div#lindylist_signup {
    display: table;
    text-align: right;
}

input#lindylist_email {
    width: 20em;
}

