/* @group Global Format */

#header, #program-header #header-icons, #footer, #sidebar-tags form, img.trash, .tag-delete, #post-form, .post img.profile, .post-attachment img, .addthis_toolbox, #reports-sidebar, #report #controls, #fb-root {
	display: none;
}

body {
	font-size: 10pt;
	line-height: 12pt;
	font-family: Georgia, "Times New Roman", serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 18pt;
	line-height: 18pt;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.post {
	border-top: 1px dotted gray;
	margin-top: 7pt;
}
.post p {
	font-size: 9pt;
	line-height: 10pt;
	margin: 1pt 0 0;
}

/* @end */

#program-header {
	border-bottom: 2pt solid black;
	padding-bottom: 5pt;
}

#program-header p {
	margin: 0;
}

#program-header h1{
	margin-bottom: 0;
}

#content-left p.description, .response p.name {
	font-weight: bold;
}

#meta p {
	font-size: 8pt;
	line-height: 12pt;
	margin: 0;
}

.post .header {
	font-weight: bold;
}

#sidebar-wrapper  {
	padding-left: 10pt;
	border-left: 1px dotted black;
}

#sidebar-people a {
	text-decoration: none;
}
#sidebar-people .person {
	display: block;
}
#sidebar-people .person p {
	display: inline;
}


#sidebar-people img.profile {
	width: 25px;
	height: 25px;
}

/* @group Structure */

#content {
	position: relative;
}
#content-left {
	width: 65%;
	clear: both;
	position: absolute;
	top: 0;
}

#sidebar {
	width: 35%;
	position: absolute;
	top: 0;
	right: 0;
}


/* @end */
