@namespace url(http://www.w3.org/1999/xhtml);

/* --------------------------------------------- *
 * Style:   Luke is Back - Site cleanup		 *
 * Author:  Diddle				 *
 * --------------------------------------------- *
 * September 20th, 2009:			 *
 * 	- Removed text and empty spaces		 *
 * 						 *
 * August 31st, 2009:				 *
 * 	- Updated for green layout		 *
 * 						 *
 * --------------------------------------------- */

@-moz-document domain("lukeisback.com") {

	/* Proper positioning of main column */
	#content {
		position: static !important;
		left: 0px !important;
		float: left !important;
		margin: 0 !important;
		padding: 5px !important;
		width: 575px !important;
	}

	/* Fix spacing between articles */
	div[id^="post"] {
		margin-bottom: 10px !important;
		padding-top: 10px !important;
		border-bottom: 1px solid silver !important;
	}

	/* Visual searchbox fix */
	li#search-2		{ margin-left: 30px !important; padding: 0 !important; }
	li#search-2 td,
	li#search-2 table	{ background: none !important; border: none !important; }

	h2, h3	{ padding: 0 5px !important; }		/* Indent post title and date */
	h9	{ float: right !important; }		/* Have the comments link float on the right */



	/* Removal of various items */
	h8,						/* 'BY LUKE IS BACK' text */
	div#rightnav,					/* Right adbar */
	div.roundcont,					/* Post info below posts */
	div#content > p,				/* Empty paragraphs between stories */
	input#searchsubmit,				/* Remove searchbutton, enter will suffice */
	body > *:not(div):not(br),			/* Everything from the body except the necessary parts */
	div#wrap > div:first-child			/* Banners on top */

	{ display: none !important; }


}