Possible Duplicate:
Enumerated description list
I would basically like to produce some kind of combination of an enumerate and a description environment. Manually
\begin{description}
\item[1. Item bla] \hfill \\
Some text bla bla
\item[2. Item bla] \hfill \\
Some more text bla bla
\end{description}
pretty much gives what I want. Each item should contain a counter together with a description (both equally formatted, e.g. bold) and some associated text starting on the next line. So actually something like (sub)section heading plus text. But with separate counters and indentation etc.
Is there some nice package that will produce such formatting? Or would I need to somehow define a custom list structure?

item. – Marco Daniel Oct 01 '11 at 11:06