/*
 * 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
 */

#topic,
#topic table {
	font: 14px Verdana, Sans-Serif;
}
#topic a,
p.modified a {
	color: #956220;
}
#topic a:hover,
p.modified a:hover {
	color: #572700;
}
/***
 * content styles
 * class 'header_x' is heading styles, but not actual <hx>, like in lists, tables, etc.
 */
#title, #topic h1, .header_1 {
	border-bottom: 1px solid #e6e6e6;
}
#title,
#topic h1,
#topic h2,
#topic h3,
#topic h4,
#topic h5,
#topic h6,
#attachments h1,
#files h2,
.header_1,
.header_2,
.header_3,
.header_4,
.header_5,
.header_6  {
	font-family: Tahoma, Verdana, Sans-Serif;
	margin-bottom: 4px;
	padding-bottom: 0;
	color: #000;
	text-decoration: none;
}
#title {
	padding-top: 6px;
	padding-left: 8px;
}
#topic a.editsectionlink,
#title a.editsectionlink {
	text-decoration: none;
	visibility: hidden;
	padding-left: 4px;
}
h1#title {
	margin-top: 0;
}
#topic h1,
#title,
#imageGallery h2,
#attachments h2,
#attachments h1,
.header_1 {
	font-size: 18pt;
}
#topic h2,
.header_2 {
	font-size: 16pt;
}
#topic h3,
.header_3 {
	font-size: 14pt;
}
#topic h4,
.header_4 {
	font-size: 12pt;
}
#topic h5,
.header_5 {
	font-size: 11pt;
}
#topic h6,
.header_6 {
	font-size: 10pt;
}
#topic p, 
#topic dl,
#topic ul,
#topic table,
#topic blockquote, 
#topic pre {
	margin-top: 1.5em;
	margin-bottom: 0;
}
#topic ul ul {
	margin-top: 0;
}
#topic form table, 
#topic fieldset table, 
#topic fieldset ul {
	margin-top: 0;
}
#topic p,
#topic blockquote,
#topic pre {
	line-height: 1.25;
	margin-right: 1.5em;
}
#topic p {
	line-height: 1.5;
}
#topic li, 
#topic dd, 
#topic dt {
	line-height: 1.25;
}
#topic pre {
	line-height: auto;
	padding: 1em;
	border: 1px dashed #000;
	background-color: #fafafa;
	overflow: auto;
	width: auto;
}
#topic pre.script {
	padding-left: 26px;
	border: 1px solid #aaa;
	background: #efefef url(/skins/common/images/bg-script.png) no-repeat 0px 0px;
}
#topic table {
	overflow: auto;
}

/***
 * these values must be explicitly set for some reason
 */
#topic big {
	font-size: 150%;
}
#topic big big {
	font-size: 120%;
}
#topic small {
	font-size: 80%;
}

/***
 * custom list bulleting
 */
#topic ul,
#topic ul ul ul ul,
#topic ul ul ul ul ul ul ul {
	list-style-type: disc;
}
#topic ul ul,
#topic ul ul ul ul ul ,
#topic ul ul ul ul ul ul ul ul {
	list-style-type: circle;
}
#topic ul ul ul,
#topic ul ul ul ul ul ul,
#topic ul ul ul ul ul ul ul ul ul {
	list-style-type: square;
}

/***
 * links
 */
a.new,
#topic 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 span {
	display: inline;
	height: 100%;
	border: 1px solid #aaa;
	background-color: #efefef;
	padding: 3px 3px 12px 3px;
}
.thumb img {
	margin: 2px;
}
span.widget span {
	display: none;
	color: white;
}
