/* RESET
----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* LAYOUT
----------------------------------------------------------------------------------*/
body
{
	margin: 5%;
	background: #fff;
	color: #111;
	font: 11pt 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

/* HEADER
----------------------------------------------------------------------------------*/
#ukcla img
{
	display: block;
	margin: 0 0 1em;
}
#strap
{
	font: 18px 'Century Gothic',verdana,sans-serif;
	color: #000;
	margin: 0 0 2em;
}

/* NAV
----------------------------------------------------------------------------------*/
#nav { display: none; }

/* CONTENT
----------------------------------------------------------------------------------*/
#content h1
{
	margin: 0 0 1em; 
	font-weight: bold; font-size: 180%;
	color: #23344b;
}
#content h2
{
	margin: 1em 0 0.5em; padding: 0 0 0.5em;
	color: #00275e;
	font-size: 120%; font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
}
#content h3
{
	margin: 1.5em 0 0.25em;
	color: #3b424b;
	font-size: 105%; font-weight: bold;
}
#content p
{
	margin: 0 0 1em;
}
#content ul
{
	list-style-type: square;
	margin: 0 0 1em; padding: 0 0 0 2em;
}
#content ol
{
	list-style-type: decimal;
	margin: 0 0 1em; padding: 0 0 0 2em;
}
#content li
{
	margin-bottom: 0.5em;
}
#content strong
{
	font-weight: bold;
}
#content em
{
	font-style: italic;
}

#content a:link, #content a:visited
{
	color: #2c63af; background-color: transparent;
	font-weight: bold; text-decoration: none;
	border-bottom: 1px solid #4f77af;
}

#content .postdate
{
	margin: 0 0 3em; padding: 0 0 1em;
	color: #555;
	font-size: 80%; font-style: italic;
	border-bottom: 1px solid #e1e1e1;
}
#content .postdate:last-child { margin-bottom: 2em; border: 0; }

#content h2 + h3 { margin-top: 0; }

/* BREADCRUMB
----------------------------------------------------------------------------------*/
#bread { display: none; }

/* PROCEEDINGS
--------------------------------------------------------------*/
#content .resource
{
	margin: 0 0 1em; padding: 10px 0;
	color: #333;
	font-size: 130%; line-height: 1.4;
	border-bottom: 1px solid #e1e1f0;
}
#content .resource img
{
	float: right;
	margin: 0 0 1em 1em;
}
#content .resource h2, #content .resource h3
{
	margin: 0 0 0.1em; padding: 0;
	border: 0;
}
#content .resource a:link, #content .resource a:visited,
#content .resource a:hover, #content a:active 
{
	font-weight: normal;
	text-decoration: none;
}

#content .resource .compact { margin: 0; line-height: 1.8; }

/* ICONS */
#content .download { display: none }

/* FOOTER
----------------------------------------------------------------------------------*/
#footer
{
	clear: both;
	margin: 2em 0 0; padding: 1em 0;
	border-top: 5px solid #3b424b;
	font-size: 80%;
}

