
@import url("https://fonts.googleapis.com/css?family=Oswald:400|Open+Sans:400,600");
/* @import url("http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic"); */
@import url("mup.css?v=1");

/*
  Example Style Sheet for Pawfaliki  
 *
 */
/* wiki link */

/* external link */
a.external
{
	/* color: #5ee; */
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=") no-repeat scroll right center transparent;
	padding-right: 13px;
}
a.external:hover
{
    /* text-shadow: #5ee 0 0 0.5em; */
}

/* link */
a
{
    text-decoration: none;  
    /* color: goldenrod; */
    color: #5ee;
    font-weight: bold;
}

/* link mouse-over */
a:hover
{
    text-shadow: #5ee 0 0 0.5em;
}

/* active link */
a:active
{
	/* color: grod; */
}

/* page title - span.wiki_header */
span.wiki_header
{
	font-size: 24px;
	font-weight: bold;   
}

/* error messages - p.error */
p.error
{
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	color: red;
}


/* wiki syntax */
div.wikisyntax
{
    font-size: 50%;
    display:inline-block;
    width: 22%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    background-color: #130A13;
    border-radius: 10px;
    word-wrap: break-word;
    clear: left;
    float: right;
}
.wikisyntax dl
{
}
.wikisyntax dt
{
    width: 200px;
    text-transform: none;
    background-color: transparent;
    color: white;
    text-decoration: none;
    /* float: left; */
    /* clear: left; */
    /* text-align: right; */
}
.wikisyntax dt:after
{
    content: ":";
}

.wikisyntax dd
{
    /* float:right; */
    /* text-align:left; */
}

/* color for opional syntax values */
span.optionalvalue
{
	color: #0000FF;
}


#wiki_body_container
{
/*    max-width: 900px;*/
    width:100%;
    background-color: #2C2C2C;
    /* box-shadow: inset 0px 0px 25px #000; */
    /* border-radius: 10px; */
    margin: 0 auto;
}

/* page contents */
.wiki_body
{
/*    overflow: auto; */
    margin-top: 0;
    clear:both;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
 /*  width: 85%; */
    max-width: 1070px;
    /* padding-top: 0px; */
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #111; */
    display: block;
    /* border-radius: 10px; */
    /* padding: 20px; */
    text-align: justify;
}
/* .wiki_body p */
/* { */
/*     width: 70%; */
/*     margin: 0 auto; */
/* } */

#wiki_controls {
    max-width: 90%;
    margin: 0 auto;
}

#wiki_buttons {
    float: right;
}

#wiki_license {
    padding-top: 1em;
    float: left;
}
img
{
	display:block;
	max-width: 100%;
	border: 0;
        /* padding-right: 20px; */
        /* padding-left: 20px; */
	margin-left: auto;
	margin-right: auto;
}

/* h2 */
/* { */
/* 	font-size: 120%; */
/* 	margin: 0; */
/* 	padding: 0; */
/* 	border-bottom: solid 1px #aaa; */
/* } */
/* general bits & bobs */
body
{
    margin:0;
    background-color: #000;
    color: #BBB; 
    font: normal 18px Open Sans, Helvetica, sans-serif;
}

.vertical-center-3
{
    background-color: #222;
    display: table;

    height: 100%;
    width: 100%;
/*
	text-align:center;
	height: 100%;
	width: 100%;
	position:fixed; 
	top: 40%
*/
}
.vertical-center-2
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#login
{
    display:inline-block; 
    padding: 50px 50px 25px 50px;
    border: 2px solid #333;
    background-color: #000;
    border-radius: 10px;
}

/* horizontal rule */
hr
{  
    border: 0;
    width: 100%;
    display: block;
    clear: both;
}


/* input */
input
{	
	font-family: courier-new, monospace;
	font-size: 12px; 
	color: #CCC;
	background: #444;
	/* border: solid 1px #666; */
        border: 0;
	border-radius: 5px;
	padding: 0.3em;
	cursor: pointer;
}

/* mouse-over input */
input:hover
{	
	color: black;
	background: lime;
}

/* active input */
input:active
{	
	color: green;
}

/* password entry */
input.pass
{
	font-family: courier-new, monospace;
	border-width: 0.5px;
	border-style: solid;
	border-color: white;
	color: lime;
}  

/* mouse-over password entry */
input.pass:hover
{
	color: lime;
	background: black;
}

/* file upload entry */
input.fileupload
{
	font-family: courier-new, monospace;
	font-size: 12px;
	color: lime;
	padding: 0px;
	background: black;
}

#wiki_edit_box
{
    clear:both;
    width: 100%;
    height: 100%;
    left: 0px;
    /* height: 500px; */
}

textarea
{
   display: inline-block;
   font: 14pt Helvetica;
   color: white;
   background: #0A0A0A;
   padding: 4px;
   border-style: none; 
   border-radius: 10px;
}

#tags
{
    width: 100%;
}
/* main text area */
#contents
{	
    height: 100%;
    max-height: 100%;
    width: 77%;
}

.post .wiki_tags a
{
    /*	color: #777; */
}

.post time
{
    margin-top: 25px;
    margin-right: 25px;
    float:left;
    /*    border-radius: 64px; */
    /*    border-color: 3px solid orangered; */
    /*    background-color: orangered; */
    /*    background-color: #B42;
    color: black;*/
    color: silver;
}

.post .title p
{
    display: inline;
    margin: 0;
    padding: 0;
}

.post .title
{
    padding-top: 25px;
    padding-bottom: 20px;
    line-spacing: 0;
    display:inline-block;
    display: block;
    text-align: center;
    /* font-variant: small-caps; */
}

.blog_body.post {
    /* box-shadow: inset 0px 0px 10px 0px #222; */
    max-width: 900px;
    margin: 1em auto;
    padding: 1em;
    /* border:  solid 1px black; */
    /* border-radius: 4px; */
}

.wiki_body-inner
{
    /* width: 100%;
	width: 960px;
    max-width: 100%; */
    margin: 0 auto;
}

.post .wiki_body
{
    border: 0;
    padding: 0;
    padding-top: 0.5em;
    background-color: transparent;
    /*	border-bottom: solid 1px #444; */
}

.post-time .day {
    display: block; 
    /* font-size: 30px; */
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 15px;
}

.post-time .month-and-year {
    font-size: 14px;
}

.post time {
    display: inline-block;
    text-transform: lowercase;
    font-variant: small-caps;
    /* width: 90px; */
    /* height: 70px; */
    text-align: center;
    /* color: #edefee; */
    padding-top: 20px;
    overflow: hidden;
    /* display: none; */
    z-index: -1;
    /* border: 1px solid white; */
    border-radius: 10px;
    background-color: #222;
    padding: 0.5em;
}


.post-inner .wiki_tags
{
    display:none;
}

.post
{
    margin-top: 10px;
    margin-bottom: 25px;
}

.post-inner
{
    max-width:100%;
    padding: 0px 10px 10px 10px;
    /* background-color: #111; */
    border-top: solid 1px #222;
    /*	background-color: #050505; */
    display: block;
    /*	border-radius: 10px; */
    /*	padding: 0px 10px 10px 10px; */
    /*        border: solid 2px #111;  */
    
    /*	border-top: solid 2px #222; */
    margin: 0 auto;
    text-align: justify;
    margin-bottom: 10px;
}
