/*
 * MindTouch DekiWiki - a commercial grade open source wiki
 *  derived from MediaWiki (www.mediawiki.org)
 * Copyright (C) 2006 MindTouch, Inc.
 * www.mindtouch.com  oss@mindtouch.com
 *
 * For community documentation and downloads visit www.opengarden.org;
 *  please review the licensing section.
 *
 * This program is free software; 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.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 * http://www.gnu.org/copyleft/gpl.html
 */

body {
	margin: 0;
	padding: 0;
	background: #fff url('bg-main.gif') repeat-y left;
}

/***
 * imported __content.css
 */
#title, .body h1, .header_1 {
	border-bottom: 1px solid #e6e6e6;
}
#title,
.body h1, 
.body h2, 
.body h3, 
.body h4, 
.body h5, 
.body h6, 
#attachments h1, 
#files h2,
.header_1,
.header_2,
.header_3,
.header_4,
.header_5,
.header_6  {
	font-family: Serif;
	margin-bottom: 4px;
	padding-bottom: 0;
	color: #000;
	text-decoration: none;
}
.body {
	font: 12px Verdana, Sans-Serif;
}
#title {	
	padding-top: 6px;	
	padding-left: 8px;
}
.body a.editsectionlink,
#title a.editsectionlink {
	text-decoration: none;
	visibility: hidden;
	padding-left: 4px;
}
h1#title {
	margin-top: 0;
}
.body h1,
#title,
#imageGallery h2, 
#attachments h2, 
#attachments h1, 
.header_1 {
	font-size: 24pt;
}
.body h2,
.header_2 {
	font-size: 18pt;
}
.body h3, 
.header_3 {
	font-size: 16pt;
}
.body h4, 
.header_4 {
	font-size: 14pt;
}
.body h5, 
.header_5 {
	font-size: 12pt;
}
.body h6, 
.header_6 {
	font-size: 12pt;
}	
.body p, 
.body blockquote, 
.body pre {
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}	
.body li {
	line-height: 1.25;
}
.body pre {
	overflow: auto;	
}
html>body .body pre {
	width: auto;
}

.body table {
	overflow: auto;	
}

/***
 * these values must be explicitly set for some reason
 */
.body big {
	font-size: 150%;
}
.body big big {
	font-size: 120%;
}
.body small {
	font-size: 80%;
}

/***
 * custom list bulleting
 */
.body ul, 
.body ul ul ul ul,
.body ul ul ul ul ul ul ul {
	list-style-type: disc;	
}
.body ul ul,
.body ul ul ul ul ul ,
.body ul ul ul ul ul ul ul ul { 
	list-style-type: circle;
}
.body ul ul ul,
.body ul ul ul ul ul ul,
.body ul ul ul ul ul ul ul ul ul { 
	list-style-type: square;
}
	
/***
 * links
 */
a.new, 
.body a.new {
	color:#ba0000;	
}
a:hover.new {
	color: #E36569;	
}
/***
 * image styles
 */
div.lnowrap {
}
div.rnowrap {
	text-align: right;
}
img.lwrap {
	float: left;
	padding: 2px;
}
img.rwrap {
	float: right;
	padding: 2px;
}
.thumb {
}
.thumb span {
	display: inline;
	height: 100%;
	border: 1px solid #aaa;
	background-color: #efefef;
	padding: 3px 3px 12px 3px;
}
.thumb img {
	margin: 2px;
}

/***
 * if you're changing these values, change the appropriate value in __editor.css as well
 * it contains a gecko-browser hack
 */
.body a,
p.modified a {
	color: #956220;	
}
.body a:hover,
p.modified a:hover {
	color: #572700;
}
	
/***
 * custom styles
 */
.left {
	width: 185px;
	float: left;
	padding: 10px;
	font: 12px Verdana;
}
.left a {
	color: #956220;
}
.left a:hover {
	color: #000;	
}
.left div.home {
	padding-bottom: 4px;	
}
.left a {
	background: transparent url('icon-doc.png') no-repeat center left;
	padding-left: 18px;
	padding: 2px 0 2px 18px;
}
.left ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.left ul li {
	margin: 0px;
	padding: 4px 2px 4px 0px;
}
.left ul.children li, 
.left ul.siblings li {
	margin-left: 8px;
	padding: 4px 2px 4px 8px;
}
.left ul.children {
	padding-top: 4px;
}
.home a {
	background: transparent url('icon-home.png') no-repeat center left;
	white-space: nowrap;
	padding-left: 18px;	
	font-weight: bold;
	color: #956220;
}

.selected a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.body {
	padding: 0 10px 10px 200px;
}	
.attachments {
	font-family: Verdana;
}
.attachments h2 {
	background-color: #efefef;
	font: bold 11px Verdana;
	padding: 3px;
}
.attachments table {
	width: 75%;
	border: 1px solid #000;	
}
.attachments table th {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	background-color: #efefef;
	padding: 3px;
	border-bottom: 1px solid #333;
}
.attachments table td {
	font: 12px Verdana;
	padding: 3px;
	border-bottom: 1px solid #333;	
}
