/* 
	Xealcom Dasblog Base styles

*/

@import url("xcLayout.css");
@import url("xcStyle.css");
@import url("dasBlogClasses.css");
@import url("admin.css");
@import url("highlight.css");
@import url("niftyCorners.css");
/* @import url("xcLayoutBoarders.css"); */

PRE {
	/* ----  Pre tag fix ----    thanks to    http://myy.helia.fi/~karte/pre-wrap-css3-mozilla-opera-ie.html */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word;  /* Internet Explorer 5.5+ */
	/* ---- End Pre tag fix ----  */
	padding: 10px;
	/*
	padding: 0 10px 0 10px;
	background: #F0F0F0;
	border-style: dashed;
	border-width: 1px;
	border-color: #C0C0C0;
	font-family: Courier New, monospace;
	font-size: 102%;
   */
}

/* ---- Clearing floats ----- 
  Massive thanks to
  http://positioniseverything.net/easyclearing.html
  This new clearing technique was originally developed
  by Tony Aslett, of csscreator.com
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
 * html .clearfix {
	height: 1%;
}
