/* (c) Copyright 2011 Aubrey Crow, All Rights Reserved. */

body {
  background-color: black;
  font-family: verdana,arial,sans-serif;
  color: pink;
}

div.title {
  padding: 10px 0px 0px 10px;
}

div.pictureContainer {
  /* float: right; */
  margin-right: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 333px;
}

div.slideshow {
  width: 333px;
  height: 500px;
}

img.background {
  float: right;
  width: 333px;
  height: 500px;
  margin-right: 20px;
  margin-top: 20px;
}

a {
  color: #D4CAB6;
  text-decoration: none;
}

a:link {color: pink;}      /* unvisited link */
a:visited {color: pink;}  /* visited link */
a:hover {color:#D4CAB6;}  /* mouse over link */
a:active {color: pink;}  /* selected link */

div.newsTitle {
  font-family: arial,helvetica,sans-serif;
  font-size: 30px;
  text-transform: upper;
}

div.rep {
  font-family: tahoma;
  font-size: 14px;
}

.repTitle {
  font-family: tahoma;
  font-size: 16px;
  font-weight: bold;
}

.resume {
  color: silver;
  font-size: 14px;
}
h3 { color: silver; }
td.resumeTable {
  padding-right: 30px;
  padding-left: 30px;
}

.bodyText {
  color: silver;
  font-size: 14px;
}

#footer {
  /* position: absolute;
  bottom: 0; */
  clear: both;
  margin-top: 10px;
  width: 95%;
  font-size: 10px;
}

div.pictureCredits {
  font-size: 10px;
  text-align: right;
}

div.newsFeed {
  margin-right: 370px;
}

div.representation {
  margin-right: 370px;
}

div.calendar {
  width: 54px;
  margin: 0px 15px 0px 0px;
  font-size: 0.8em;
  float: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px #05587e;
  -moz-box-shadow: 0 0 5px #05587e;
  -webkit-box-shadow: 0 0 5px #05587e;
}

div.calendar > span {
  display: block;
}

div.calendar > .month {
  text-align: center;
  padding: 2px 5px 2px 5px;
  font-size: 1.2em;
  background: #6086a6;
  color: #fff;
  font-weight: bold;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  text-shadow: 0 1px #000;
  background: -webkit-gradient(linear, left top, left bottom,
                                       from(#acc0d1), to(#6086a6));
  background: -moz-linear-gradient(top, #acc0d1, #6086a6);
}

div.calendar > .day {
  text-align: center;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  font-size: 3.0em;
  background: #fff;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  background: -webkit-gradient(linear, left top, left bottom,
                                       from(#405b72), to(#e6e6e6),
                                       color-stop(.08,#f9f9f9));
  background: -moz-linear-gradient(top, #f9f9f9, #e6e6e6);
}

div.clear {
  clear: both;
}

div.post {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0 solid #443934;
  color: #222221;
  background-color: #bebebe;
  font: 11px/12pt "Lucida Grande", "Tahoma", sans-serif;
  letter-spacing: 1pt;
  padding: 5px 15px 15px;
}

div.postHeader {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #cccccc;
  padding: 5px 15px;
}

div.postTitle {
  color: #7d463e;
  font-size: 18px;
  vertical-align: middle;
}

div.postBody {
  text-align: justify;
  padding: 10px 5px 5px 5px;
  margin-left: 79px;
}
div.postBody > a { font-weight: bold; }
div.postBody > a:link    {color: #222221;}  /* unvisited link */
div.postBody > a:visited {color: #222221;}  /* visited link */
div.postBody > a:hover   {color: #7d463e;}  /* mouse over link */
div.postBody > a:active  {color: #222221;}  /* selected link */
a.postBody { font-weight: bold; }
a.postBody:link    {color: #222221;}  /* unvisited link */
a.postBody:visited {color: #222221;}  /* visited link */
a.postBody:hover   {color: #7d463e;}  /* mouse over link */
a.postBody:active  {color: #222221;}  /* selected link */

div.postPager {
  text-align: center;  
  font-size: 12px;
}

td.albumTitle {
  font-weight: bold;
}

td.albumCredits {
  font-size: 12px;
}
