/* =colors */
body {
    background: #fff;
    color: #222;
}


/* =typography */
body {
    font-family: Calibri, "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

label {
    font-weight: bold;
}

#header h1 {
    font-size: 1.5em;
}

.nav {
    font-weight: bold;
}

.nav a {
    font-weight: normal;
}

#activity li {
    font-size: 1.1em;
}

.meta {
    color: #999;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.meta abbr {
    font-style: italic;
}

#explore h1 {
    font-size: 1.5em;
}

#flash {
    font-size: 0.9em;
    font-style: italic;
}


/* =links */
a:hover,
a:active {
    text-decoration: none;
}

.meta a:link {
    color: #999;
}


/* =layout */
.grid {
    background: url("../img/grid.png");
}

body {
    margin: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    clear: both;
    margin-bottom: 20px;
}

img {
    margin-bottom: 2px;
    vertical-align: bottom;
}

#main {
    margin: 0 auto;
    max-width: 100%;
    width: 720px;
}

#header {
    height: 76px;
    line-height: 80px;
    margin-bottom: 24px;
}

#header h1 {
    float: left;
    margin-right: 20px;
    margin-top: 0;
    width: 400px;
}

#header img {
    float: left;
    margin-top: 2px;
    margin-right: 24px;
}

#header img.tm {
    margin-right: 8px;
}

#nav {
    float: left;
    width: 300px;
}

#nav li {
    float: left;
    margin-right: 0.5em;
}

#primary {
    float: left;
    margin-right: 20px;
    width: 400px
}

#secondary {
    float: left;
    width: 300px;
}

#footer {
    clear: both;
}

#activity li {
    clear: both;
}

#activity .avatar {
    float: left;
    margin-top: 2px;
    margin-right: 24px;
}

#activity .link {
    float: left;
}

#quiltid p {
    /* huh? */
    line-height: 16px;
    margin-bottom: 21px;
    margin-right: 24px;
}

.quilt {
    clear: both;
}

.quilt li {
    float: left;
    margin-right: 4px;
}

.quilt-feed {
    clear: both;
    float: left;
    margin-top: 20px;
}

.quilt-feed img {
    margin-right: 2px;
}

#explore h1 {
    float: left;
    margin: 20px 0;
    width: 100%;
}

#explore p {
    margin-right: 20px;
    width: 400px;
}

#explore ol,
#explore ul {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    min-width: 120px;
}

.buttons {
    margin-bottom: 42px;
    margin-top: 4px;
}

.note {
    margin-bottom: 20px;
}

#followers {
    margin-top: 20px;
}

#follow {
    clear: both;
    float: left;
    margin-bottom: 20px;
}

#flash {
    background: #ffff99;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
/*    line-height: 40px;*/
}

#nav-pages {
    clear: both;
    float: right;
}

#nav-pages li {
    float: left;
    margin-right: 0.5em;
}

#secondary .nav {
    margin-bottom: 20px;
}


/* =forms */
form div {
    margin-bottom: 22px;
}

form div.last {
    margin: 0;
}

label {
    display: block;
}

input {
    background: #fff;
    border: 1px solid #bbb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    font-size: 1.4em;
    height: 24px;
    margin: 2px 0;
    padding: 4px 6px 6px 6px;
    width: 382px;
}

input:focus {
    border: 2px solid #666;
    padding: 3px 5px 5px 5px;
}

input.openid {
    background: #fff url("../img/openid_16.png") no-repeat 4px 50%;
    padding: 5px 6px 5px 24px;
    width: 364px;
}

input.openid:focus {
    background-position: 3px 50%;
    padding: 4px 5px 4px 23px;
    width: 364px;
}

.buttons {
    clear: both;
    margin-top: 2px;
}

.buttons button {
    float: right;
    margin-top: 2px;
    margin-right: 4px;
}

.errorlist {
    color: #999;
    float: left;
    font-style: italic;
}

.errors .errorlist {
    float: none;
    margin-bottom: 20px;
}

.file img {
    float: left;
    margin: 2px 20px 22px 0;
    width: 76px;
}

.file input {
    background: none;
    border: 0;
    float: left;
    font-size: inherit;
    margin: 32px 0 0 0;
    padding: 0;
    width: 302px;
}

.hidden {
    display: none;
}

