/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  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 sets the overall frame for the site */
* {
	padding: 0; margin: 0; border: 0;
}

body {
  background: #F2F9FD url(background.png) repeat-x top left; 
  font-family: Arial, Helvetica,Verdana,'Nimbus Sans L',Sans,sans-serif;
  font-size: 12px;
}
.clear {
	clear: both;
}

a:link,a:visited {
	color: #2093D3;
	text-decoration: none;
}
a:hover,a:focus {
	color: #1D8ECF;
	text-decoration: underline;
}

input,textarea,select {
	border: 1px solid #333;
}
*>body input,*>body textarea,*>body select {
	border: 1px solid #999;
}
input:focus,select:focus,textarea:focus {
	border: 1px solid #1D99E1;
}

.mess,.error,.info {
	text-align: center;
	width: 90%;
	border: 1px dotted #2DA8EF;
	margin-right:auto !important;
	margin-left: auto !important;
	padding: 5px 25px 5px 25px !important;
	color: #000;
	background: #CCE9FA url(info.png) no-repeat 5px 50%;
	font-size: 11px;
	font-weight: bold;
	color: #3F94D1;
	}
.error {
	color: #721C00;
	border-color:#FF2B00;
	background: #FFE3D8 url(error.png) no-repeat 5px 50%;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

code,pre {
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
	padding: 0.2em;
	margin: 0.1em;
}

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 {
	margin-top:1.0em;
	margin-bottom:0.6em;
	font-family: Tahoma,Arial,Helvetica,Verdana,sans-serif;
}
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.7em; }
h2 { font-size:1.5em; }
h3 { font-size:1.38em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }


#base {
	width: 974px;
	margin: 30px auto 0;
	position: relative;
	z-index: 5;
}

#top {
	height: 14px;
	background:url(top.png) no-repeat top left;
}
#head {
	padding-bottom: 10px;
}
#logo {
	width: 273px;
	height: 121px;
	float: left;
	margin-left: 20px;
}
#menu {
	margin-top: 40px;
	width: 630px;
	height: 50px;
	float: right;
}
#menu ul {
	float: left;
	margin: 3px 0;
}
#menu li {
	list-style-type: none;
	float: left;

}
#menu li a {
	width: 95px;
	height: 44px;
	background: url(menu.png) no-repeat right top;
	float: left;
	display: block;
	background-position: -103px -100px;
	text-align: center;
	padding: 3px 3px 3px 5px;
	line-height: 44px;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color:#fff;

}


#menu li a:hover {
	background-position: -103px -50px;
}
#menu li a:focus {
	background-position: -103px -150px;
}
#menu li .deb a {
	background-position: 0 -100px;
}
#menu li .deb a:hover {
	background-position: 0 -50px;
}
#menu li .deb a:focus {
	background-position: 0 -150px;
}
#menu li .end a {
	background-position: right -100px;
}
#menu li .end a:hover {
	background-position: right -50px;
}
#menu li .end a:focus {
	background-position: right -150px;
}
#menu li .here a {
	background-position: -103px -0px;
}
#menu li .here .deb a {
	background-position: 0 -100px;
}
#menu li .here .end a {
	background-position: right -0px;
}


.nav {
	border-top: 1px solid #ddd;
	border-bottom:  1px solid #ddd;
	height: 30px;
	line-height:30px;
	margin-bottom: 0.5em;
}
.nav p {
	height: 30px;
	line-height:30px;
	color: #777;
	font-weight: bold;
	font-size: 11px;
	padding-left: 20px;
}
.nav img {
	vertical-align:middle;
	float: left;
	display:block;
}
.nav a {
	float: left;
	display:block;
	margin-right: 3px;
	text-decoration: none;
	color: #999;
}
.nav a:hover {
	color:#333;
}
.nav2 {
	border-top: 0px;
}
#base_foot {
	position: relative;
	height: 72px;
}
#footer {
	width: 974px;
	margin: 0 auto;
	background:url(foot.png) no-repeat;
	height: 72px;
	position: relative;
	z-index: 1;
}
#foot {
	width: 100%;
	height: 200px;
	background:url(foot_back.png) repeat-x;
	position: absolute;
	top: -114px;
	z-index: 0;
}

