* {
    margin: 0;
    padding: 0;
}

acronym {
    border-bottom: 1px dotted #999;
}

label {
    cursor: pointer;
}

a:link, a:visited, a:hover, a:active {
    color: #c32e39;
    text-decoration: none;
    border-bottom: 1px solid #c1c1c1;
}

ul li {
    list-style-type: square;
}

#rightcol input, #leftcol input {
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 1em;
    font-family: "Lucida Grande", Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

input.button {
    background-color: #f7f7f7;
    color: #666;
}

body {
    color: #000;
    background: #fff;
    font: 76%/1.4 "Lucida Grande", "Verdana", "Bitstream Vera Sans", sans-serif;
}

#header {
    width: 100%;
    background: #e2c971;
    border-bottom: 2px solid #000;
    margin: 0;
    padding: 0;
}

#header a {
    display: block;
    height: 99px;
    text-indent: -5000px;
    width: 770px;
    background-image: url(/images/chequer_logo.png);
    border-width: 0;
}

#main {
    width: 100%;
}

#leftcol, #rightcol {
    width: 20%;
    background: #ededed;
    border-color: #000;
    border-style: solid;
}

#leftcol {
    border-width: 0 2px 0 0;
}

#rightcol {
    border-width: 0 0 0 2px;

}

#leftcol h2, #rightcol h2, #content h1 {
    background: #e2c971 url(/images/header_bg.png) top left repeat-y;
    border-width: 1px 0;
    border-color: #000;
    border-style: solid;
    padding: 0 0 0 24px;
    text-transform: uppercase;
    font-size: 1.1em;
}

#leftcol h2, #rightcol h2 {
    margin: 0 0 1em 0;
}

#leftcol p, #rightcol p {
    margin: 1em;
}

.box {
    margin-bottom: 16px;
}

.box p {
    margin-left: 12px;
    margin-top: 8px;
    margin-right: 4px;
}

.box ul {
    margin-top: 8px;
    margin-left: 25px;
    margin-right: 4px;
}

.box #site_search {
    width: 100px;
}

#content p, #content h2, #content ul, #content ol {
    margin: 12px;
}

.introtext {
    margin: 12px;
}

.story_summary {
    margin-bottom: 4em;
}

#content .introtext p {
    margin: 12px 0;
}

#content h2 {
    font-size: 1.1em;
    text-transform: uppercase;
}

#content .readmore {
    font-size: 85%;
}

#content blockquote {
    margin-left: 1.5em;
    border-left: 1px solid #999;
    padding-left: 8px;
    background: #f7f7f7;
}

#content ul, #content ol {
    margin-left: 50px;
}

.comment_controls, .story_info {
    margin: 1em 4px;
    text-align: center;
    padding: 4px 8px;
    background: #f7f7f7;
    border: 1px solid #000;
}

#comments .commenthead, #comments .editorialhead {
    margin: 2em 1em;
}

#comments .commentbody, #comments .editorialbody {
    margin: 12px 12px 12px 18px;
}

#comments .commenthead, #comments .editorialhead {
    border: 1px solid #000;
    background: #f7f7f7;
    padding: 4px;
}

#comments .commentbody p, #comments .editorialbody p {
    margin: 12px 0;
}

#comments dd {
    margin-left: 25px;
}

.box dl {
    margin: 1em 4px 1em 15px;
}

.box dt {
    font-weight: bold;
}

.box dd {
    margin: 0 8px 0.5em 8px;
}

#footer {
    text-align: center;
    border-top: 2px solid #000;
    font-size: 90%;
}

#footer p {
    margin: 1em;
}

#content dl {
    margin: 1em 1em 2em 1em;
}

#content dt {
    font-weight: bold;
    margin-top: 2em;
}

#content dd {
    margin-left: 1em;
}

/* tag-cloud styles */

.cloud li { list-style-type: none; display: inline; margin-right: 8px; }

.cloud .tag-popularity-1 { font-size: 80%; }

.cloud .tag-popularity-5 { font-size: 90%; }

.cloud .tag-popularity-10 { font-size: 100%; }

.cloud .tag-popularity-15 { font-size: 110%; }

/*******************/

.editButtons {
    margin: 16px 0 0 0;
    display: block;
}

img.editButtonOn,
img.editButtonOff,
img.editButtonDown,
img.editButtonUp {
//    width: 23px;
//    height: 22px;
    cursor: pointer;
}

.editButtonOn {
    border: 1px solid #000;
    background: #eee;
}

.editButtonOff {
    border: 1px solid #dedede;
    background: #FFF;
}

.editButtonDown {
    background: #ccc;
}

.editButtonUp {
    background: #FFF;
}

/*******************/