/* --------------------------------------------------------------------------------
	articles | items list
-------------------------------------------------------------------------------- */
#items							{ /* stupid IE messes up margin use here :-( */}
#items .itemwrapper				{ clear:both; }
#items .title					{ float:left; width:500px; margin:4px 30px; }
#items .period					{ float:left; width:300px; }



/* --------------------------------------------------------------------------------
	articles | single item
-------------------------------------------------------------------------------- */
#item							{ }


