/* screen.css - MoinMoin Default Styles

Copyright (c) 2001, 2002, 2003 by Juergen Hermann
Modified by Nir Soffer (technical theme), Mauricio Hernandez (ruleta theme)
*/

/* content styles */

/* debug 
* {border: 1px dotted blue;}
*/

body {
    margin-bottom: 1.5em;
}

html {
    /*background: black url(/images/snowmanguitar.jpg) no-repeat bottom right fixed;*/
}

a:hover, h1 a:hover, #navibar li a:hover {
    color: #3f3;
}

input[type=text], input[type=password], select, textarea {
    /* color: #009600; */
    color: black;
    /* background: #001f05; */ /* dark green that also affects editing page big square */
    /* border-color: #026102; */
    /* border-size: 1px;*/
}

.disabled {
    /* IE ignore disabled attribute, but at least show items in gray */
/* NOTE: original light green color for disabled menu options
    color: #941b1b;
*/
    color: #a6dba6;
}

/* user interface styles */

#header {
    /* background: url(../img/matrixmoin_header.png) no-repeat; */
    margin: 0;
    padding: 0;
}

#logo {
    margin: 0;
    padding: 0;
    /* For text only logo */
    font-size: 22px;
    line-height: 1em;
    font-weight: bold;
}

#logo img {
    vertical-align: middle;
}

/* NOTE: Wiki name color */
#logo a {
    color: white; /* original was white; */
    text-decoration: none;
}

*[dir="rtl"] #logo {
    float: right;
}

#username {
    position: absolute;
    right: 0;
    margin: 0 10px;
    padding: 8px 0 0 0;
    text-align: right;
    font-size: 12px;
    white-space: nowrap;
}

#username li {
    font-size: smaller;
    list-style: none;
}

#username li a {
	color: #dddddd;
}

#searchform {
	display: none;
	float: right;
	margin: 5px 10px;
	padding: 0;
	white-space: nowrap;
	font-size: 13px;
}

*[dir="rtl"] #searchform {
	float: left;
}

#searchform form div {
    display: inline;
}

#pagetrail {
        display:none;
	clear: both;
	padding: 0 10px;
	font-size: 13px;
}

#pagetrail li {
	float: left;
	display: block;
	padding: 0 2px;
	margin: 0 0 5px 0;
}

*[dir="rtl"] #pagetrail {
	float: right;
}

/* XXX Warning: non-ascii characters! */
/* NOTE: these are small things placed after your visited pages */
#pagetrail li:after {
	content: " » ";
	color: #f2e429;
}

*[dir="rtl"] #pagetrail li:after {
	content: " « ";
}

#navibar {
	clear: both;
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

#navibar li {
	float: left;
	display: block;
	margin: 0 2px;
	padding: 4px 7px;
	border: 1px solid #f2e429;
	/* border: 1px solid #4ec824; */
	border-bottom: none;
	white-space: nowrap;
}

*[dir="rtl"] #navibar li {
	float: right;
}

/* color for the navibar links */
#navibar li.wikilink {
	background: black;
}

#navibar li.userlink {
	/* #292E33; alternate 2 */
	background: black; /* original was dark grey #17181A; */ /* alternate 1 */
}

/* NOTE: the color for the Link inside the buttons of navibar */
#navibar a, #navibar a:visited {
	color: white;
	text-decoration: none;    
}

/* NOTE: this is the green color when mouse is over the navibar links */
#navibar li a:hover {
	/* background: #009400; */ /* original was #303030; */
	/* color: #009400; */
	text-decoration: underline;
}

/* NOTE: this is the color for the current page link */
#navibar li.current a {
	color: black;
	text-decoration: none;
}

#navibar li.current, #navibar li.current:hover {
	background: #f2e429; /* #003700;*/ /* original red #cd0000; */
}


/* NOTE: this is the horizontal line across the page menu */
#pageline {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	/* sync these values, line-height is needed for IE */
		height: 2px;
		line-height: 2px;
	border-bottom: 2px solid #494621;
        border-top: 1px solid #f2e429;
	background: #88812d; /*#004000;*/
	/* original grey #cd0000; */
}

.editbar {
	clear: both;
	margin: 0;
	padding: 0 8px;
	white-space: nowrap;
	height: 26px;
	background: #323232;
	font-size: 13px;
}

.editbar form, .editbar form div {
    display: inline;
	margin: 0;
}

.editbar li {
	float: left;
	display: block;
	padding: 0;
	margin: 2px 6px;
}

*[dir="rtl"] .editbar li {
	float: right;
}

#header .editbar {
	display: none;
	margin-top: 0.5em;
	border: 2px dotted black;
	border-bottom: none;
}

#muhusmod_editbar_more {
	display: none;
	border: 2px dotted black;
	border-top: none;
}

#footer .editbar {
	display: none;
}

#pagelocation {
	display: none
}

#message {
	clear: both;
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px solid #a6dba6;
	background: #004000; /* dark green */
}

#message p{
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

