.serendipity_karmaVoting {
    text-align: center;
    font-size: 7pt;
    margin: 0px;
}

.serendipity_karmaVoting a {
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_karmaVoting a:hover {
    color: green;
}

.serendipity_karmaError {
    color: #FF8000;
}
.serendipity_karmaSuccess {
    color: green;
}
.serendipity_karmaVoting_links,
.serendipity_karmaVoting_links a:hover,
.serendipity_karmaVoting_current-rating {
    background: url(http://www.onlyasianboys.com/plugins/serendipity_event_karma/img/hearts-red-md.png) left;
    font-size: 0;
}
.serendipity_karmaVoting_links {
    position: relative;
    width: 105px;
    height: 21px;
    overflow: hidden;
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    background-position: left top;     
    text-align: center;
}
.serendipity_karmaVoting_links li {
   display: inline; 
}
.serendipity_karmaVoting_links a ,
.serendipity_karmaVoting_current-rating {
    position:absolute;
    top: 0px;
    left: 0px;
    text-indent: -9000em;
    height: 21px;
    line-height: 21px;
    outline: none;
    overflow: hidden;
    border: none;
}
.serendipity_karmaVoting_links a:hover {
    background-position: left bottom;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link1 {
    width: 20%;
    z-index: 6;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link2 {
    width: 40%;
    z-index: 5;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link3 {
    width: 60%;
    z-index: 4;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link4 {
    width: 80%;
    z-index: 3;
}
.serendipity_karmaVoting_links a.serendipity_karmaVoting_link5 {
  width: 100%;
    z-index: 2;
}
.serendipity_karmaVoting_links .serendipity_karmaVoting_current-rating {
    z-index: 1;
    background-position: left center;
}
.bb-quote, .bb-code, .bb-php, .bb-code-title, .bb-php-title {
    margin-left: 20px;
    margin-right: 20px;
    color: black;
    direction: ltr;
}

.bb-code-title, .bb-php-title {
    margin-bottom: 2px;
    background-color:#CCCCCC;
    font-weight: bold;
    padding-left: 5px;
}

.bb-code, .bb-php {
    font-family: courier, "courier new";
    background-color: #DDDDDD;
    padding: 10px;
    white-space: pre;
    overflow: auto;
    max-height: 24em;
}

.bb-quote {
    background-color: #DDDDDD;
    padding: 10px;
}

.bb-list-ordered-d {
    list-style-type: decimal;
}
.bb-list-ordered-la {
    list-style-type: lower-alpha;
}
.bb-list-ordered-ua {
    list-style-type: upper-alpha;
}
/* templates/onlyasianboys/style.css  */
/**************************************************/
/* fancy new serendipity comments by Don Chambers */
/* www.optional-necessity.com                     */
/**************************************************/

/* don's fancy new comments */
.serendipity_commentsTitle{ /* required due to floated comments */
    clear: both;
}

.dc_serendipity_comment { /* the entire comment */
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    display: inline;
    /* oddbox and evenbox being ignored, but those could be styled differently */
}

.dc_comment_details { /* comment source and comment body */
    min-height: 50px;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;
    background-color: #f6f6f6;
}

.dc_comment_source { /* avatar, name, post time */
    float: left;
    margin: 0;
    padding: 5px;
    width: 160px;
    overflow: hidden;
}

.dc_comment_source img{ /* avatar */
    float: left;
    padding: 5px;
/* source image should be fecthed at these dimensions for best results */
    height: 50px;
    width: 50px;
}

/* links within comment_source */
.dc_comment_source a:link,
.dc_comment_source a:visited,
.dc_comment_source a:hover,
.dc_comment_source a:active{
    font-weight: bold;
}

#serendipity_trackbacklist .dc_comment_source p {
    margin-left: 0;
}

#serendipity_commentlist .dc_comment_source p {
    margin-left: 60px; /* image padding plus image width */
}

p.dc_comment_source_author { /*author name*/
    margin-top:0;
font-weight: bold;
}

p.dc_comment_source_url { /* author homepage, if any */
    font-size: 80%;
}

p.dc_comment_source_date { /*comment date and time */
    text-transform: lowercase;
}

.dc_serendipity_commentBody { /* text/body of comment */
    float: left;
    clear: right;
    padding: 5px;
    overflow: hidden;
/* width set inline via smarty calculation */
}

.dc_comment_action { /* comment number delete, reply */
    float: left;
    clear: both;
    margin-top: 5px;
/* width set inline via smarty calculation */
    font: 85% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/* using a background image, so combination of font size and family needs to be large enough to see image */
}

.dc_comment_source_ownerlink,
.dc_comment_reply {
    float: left;
    display: inline;
    font-weight: bold;
}

.dc_comment_action a:link,
.dc_comment_action a:visited {
    padding-left: 20px;
    text-decoration: none;
    color: #939393; /* grey */
}
.dc_comment_action a:hover,
.dc_comment_action a:active {
    padding-left: 20px;
    text-decoration: none;
    color: #FF6600;  /* dark orange */
}

.dc_comment_reply a:link,
.dc_comment_reply a:visited {
    background: url('img/reply_grey.png') no-repeat;
}

.dc_comment_reply a:hover,
.dc_comment_reply a:active {
    background: url('img/reply.png') no-repeat;
}

.dc_comment_source_ownerlink a:link,
.dc_comment_source_ownerlink a:visited {
    margin-right: 10px;
    background: url('img/delete_grey.png') no-repeat;
}

.dc_comment_source_ownerlink a:hover,
.dc_comment_source_ownerlink a:active {
    margin-right: 10px;
    background: url('img/delete.png') no-repeat;
}

.dc_comment_source_trace {
    float: right;
    display: inline;
}

/* comments by entry author */
.dc_serendipity_comment_author_self,
.dc_serendipity_comment_author_self .dc_comment_details  {
    border: 1px solid #E67D18; /* dark orange */
}
.dc_serendipity_comment_author_self {
    background: #F8EEDF;
}

.dc_serendipity_comment_author_self .dc_comment_source a:link,
.dc_serendipity_comment_author_self .dc_comment_source a:visited,
.dc_serendipity_comment_author_self .dc_comment_source a:hover,
.dc_serendipity_comment_author_self .dc_comment_source a:active{
/*    color: #ffffff; */ /*color might need to be light if using dark background */
}

.dc_serendipity_comment_author_self .dc_comment_details{
    background: #F7D9A7 url('img/comment_self_background.gif') repeat;
/*    color: #ffffff; */ /*color might need to be light if using dark background */
}


body {
font-size: 12px;
font-family: verdana, Arial, Helvetica, sans-serif;
background-color: #FFD5D5;
color: #000;
text-align: center;
margin: 0 auto;
padding: 0px; 
}






#wrapper {

width: 1000px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
border: 0px solid #823995;
background: url('http://www.onlyasianboys.com/templates/onlyasianboys/images/bgm.jpg') repeat-y; 
 overflow: hidden;
margin: 0 auto; 
background-color: #ffffff;
padding: 0px

}

#all {
margin: 0 auto; 
background-color: #ffffff;
width: 920px;
padding: 0px;
text-align: center;
overflow: hidden;
}


#header {

height: 140px;
margin: 0 10px 0 10px;
border: 0px;
background: #770208 url('http://www.onlyasianboys.com/templates/onlyasianboys/images/onlyasianboys.jpg') no-repeat;
overflow: hidden;
}



#content {width: 570px; 
margin: 10px 5px 0px 20px; 
padding: 0 10px 0 0;
border-right: 0px solid #666;
overflow: hidden;
}



