/* Hide unnecessary elements
======================================================================*/
.content-sub, #personal { display: none; }


/* Basics
======================================================================*/
li { background: none; padding-left: 0; }
ul { list-style: disc; margin-left: 2em; }


/* Core layout
======================================================================*/
#admin { min-width: 0; }
#content, #footer .inner, #header .inner { margin: 0; min-width: 0; }

	/*--- Content ---*/
	#content { background: none; }
	#content-main { overflow: visible; width: 100%; }
	#content .inner { margin: 0; }
	
	/*--- Tabs ---*/
	#tabs { list-style: none; }
	#tabs a { border: 1px solid #c6c199; }
	#tabs .current { color: #000; font-weight: bold; }
	#tabs .current a { border-bottom-color: #fff; }


/* Content
======================================================================*/
	/*--- Progress indicator ---*/
	#progress .current { border: 1px solid #000; -moz-border-radius: 1em; }
	#progress li { background: none; line-height: 1.1; padding: 0.2em 0.5em; }