/***********************************************************************
** 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.  
***********************************************************************/
body {
 background-color:#000;
  background: #B08F79;
 margin:0 0 0 0;
 padding:0 0 0 0;
 text-align:center;

}
.pagearea {
	width:760px;
	text-align:left;
  	background: #F2EDEA;
}

#wikilogo {
  border-bottom:2px solid #fff;
  text-align:left;
  text-align:center;
}

#wikihead { 
  top:0px; right:0px; 
  font-size:smaller;
 text-align:right;
 text-align:center;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#logo {
  width:100%;
  text-align:left;
  text-align:center;
}

#wikitopnav {
  width:100%;
  background-color:#fff;
  color: #6D2D00;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-weight:normal;
  font-size:120%;
  padding-bottom:2px;
line-height: 130%;
  text-align:center;
  border-bottom:2px solid #B59E84;
  border-bottom:none;
}
#wikitopnav li {
  display:inline;
  list-image:none;
  padding-left:15px;
  padding-right:15px;
    padding-left:7px;
    padding-right:7px;
  padding-top:8px;
  padding-bottom:8px;
}
#wikitopnav a:link {
color:#ddd;
  color: #6D2D00;
text-decoration:none;
padding: 1px 4px 2px 4px;

}
#wikitopnav a:visited {
color:#ddd;
  color: #6D2D00;
text-decoration:none;
padding: 1px 4px 2px 4px;

}
#wikitopnav a:hover {
  color:#fff;
  color: #ffbb66;
  background-color:#6D2D00;
  text-decoration:none;
  padding: 1px 4px 2px 4px;

}


#wikileft { 
  width:5px;
}

#wikibody {
 width:760px;
 background-color: #F2EDEA;
 padding-bottom:1em;
 font-family:  Verdana, Arial, Helvetica, sans-serif;
 text-align:left;
 font-size:90%;
 height:100%; 
  color: #fff;
  color: #6D2D00;
 }
#wikitext {
 background-color:#000;
 background-color: #F2EDEA;
 padding-bottom:1em;
 padding-top:0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align:left;
 font-size:90%;
 height:100%;  
  color: #fff;
  color: #6D2D00;
 margin: 0px 10px 5px 10px;
 }

#wikitext img {
padding:7px;
}

#wikititle { padding-left:10px; vertical-align:top; }


#wikicmds { font-size:smaller; vertical-align:top; float: right; padding-right: 5px; }

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }

#wikibody h3,h4{  }

#wikibody h1 {
 font-size: 180%;
 color: #6D2D00;
 font-weight:normal;
}
#wikibody h2 {
 color: #6D2D00;
 font-size: 150%;
 font-weight:normal;
}

#wikibody h3 {
 font-size: 120%;
 color: #6D2D00;
 font-weight:bold;
 margin-bottom:0em;
}
#wikibody h4 {
 color: #6D2D00;
 font-size: 110%;
 font-weight:bold;
 margin-bottom:0em;
}
#wikibody h5 {
 color: #6D2D00;
 font-size: 100%;
 font-weight:bold;
 margin-bottom:0em;
}
#wikitext h1 {
 font-size: 180%;
  color: #6D2D00;
 font-weight:normal;
 line-height:200%;
}
#wikitext h1 a:link{
  color: #6D2D00;
 text-decoration:none;
}
#wikitext h1 a:visited{
  color: #6D2D00;
 text-decoration:none;
}
#wikitext h2 {
  color: #6D2D00;
 font-size: 150%;
 font-weight:normal;
 line-height:180%;
}
#wikitext h3 {
 font-size: 110%;
  color: #6D2D00;
 font-weight:bold;
 margin-bottom:0em;
 border-bottom: 1px solid  #B59E84;
}
#wikitext h3 a:link{
 font-size: 110%;
  color: #6D2D00;
 font-weight:bold;
 margin-bottom:0em;
 border-bottom: 1px solid  #000;
 text-decoration:none;
}
#wikitext h3 a:visited{
 font-size: 110%;
  color: #6D2D00;
 font-weight:bold;
 margin-bottom:0em;
 border-bottom: 1px solid  #000;
 text-decoration:none;
}
#wikitext h4 {
  color: #6D2D00;
 font-size: 110%;
 font-weight:bold;
 margin-bottom:0em;
}
#wikitext h5 {
  color: #6D2D00;
 font-size: 100%;
 font-weight:bold;
 margin-bottom:0em;
}
#wikitext a:link {
  color: #0C057F;
  text-decoration:none;
}
#wikitext a:visited {
  color: #0C057F;
  text-decoration:none;
}
#wikitext a:hover {
  color: #0C057F;
  text-decoration:underline;
}
#col1 {
		float: left; 
		margin-left: 10px;

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





.footnav {
 font-size:100%;
 font-weight:bold;
 font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 background-color:#000;
 background-color: #F2EDEA;
 height:100%;
 padding: 5px 0px 4px 0px;
 width:759px;
 width:100%;
  border-top:1px solid #B59E84;
 clear:both;
}
#footlist {
 display:inline;
 color:#efefef;
  color: #6D2D00;
}
#footlist a:link, #wikicmds a:link {
  color:#eee;
  color: #6D2D00;
  text-decoration:none;
  border-bottom:2px solid #F2EDEA;
  padding: 0px 4px 0px 4px;
}
#footlist a:visited, #wikicmds a:visited {
  color:#eee;
  color: #6D2D00;
  text-decoration:none;
  border-bottom:2px solid #F2EDEA;
  padding: 0px 4px 0px 4px;
}
#footlist a:hover, #wikicmds a:hover {
  color:#eee;
  color: #6D2D00;
  text-decoration:none;
  border-bottom:2px solid #6D2D00;
  padding: 0px 4px 0px 4px;
}
#quicktime {
 display:inline;
 color:#B59E84;
 float:left;
 font-size:80%;
}
#quicktime a:link {
  color:#bef;
  text-decoration:none;
  border-bottom:2px solid #000;
  padding: 0px 4px 0px 4px;
}
#quicktime a:visited {
  color:#bef;
  text-decoration:none;
  border-bottom:2px solid #000;
  padding: 0px 4px 0px 4px;
}
#quicktime a:hover {
  color:#bef;
  text-decoration:none;
  border-bottom:2px solid #000;
  padding: 0px 4px 0px 4px;
}
#address {
	text-align:center;
	font-size: 85%;
	color: #6D2D00;
	font-weight:normal;
}