#mid {
	background:url(mid.png) repeat-y top left;
	padding: 0 7px;
}
#page {
	position: relative;
}
#content_base {
	background: url(page.png) repeat-x 0 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	/*margin-bottom: 10px;*/
	width: 960px;
}
#content {
	line-height:1.33em;
	margin: 0px 20px 10px; 
	overflow:hidden;
	min-height: 200px;
}
/*
#content h1 {
	margin: 1.5em 0;
}
#content h2 {
	margin: 1.5em 0;
}
#content h3 {
	margin: 1.5em 0;
}
#content h4 {
	margin: 1em 0;
}*/
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
	color: #35637D;

}
#content p {
	margin: 10px 0;
}
#content ul, #content ol {
	margin: 1em 0 1em 2em;
	list-style-position: inside;
}
#content li {
	margin-bottom: 0.2em;
}
#content h1 {
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 0.2em;
	color: #333;
	padding-bottom: 0.1em;
}
#content #textb {
	float : left;
	width: 735px;
}
#content hr {
	color:  #d0d0d0;
	background-color: #d0d0d0;
	height: 1px;
	border: 0;
	width: 80%;
	margin: 30px auto;
	padding: 0;
}
#content .img a img {
	border: 1px solid #ccc;
}

#content #sidebar {
	float: right;
	width: 165px;
	margin-top: 25px;
	margin-bottom: 20px;
}

#content #sidebar h2 {
	background: url(sidebar_title.png) no-repeat;
	text-align :center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: 23px;
	font-family: Tahoma,Helvetica, Arial, sans-serif;
	margin:0px;
	line-height: 23px;
}
#content #sidebar h3 {
	width: 164px;
	margin: 0 0 3px;
	background: #ECECEC;
	border : 0px none;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color:#333;
	padding: 3px 0;
}
#content #sidebar p,#content #sidebar ul {
	padding: 7px 3px 0 7px;
}
#content #sidebar .top {
	background: url(sidebar_top.png) no-repeat;
	height: 7px;
}
#content #sidebar .btm {
	background: url(sidebar_btm.png) no-repeat;
	height: 7px;
}
#content #sidebar .mid {
	background: url(sidebar_mid.png) repeat-y;
}
#content #sidebar h3,#content #sidebar h2,#content #sidebar ul,#content #sidebar p {
	margin:0px;
}
#content #sidebar  .vspace { margin-top:0em; padding-top: 1.33em;}
/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }

.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

.actions ul {
	float: right;
	width: 800px;
	font-size: 11px;
}
.actions ul li {
	float: right;
	list-style-type: none;
	width: 80px;
	text-align: center;
}
.actions ul li a {
	float: right;
	width: 80px;
	color: #999;
	display: block;
	height: 20px;
}
.actions ul li a:hover {
	color: #000;
	text-decoration: none;
}
#credits {
	padding: 20px 20px;
	text-align: left;
	font-size: 11px;
	color: #666;
}
#credits a {
	color: #333;
}

.rframe,.lframe 
      { border:1px solid #cccccc; padding:4px; background-color:#f9f9f9; }
    .lframe { float:left; margin-right:0.5em; }
    .rframe { float:right; margin-left:0.5em; }


#tinypageactions {
	position: absolute;
	top: 0;
	right: 10px;
}
#tinypageactions ul {
	height: 30px;
	line-height:30px;
	color: #999;
	font-weight: bold;
	font-size: 11px;
	padding-left: 20px;
}
#tinypageactions ul li {
	list-style: none;
	display: inline;
}
#tinypageactions ul li a {
	margin-right: 5px;
	text-decoration: none;
	color: #999;
}
#tinypageactions ul li a:hover {
	color:#333;
}

