/* This file is in the public domain. */
html{ text-align: center; }

body, rss {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-style: normal;
    font-size: 14pt;
    padding: 1em 3em;
    width: 72ex;
    display: inline-block;
    text-align: left;
    color: #000;
    background-color: #fff;
}

/* Buttons and other stuff for issues */

.button {
    display: inline-block;
    font-size: 150%;
    cursor: pointer;
    padding: 0.3em 0.5em;
    margin-right: 1em;
    text-shadow: 0px -1px 0px #ccc;
    color: inherit;
    background-color: #cfa;
    border: 1px solid #9d8;
    border-radius: 5px;
    box-shadow: 0px 1px 3px white inset, 0px 1px 3px black;
    text-decoration: none;
    font-weight: normal;
}

.issue input.fullwidth, .issue textarea {
    width: 100%;
    font-family: courrier, monospace;
    font-size: 14pt;
    padding: 0;
    margin: 0;
}

/* Diff */

div.diff {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 12pt;
    color: #000;
}
div.old {
    background-color: #ffffaf;
}
div.new {
    background-color: #cfffcf;
}

/* Recent Changes */

.rc strong {
    font-weight: normal;
}

/* Titles and Whitespace */

h1, h2, h3, title {
    font-family: inherit;
    font-weight: normal;
}
h1, channel title {
    font-size: 32pt;
    margin: 1em 0 0.5em 0;
    padding: 0.4em 0;
}
h2 {
    font-size: 18pt;
    margin: 2em 0 0 0;
    padding: 0;
}
h3 {
    font-size: inherit;
    font-weight: bold;
    padding: 0;
    margin: 1em 0 0 0;
    clear: both;
}

/* Links in headings. */

h1 a, h2 a, h3 a {
    color:inherit;
    text-decoration:none;
    font-weight: normal;
} 
h1 a:visited, h2 a:visited, h3 a:visited {
    color: inherit;
}

/* handheld devices get less whitespace */

@media only screen and (max-device-width: 480px) {
    body {
	font-size: 200%;
	max-width: 100%;
	padding: 0ex;
    }
    body > div {
	padding: 1ex 1em;
    }
    .button {
	padding: 0.2em 0.3em;
	margin-right: 0.5em;
    }
}
