/*   
Theme Name: Petition
Description: A theme reflecting the design of the Grad Student Stoppage open letter
Author: Tim Fisken
*/

* {
    margin: 0;
    padding: 0;
}

a {
    color: red;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #B22222;
}

em.date {
    color: red;
    font-style: normal;
}

body {
    font-family: "California", "UC Berkeley OS", "Berkeley", "Garamond", serif;
    background-image: url(icon.png);
    background-repeat: no-repeat;
    background-color: #e0e0e0;
    margin-top: 0.5em;
    max-width: 60em;
    margin-left: 0;
    margin-right: auto;
}

#headspacer {
    float: left;
    width: 1px;
    height: 250px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gill Sans", "Futura", sans-serif;
}

h1 {
    font-size: 200%;
    margin-bottom: 0.25em;
    font-weight: bold;
}

h2 {
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#shortcontent {
    margin-left: 150px;
    min-height: 250px;
    margin-bottom: 2em;
}

#title {
    margin-bottom: 1em;
}

#intro {
    margin-right: 23em;
}

#sign {
    float: right;
    width: 21em;
    padding-left: 1em;
    padding-right: 1em;
}

form .note {
    display: block;
    font-size: 80%;
    color: red;
}

#sign label {
    width: 6em;
    text-align: right;
    float: left;
}

input[type=submit] {
    font-size: 80%;
    margin-left: 7.5em;
}

#longcontent {
    clear: both;
    margin-top: 1em;
    border-top: 1px solid black;
    padding-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

#statement {
    margin-right: 20em;
}

#intro p, #statement p, .entry p {
    margin-bottom: 1em;    
}

#recent {
    float: right;
    width: 18em;
}

#recent .signature {
    margin-bottom: 1em;
    margin-right: 1em;
    width: 8em;
    float: left;
    height: 7em;
}

#recent span {
    display: block;
}

.name {
    font-weight: bold;
}

ol, ul {
    margin-left: 3em;
    margin-bottom: 1em;
}

#list td {
   padding-right: 1em;
}
#list tr:hover {
   background-color: Yellow;
}

#list th {
   border-bottom: 1px;
   border-bottom-style: solid;
}

#footer {
    font-size: .75em;
    text-align: center;
    margin-top: 3.333em;
}

#sidebar {
    float: left;
    clear: left;
    width: 140px;
}

#sidebar ul, #sidebar ul li {
    list-style-type: none;
    margin-left: 0.5em;
}

#sidebar ul {
    margin-bottom: 1em;
}

#menu {
    margin-left: 3em;
}

#menu ul#pages, #menu ul#pages li {
    list-style-type: none;
    margin: 0;
}

#menu ul#pages li {
    display: inline;
    margin-right: 1em;
}

dt {
    margin-bottom: 1em;
    font-style: italic;
}

dd {
    margin-bottom: 1.5em;
}

dd p {
    margin-bottom: 0.5em;
}

div.date {
    float: right;
    margin-top: -1em;
    font-size: 80%;
}

.entry {
    margin-bottom: 1em;
}

.tagcloud {
   margin-top: 1em;
   margin-bottom: 1em;
}

.tctag {
   margin-right: .5em;
   white-space: nowrap;
}

.announce {
   margin-bottom: .5em;
   font-weight: bold;
   font-size: 1.5em;
}

.email {
   font-family: "Whatever", monospace;
   font-size: .75em;
}

#e0{display:none;}#e1{display:none;}#e2{display:none;}#e3{display:none;}#e4{display:none;}#e5{display:none;}#e6{display:none;}#e7{display:none;}#e8{display:none;}#e9{display:inline;}

