/* ----------------------------------------------------------------------------------------------------------
HTML
---------------------------------------------------------------------------------------------------------- */

body {background-color:#fff; color:#000;}
a {color:#C15B0D;}
dt {color:#C15B0D;}

/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */

#header #logo a {color:#000;}
#header #slogan {color:#C15B0D;}

#tray a {color:#fff;}
#tray a:hover {color:#000;}
#tray ul li a#tray-active {color:#000;}

#content a {color:#C15B0D;}
#content a:hover {background:#C15B0D; color:#fff; text-decoration:none;}
#content .comment {border:1px solid #BFE2F6;}
#content .comment .info, #content tr.bg th, #content tr.bg td {background:#EBF6FC;}
#content .div {border:2px solid #BFE2F6; background:#EBF6FC;}

#footer {border-top:1px solid #ddd; color:#777;}
#footer a {color:#777;}
#footer a:hover {color:#333;}

/* ----------------------------------------------------------------------------------------------------------
Others
---------------------------------------------------------------------------------------------------------- */

.border {border:1px solid #ccc;}

.high {color:#C15B0D;}
.low {color:#777;}