#message div.buttons {
	font-weight: normal;
}

.dialog form {
    margin: 0 15px;
}

.dialog td {
    border: none;
    padding: 5px;
}

.dialog td.label {
    text-align: right;
    font-weight: bold;
    width: 25%;
}

*[dir="rtl"] .dialog td.label {
    text-align: left;
}

.dialog td.content input {
    width: 100%;
}

#page {
	margin: 0;
	padding: 10px 30px 0px 30px;
}

#content {
	margin-bottom: 3em;
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-textarea, #editor-comment {
    width: 100%;
}

#preview {
	border: 1px solid #a6dba6;
	padding: 10px 30px 20px 30px;
	background: url(../img/draft-matrix.png);
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
}

#credits, #version, #timings{
	margin: 5px 10px;
	padding: 0;
	text-align: center;
	font-size: 0.88em;
	color: #a6dba6;
	font-size: 12px;
}

#credits li, #timings li {
	display: inline;
	padding: 0 2px;
	margin: 0 4px;
}

#credits img {
	vertical-align: middle;
}

.diff {
	width:99%;
}

.diff-header {
	font-weight: bold;
}

.diff-title {
	background-color: #e01c2d;
}

.diff-added {
	background-color: #17181a;
	vertical-align: sub;
}

.diff-removed {
	background-color: #17181a;
	vertical-align: sub;
}

.diff-added span {
	background-color: #FFFF80;
	color: black;
}

.diff-removed span {
	background-color: #80FF80;
	color: black;
}





td {
	vertical-align: top;
}

/* 
	FLICKR-GALLERI
*/

.Sets {float: left; padding: 12px; min-height: 360px;}
.Sets h4 {width: 200px; font-size: 15px; font-weight: bold;}
.Sets p {margin-top: 2px; font-size: 12px;}
.Sets a {text-decoration: none;}


/*
	FESTIVAL-SITE
*/

.festivalsite #navibar {
	text-align: center;
}
.festivalsite #navibar li {
	float: none;
	display: inline;
	border: 0;
	background-color: black;
}
.festivalsite #navibar li.current {
	background-color:black;
	border-left: 1px dotted #efcf3c;
	border-right: 1px dotted #efcf3c;
}
.festivalsite #navibar a, .festivalsite #navibar a:visited, .festivalsite #navibar li.current a {
	color: #efcf3c;
}
.festivalsite #pageline {
	display: none;
}
.festivalsite #credits {
	display: none;
}
#festivaltimeline {
	background:#323232;
	font-size:small;
	padding: 0.6em;
	padding-top: 0.3em;
}


/*
	GAMMEL GUESTBOOKSTYLE
*/

.guestbook_entry_header {
	margin: 1em 0 0.5em 0;
}

.guestbook_entry_text {
	margin: 0 2.5em 1em 2.5em;
}


/*
	GUESTBOOKSTYLE MED BUBBLE, NAKKET FRA PLANETPLANET
*/

.muhusguestbook div.entry {
	clear: both;
	margin-bottom: 2em;
	margin-right: 1em;
}

.muhusguestbook .entry hr {
	display: none;
}

.muhusguestbook div.person-info {
	float: left;
	position: relative;
	left: 4px;
	margin-top: 25px!important;
	padding: 0 20px 30px 0;
	width: 120px;
	background: url(/images/bubble/bubble-nipple.png) top right no-repeat;
	text-align: center;
}

.muhusguestbook div.post {
	background: url(/images/bubble/bubble-left.png) left repeat-y;
	margin-left: 140px;
}

.muhusguestbook div.post2 {
	background: url(/images/bubble/bubble-right.png) right repeat-y;
}

.muhusguestbook div.post-contents {
	padding: 0 25px 0 25px;
	margin-right: 10px;
        overflow: auto;
	min-height: 55px;
}

.muhusguestbook div.post-contents:after {
	content: "";
	display: block;
	clear: both;
}

.muhusguestbook .post-title, .muhusguestbook div.post-title {
	background: url(/images/bubble/bubble-top-left.png) top left no-repeat;
	margin: 1em 0 0 0;
}

.muhusguestbook .post-title span {
	display: block;
	background: url(/images/bubble/bubble-top-right.png) top right no-repeat;
	padding: 22px 25px 0 25px;
}

.muhusguestbook div.post-title {
	display: block;
}

.muhusguestbook div.post-header {
	background: url(/images/bubble/bubble-top.png) top repeat-x;
	margin-bottom: -38px;
}

.muhusguestbook div.post-footer {
	background: url(/images/bubble/bubble-bottom.png) bottom repeat-x;
}

.muhusguestbook div.post-footer p {
	background: url(/images/bubble/bubble-bottom-left.png) bottom left no-repeat;
	margin: 0;
}

.muhusguestbook div.post-footer p span {
	display: block;
	background: url(/images/bubble/bubble-bottom-right.png) bottom right no-repeat;
	padding: 0px 20px 16px 20px;
	color: gray;
	font-size: smaller;
}
