/* Style sheet for OutsiderIn Blog*/

/*Styles*/
body {
  font-family: "Andale Sans UI", Sans-serif;
}

#green td.center {
  text-align: center;
  vertical-align: middle;
}

h1 {
  line-height: 1em;
  font-family: "Andale Sans UI", Sans-serif;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 5px;

}

table td {
  vertical-align: top;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

table.blog {
  width: 500px;
}

li {
  margin-left: -20px;
}

a {
  color: black;
  font-variant: small-caps;
}

a img {
  border-width: 0px;
}

td.subject {
  font-size: 1.1em;
  font-weight: 600;
  background-color: #ffffcc;
  border: 1px solid #cccccc;
  padding-left: 5px;
}

td.discreet {
  font-size: .6em;
}

td.from {
  font-size: .7em;
}

td.body {
  padding-top: 10px;
}

p {
  display: inline;
}

a.read {
  float: right;
}

td.from {
  text-align: right;
}

#sidebar {
  width: 150px;
}

#green .center {
  background-color: #66cc66;
}

#blue .center {
  background-color: #669999;
  font-size: .8em;
}

#yellow .center {
  background-color: #ffff99;
}


#blue .top {
  background-image: url(../images/bl_tc.gif);
  repeat: repeat-x;
  width: 103px;
}

#blue .left {
  background-image: url(../images/bl_lc.gif);
  repeat: repeat-y;
  height: 378px;
}

#blue .right {
  background-image: url(../images/bl_rc.gif);
  repeat: repeat-y;
}

#blue .bottom {
  background-image: url(../images/bl_bc.gif);
  repeat: repeat-x;
}

#yellow .top {
  background-image: url(../images/ye_tc.gif);
  repeat: repeat-x;
  width: 478px;
}

#yellow .left {
  background-image: url(../images/ye_lc.gif);
  repeat: repeat-y;
  height: 378px;
}

#yellow .right {
  background-image: url(../images/ye_rc.gif);
  repeat: repeat-y;
}

#yellow .bottom {
  background-image: url(../images/ye_bc.gif);
  repeat: repeat-x;
}

/* Required for certain blogs */

table.sudoku {
border-collapse: collapse;
empty-cells: show;
}
table.sudoku td {
border: 1px solid #000000;
text-align: center;
width: 20px;
}
td.sudlight {
background-color: #ffffff;
}
td.suddark {
background-color: #dddddd;
}
img.right {
float: right;
}