#serendipityLeftSideBar,
#content {
float: left;

}

#serendipityLeftSideBar,
#serendipityRightSideBar,
#content {
display: inline;

}



#serendipityRightSideBar {

float: right;
clear: right;

}

#serendipityRightSideBar.layout3ssb_right {

float: left;
clear: none;

}


/* 3-column widths */

.sideleft {

width: 160px;
margin: 5px 0 0 0;
background-color:#FFD5D5;
}

.sideright {

width: 220px;
margin-right: 15px;
margin-left: 0px;

}




#sbsitenav ul {

list-style-type: none;
margin: 0px 0 20px 15px;
padding: 0px;
}

#sbsitenavleft ul {

list-style-type: none;
margin: 0px 0 20px 5px;
padding: 0px;
}





#sidetitle {
width: 180px;  
padding: 0px; 
margin: 0px 0 10px 0; 
font-size: 14px;
font-family: verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: black;
}



#footer {
width: 980px; 
height: 30px;
background-color: #770208;
margin-bottom: 0px; 
text-align: center;
vertical-align: text-bottom;
margin: 0 auto;
color:#FFFFFF;
}


#sidebar ul, #sidebar ul ol {
margin: 0px;
padding: 0 0 0px 0;
}

li {padding: 0 0 10px 0;}

.postmetadata {
font-size: 10px;
padding: 10px;
}
.border {
border: 1px;
}
.clear {
clear: both
}


.post {
margin:0 0 25px 0;
text-align: left;
line-height: 140%;
background-color: #ffffff;
overflow: hidden;
}

a, h2 a:hover, h3 a:hover {
color: #770208;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #770208;
text-decoration: none;
font-weight: bold;
}


h1, h1 a, h1 a:hover, h1 a:visited, .description {
text-decoration: none;
color: #770208;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #770208;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;
}

.entry div a:visited {
color: #770208;
padding: 0 0 50px 0;
}





