body.subtopic #main #content h1
{
display:none;
}

/*** SUBTOPIC LIST ***/

ul.subtopics
{
margin: 1em 0;
padding: 1em;
}

ul.subtopics li
{
background-color: #f5f5f5;
padding: 0.3em;
font-size: 0.9em;
margin: 0 1em 1em 0;
border: solid 1px #ddd;
}

li.gallery_thumb
{
margin:1em 0;
float:left;
width:100%;
}

li.gallery_thumb img
{
float:left;
}

li.gallery_thumb .caption
{
float:left;
margin:1em;
}


/* 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;
}

