/***********************************************************************
** print.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/***********************************************************************
** These settings are part of the ?action=print skin.  If you want
** to change these settings, create a new print template and set
** $PrintTemplateFmt in the config.php file to point to your new 
** printing skin.
***********************************************************************/

body { 
  width:auto;
  background-color:#200040;
  color:#CCCCCC;
  font-family:arial,courier;
  padding: 0; margin: 0;
  background-repeat: repeat-x;
}

a { color: #9999FF; }

#bhead {
    margin-left: 25%; 
    text-align: center;
    width: 750px;
/*    background-color: black; */
    font-family:courier;
    color: white;
    display: inline-block; 
}
#bhead img { display: block; }
#bhead div { text-align: left; }

#sidebar {
    font-family: arial;
    font-size: 11pt;
}

#sidebar ul li {
    color: yellow;
/*    font-weight: bold;        */
}

#sidebar ul li li {
    color: white;
}

#sidebar ul li a { 
    color: #AAAAFF;
    text-decoration: none;
}
#sidebar ul li a:after { 
    content: '!';
}

#sidebar ul li a:hover { 
    color: #bfbfFF;
}

#sidebar ul li a.selflink { 
    color: #b5b5ff; 
    font-style: italic;
}


#thead {
    padding: 5px;
    margin: 0;
    font-family: courier;
    font-size: 16pt;
    color: #CCCCCC;
    text-align: center;
    border: none;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}



#wrapper {
    width: auto;
    margin-left: 2%;
    font-size: 11pt;
    font-weight: none;
}

h1,h2,h3,h4 {
    background-color: #aa4800;
}

h1 a, h2 a, h3 a, h4 a {
 color: #cccccc; font-size:85%; padding-left: 10px; text-decoration: none; 
}

h1 span, h2 span, h3 span, h4 span {
    float: left;
    background-color: #000000;
}

.lastmod {
    font-size: 8pt;
    color: #666666;
    text-align: center;
    padding-bottom: 8px;
}

.lastmod ul { list-style: none; margin: 0; margin-right: 2%;}
.lastmod li { display: inline; }
.lastmod li a { color: #555555; text-decoration: none; }
.lastmod li a:hover { color: #777777; }
.lastmod a.skin { color: #555555; text-decoration: none; display: block; }
.lastmod a.skin:hover { color: #777777; }














  .diffbox { width:570px; border-left:1px #999999 solid; margin-top:1.33em; }
  
    .diffauthor { font-weight:bold; }
    
      .diffchangesum { font-weight:bold; }
      
        .difftime { font-family:verdana,sans-serif; font-size:66%; 
	
	    background-color:#dddddd; }
	    
	      .difftype { clear:both; font-family:verdana,sans-serif; 
	      
	          font-size:66%; font-weight:bold; }
		  
		    .diffadd { border-left:5px #99ff99 solid; padding-left:5px; }
		    
		      .diffdel { border-left:5px #ffff99 solid; padding-left:5px; }
		      
		        .diffrestore { clear:both; font-family:verdana,sans-serif; 
			
			    font-size:66%; margin:1.5em 0px; }
			    
			      .diffmarkup { font-family:monospace; }  
			      
			          .frame 
				  
				        { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
		
video.{ display: block; }
