@font-face {
    font-family: "Museo";
    src: url("/css/Museo300-Regular.otf");
}

body {
    margin-top:5px;
    background-image:url('/images/steampunk_manjushri.svg');
    background-repeat:no-repeat; 
    background-position:0px 30px;
   -webkit-background-size: auto 40em;
   -o-background-size: auto 40em;
   -moz-background-size: auto 40em;
   background-size: auto 40em;
}

a {    
    text-decoration: none;
}

a:link {
    color: #666;
}

a:hover {
    color: #888;
}

a:visited {
    color: #999;
}

.main-links ul {
    list-style-type: none;
    align:right;
}

.main-links li {
    text-align:right;
    padding-bottom: 10px;
    padding-right: 20px
}

.main-links li:first-letter {
    color: #009900;
}

.main-links a {
    font-family: "Museo", Helvetica Neue, "Helvetica", Arial, Verdana, sans-serif; 
    font-size: medium;
    color: #333;
    text-decoration: none;
}



.masthead {
    font-family: "Museo", Helvetica Neue, "Helvetica", Arial, Verdana, sans-serif; 
	margin-bottom: 0px;
	margin-top: 10px;
	position: absolute; 
	top:5px; 
	left:10px;
	width:8em;
}
.description {
	margin-bottom: 0em;
	font-style: italic;
    font-family: "Museo", Helvetica Neue, "Helvetica", Arial, Verdana, sans-serif; 
    font-size: 14px; 
	color: #111;
	position: absolute; 
	top:50px; 
	left:10px;
	width:8em;
}
.openyoucontainer {
    width:61em;
    margin-right: auto;
    margin-left: auto;
}

.content {
    width: 42em;
    font-family: "Museo", Helvetica Neue, "Helvetica", Arial, Verdana, sans-serif; 
    font-size: 14px; 
    line-height: 24px; 
	font-size: 15px;
    text-align: left;
    float: right;
}

.sidebar-header-image {
    width:267px;
    height:300px;
	float:right;
}

.sidebar img {
    border: 0px;
}

.header-image img {
    background: #009900;
    width:600px;
    height:366px;
 }

.sidebar {
    width : 19em;
    float : left;
}

.sidebar-sub {
    font-size: 10px; 
    font-family: "Museo", Helvetica Neue, "Helvetica", Arial, Verdana, sans-serif; 
	color: #111;
    text-align: right;
    margin-bottom: 20px;
    margin-right: 20px;
}

.sidebar-sub h1 {
    font-size: 11px;
    font-weight: normal;    
}

.sidebar-sub h1:first-letter {
    color: #009900;
}

.sidebar-sub ul {
    list-style-type: none;
    align:right;
}

.sidebar-sub li {
    margin-bottom: 5px;
}
    
.post {
    margin-bottom: 50px;
}

.post-header {
    display: table;
    font-size: large;
    font-weight: bold;
    width: 100%;
}

.post-header a {
    text-decoration: none;
}

.post-header a:visited {
    color: #666;
}

.post-header a:hover {
    color: #888;
}

.post-title {
    display: table-cell;
    text-align: left;    
    vertical-align: center;
}

.post-title:first-letter {
    color: #009900;
}

.post-metadata {
    display: table-cell;
    font-size: x-small;
    text-align: right;
    vertical-align:top;
    margin: 0px;
    padding: 0px;
}

.post-metadata p {
    margin:0px;
    padding:0px;
}

.copyright {
    clear:both;
    color: #333;
    text-align: center;
    padding-top:10px;
    font-family: "Museo", Helvetica Neue, "Helvetica", Arial, Verdana, 
}

.lib-table {
    font-size: x-small;
    font-family: "Museo", Helvetica Neue, "Helvetica", Arial, Verdana, sans-serif; 
}

.lib-table th {
    border: 1px solid #000;
    font-weight: bold;
}

.lib-table-info td {
    vertical-align: top;
    padding: 5px;
}

.lib-table-name {
    font-weight: bold;
}

.lib-table-spacer {
    background: #000;
    height:1px;
    border:0px;
    padding:0px;
    width:100%;
    margin-top:5px;
    margin-bottom:5px;
}

.archivelist ul {
    list-style-type: none;
}

.archivelist li {
    margin-bottom: 5px;
}
