/***********************************************************************
** pmwiki.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.  
***********************************************************************/
#wikilogo { bottom-border:0; }

#wikihead { 
  position:absolute; top:5px; right:40px; 
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:small; 
  }

#wikileft h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:medium; text-align:center;
}
#wikileft hr { color:#cccccc; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody { padding-bottom:1em; padding-top:0.5em; }

#wikititle { padding-left:10px; vertical-align:top; }
#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikifoot { clear:both;  font-size:smaller; }

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

/* CSS for Cool Cleveland website */

body {
	padding: 0;
	font-family:  Arial, Verdana, Helvitica;	
	font-size: 9pt;
	color: #555555;
	background-color: #FFFFFF;
	background-image: url('https://www.coolcleveland.com/images/background01.gif');
	background-repeat: repeat;
	text-align: center; margin-left:0; margin-right:0; margin-top:0; margin-bottom:2em
	}

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	width: 910px;
	height: auto;
	background-color: #FFF;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: left;
	}
	
	
font.heading { font-family:Verdana; font-weight:bold; letter-spacing: -0.06cm;}
font.title { font-size:16pt;font-weight:bold;font-family:Verdana;color:black;}
a:bluelink { text-decoration: underline; color: blue; font-family:Verdana;font-weight:bold;}
a:link { text-decoration: none; color: black; font-family:Verdana;font-weight:bold;}
a:visited { text-decoration: none; background-color: white; color:black; font-family:Verdana;}
a:hover	{ text-decoration: none; background-color: black; color:white;font-family:Verdana;}
img {margin:0px 10px 10px 0px; }
HR { text-align:left; color: black; }
.wikiheader { font-size:12px; font-weight:bold; }
.wikiops, .wikifooter { font-size:13px; }
.wikibody { font-family:Verdana;margin-left:\$BodyLeftpx; width:\$BodyWidth; }
.revdate { font-family:Verdana,sans-serif; font-size:11px; }
.revtype { font-family:Verdana,sans-serif; font-size:11px; font-weight:bold; }
.revadd { background:#99ff99; color:black; }
.revdel { background:#ffff99; color:black; }
.form {font-size:9px; }
.select {font-size:8px; }
img.cclogo {width:230px; height:22px;}

div.top {float:left; top: 10px; right:10px; align:left;width:100%;}
div.leftcolumn {position:absolute; top: 52px; left:60px; width:160px;}
div.rightcolumn {position:relative; left:210px; width:500px;}
