/* The #wikilogo element is the logo from $PageLogoFmt */
wikilogo { margin-top:4px; padding:6px; border-bottom:10px #cccccc solid; vertical-align:middle;}

h1 { font-size:1.8em; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:150%; 
}

#wikihead input { font-size:150%; }

#header h1 a{
    color: #999;
}

ul#logo {
    text-align: justify;
}

ul#logo:after{
    content: " ";
    display: inline-block;
    width: 100%;
}

li#logo{
    display: inline; /* if you're using an element that's already `inline` like a span, you don't need this */
}

#content ul.artlist, #content2 ul.artlist {
    list-style-type: none;
    padding: 10px;
    color: #777
}

#content ul.reflist, #content2 ul.reflist {
    list-style-type: none;
    padding: 10px;
    color: #777
    margin-top: -5px;
}


#content ul.artlist li, #content2 ul.artlist li {
	padding-left: 17px;
	/*padding-top: 50px;*/
	background: url('bullet2.gif') no-repeat left .5em;
	margin-left: 10px;
	margin-top: 25px;
/* padding-bottom: -5px;*/
}


#content ul.reflist li, #content2 ul.reflist li {
    padding-left: 17px;
    margin-left: 10px;
   /* padding-top: -5px;*/
    margin-top: -10px;
    background: none;
}


.arttitle {
    font-weight: bold;
    font-size: 105%;
}

.journal {
    font-style: italic;
}

.volume {
    font-weight: bold;
}