@charset "utf-8";

html, body, h1, h2, h3, h4, p { margin: 0; padding: 0; }
body { background: #9cd9e3; color: #1E7985; }
body, h1, h2, h3, h4 { font: bold 14px corbel, geneva, verdana, sans-serif; }
body.feedback, .feedback h1, .feedback h2, .feedback h3 { font-family: georgia, serif; font-weight: normal; }
p { font-size: 18px; line-height: 26px; }
h3 { font-size: 30px; margin-top: 1.5em; margin-bottom: 0.5em; color: #ffffff; }
.application h4, .feedback h4 { font-size: 22px; margin-top: 1em; margin-bottom: 0.2em; }
.weblog h3 { font-size: 18px; margin: 0; }
.weblog h4 { font-size: 16px; }
h4 em { font-size: 18px; font-style: normal; }
a { color: #ffffff; text-decoration: none; padding-bottom: 1px; border-bottom: 2px solid #ffffff; }
h1 a { border: none; }
form img { border: 10px solid #ffffff; }

/* blue box with white border */
#box { background: url(/media/images/corner.png) no-repeat bottom left; border: 10px solid #ffffff; padding: 20px 120px 20px 60px; position: relative; }
.weblog #box, .error #box { position: absolute; top: 50%; left: 50%; margin: -300px 0 0 -400px; padding: 40px; padding-bottom: 80px; width: 700px; }
.error #box { padding-bottom: 200px; }
.feedback #box { background: #fff; border: 10px solid #9cd9e3; }

/* weblog entry preview */
.weblog .entry { background: #9cd9e3; padding: 0 20px 40px 20px; border: 10px solid #ffffff; margin: 20px 40px; }

/* logo */
h1 a { background: url(/media/images/logo.png) no-repeat; width: 161px; height: 45px; text-indent: -10000px; position: absolute; top: 5px; right: 5px; margin: 0; padding: 0; }
.feedback h1 a { background: url(http://desed.org/favicon.png) no-repeat; width: 200px; height: 45px; }

/* page titles */
.weblog h2 { background: url(/media/images/blog.png) no-repeat; width: 193px; height: 103px; text-indent: -10000px; margin-bottom: -10px; position: relative; top: -10px; left: -20px; }
.application h2 { background: url(/media/images/apply.png) no-repeat; width: 125px; height: 66px; text-indent: -10000px; position: relative; left: -20px; top: 8px; margin-bottom: 30px; }

form div { margin-right: 5px; }
.weblog label { display: block; margin-top: 20px; }
form textarea { width: 100%; display: block; height: 10em; }
.weblog input { width: 45%; display: block; }
.weblog input.button { width: 20%; display: inline; margin-top: 30px; }
.application input.button, .feedback input.button { width: 180px; }
.application input, .feedback input { width: 260px; }
.application .radio input { width: 15px; margin-top: 8px; margin-left: 10px; }
.application div.radio { height: 55px; }
.application .short input { width: 140px; }
.application img { max-width: 96px; max-height: 96px; float: left; margin-right: 10px; }
.image { padding: 0px; }
.image div { padding-top: 16px; height: 80px; margin-bottom: 60px; }
.error h2 { margin-top: 100px; font-size: 22px; }
.errorlist li { display: inline; position: relative; top: 25px; left: 50px; }
.errorlist li:before { content: "\2193"; }
.errorlist li:after { content: "\2193"; }

.thanks { font-size: 22px; margin-bottom: 10px; }

ul { display: block; margin: 0; }
li { display: inline; }


.application h2, .feedback h2 { font-size: 2em; }

.application #box, .feedback #box { padding-bottom: 100px; }

.application form input.save-top { position: fixed; right: 30px; top: 80px; width: 50px; }
.application form input.save-bottom { position: fixed; right: 30px; bottom: 30px; width: 50px; }

#submit, .notice, .voting { border: 10px solid #ffffff; text-align: center; margin-top: 40px; padding: 10px; }
.notice { background: #f5a6b2; color: #ffffff; }
#submit, .voting { background: #33A2B5; }
#submit input { height: 40px; width: 100%; }

.float { float: left; }

#applications li { display: block; margin-bottom: 5px; font-size: 1.2em; }
.votes { color: #d0f0f6; width: 60px; }
.vote { color: white; }
.voting form { display: inline; }
.voting input { width: 130px; display: inline; }
.voting h4, .voting p { margin-top: 0px; color: white; }
.view ul { list-style-type: square; }
.view li { display: list-item; }
#applications a.nickname { width: 120px; float: left; }
#applications a.nickname { border:none; }

