/*

//
// Copyright (C) Chi Shang Cheng <chengsta@chengsta.com>
// No warranty is provided.  Use at your own risk.
//
//
// Name: simpla.css
// Author: Chi Shang Cheng <chengsta@chengsta.com>
// Created: 2006-11-28
// Description: This is a port of the Simpla Wordpress skin for PmWiki.
//

*/

/*************************************
 +Containers
 *************************************/
 
@import url(http://www.google.com/cse/api/branding.css); 
body{ 
  font: .825em "Lucida Grande", "Nimbus Sans L", "Arial", sans-serif;	
}


/** header **/
#head {
position:absolute;
top:0px;
left:0px;
width:100%;

}
#header {
  position:relative;
  min-width:800px;
  height:100px;

}
#logo {
  position:relative;
  top:20px;
  margin-left: auto;
  margin-right: auto;
  width:200px;
}

#search {
position:absolute;
bottom:4px;
left:2em;
padding:0 0 0 0;
margin:0 0 0 0;
}

#lbanner {
  position:absolute;
  top:10px;
  left:2em;
}

#rbanner {
  position:absolute;
  top:10px;
  right:2em;
}

#menubar {
  position:absolute;
  bottom:0px;
  right:10px;
  
}
#menubar li {
  list-style:none;
  display:inline;
}
#menubar ul {
  margin:0 0 0 0;
  padding:0 0 0 0;
}

#menubar li a {
  text-decoration:none;
  font-weight:bold;
  /*font-family: "Courier", monospace;*/
  font-size:13px;


}

#menubar li a:hover {
  background-color:#DDDDDD;
  text-decoration:none;
  font-weight:bold;
  /*font-family: "Courier", monospace;*/
  font-size:13px;
}

/** /header **/



#menu {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
/*width:45em;*/
}

#adbar {
  position:absolute;
  left:0;
  top:4px;
}

#nav {
  position:absolute;
  background-color:yellow;
  right:0px;
  top:0;

}

#nav a {
color:blue;
font: 1.2em "Lucida Grande", "Nimbus Sans L", "Arial", sans-serif;
}


#menu li {
list-style:none;
display:inline;
padding:5px 5px 5px 5px;
}
#menu ul{
  margin:0 0 0 0;
  padding:0 0 0 0;
}




#ccc #ad {
float:left;
width:160px;
}


#wrap{
  margin-top:100px;
  margin-left:1em;
  margin-right:1em;  	
	
}
#content{
	font-size:1.2em;
	float:left;
	padding:0.4em;
}
/*
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:20em;
}
*/

/*
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
*/
/*************************************
 +Hn and p
 *************************************/

h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
h1 {
position:absolute;
top:100px;
left:10px;
font-size:1em;
font-style:italic;
}


#content {width:100%;margin-top:3em;}
#content h2{
	font-size:1.8em;
	color:#B4C24B;
}
#content h3{
	font-size:1.5em;
	color:#6F6F6F;
}
/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Wiki
 *************************************/
.urllink{
	background:url(image/external.png) center right no-repeat;
	padding-right:13px;
}
.wikilink{
}
#wikitext{

}
#wikiedit{
float:left;
	font-size:83%;
}
#wikiedit form{
	width:100%;
}
#wikiedit form input{
	margin:0.3em;
	border:1px solid #ccc;
	font-size:inherit;
	font-family:inherit;
}
#wikiedit textarea{
	width:100%;
	padding:0.07em;
	border:1px solid #ccc;
}
/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
.lastmod, #poweredby, #copyright{
	font-size:83%;
}
hr{
	border:0;
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:1em auto;
}
.clear{
	border:0;
	clear:both;
}
.spacing{
	margin:1em auto;
}
#searchbox{
	margin:1em auto;
}
#searchbox input{
	font-family:inherit;
	font-size:83%;
	border:1px solid #ccc;
	margin-right:0.3em;
}
.textinput{
	color:#555;
}
.button{
	background-color:#fff;
	color:#579;
}
.checkbox{
	border:inherit;
	margin:inherit;
}

#copy {
  margin-top:10px;
margin-bottom:10px;
    width:100%;
    text-align:center;
}




