/*
 * This file started out as the pmwiki default skin and was modified by 
 * Theron Parlin
 * tparlin [at] gmail [dot] com
 * http://www.squible.com
 * http://wiki.squible.com
 * http://www.thoughtmechanics.com
 */
body { 
	margin-top: 0px;
	font-family: verdana, tahoma, serif; 
	font-size: smaller;
	background: #000 url("bg.jpg") repeat-x fixed top;
}
#wrapper {
	width: 750px;
	margin:0 auto;
	background-color: #fff;
	padding: 10px;
	border-left: 1px solid #9D9F8B;
	border-right: 1px solid #9D9F8B;
	border-bottom: 4px solid #9D9F8B;
	border-top: 4px solid #9D9F8B;
}
.pagetitle { font-size:150%; font-weight:bold; }

#logo {border-bottom:2px solid #cccccc;
    text-align: center;
    padding-bottom: 15px;
}
#title { 
  top:0px; right:10px; 
  font-size:smaller; text-align:right;
}
#left { 
  width:150px; 
  padding-top:0.5em; padding-right:5px; 
  font-size:smaller; 
  border-right:2px solid #cccccc;
}
#left h1 { 
  margin:0px; background-color:#eeeeff; 
  font-size:small; text-align:left;
  padding: 2px;
  padding-bottom: 4px;
}
#left .sidebar {}
#left hr { color:#cccccc; }
#left ul { margin-left:15px; 
    padding-left:6px; 
    list-style-image: url("http://main.newyork-ubuntu.com/pub/images/bullet.gif"); }

#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; width: 100px; text-align:right; vertical-align:top; }
#wikicmds a { /*display:block;*/ }

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

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

.preformat {white-space: pre-wrap;       /* css-3 */
            white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
            white-space: -pre-wrap;      /* Opera 4-6 */
            white-space: -o-pre-wrap;    /* Opera 7 */
            word-wrap: break-word;       /* Internet Explorer 5.5+ */
 }
a   {text-decoration:none;
    color:#ba8a55;}
a.visited {
	color: #f18c33;
}
a:hover {
	background-color: #ba8a55;
	color: #d83725;
}

h1 {
	font-size: 14pt;
}
