/* ----------------------------------------------------------------------------
TITLE: Debug Stylesheet
AUTHOR: Paulo Elias
URL: http://wearequickpixel.com/
	
    DESCRIPTION: These classes are used to help debug CSS bugs in a bind.

CREATED: 2007.09.10
MODIFIED: 2010.08.17
---------------------------------------------------------------------------- */
/* 	=DEB DEBUG
	Classes to help debug layout issues
---------------------------------------------------------------------------- */
.showgrid							{ background: url(../../img/site/ui/bg_grid.png); }

.border-thin						{ outline: 1px solid red; }
.border-thick						{ outline: 5px solid red; }

.bg-black							{ background-color: #000; }
.bg-white							{ background-color: #fff; }

img.tbd								{ background-color: #ccc; }