/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    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 3 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, see <http://www.gnu.org/licenses/>.
*/

* { background: #fff; height: auto; width: auto; float: none; !important;}
body { font-family: georgia, times, serif; color: black; }
blockquote { font-style: italic; color: black; }
a:link, a:visited { border-bottom-width: 1px; border-bottom-style: solid; }

/* CUSTOM */
#Header {
	display: none;

	/*height: auto;
	min-height: 0px;
	position: relative;*/
}
/*#Header #HeaderTitle {
	float:none;
}
#Header h1 {
	display: block
}
#Header h1 a {
	margin: 0;
	height: auto;
	position: relative;
}
#Header h1 a:link, #Header h1 a:visited {
	border: none;
}
#Header h1 a span {
	display: block;
}*/
#LeftPane, #UnderMenu, #BreadCrumbs, #Footer, #Header #SmartLinks, #Header #TopLevelNavigation {
	display: none;
}
#Content {
	padding: 0;
}
#Content #ContentPane, #Content #RightPane, #Content #TopPane, #Content #BottomPane {
	float: none !important;
	width: auto;
	overflow: visible;
}
.ContainerWithFloat, #BottomBkg {
	overflow: visible;
}
.pane, .modules .pane, .content div.modules div.pane {
	display: block;
	float: none !important;
	width: auto;
	overflow: visible;
}
.pane img.delete {
	display: none;
}


