/* Printer-friendly Layout */
body {
	font-family:tahoma, times, serif;
	font-size:11px;
}
div {
	display:none;
	visibility:hidden;
	margin:0;
	padding:0;
}

#wrapper:after,
#site_header:after, #header:after, #header_right:after,
#site_content:after
{/* Clearing without presentational markup */
    display:block;
    clear:both;
    content:" ";
}
#wrapper {
	display:block;
	visibility:visible;
	margin:0 auto;
	border:none;
	max-width:1280px;
}

/* CONTENT AREA */

#site_content {
	display:block;
	visibility:visible;
	background:transparent;
}
#content {
	display:block;
	visibility:visible;
	padding:25px 15px;
	width:100%;
}

/* FOOTER AREA */
/*
#site_footer {
	display:block;
	visibility:visible;
	position:absolute;
	background:transparent;
	bottom:20px;
	font-family:tahoma, verdana, sans-serif;
	font-size:0.9em;
	text-align:center;
	width:100%;
}
#copyright_etc {
	display:block;
	visibility:visible;
	margin:0 auto;
	padding:10px 0;
	color:#666;
}
#copyright_etc a {
	display:none;
}*/

/* Posts */
ul.posts {
	list-style:none;
}
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
	color:#000;
}
h2 a:hover, h3 a:hover {
	color:#0000CC;
}

dl.posts {
	color:#666;
	font-size:0.9em;
}
dl.posts dt {
	font-style:italic;
}

/* Comments */
.comments {
	width:50%;
}
.comments li {
	margin:0 0 0.8em 0;
	padding:0.8em 1em;
	font-size:0.9em;
	border-color:#999;
	border-style:solid;
	border-width:0 0 0 3px;
	vertical-align:top;
}
.comments li.row {
	background:#F3F3F3;
}
.comments li.alt-row {
	background:#F9F9F9;
}
.comments li a {
	font-family:verdana, 'trebuchet ms', sans-serif;
	font-weight:bold;
}
.comments li p {
	margin:0;
	padding:0;
}

.comments li.author-comment {
	background:#000;
	border-color:#FFF;
}
.comments li.author-comment a,
.comments li.author-comment p {
	color:#FFF;
}

/* Tabular data (from the list, search results and resume view pages) */
table.search-results, table.resume-table {
	margin:0 0 20px 0;
	width:90%;
	border:1px solid #CCC;
}
table.resume-table {
	background:#FFF;
}

table.search-results thead {
	background:url(../images/table_header_bg.gif) left bottom repeat-x;
}
table.search-results th {
	margin:0 1px;
	padding:6px 3px 6px 10px;
	color:#999;
	border-bottom:1px solid #CCC;
	font-family:verdana, 'trebuchet ms', sans-serif;
	font-size:0.85em;
	text-align:left;
	text-transform:capitalize;
}
table.resume-table th {
	padding:6px 3px 6px 10px;
	background:url(../images/table_header_bg.gif) left bottom repeat-x;
	color:#999;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-family:verdana, 'trebuchet ms', sans-serif;
	font-size:0.85em;
	text-align:left;
}

table.search-results tbody tr:hover {
	background:#E6E6E6;
}
table.search-results tbody td {
	padding:2px 3px 2px 10px;
	font-size:0.9em;
	text-align:left;
}
table.search-results tbody td.no-padding {
	padding:0 10px;
}
table.resume-table td {
	padding:2px 3px 2px 10px;
}

table.search-results tfoot td {
	padding:5px 10px;
	background:url(../images/table_header_bg.gif) left bottom repeat-x;
	color:#333;
	font-family:verdana, 'trebuchet ms', sans-serif;
	text-align:right;
	vertical-align:middle;
}
table.search-results tfoot td a {
	padding:3px 4px;
	color:#333;
	font-size:0.8em;
	text-decoration:none;
	border:1px solid transparent;
}
table.search-results tfoot td a:hover {
	background:#F9F9F9;
	border:1px outset #CCC;
}
/*table.search-results tfoot td button, #buttons */
button {
	padding:1px 4px;
	font-size:0.9em;
	text-decoration:none;
	opacity:0.65;
	cursor:pointer;
}

/* Search Results Pager */
.pager {
	margin:0.85em 0;
	padding:0;
	font-family:verdana, 'trebuchet ms', sans-serif;
	font-size:0.82em;
}
.pager a {
	text-decoration:none;
}
