
/* Wrapper
____________________________________________________________________________ */

#wrapper_out
{
}

#wrapper_in
{
	width: 95%;
	margin: 0 auto;
	color: #000;
}


/* Header
____________________________________________________________________________ */

#header
{
	padding: 20px 0;
}


/* Header > Logo
____________________________________________________________________________ */

#logo
{
}


/* Header > Links
____________________________________________________________________________ */

#links
{
	display: none;
}


/* Header > Banner
____________________________________________________________________________ */

#banner
{
	display: none;
}


/* Navigation
____________________________________________________________________________ */

#nav
{
	display: none;
}


/* Body
____________________________________________________________________________ */

#body
{
	font-size: 0.75em; /* 12px / 16px = 0.75em */
}


/* Body > Titles
____________________________________________________________________________ */

#titles
{
	margin-bottom: 30px;
}

#titles h2
{
	font-size: 1.3em; /* 16px / 12px = ~1.3em */
	font-weight: normal;
}

#titles h3
{
	margin-top: 5px;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}


/* Body > COMMON ELEMENTS
____________________________________________________________________________ */

#body h4
{
	margin-top: 20px;
	margin-bottom: 3px;
	font-size: 1.17em; /* 14px / 12px = ~1.17em */
	font-weight: bold;
}

#body h5
{
	margin-bottom: 3px;
	font-size: 1em;
	font-weight: bold;
}

#body p
{
	margin-bottom: 10px;
	line-height: 19px;
}

#body strong
{
	background-color: transparent;
	color: #666;
}

#body strong a,
#body a strong,
#body a
{
	background-color: transparent;
	color: #000;
}

#body ol,
#body ul
{
	margin: 10px 0;
}

#body li
{
	margin-left: 30px;
	margin-bottom: 8px;
	line-height: 19px;
}


/* Aside
____________________________________________________________________________ */

#aside
{
	display: none;
}


/* Footer
____________________________________________________________________________ */

#footer
{
	font-size: 0.5625em; /* 9px / 16px = 0.5625em */
	text-transform: uppercase;
}
