
/* sabwiki layout is based on sablog layout -- just a few modifications here and there. */
/* BTW: Hi to everyone who's actually reading this.  ;-) */

@import url(http://static.saschabeck.com/inc/sablog.css);


/* MOD CSS for sabwiki           */
/* coded by Sascha A. Beck, sabweb.net    */
/* (c) sabweb.net  --  made in VIM        */
/* either it works ... or it doesn't (TM) */

#headertextlogo {
    float: right;
    margin:     25px 8px 0px 0px;
    width:      177px;
    height:     132px;
    background: url(http://static.saschabeck.com/img/headerimages/sabwiki_logo_large.gif) no-repeat top right transparent;
}

html>body #headertextlogo {
    background: url(http://static.saschabeck.com/img/headerimages/sabwiki_logo_large.png) no-repeat top right transparent;
    margin:     25px 14px 0px 0px;
}

h1, h2 {
   margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    
    margin: 0;
    padding: 0;
}


h1 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 1.5pt;
    font-size: 1.9em;
    text-align: center;
    margin-top:    5px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #bbb;
}

.firstHeading {
    margin-top: -40px;
}


#sidebar {
margin-top: -35px !important;
}

#sidebar .header {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 1pt;
    font-weight: 200;    
    font-size: 1.6em;
    font-style: italic;
    line-height: 0.3em;    
    background-color: transparent;
 	border-bottom: .5em solid #ddd; 
    text-align: right;    
}


h2 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 1pt;
    font-weight: 200;    
    font-size: 1.8em;
    font-style: italic;
    background-color: transparent;
 	border-bottom: 1px solid #ddd; 
    text-align: left; 
    margin-bottom: 7px;
    margin-top: 25px;
}

h3 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 1pt;
    font-weight: 200;    
    font-size: 1.4em;
    font-style: italic;
    background-color: transparent;
 	border-bottom: 1px solid #ddd; 
    text-align: left; 
    margin-bottom: 7px;
    margin-top: 20px;
}
	    
h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;
}

h4 {
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.viewnavigation {
    z-index: 1500;
	display: block;
	text-align: center;
	margin-top: -35px;
	margin-bottom: 0px;
	}

html>body ul.viewnavigation {
    z-index: 1500;
	display: block;
	text-align: center;
	margin-top: -35px;
	margin-bottom: 20px;
}
ul.viewnavigation li {
	list-style-type: none;
	list-style-image: none;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.9em;
    line-height: 1.2em;
    display: inline;
    border-right: 1px dotted #066;
}
ul.viewnavigation li.last {

    border-right: 0px;
} 
#siteNotice {
	text-align: center;
	font-size: 95%;
	padding: 0 .9em;
}
#siteNotice p {
	margin: 0;
	padding: 0;
}


#siteSub {
	display: none;
}

#jump-to-nav {
	display: none;
}

#contentSub, #contentSub2 {
	font-size: 84%;
	line-height: 1.2em;
	margin: 0 0 1.4em 1em;
	color: #7d7d7d;
	width: auto;
}

#catlinks {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	margin-top: 1em;
}

.redirectText {
	font-size: 150%;
	margin: 5px;
}

.printfooter {
	display: none;
}

#searchform {
	margin: 0px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #searchInput {
	width: 130px;
    font-size: 0.8em;
	padding: 0px;
}

#sidebar .searchButton {
    font-size: 0.8em;
    padding: 0px;
    border: 1px solid #ccc;
}
/*
** Diff rendering
*/
table.diff, td.diff-otitle, td.diff-ntitle {
	background-color: white;
}
td.diff-addedline {
	background: #cfc;
	font-size: smaller;
}
td.diff-deletedline {
	background: #ffa;
	font-size: smaller;
}
td.diff-context {
	background: #eee;
	font-size: smaller;
}
span.diffchange {
	color: red;
	font-weight: bold;
}

/* js pref toc */


div#userloginForm form,
div#userlogin form#userlogin2 {
	margin: 0 3em 1em 0;
	border: 1px solid #aaa;
	padding: 1.5em 2em;
	background-color: #f9f9f9;
}

div#userloginForm table,
div#userlogin form#userlogin2 table {
	background-color: #f9f9f9;
}

div#userloginForm h2,
div#userlogin form#userlogin2 h2 {
	padding-top: 0;
}

div#userlogin .captcha {
	border: 1px solid #bbb;
	padding: 1.5em 2em;
	width: 400px;
	background-color: white;
}


#userloginprompt, #languagelinks {
	font-size: 85%;
}

#login-sectiontip {
	font-size: 85%;
	line-height: 1.2;
	padding-top: 2em;
}

#userlogin .loginText, #userlogin .loginPassword {
	width: 12em;
}

#userloginlink a, #wpLoginattempt, #wpCreateaccount {
	font-weight: bold;
}


#toc,
.toc,
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#toc h2,
.toc h2 {
	display: inline;
	border: none;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
}
#toc #toctitle,
.toc #toctitle,
#toc .toctitle,
.toc .toctitle {
	text-align: center;
}
#toc ul,
.toc ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

.mw-warning {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

.editsection {
	display:block;
	font-family:Arial,sans-serif;
	letter-spacing:0;
	font-size: 12px;
	text-align:right;
	line-height: 0;
	font-style: normal;
}

/*
** edit views etc
*/
.special li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

/* Page history styling */
/* the auto-generated edit comments */
.autocomment {
	color: gray;
}
#pagehistory span.user {
	margin-left: 1.4em;
	margin-right: .4em;
}
#pagehistory span.minor {
	font-weight: bold;
}
#pagehistory li {
	border: 1px solid white;
}
#pagehistory li.selected {
	background-color: #f9f9f9;
	border: 1px dashed #aaa;
}

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}


#toolbar, #wpTextbox1 {
   clear: left !important;
}

.mw-toolbar-editbutton , .smwttimg , .sortarrow img {
  margin:0;
  margin-right: 2px;
  padding:0;
  border: 0;
  background-color: transparent;
  }

li#ca-edit {
  font-weight: 800;
}

li#ca-talk.new a {
  color: #000;
}

div.smwfact, table.smwfacttable  {
  clear: left !important;
}

