/***********************************************************************
** 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.
**
** This .css has been modified by Greg Turner specifically for the 
** Sunshine State Progressive Bloggers Wiki, March 2006.
***********************************************************************/
body {
  font-family: arial, helvetica, sans-serif;
  background-color: #17285b;
margin-left: auto; margin-right: auto; 
  font-size:12px; 
text-align: center;
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:140%; }
h2 { font-size:120%; }
h3 { font-size:105%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #0066ff;
}

#container {
width: 760px;
text-align: left;
margin: auto;
border: 1px solid #000000;
}

#wikilogo {  
  border-bottom:1px #000000 solid;
height: 140px; 

}

#wikihead { 
  width: 760px; 
height: 25px; 
line-height: 25px;
  text-align: right;
background: white url(http://quinnell.us/sspb/wiki/pub/skins/pmwiki/topbanner.jpg) no-repeat;
border-bottom: 1px solid #000000;
  font-family: verdana, arial,sans-serif; 
font-size:95%; 
font-weight: bold;
color: #333366;
padding-top: 3px; 
padding-botom: -50px; 

}

html>body #wikihead { 
  width: 760px; 
height: 25px; 
  text-align: right;
background: url(http://quinnell.us/sspb/wiki/pub/skins/pmwiki/topbanner.jpg) no-repeat;
border-bottom: 1px solid #000000;
  font-family: verdana, arial,sans-serif; 
font-size:95%; 
font-weight: bold;
color: #333366;
padding-top: 3px;

}

#wikihead a {
color: #333366;
text-decoration: none;

}

#wikihead p {
color: #000033;
text-decoration: none;
padding-bottom: -25px;
/* position: relative;
top: 5px;
right: 4px; */
}

html>body #wikihead p {
color: #000033;
text-decoration: none;
position: relative;
top: 5px;
right: 4px;
}

#wikihead a:hover {
color: #003399;
text-decoration: underline;
/* position: relative;
top: 5px;
right: 4px; */
}

#wikihead button { 
padding-right: 4px;
}

#wikihead .searchbutton: {
padding-right: 3px;
position: 60;
} 

#wikihead input { 
font-size:85%; 
border: 1px solid;
border-color: #003399;
padding-right: 3px;
padding-left: 6px;
position: relative;
top: 1px;
right: 4px; 
} 

#wikileft { 
  width:160px; 
  border-right:1px black solid; 
background: #E7E7E7;
  font-size: 105%;
  font-family: Verdana, sans-serif;
 padding-left: 10px;
 padding-right: 4px;
padding-bottom: 10px;

}
#wikileft a { 
text-decoration:none; 
color:#333366; 
}

#wikileft a:hover { 
text-decoration:underline; 
color: #0066ff; }

#wikileft ul { 
list-style:none; 
padding:10px; 
margin:0px; 
}

#wikileft li { 
margin-top:4px; 
}

#wikileft h1, #wikileft h5, .sidehead 
  { font-size:medium; 
margin-bottom:0px; 
font-weight:bold; 
font-style:normal; 
}

#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; 
font-weight:bold; 
font-style:normal; }

#wikicmds { 
float:right; 
font-family: Verdana,sans-serif; 
  font-size:80%; white-space:nowrap; }

#wikicmds ul { list-style:square; }

#wikicmds li { display:inline; margin:0px 5px; }

#wikicmds li a { text-decoration:none; color:black; }

#wikicmds li a:hover { text-decoration:underline; color:blue; }

#wikibody { padding:0px 10px 10px 10px;  background-color:white; 
text-align: left;}
#wikitext { margin-top:1em; line-height:1.33em; 
}

.pagegroup { margin-top:10px; font-size:85%; }
.pagetitle { margin-top:2px; font-size:160%; 
color: #333366;}

#wikifoot { 
text-align: center;
  border-top:1px #000000 solid; 
  padding-bottom: 5px;
  font-size:90%; 
  font-family:Verdana,sans-serif;
  color: #333366;
  background: #E7E7E7;
}

#wikifoot a { 
  color: #333366;
text-decoration: none;
}

#wikifoot a:hover { 
text-decoration:underline; 
color: #0066ff; 
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }


