/* $Id: print.css,v 1.8.2.1 2010/06/26 15:36:04 johnalbin Exp $ */

/**
 * @file
 * Print styling

 */
 
body {
    width: 200px;
}
 
 body.toolbar {
     padding-top: 10px !important;
 }

.sidebar, .region-page-top, .navbar, article footer, .nav-tabs, .breadcrumb, .noprint, .main-content-nav-top, .main-content-nav-footer { 
display: none;
}

	 
/*
 * Checklist
 */

.checklist dl.form {
	float: left;
	width: 100%;
}

.checklist dl.form dt {
	clear: left;
	float:left;
	font-weight: bold;
	width: 8em;
	margin-bottom: 1em;
}

.checklist dl.form dd {
	float: left;
	border-bottom: 1px solid #999;
	width: 16em;
	margin: 0;
	padding: 0;
}

.checklist dl.form dd:before {
	content: "\0000a0 "; /* 2610 is hex for character entity &#9744; \0000a0 is &nbsp; */
}
 
.checklist li {
	list-style: none;
}

.checklist li:before {
	content: "\2610\0000a0\0000a0 "; /* 2610 is hex for character entity &#9744; \0000a0 is &nbsp; */
}

.checklist dl {
	margin-left: 1em;
}

.checklist dt {
	float: left;
	width: 10em;
}

.checklist dt, .checklist dd {
}
