
.urlbox {
    background-color: #e8f4e0;
    padding: 2px 4px 2px 4px;
    margin: 0 2px 8px 2px;
    border: 1px solid #cccccc;
    margin-left: 20px;
    margin-right: 20px;
    clear: both;
}

.urlbox p, .urlbox * a, .urlbox span, .urlbox b {
    font-size: 12px;
}

.photobox {
    background-color: transparent;
    background-image: url("../images/photobox_tr.png");
    background-repeat: no-repeat;
    background-position: top right;
    margin-right: 16px;
    margin-bottom: 16px;
    float: left;
}

.photoboxpic {
    background-image: url("../images/photobox_tl.png");
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 11px;
    margin-right: 11px;
}

.photobox img {
    display: block;
}

.photoboxinner {
    background-image: url("../images/photobox_r.png");
    background-repeat: repeat-y;
    background-position: right;
    padding: 0;
    margin: 0;
    padding-right: 11px;
    position: relative;
    right: -11px;
}

.photoboxbottom {
    background-image: url("../images/photobox_bl.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 11px;
    margin-right: 11px;
    line-height: 11px; /* for IE 6 */
}

.photoboxbottom div {
    background-image: url("../images/photobox_br.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    margin: 0;
    padding: 0;
    height: 11px;
    position: relative;
    right: -11px;
    line-height: 11px; /* for IE 6 */
}

.detailsbox {
    background-color: transparent;
    background-image: url("../images/box_tl.png");
    background-repeat: no-repeat;
    background-position: top left;
    width: 335px;
    float: left;
}

.detailsbox h2 {
    background-image: url("../images/box_tr.png");
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0;
    position: relative;
    padding-left: 0;
    right: -8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.detailsboxcontent {
    background-image: url("../images/box_r.png");
    background-repeat: repeat-y;
    background-position: top right;
    position: relative;
    right: -8px;
    background-color: white;
}

.detailsboxcontent p {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 2px;
    padding-top: 1px;
}

.detailsboxbottom {
    background-image: url("../images/box_bl.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
    top: 8px;
}

.detailsboxbottom p {
    background-image: url("../images/box_br.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    right: -8px;
    padding: 0;
    padding-left: 0;
    padding-bottom: 8px;
    padding-top: 2px;
    margin: -8px 0 0 0;
}

.profileentry {
    clear: both;
    margin-top: 10px;
    background-color: white;
    color: black;
    border: 1px solid #808080;
    padding: 8px;
    margin-left: 20px;
    margin-right: 20px;
}

.profileentry > p {
    line-height: 1.4em;
}

.profileentry > h2, .profileentry > h2 a {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}


.blogentryheader {
    background-color: #f0ffe0;
    height: 80px;
}

.blogentryheader h1 {
    color: #305030;
    text-align: right;
    font-size: 28px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 38px;
    left: -6px;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
}

.blogentryheader img {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    margin-left: -3px; /* fix IE 6 3px bug */
}

.blogentryheader div {
    line-height: 1px; /* fix IE */
    height: 6px;
    background-color: #305030;
    margin-top: 34px;
}

#poethover {
    visibility: hidden;
    overflow: hidden;
    z-index: 100;
    position: absolute;
    height: 160px;
    width: 275px;
    border-top: 1px solid #c0b0e8;
    border-left: 1px solid #c0b0e8;
    border-bottom: 1px solid #8068a0;
    border-right: 1px solid #8068a0;
    background-color: #f0e0ff;
}

p.poetname {
    position: relative;
    border-top: 1px solid #c0b0e8;
    border-left: 1px solid #c0b0e8;
    border-bottom: 1px solid #8068a0;
    border-right: 1px solid #8068a0;
    background-color: #f8f8f8;
    margin: 0;
}

p.poetname a {
    display: block;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 1px 2px 1px;
    height: 2.4em;
    width: 135px;
    vertical-align: middle;
}

.poetlist_table {
    margin: 0;
    padding: 4px 1px 4px 1px;
    border-spacing: 0;
    font-size: 12px;
    background-color: white;
    color: black;
    border: 3px outset #f0e6f0;
}

.poetlist_table td {
    padding: 3px;
}

.poetlist_table th {
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
}

.poetlist_table th h2 , .gallery_table th h2 a{
    font-size: 18px;
}

.blogwindow {
    width: 328px;
    padding: 4px 7px 4px 7px;
    background-color: white;
    border: 3px outset #f0e6f0;
    margin-top: 8px;
}

.blogwindow h2, .blogwindow h2 a {
    font-size: 18px;
}


#myprofile p {
    font-family: 'Verdana', sans;
    font-size: 11px;
}

#myprofile h2 {
    margin-top: 4px;
    margin-bottom: 4px;
}

#myprofile h1 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 18px;
    text-align: center;
}
#myprofile .commenttext {
    width: 230px;
}

#myprofile .commentbox, #myprofile .commentbox a, #myprofile .commentbox b {
    font-size: 11px;
}

#myprofile li a {
    font-size: 14px;
}

#myprofile ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: 8px;
    list-style-position: inside;
    list-style-type: square;
}

.commentcounttable {
    border: 1px dashed #808080;
}

.commentcounttable th, .commentcounttable td {
    padding: 0 6px 0 6px;
    font-size: 11px;
}

.commentcounttable td a, .commentcounttable td b {
    font-size: 11px;
}

.commentcounttable th {
    padding-bottom: 8px;
}

