* {
        margin: 0;
        padding: 0;
}

body {
        background: #141;
        font-size: 12px;
        font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Lucida, geneva, sans-serif;
}

a img { border: none; }

table {
        margin: 0 auto;
}

td {
        padding: 5px;
}

td#titlebar {
        background: url(extra/soaped_header.jpg) repeat-x center;
}

#titlebar h2 {
  color: #141;
}

td#content {
        background: #fff;
        padding: 5px 10px;
}

td#navicrap {
        background: #eee;
        height: 30px;
}
td#sidebar-external { background: #eee /*#D5C29A*/; }

td#sidebar-internal { background: #b3bEaE; }

#sidebar-internal b { margin-top:10px; display:block; }

#sidebar-external li a { display:block!important; padding-left:15px!important; background:transparent url(http://chigh.org/i/f/arrow_r_mini.gif) no-repeat left 5px; }

#sidebar-external strong { margin-top:10px; display:block; border-bottom:1px solid #666; }



.sidebar {
         font-size: 11px;
}

h1 {
        font-size: 48px;
        font-family: Georgia, "Times New Roman", Times, serif;
        line-height: 100%;
        font-weight: bold;
        letter-spacing: .075em;
        margin: 0 0 2px 0;
}

h1 a:link, h1 a:visited {
        padding-top: 30px;
        display: block;
        color: #000;
        text-decoration: none; 
}

h1 a:active, h1 a:hover { background: none; color: #000; }
.sidebar h3 {
        margin-top: 20px;
        width: 120px;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #444;
        margin-bottom: 1px;
        padding-bottom: 2px;
}


.sidebar ul {
        list-style-type: none;
}
td#sidebar-internal a:hover,
td#sidebar-internal a:active { background: #e4e4ee /*#b59469*/;  text-shadow: 2px 2px 3px black; }

td#sidebar-external a:hover,
td#sidebar-external a:active { background: #939E8E; text-shadow: 2px 2px 3px black; }

.sidebar li a {
        display: block;
        text-indent: 0px;
        padding: 0;
}

li.event a {
        padding-top: 2px;
        padding-bottom: 2px;
}

.sidebar a {
        text-decoration: none;
}

a:link, a:visited {
        color: #000;
}
a:hover, a:active {
        background: #e4e4ee;
        text-shadow: 2px 2px 3px gray;
}

h2 {
        font-size: 18px;
        font-weight: bold;
}

h2 a:link, h2 a:visited {
        display: block;
        text-decoration: none;
        color: black;

}

td#content p {
        margin: 10px 0;
        line-height: 1.2em;
}

td#content ul, td#content ol {
        margin-left: 30px;
        line-height: 1.3em;
}

td#content blockquote {
        margin-left: 8px;
        padding-left: 9px;
        line-height: 1.3em;
        border-left: 3px solid #A3AE9E;
}

td#content img { text-align: center; margin: 0 10px; }
td#content blockquote p { padding-right: 5px; }

td#content h3 { margin: 10px 0; }

input, select {
        font-size: 13px;
}
body .commentform strong { font-weight: normal; }
input#searchbox { width: 140px; }

textarea {
        font-size: 13px;
}

.item { margin-bottom: 20px; }
.item h2 { margin-top:0; }

td#content p.metacrap { text-align: left; margin-top: 0; color: #343;}

p.metacrap a:link, p.metacrap a:visited {
        color: #343;
        font-weight: bold;
        text-decoration: none;
}
h3.topic, .link h3 { text-transform:uppercase; font-weight:normal; font-size:12px; margin:15px; 0px 0px 0px; }
h3.topic a { text-decoration:none; }


.link { 
        margin-bottom:2.5em;
        padding-top:1em;
}
.link h3 a { 
        text-decoration:none;
        border-bottom:1px dotted #666;
}

.link p {

        padding-left:1.5em;
}

