/* login */
div.login {
    width: 260px;
    margin-top: 10px;
    text-align: right;
}
div.login label {
    display: block;
    padding: 2px;
}
div.login input[type="text"], div.login input[type="password"] {
    width: 160px;
    border: 1px solid #CCC;
    font-family: monospace;
    font-size: 100%;
}

/* blog editor */



#blogeditor {
    clear: both;
    margin-bottom: 20px;
}

#blogdata {
    width: 550px;
}

fieldset {
    border: none;
    padding: 0;
}

legend {
    font-weight: bold;
font-size: 14px;
}

fieldset.buttonrow {
    border-bottom: 1px solid #333;
    padding: 5px 0 10px;
}

fieldset.buttonrow legend {
    padding-top: 10px;
}

input[type="text"] {
    border: 1px solid #333;
}

#blogdata textarea {
    border: 1px solid #333;
    padding: 5px;
}

#blogeditor p {
    margin: 0;
}
#blogeditor label {
    line-height: 200%;
    white-space: nowrap;
display: block;
}
#blogeditor label.inline {
    display: inline-block;
    width: 250px;
}
#blogeditor label.inline select {
    max-width: 150px;
}
#blogeditor label span {
    display: inline-block;
    width: 100px;
    text-align: right;
}
#blogeditor label input.longtext {
    width: 429px;
}
#blogeditor label textarea {
    width: 428px;
    height: 80px;
    vertical-align: baseline;
}
#blogeditor #blogcontent {
    width: 528px;
    height: 400px;
}
#bloglist {
    border-collapse: collapse;
    width: 100%;
    line-height: 160%;
}
#bloglist th {
    padding: 0 2px;
    text-align: left;
}
#bloglist td {
    padding: 3px 2px 5px;
    border-bottom: 1px dotted #333;
}
.blogadd, .blogedit, .blogdelete,
#bloglist a:visited {
    font-weight: normal;
}
fieldset.buttonrow div:last-child {
    margin-top: 5px;
    padding: 5px 0 0 0;
    text-align: right;
}
#alltags label {
    display: inline;
    padding: 0 10px;
}
#message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    padding: 5px;
    color: #FFF;
    background: #900;
    text-align: center;
}
#async {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
#blogeditor ol {
    margin: 0;
    padding: 0;
}
li.blogimg {
    list-style-position: inside;
    margin: 5px 0 0 0;
    padding: 5px 0;
    border-top: 1px solid #333;
}
li.blogimg form {
    display: inline;
}
#content li.blogimg img {
    margin-right: 20px;
    border: 0;
    vertical-align: top;
}

#prevnext .previous {
    width: 40%;
    float: left;
    line-height: 200%;
}
#prevnext .next {
    width: 40%;
    float: right;
    text-align: right;
    line-height: 200%;
}
#diggstuff {
    clear: both;
}
#diffstuff a {
    margin-right: 10px;
}
#diggstuff img, #diggstuff iframe {
    border: 0;
    vertical-align: top;
}

/* calendar popup */
div.calendar
{
  color: #333;
}
div.calendar.popup
{
  margin-left: -40px;
  margin-top: -100px;
}
div.calendar table
{
  background-color: #eee;
  border: 1px solid #999;
  border-collapse: collapse;
}
div.calendar thead {
  background-color: #CCC;
}
div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}
div.calendar td.title
{
  font-weight: bold;
}
div.calendar th
{
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}
div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}
div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}
div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}
div.calendar td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #333;
}
div.calendar td.today
{
  font-weight: bold;
  color: #D50000;
}
div.calendar td.otherDay
{
  color: #bbb;
}

