/* Hair of the Dawg Bloody Mary Mix CSS Document  */
/* Print Style Sheet Version 1.0                  */

/*remove the elements we don't want to print*/
#header, #splash, #navbar, #sidebar, #footer, .handheldheader {
	display: none;
}

/* get rid of the body bg, change the font and size to be print friendly*/
body {
	background: #fff;   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

/*let the wrapper take the available room*/
#wrapper {
	width: auto;
	padding: 0;
}
a:link, a:visited, h3 a:link, h3 a:visited {
	color: #333;
	text-decoration: none;
}


/*then center the content within the wrapper*/
#mainCol, #content {
	margin: 0 auto;
	width: 7in;
	float: none;
	background: #fff;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #ca5410;
}
#content h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	line-height: 28px;
}
#content p, li {
	padding: 0;
	color: #333;
}
#content p.divider {
	border-bottom:  1px solid #333;;
}
strong, b {
	color: #ca5410;
}
.headerAlt {
	color: #333;
}

/* refloat the default float styles in the content area*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* restyle the image in the content area*/
.photo {
	margin: 5px;
	padding: 4px;
	border: 1px #070505 solid;
}

/*set the print header to display block - provides a heading for our printed page*/
#content .printheader {
	display: block;
	margin-bottom: 25px;
}

