/*
// 
// 2005-12-01  ksc  Initial release
// 2005-12-07  ksc  Add css for selflink
//
*/

html,body {
	height: 100%;
}
body {
	position: relative;    
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9pt;
	margin: 0px auto;
	width: 900px;
	background: #92847b url(images/background.gif) top center repeat-y; 
}

hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }

/*
hr { 
    height: 12px;
    max-width: 599px;
	border-bottom: 1px solid #877;
	border-top: 1px solid #877;
	border-left: 1px solid #877;
	border-right: 12px solid #877;
	color: #fff;
    background-color: #fff;
}
*/
a {
	color: #6799b1;
	text-decoration: underline;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}

/* including bkacground again (mostly) covers up a problem with the background in 
Firefox & Camino when resizing the window to less than content width */
#wrapper {
	position: relative;
   width: 900px;
	height: 97.3%;
   margin: 0px auto;
   background: #92847b url(images/background.gif) top center repeat-y; 
}
#head {
	position: relative;
	top: 0px;
   height: 120px;
   background: url(images/header.gif) top center no-repeat;
   /* border: 1px solid red; */
}
#page-title {
   position: absolute;
   top: 30px;
	left: 31px;
	width: 605px;
	font-size: 18pt;
	font-weight: bold;
	color: #eee;
}
#page-title a {
		color: #eee;
      text-decoration: none;
}
#page-title a:hover {
		color: #eee;
      text-decoration: none;
}
#page-subtitle {
   position: absolute;
   top: 62px;
	left: 35px;
	width: 605px;
	font-size: 7pt;
	font-weight: bold;
	color: #ddd;
}
#page-subtitle a {
	   color: #DDDDDD;
	   text-decoration: underline;
}
#page-subtitle a:hover {
   color: #FFFFFF;
   text-decoration: none;
}
		
#head #identica-latest {
	color: #ffffff;
   position: absolute;
	top: 10px;
   left: 260px;
	width: 605px;
	height: 65px;
	font-size: 9pt;
	text-align: left;
	padding: 2px;
	border: 1px solid;
	/* overflow: auto; */
}
#head #page-actions {
   position: absolute;
	top: 101px;
   left: 260px;
	width: 605px;
	font-size: 9pt;
	text-align: right;
}
#page-actions ul { list-style: none; margin: 0px; padding: 2px; }
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions a { text-decoration: none; color: #ffffff; margin: 0px; padding: 2px; }
#page-actions a:hover { text-decoration: none; color: #aaaaaa; margin: 0px; padding: 2px; }
#content {
    width: 900px;
    margin: 0px auto;
}
#col-left {
   position: relative;
   float: left;
   width: 221px;
	margin: 5px 0px 0px 16px;
	padding-left: 10px;
	/* border: 1px solid #FF0000; */
}
#col-right {
    position: relative;
    float: right;    
    width: 580px;
    margin: 15px 50px 0px 0px;
}

#wikitext h1, h2, h3, h4, h5 { color: #666; }
#wikitext h1 { font-size: 14pt; }
#wikitext h2 { font-size: 12pt; border-bottom: 1px solid #877;}
#wikitext h3 { font-size: 10pt; padding-top: 20px; border-bottom: 1px solid #877;}
#wikitext h3 a { text-decoration: none; color: #666; margin: 0px; padding: 2px; }
#wikitext h3 a:hover { text-decoration: underline; color: #888; margin: 0px; padding: 2px; }
#wikitext h4 { font-size: 10pt; } 
#wikitext h5 { font-size: 10pt; font-style: italic; margin:0px; padding: 2px;}

#sidebar { text-align: left; color: #eee;}
#sidebar ul { font-size: 11pt; font-weight: bold; list-style: none; margin: 0px; padding:0px }
#sidebar li { display: list-item; margin: 0px; margin-bottom: 5px;  border-bottom: 1px solid #666; }
#sidebar li ul { font-size: 10pt; font-weight: normal; display: list-item; margin: 0px; padding-left: 20px; border-bottom: 0px solid #666; }
#sidebar li ul li { display: list-item; margin: 0px; padding: 0px; padding-left: 0px; border-bottom: 0px solid #666; }
#sidebar li a { text-decoration: none; color: #ddd; padding: 2px 2px 4px 2px; text-indent: 4px; }
#sidebar ul li a { display: block; }
#sidebar ul li a:hover { 
    text-decoration: none; 
    color: #eee; 
    background: #666 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}
#sidebar a.selflink { 
    text-decoration: none; 
    color: #eee; 
    background: #666 url(images/selector.gif) center right no-repeat; 
    padding: 2px 2px 4px 2px; 
    text-indent: 4px; 
}

#sidebar h2 { font-size:150%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }
#sidebar h3 { font-size:130%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }
#sidebar h4 { font-size:100%; color: #fff; margin-bottom: 0px; border-bottom: 1px solid #666; }

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }

#footer { text-align: right; color: #666; border-top: 1px solid #ccc; margin-top: 50px; padding: 5px 0px 5px 0px;}

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

table.markup { border: 1px solid #ccc; }
td.markup1 { border-bottom: 1px solid #ccc; }
dd { margin-left: 18px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

input.openid_login {
   background: url(http://www.dolph.de/pmwiki/pub/skins/abitmodern/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* TODO List */
   .todoform {
      color: #000000;
      margin: 0;
      padding: 0;
      padding-top: 5px;
   }

   .todoform input {
      font-weight: normal;
      border: 0;
      border-bottom: 1px solid #666666;
      width: 400px;
   }
	
   a.todoclean {
      color: #000000 !important;
      font-size: 80%;
      text-decoration: none !important;
   }
   a:hover.todoclean {
      color: #000000 !important;
      font-size: 80%;
      text-decoration: none !important;
   }

   a.tododelete {
      color: #000000 !important;
      text-transform: lowercase;
      font-size: 80%;
      text-decoration: none !important;
		padding-left:10px;
   }
   a:hover.tododelete {
      color: #000000 !important;
      text-transform: lowercase;
      font-size: 80%;
      text-decoration: underline !important;
   }

   a.tododone {
      color: #000000 !important;
      text-transform: lowercase;
      font-size: 80%;
      text-decoration: none !important;
   }
   a:hover.tododone {
      color: #000000 !important;
      text-transform: lowercase;
      font-size: 80%;
      text-decoration: underline !important;
   }

   a.todoundo {
      color: #000000 !important;
      text-transform: lowercase;
      font-size: 80%;
      text-decoration: none !important;
   }
   a:hover.todoundo {
      color: #000000 !important;
      text-transform: lowercase;
      font-size: 80%;
      text-decoration: underline !important;
   }

