@import url("basic.css");





p{
    text-align:center;
}

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

a:hover {
  color: #F2F2F2;
  background-color: transparent;
}


body{
		background-color:#202020;
		color:#d0d0d0;
		height : 100% ;
        width : 100% ;

}


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

.prevnext_text {
    display: none;
}

#prev_link{
    position:absolute;
    top:25%;
    left:0.1em;
}

#next_link{
    position:absolute;
    top:25%;
    right:0.1em;
}

.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: " ";
}

.container{
  height: 90vh;
  width: 90vw;
}

img {
/*    border:solid black 1px;*/
    margin:1em;
    text-align:center;
    display: block;
    margin: 0px auto;
    width : 90%;
    height: 90%; 

}


.strokeme
{
    color:#4d4d4d;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}




#image_img img{
    display: block;
/*    margin-left: auto; */
/*    margin-right: auto; */
    text-align:center;
    margin: 0px auto;

}

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
 */
