/*  #####################
    #                   #
    #  CLASS SELECTORS  #
    #                   #
    #####################  */


.rss_box {
  position: absolute;
  top: 2em;
  left: 1em;
  z-index: 50;
}
.theme_choose {
  position: absolute;
  top: 2em;
  right: 1em;
  z-index: 50;
  border: 1px solid #CCCCCC;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.content {
  position: relative;
  z-index: 25;
  padding-left: 15%;
  padding-right: 15%;
  max-width: 70%;
  height: 100%;
}
.comments_all {
  display: none;
}
.comments_single {
  display: block;
  border-top: 1px solid #00CC00;
}
.footer {
  position: relative;
  z-index: 0;
  clear: both;
  float: bottom;
  padding: 0px;
  padding-top: 20px;
  width: 100%;
}
.col_box {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}
.two_col_left {
  position: relative;
  float: left;
  width: 50%;
}
.two_col_right {
  position: relative;
  float: right;
  width: 50%;
}
.rightcol {
  clear: right;
  position: relative;
  z-index: 50;
  float: right;
  border: 1px solid #CCCCCC;
  background-color: #660033;
  padding: 0px 5px 0px 5px;
  margin-top: 3em;
}
.rightcorner {
  position: relative;
  z-index: 75;
  float: right;
  padding: 0px 0px 0px 0px;
}
.leftpic {
  position: relative;
  z-index: 50;
  float: left;
  border: 0px;
  padding: 5px 5px 5px 5px;
  margin: 5px 20px 5px 5px;
}
.rightpic {
  position: relative;
  z-index: 50;
  float: right;
  border: 0px;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 20px;
}
.centerpic {
  position: relative;
  z-index: 50;
  float: center;
  border: 0px;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
}
.caption {
  clear: left;
  width: 95%;
  padding: 0px 0px 20px 0px;
}
.code_block {
  border: 1px solid #FF9900;
  background-color: #FFFFFF;
  padding: 10px;
}
.text_block {
  border: 0px;
  display: block;
  padding: 0em 0em 0em 0em;
  overflow: auto;
}
.spare_notice {
  display: block;
  border: 1px solid #FF9900;
  margin: 0em 0em 8em 0em;
  padding: 10px 10px 10px 10px;
}
.bday_notice {
  display: block;
  border: 1px solid #FF9900;
  padding: 10px 10px 10px 10px;
}
/*  Table spacers */
.spacer  {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}


/*  ###################
    #                 #
    #  TAG SELECTORS  #
    #                 #
    ###################  */


body {
  background-color: #330033;
  background-image: url(/~scott/musings/images/backs/default.gif);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #FFCC33;
  min-width: 750px;
}

a:link {
  color: #33FF33;
  text-decoration: underline;
}
a:visited {
  color: #00CC66;
  text-decoration: underline;
}
a:hover {
  color: #FFFF00;
  text-decoration: underline;
}

img {
  border: 0;
}

h3 {
  margin-top: 4em;
}
h4 {
  margin-top: 2em;
  margin-bottom: -1em;
}

table {
  border: 0px solid #000000;
  border-collapse: collapse;
}
th {
  border: 1px solid #CCCCCC;
  padding: 2px 10px 10px 5px;
  text-align: center;
}
td {
  border: 1px solid #CCCCCC;
  padding: 2px 10px 2px 10px;
  text-align: left;
}


/*  ##################
    #                #
    #  ID SELECTORS  #
    #                #
    ##################  */


/* ###   easy_read table   ### */
table#easy_read {
  padding: 10px 10px 10px 10px;
}
table#easy_read  td{
  padding: 10px 10px 10px 10px;
}


/* ###   sideways math table   ### */
table#sideways {
  border: 0px;
  padding: 0px;
}
table#sideways  td{
  border: 0px;
  width: 1.3em;
  padding: 0px;
  text-align: center;
}


/* ###   rotation table   ### */
table#rotation {
  margin: 2em 0em 2em 0em;
}

table#rotation th {
  color: #00CC66;
}

