@import url("headings.css");

/*
|===============================================================
| HIDE BLOCKS
|===============================================================
*/
#nav-w,
.breadcrumbs,
.post-tools,
#sidebar,
.defaultTip,
.tags,
#header #skip,
#header #header_navigation,
#header .search,
#header #primary_navigation,
#header #secondary_navigation,
#footer
{
	display:				none !important;
}


/*
|===============================================================
| CONTENT FRAME BORDERS
|===============================================================
*/
#content_page .content_frame
{
	border:					0 !important;
}



/*
|===============================================================
| TITLE
|===============================================================
*/
#banner h1
{
	display:				none;
}




/*
|===============================================================
| FONTS
|===============================================================
*/
body
{
	font-family:			"Helvetica Neue", Helvetica, Arial, sans-serif;
}




/*
|===============================================================
| DEFINITION LISTS
|===============================================================
*/
dl
{
	border:				1px solid #1a1a1a;
	padding:				10px;
}
dl dt
{
	font-weight:			bold;
	margin:				10px 0 0 0;
}




/*
|===============================================================
| ARTICLE MEDIA
|===============================================================
*/
.post-media
{
	float:				right;
	margin:				0 0 20px 20px;
}
.post-media-caption
{
	font-size:				12px;
}




/*
|===============================================================
| ARTICLE BODY
|===============================================================
*/
.copy p
{
	text-align:				justify;
	padding:				0 0 10px 0 !important;
}