h1, h2, h3 {
font-family: 'verdana, Arial, Helvetica, sans-serif';
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
padding: 0 0 10px 0;
}




#side01 {width: 220px; margin: 0px; height: 16px; background-image: url(http://www.onlyasianboys.com/templates/onlyasianboys/images/side01.jpg); background-repeat: no-repeat}
#side02 {width: 220px; margin: 0px; background-image: url(http://www.onlyasianboys.com/templates/onlyasianboys/images/side02.jpg); padding: 0px; background-repeat:repeat-y}
#side03 {width: 220px; margin: 0px; height: 16px; background-image: url(http://www.onlyasianboys.com/templates/onlyasianboys/images/side03.jpg); background-repeat: no-repeat}
#sidecontent {width: 200px; text-align:left;  margin: 0px; padding: 10px 0 20px 0 }
#sidecontentleft {width: 150px; text-align:left;  margin: 0px; padding: 10px 0 20px 0}







#box { width:870px; margin: 0 auto; text-align: left; padding: 10px 0 10px 0; }


#wsidebar {width: 240px; float:right; margin: 0}

.menu {padding: 5px 0 0 20px}




#navcontainer
{
background: #ffffff;
border-top: 1px solid #9CC;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 980px;
margin: 0 auto;
}

#navlist
{
list-style: none outside none;
margin: 0 0 0 40px;
padding: 0;
}

@media all {
#navlist {
text-align: left
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
height: 100px;
}

html>body #navlist li
{
background: #FFD5D5;
margin: 0 3px 3px 0;
padding: 0px 4px 8px 0px;
height: 100px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #C0030D;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 70px;
width: 980px;
margin: 0;
padding: 7px 7px 7px 7px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #FFD5D5;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;

}

#navlist li#active
{
background: #369;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #369;
border-bottom: none;
border-left: 1px solid #9CC;
border-right: 1px solid #9CC;
border-top: 1px solid #9CC;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}
















img.categoryIcon {
float: right;
border: 0px;
margin: 5px;
}

#serendipityQuickSearchTermField {
width: 90%;
}

.widecolumn .entry div {
font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.widecolumn {
line-height: 1.6em;
}

.graybox {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
font-size: 10px;
}




h1 {
font-size: 4em;
text-align: center;
}

.description {
font-size: 1.2em;
text-align: center;
}

h2 {
font-size: 14px;
font-family: verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: black;
}

h2.pagetitle {
font-size: 1.6em;
}



h3 {
font-size: 1.3em;
}



.commentlist li, .serendipity_commentForm input, .serendipity_commentForm textarea {
font: 0.9em 'Verdana, Arial, Helvetica, sans-serif;
}

.commentlist li {
font-weight: bold;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

.serendipity_commentForm {
font-family: 'Verdana, Arial, Helvetica, sans-serif;
}

.commentmetadata {
font-weight: normal;
}



.small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}


#wp-calendar #prev a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em verdana, Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}











.narrowcolumn {
float: left;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 450px;
}

.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}


.widecolumn .post {
margin: 0;
}

.narrowcolumn .postmetadata {
padding-top: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
line-height: 1.5em;
}

.widecolumn .postmetadata {
margin: 30px 0;
}




h1 {
padding-top: 70px;
margin: 0;
}

.description {
text-align: center;
}

h2 {
margin: 0;
}

h2.pagetitle {
margin-top: 30px;
text-align: center;
}



h3 {
padding: 0;
margin: 0;
}

h3.comments {
padding: 0;
margin: 40px auto 20px ;
}


div img {
padding: 0;
max-width: 100%;
}


img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}




html>body .entry ul {
margin-left: 0px;
padding: 0 0 10px 0px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
} 

html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
padding: 0 0 10px 0px;

}

.entry ol {
padding: 0 0 10px 0px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0 0 10px 0;
}

.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
padding: 0 0 5px 0px;
font-size: 10px;
}



#sidebar ul li {
list-style-type: none;
list-style-image: none;
padding; 0 0 90px 0;
margin-bottom: 0px;
}

#sidebar ul p, #sidebar ul select {
margin: 0px 0 0px 0px;
padding: 0px 0 0px 0px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 0px 0 0px 0px;
padding: 0px 0 0px 0px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 0px;
padding: 0px 0 0px 0px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
padding: 0px 0 0px 0px;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 0px 0 0;
padding: 0 0 0px 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px; 
text-align: center;
}

#sidebar #searchform #s {
width: 130px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

.serendipity_calendarDay {
text-align: center;
}

.serendipity_commentsValue input, 
.serendipity_commentsValue select {
width: 100%;
padding: 2px;
}

.serendipity_commentsValue textarea {
width: 100%;
padding: 2px;
}

