	strong {font-weight:bold;}
	big {font-size:115%;}
	cite, em, dfn { font-style: italic; }
	small, sup, sub { font-size: 85%; }
	sup { vertical-align: super; }
	sub { vertical-align: sub; }

	code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'],  select { 
		font-size: 90%; 
	}

	/* QUOTES */

	blockquote { 
		border-top: 1px solid #ccc; 
		border-bottom: 1px solid #ccc; 
		color: #666; 
		padding:2px;
	}

	blockquote *:first-child:before { content: "\201C"; }
	blockquote *:first-child:after { content: "\201D"; }
	
	/* language specific quotes! */
	
	q { quotes: "\201C" "\201D" "\2018" "\2019"; }
	:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
	:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
	:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
	:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
	:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
	:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
	:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }
	
	/* NOTE: safari refuses to support the quotes syntax. I only added the english language quotes for safari to save space. */
	html[lang|='en'] q:before   { content: '\201C'; }
	html[lang|='en'] q:after    { content: '\201D'; }
	html[lang|='en'] q q:before { content: '\2018'; }
	html[lang|='en'] q q:after  { content: '\2019'; }
	
li.article
{
	list-style-image: url(/images/ico-article.gif);
}
li.section
{
	list-style-image: url(/images/ico-section.gif);	
}