
body {
    background:#111111;
    color:#DDDDDD;
}



p{
    text-align:center;
}

a{
	color: #ffd700;
		text-decoration:none;
}

a:hover {
	color: #ffff00;
}

.title {
  display: none;
  text-align:center;
}

#lazygalfooter {
    display: none;
}

#medias div {
  float:left;
  text-align:center;
  width:160px;
  height:160px;
  line-height:158px;
  background:black;
  border:solid #DDDDDD 1px;
  margin:10px;
}

img.media {
  vertical-align:middle;
}

.media_links{
    clear: both;
    padding-left:7em;
    padding-right:7em;
}

.prevnext_text {
    display: none;
}

#prev_link{
    position:absolute;
    top:50%;
    left:0.1em;
    width:160px;
    height:160px;
    line-height:158px;
    text-align:center;
    background:black;
    border:solid #DDDDDD 1px;
}

#next_link{
    position:absolute;
    top:50%;
    right:0.1em;
    width:160px;
    height:160px;
    line-height:158px;
    text-align:center;
    background:black;
    border:solid #DDDDDD 1px;
}

#image_caption table {
  margin: auto auto;
}

.image_caption_descr {
  padding-right:0.5em;
  text-align:right;
}

.image_caption_value {
  padding-left:0.5em;
  text-align:left;
}

.inline_enum ul{
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

.inline_enum ul li {
    margin-left: 0;
    padding-left: 2px;
    border: none;
    list-style: none;
    display: inline;
}

#breadcrumbs {
    padding: 3px;
    margin-bottom: 25px;
    font-size: small;
}

#breadcrumbs ul li:after {
    content: "\0020 \0020 \0020 \00BB \0020";
}

#breadcrumbs ul li.bc_current:after {
    content: " ";
}

#osize_links ul li:after {
    content: "   |";
}

#osize_links ul li:last-child:after {
    content: " ";
}

#onum_links ul li:after {
    content: "   |";
}

#onum_links ul li:last-child:after {
    content: " ";
}

#image_img img{
    border:solid #DDDDDD 1px;
}

#image_img{
    text-align:center;
}

img.subgal {
    border: none;
}

div.subgal_link {
    float: left;
    padding: 1em;
    width: 40em;
}

div.subgal_image {
    float: left;
    width: 280px; /* This is based on thumbnail size */
}

div.subgal_image img {
    margin: 0;
    border: none;
}

#subgal_links li {
    margin: 0.5em;
}

.media_links p{
    text-align:justify;
}

.footer {
    clear: both;
}

.footer p {
    text-align:justify;
}

/*
 * vim: ts=4 sw=4 expandtab
 */
