/*** Main Layout ***/

	/** Backgrounds **/

	/* Dark orange */
	td#topleftGap, td#toprightGap, div.midbox div.head, .menuItem, #comic_link_head, .tab {
		background-color: #ff9900;
	}

	/* Light orange */
	body, th, .tab.selected, #searchBox {
		background-color: #ffd18c;
	}

	/* Faint orange */
	tr#titlebar, td#menu, div.midbox, div.roundbox, #comic_link, .tab_active, .tab_body {
		background-color: #ffebd1;
	}

	/** Text **/

	/* Black */
	body, p, td, div {
		color: #000;
	}

	/* Dark orange */
	tr#foot td {
		color: #ff9900;
	}

	/** Borders **/
	
	.tab_active {
		border-bottom-color: #ffebd1 !important;
	}


/*** Comic Info Page ***/
	.left_col .left_box {
		background-color: #ffebd1;
	}
	
/*** Discuss ***/
	.message_head {
		background-color: #ff9900;
	}
	
	.message_content {
		background-color: #ffebd1;
	}
	
	.bad_message .message_head, .bad_message_admin .message_head {
		background-color: #bbb; /* Grayed out */
	}

/*** Search Page ***/
	.search_box {
		background-color: #ffebd1;
	}

/*** Strips Viewers ***/
	#menuIcons, #navigation, #rightMenuBack, #bookmark tbody td, #waitMsg {
		background-color: #ffebd1;
	}
	
	#bookmark thead td {
		background-color: #ff9900;
	}
