/**** SUBTOPIC SUBTOPICS ****/

ul.subtopics
{
margin: 1em 0;
padding: 1em;
}

ul.subtopics li
{
background-color: #f5f5f5;
padding: 1px 3px;
font-size: 0.9em;
margin-bottom: 4px;
border-left: solid 6px #ff0000;
float:left;
width:90%;
}

ul.subtopics li a
{
font-weight: bold;
text-decoration: none;
}

ul.subtopics li a:hover
{
text-decoration: underline;
}


/* GALLERY ITEMS */

ul.items li.gallery_thumb-item
{
margin-bottom: 1em;
}

ul.items li.gallery_thumb-item img,
ul.items li.gallery_thumb-item .caption
{
display:inline;
margin-right:1em;
}


/* COMMENTS */

.comments
{
border:solid 1px #ddd;
padding:0.3em;
margin:0.5em;
font-style:italic;
font-size:0.8em;
background-color:#eee;
}

.comments h3
{
display:inline;
margin-right:1em;
font-size:1em;
font-weight:normal;
text-transform:uppercase;
}



