/*
-----------------------------------------------
PRINT STYLE SHEET (print.css)
Site: ToddJohnsonBooks.com
Company:  AuthorsOnTheWeb.com
Designer: Eric Rhodes (eric@ericrhodes.net)
Author:   Eric Rhodes (eric@ericrhodes.net)
Version:  25 November 2008
File Path: ../css/print.css
----------------------------------------------- */

/*
-----------------------------------------------
Global
----------------------------------------------- */
* { 
	margin: 0; 
	padding: 0; 
	line-height: 1.4; }

body { 
	font: 11pt Georgia, 'Times New Roman', serif; 
	color: #333; }

h1 { 
	display: none; 
	}
	
h2 { 
	clear: left;
	font-size: 15pt;
	font-weight: normal; 
	color: #000000; 
	margin: 0 0 .125in 0;
	}
	
h3 { 
	clear: left; 
	font-size: 13pt;
	font-weight: normal; 
	color: #000000; 
	}
	
h4 { 
	font-style: italic; 
	font-size: 12pt; 
	font-weight: normal;
	}

h5 { 
	font-style: italic; 
	font-size: 12pt; 
	font-weight: normal;
	}

h6 { 
	font-style: normal; 
	font-size: 11pt; 
	font-weight: normal;
	}

p { 
	font-size: 10pt; 
	margin-bottom: 1em; 
	}

a { 
	color: #cccccc; 
	text-decoration: underline; 
	}

h2 a {
	color: #000000; 
	text-decoration: none;
	}

img { 
	display: block; 
	}
	
a img { 
	border: none; 
	}

#nav, #subnav, #subsection, .rss { 
	display: none; 
	}

abbr, acronym { 
	border: none; 
	}


#header, #content, #footer { 
	width: 6in; margin: 0 auto; 
	}
		
#header {
	margin: 0 auto 0.25in auto;
	border-bottom: #cccccc 1px dotted ;
	}
	
#logo { 
	text-align: left; margin: 0.5in 0 0.5 0; 
	}
	
h1 strong a, span.connect {  
	}
	
#footer { 
	clear: left;
	}
	
#footer a { 
	color: #000000; 
	text-decoration: none;
	margin: 0.5in 0 0 0; 
	}

/*
-----------------------------------------------
Macro .campaign
----------------------------------------------- */
.mc2 {
	margin: 0 0 .25in 0;
	border-bottom: #cccccc 1px dotted;
	position: relative;
	}

/*
-----------------------------------------------
Macro .photogallery
----------------------------------------------- */
.photogallery .even, .photogallery .odd {
	margin: 0 0 .25in 0;
	border-bottom: #cccccc 1px dotted;
	position: relative;
	}


/*
-----------------------------------------------
Macro .photogallery-interior
----------------------------------------------- */
.photogallery-interior .photo-thumb {
	display: none;
	}

.photogallery-interior h3 {
	margin: 0.25in 0 0 0; 
	}
	
/*
-----------------------------------------------
Macro .clients
----------------------------------------------- */

table.client_tbl {
	text-align: left;
	width: 80%;
	margin: 0 auto;
	border: #CCCCCC;
	border-width: 1px;
	}

table.client_tbl caption {
	display: none;
	}


table.client_tbl tr.odd {
	background-color: #cccccc;
	}

table.client_tbl tr#client_tbl_hdr {
	display: none;
	}

table.client_tbl tr#client_tbl_ftr {
	background-color: #cccccc;
	}

table.client_tbl th {
	color: #ffffff;
	font-weight: normal;
	font-size: 13pxt;
	}

table.client_tbl th.alpha {
	color: #000000;
	font-weight: bold;
	text-align: left;
	}
	
table.client_tbl th#sort {
	font-weight: normal;
	}

table.client_tbl th#sort ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
table.client_tbl th#sort li {
	float: left;
	margin: 0;
	padding: 0 .0625in 0 0;
	}

table.client_tbl th#sort li a {
	color: #f6f6f6;
	text-decoration: none;
	display: block;
	padding-top: 13px;
	height: 28px;
}

table.client_tbl th#sort li a.on {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

table.client_tbl th#sort li a:hover {
	color: #fff;
	text-decoration: underline;
	}

table.client_tbl th#sort li a.on:hover {
	color: #fff;
	text-decoration: none;
	}

table.client_tbl th#campaign_type {
	font-weight: normal;
	}

table.client_tbl th#campaign_type span {
	font-weight: bold;
	border-left-color: #f6f6f6;
	border-left-width: 1px;
	height: 41px;
	padding: 0;
	margin: 0; 
	}
