/* 
PRINT style sheet
tkofc.org 
*/

/* layout */
#top, 
#supporting,
#footer,
#content .pagination,
#content .viewtools {
	display: none;
}
img.image.left,
float.left  {
	float:left;
	margin: 0 20px 20px 0;
}
img.image.right,
float.right {
	float:right;
	margin: 0 0 20px 20px;
}


/* typography */
body {
	font-family: Georgia, serif;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
}
h1, h2, h3 {
	font-weight: normal;
	letter-spacing: -1px;
}
h1 { 
	font-size: 24pt;
	padding-bottom: .25em;
	margin-bottom: .25em;
	border-bottom: 1px dotted #ccc;
}
h2.page-title { 
	font-size: 21pt;
	line-height: 1em;
	margin-bottom:20px;
}
h2 { 
	font-size: 18pt;
	line-height: 2.3333em;
}
body.events.v h2.date { 
	font-size: 16pt;
	line-height: 1em;
}
h3 { 
	font-size: 16pt;
	line-height: 1.3125em;
}
table.table tbody th,
.entry .meta {
	font-weight: normal;
	font-size: 11pt;
	line-height: 1.6666em;
}

#content .posted {
	font-size: 9pt;
	line-height: 1em;	
	color: #ccc;
}
#content .caption {
	font-size: 9pt;
	color: #ccc;
}
#content .comment-form,
#content ul#nav_categories {
	display:none;
}


/* 
-------------------------
LIST PAGES
-------------------------
*/
.announcements #content .entry,
.news #content .entry {
	clear: both;
}
.announcements #content .entry .meta,
.news #content .entry .meta {
	text-align: right;
	width: 20%;
	font-size: 9pt;
	font-weight: normal;
	line-height: 12pt;
	float:left;
	clear:left;
	margin-right: 20px;
}
.announcements #content .entry .content,
.news #content .entry .content {
	text-align: left;
	width: 75%;
	font-size: 11pt;
	font-weight: normal;
	line-height: 12pt;
	float:left;
}
/* 
-------------------------
COUNCIL DETAIL PAGE
-------------------------
*/
body.directory #content table {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}
body.directory.council #main {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}
body.directory.council .detail_group {
	position: relative;
	float: left;
	padding: 0;
	margin-bottom:2em;
}
body.directory.council .column {
	margin-right:0;
}
body.directory.council .item {
	position: relative;
	display: block;
	float: left;
	width: 320px;
	font-size: 9pt;
	line-height: 1.5em;
}
body.directory.council .item .key {
	position: relative;
	display: block;
	float: left;
	width:150px;
	margin-right:10px;
	text-align:right;
	font-weight: bold;
}
body.directory.council .item .val {
	position: relative;
	display: block;
	float: left;	
	width:150px;
}
body.directory.council .info.table {
	font-size:11pt;
	line-height: 1.5em;
	margin:0;
	padding:0;
}
body.directory.council .info.table caption {
	font-size: 7pt;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
body.directory.council .info.table th,
body.directory.council .info.table td {
	padding:0 5px;
	text-align: center;
}
body.directory.council .info.table.membership {
	float: left;	
	width: 300px;
	margin-right:20px;
}
body.directory.council .info.table.members,
body.directory.council .info.table.forms {
	float: left;	
	width: 310px;
}
body.directory.council .info.table.members {
	margin-right:20px;
}
body.directory.council .info.table.members table th,
body.directory.council .info.table.forms table th {
	border-top:1px solid #ccc;
}
body.directory.council .info.table.report.membership,
body.directory.council .info.table.report.insurance,
body.directory.council .info.table.report.charity {
	float: left;	
	width: 200px;
	margin-right:20px;
	margin-bottom:2em;
}
body.directory.council .info.table h2 {
	text-align: center;
	font-size: 14pt;
	line-height: 14pt;
}
body.directory.council .info.table.report.charity {
	margin-right:0;
}

/* 
-------------------------
REPORTS PAGE
-------------------------
*/
body.report #main {
	font-family: Arial, sans-serif;
	width:1000px;
}
body.report #supporting {
	display:none;
}
body.report table thead th,
body.report table thead td {
	text-align: center;
}
body.report table td {
	font-size: 12px;
}
body.report table tbody td,
body.report table tfoot td {
	text-align: center;
}
body.report table tfoot th,
body.report table tfoot td {
	border-top:1px solid #ADBDDC;
	font-weight: bold;
}
body.report table th.separator,
body.report table td.separator {
	border-left:1px solid #fff;
}


