/***********************************************************************
** products.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 define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, first copy this file to another name
** (e.g., 'myskin.css'), and set $PageSkin='myskin' in your
** local/config.php file.  
***********************************************************************/

#wikileft { 
  width:140px; 
  margin-left:5px;
  padding-top:0.5em;
  padding-top:0em;
  padding-right:5px; 
  font-size:90%; 
  background-color: #F2EDEA;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
  float:left;
  height:100%;
}

#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;

}

#wikileft hr { color:#fff; }
#wikileft ul {
 margin-left:0px;
 padding-left:6px;
 list-style-type: none;
 }

#wikileft a:link {
  color: #6D2D00;
display:block;
width:100%;
text-decoration:none;
border-bottom:2px solid  #F2EDEA;
}
#wikileft a:visited {
  color: #6D2D00;
display:block;
width:100%;
text-decoration:none;
border-bottom:2px solid  #F2EDEA;
}
#wikileft a:hover {
  color: #6D2D00;
background-color:#fff;
display:block;
width:100%;
text-decoration:none;
border-bottom:2px solid #c60;
}


#wikileft hr { color:#cccccc; }
#wikitext {
 margin-left:150px;
 }
#col1 {
		float: left; 
		margin-left: 10px;

		width: 265px;
		height:100%;
		}
#col2 {
		float: right; 
		margin-left: 20px;
		margin-right: 10px;
		width: 265px;
		height:100%;
		clear:right;
		}

