/***********************************************************************
** es.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.  
***********************************************************************/

#wikitext {

 padding-left:0px; 

 }


#wikibody h2 {
 color: #cc0000;
 font-size: 150%;
 font-weight:normal;
}

#wikibody h3 {
 font-size: 120%;
 color: #cc0000;
 font-weight:bold;
 margin-bottom:0em;
}
#wikibody h4 {
 color: #cc0000;
 font-size: 110%;
 font-weight:bold;
 margin-bottom:0em;
}
#wikibody h5 {
 color: #cc0000;
 font-size: 100%;
 font-weight:bold;
 margin-bottom:0em;
}
#wikitext h1 {
 font-size: 180%;
 color:  #cc0000;
 font-weight:normal;
 line-height:200%;
}
#wikitext h2 {
 color:  #cc0000;
 font-size: 150%;
 font-weight:normal;
 line-height:180%;
}
#wikitext h3 {
 font-size: 110%;
 color:  #cc0000;
 font-weight:bold;
 margin-bottom:0em;
 border-bottom: 2px solid  #B59E84;
}
#wikitext h3 a:link{
 font-size: 110%;
 color:  #cc0000;
 font-weight:bold;
 margin-bottom:0em;
 border-bottom: 2px solid  #111;
 text-decoration:none;
}
#wikitext h3 a:visited{
 font-size: 110%;
 color:  #cc0000;
 font-weight:bold;
 margin-bottom:0em;
 border-bottom: 2px solid  #111;
 text-decoration:none;
}
#wikitext h4 {
 color:  #cc0000;
 font-size: 110%;
 font-weight:bold;
 margin-bottom:0em;
}
#wikitext h5 {
 color: #000;
 font-size: 100%;
 font-weight:bold;
 margin-bottom:0em;
 text-transform: uppercase;
 text-align: right;
 border-bottom: thin solid #000;
 margin-top:6px;
 padding-top:6px;
}
#wikitext a:link {
 color: #9ff;
 color: #0000b3;
}
#wikitext a:visited {
 color: #9ff;
 color: #0000b3;
}

#col1 {
		float: left; 
		margin-left: 0px;
		width: 340px;
		height:100%;
		background-color:#e6e6e6;
		padding: 5px 15px 5px 15px;
		}
#col1 h5 {
 color: #000;
 font-size: 100%;
 font-weight:bold;
 margin-bottom:0em;
 text-transform: uppercase;
 text-align: left;
 border-bottom: thin solid #000;
 margin-top:6px;
 padding-top:6px;
}
#col2 {
		background-color:#e6e6e6;
		float: right; 
		margin-left: 0px;
		margin-right: 0px;
		padding: 5px 15px 5px 15px;
		width: 340px;
		height:100%;
		clear:right;
		}


