/*
	
	Copyright (c) 2008-2009, Element Fusion, LLC. All rights reserved.
	---------------------------------------------------------------------------------------------------------
	LICENSED FOR USE UNDER A CREATIVE LICENSE AGREEMENT
	---------------------------------------------------------------------------------------------------------

	Redistribution and use of Element Fusion's designs bearing this creative license agreement,
	with or without modification, are permitted provided that the following conditions are met:

	    * Any and all parts of the XHTML/CSS, supporting graphic files, or material derived 
		from those source materials are to be exclusively used on the WaterCMS, SkyCMS, and LightCMS 
		Content Management Systems. ANY OTHER USE IS STRICTLY PROHIBITED.

	    * Redistributions of XHTML/CSS code must retain the above copyright notice, this list of 
		conditions and the following disclaimer.

	    * Neither the name of Element Fusion, LLC nor the names of its software products may be 
		used to endorse or promote products or services derived from these source materials without the 
		specific prior written permission of Element Fusion, LLC.

	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
	AND ANY EXPRESS OR IMPLIEDWARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
	MERCHANTABILITY AND FITNESS FOR APARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 
	COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FORANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 
	OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOTLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
	LOSS OF USE, DATA, OR PROFITS; OR BUSINESSINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
	LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ORTORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IFADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
	
	---------------------------------------------------------------------------------------------------------	
	Created August 3rd, 2009 - Boomer Sooner!
	Last Modified - July 9th, 2010 - Rock On!
	---------------------------------------------------------------------------------------------------------
	
*/


body { background: #fff; color: #000; width: 8.5in; }	


pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	/* white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	/* white-space: -pre-wrap; /* Opera 4-6 */
	/* white-space: -o-pre-wrap; /* Opera 7 */ /*
	width: 99%; */
	/* word-wrap: break-word; /* Internet Explorer 5.5+ */
}

		
