/*/*/
/* SC.GOV Partner Print Styles - Copyright South Carolina 2006 /*

/** Useful Shortcuts:
*	font: font-style  font-variant  font-weight  font-size / line-height  font-family
*	background:  background-color  background-image  background-repeat  background-attachment  background-position 
*	border: border-width  border-style  border-color 
*	margin: top right bottom left 
*	padding: top right bottom left
***/

/***************** PRINT STYLES ******************/
body {
	font: normal 80%/130% Verdana, Arial, Helvetica, sans-serif;
	background: white;
	}
	#pageContainer {background: transparent;}
	#contentContainer {float: none; width: 7in; }
	#contentLeft {width: 7in; float: none; border: none !important; }
	#branding {
	position: static;
	float: none; 
	background: transparent;
	width: 7in;
	height: auto;
	margin-top: 0px;	
	}
	#breadcrumbs {margin: 2em 0; }
	#breadcrumbs a {text-decoration: none; color: gray;}
	#breadcrumbs,
	#contentRight, 
	div.relativeContentLeft, 
	div.relativeContentRight {float: none; width: 6.5in; }
	.hide, 
	#siteName,
	#leftNav,
	#quickLinks,
	#footer,
	#agencyFooter,
	#globalNav {display: none; float: none;}


/*** Content Styles ***/
h1 {color: #000;}
h2 {font-size: 1.3em; }
h3 {font-size: 1.8em; }
h4 {font-size: 1.3em; color: #3B5EA4; margin: .3em 0 0 0;}
h5 {font-size: 1.3em; color: #3B5EA4; font-style: italic; }
h6 {font-size: 1.2em; color: #3D7C67; padding-bottom: .05em;}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
p {margin-bottom: 1.3em;}
.relContentHeader { font-size: 1.1em;font-weight: bold;
	color: #0D4D9C;
	background-color: none;
	border-bottom: 1px solid #BACFE5;	
	padding: .2em 0 .3em .2em !important;
	margin: 3em 0 1em 0;
	}
strong {color: black;}
#contentLeft h1 {
	border-bottom: 1px solid #3A73B2; 
	border-top: none; 
	margin: .5em 0 .3em; 
	padding-bottom: .2em;
	}
#contentContainer ul {padding: 0; margin: .3em 0 0 .2em;}
#contentContainer ul li { 
	padding: 3px 0 3px 15px;
	margin: 0 !important;
}
img.frontPage {margin-bottom: 2em;}

/** Print Out Link HREFs ***/
#contentLeft a:link:after, #content a:visited:after {
   content: "  (" attr(href) ") ";
   font-size: 90%;
   }
#contentLeft a[href^="/"]:after {
   content: "  (http://governor.sc.gov" attr(href) ") ";
   }
