﻿/* author */
div.author {
    background: #c8d1e5;
    color: #000;

    border: solid 1px #9197A6;
}

div.author div.box-inner h1 {
    border-bottom: dotted 1px #9197A6;
}

div.author .profile .email a {
    background: #c8d1e5;
    color: #000;
}

div.author .profile .email a:hover {
    background: #C8D1E5;
    color: #4A5C7F;
    text-decoration: none;
}


/* articles*/
table.attachment {
    width:auto;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    border-spacing:4px;
    border-collapse:separate;
}

table.attachment tr td {
    background:#ffffcc;
    border:solid 1px #ccccff;

    text-align:center;
    line-height:2em;
  
    padding:8px 32px;
}

   