.serendipity_commentForm submit {
margin: 0;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
.graybox {
margin: 0;
padding: 10px;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}

.commentlist p {
margin: 10px 5px 10px 0;
}

.serendipity_commentForm {
margin: 5px 0;
}

.serendipity_commentsLabel {
vertical-align:top;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */




acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}



a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 0px;
margin-bottom: 0px;

}






/**************************************************/
/* fancy new serendipity comments by Don Chambers */
/* www.optional-necessity.com                     */
/**************************************************/

/* don's fancy new comments */
.serendipity_commentsTitle{ /* required due to floated comments */
    clear: both;
}

.dc_serendipity_comment { /* the entire comment */
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #EEEEEE;
    display: inline;
    /* oddbox and evenbox being ignored, but those could be styled differently */
}

.dc_comment_details { /* comment source and comment body */
    min-height: 50px;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;
    background-color: #f6f6f6;
}

.dc_comment_source { /* avatar, name, post time */
    float: left;
    margin: 0;
    padding: 5px;
    width: 160px;
    overflow: hidden;
}

.dc_comment_source img{ /* avatar */
    float: left;
    padding: 5px;
/* source image should be fecthed at these dimensions for best results */
    height: 50px;
    width: 50px;
}

/* links within comment_source */
.dc_comment_source a:link,
.dc_comment_source a:visited,
.dc_comment_source a:hover,
.dc_comment_source a:active{
    font-weight: bold;
}

#serendipity_trackbacklist .dc_comment_source p {
    margin-left: 0;
}

#serendipity_commentlist .dc_comment_source p {
    margin-left: 60px; /* image padding plus image width */
}

p.dc_comment_source_author { /*author name*/
    margin-top:0;
}

p.dc_comment_source_url { /* author homepage, if any */
    font-size: 80%;
}

p.dc_comment_source_date { /*comment date and time */
    text-transform: lowercase;
}

.dc_serendipity_commentBody { /* text/body of comment */
    float: left;
    clear: right;
    padding: 5px;
    overflow: hidden;
/* width set inline via smarty calculation */
}

.dc_comment_action { /* comment number delete, reply */
    float: left;
    clear: both;
    margin-top: 5px;
/* width set inline via smarty calculation */
    font: 85% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
/* using a background image, so combination of font size and family needs to be large enough to see image */
}

.dc_comment_source_ownerlink,
.dc_comment_reply {
    float: left;
    display: inline;
    font-weight: bold;
}

.dc_comment_action a:link,
.dc_comment_action a:visited {
    padding-left: 20px;
    text-decoration: none;
    color: #939393; /* grey */
}
.dc_comment_action a:hover,
.dc_comment_action a:active {
    padding-left: 20px;
    text-decoration: none;
    color: #FF6600;  /* dark orange */
}

.dc_comment_reply a:link,
.dc_comment_reply a:visited {
    background: url('img/reply_grey.png') no-repeat;
}

.dc_comment_reply a:hover,
.dc_comment_reply a:active {
    background: url('img/reply.png') no-repeat;
}

.dc_comment_source_ownerlink a:link,
.dc_comment_source_ownerlink a:visited {
    margin-right: 10px;
    background: url('img/delete_grey.png') no-repeat;
}

.dc_comment_source_ownerlink a:hover,
.dc_comment_source_ownerlink a:active {
    margin-right: 10px;
    background: url('img/delete.png') no-repeat;
}

.dc_comment_source_trace {
    float: right;
    display: inline;
}

/* comments by entry author */
.dc_serendipity_comment_author_self,
.dc_serendipity_comment_author_self .dc_comment_details  {
    border: 1px solid #E67D18; /* dark orange */
}
.dc_serendipity_comment_author_self {
    background: #F8EEDF;
}

.dc_serendipity_comment_author_self .dc_comment_source a:link,
.dc_serendipity_comment_author_self .dc_comment_source a:visited,
.dc_serendipity_comment_author_self .dc_comment_source a:hover,
.dc_serendipity_comment_author_self .dc_comment_source a:active{
/*    color: #ffffff; */ /*color might need to be light if using dark background */
}

.dc_serendipity_comment_author_self .dc_comment_details{
    background: #F7D9A7 url('img/comment_self_background.gif') repeat;
/*    color: #ffffff; */ /*color might need to be light if using dark background */
}
.serendipity_freeTag
{
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
    font-size: 7pt;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.serendipity_freeTag_related
{
    margin-left: 50px;
    margin-right: 0px;
    text-align: left;
    font-size: small;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}



.serendipity_freeTag a
{
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_freeTag a:hover
{
    color: green;
    text-decoration: underline;
}
img.serendipity_freeTag_xmlButton
{
    vertical-align: bottom;
    display: inline;
    border: 0px
}

