/* Print Stylesheet | CST */

@page { 
	margin: 0.8cm;
}

body {
	background: white; 
	color: #000;
	font-family: Georgia, serif;
	font-size: 12pt; 
	line-height: 1.3;
}

/* Ensure the content spans the full width
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1,
.container_12 .grid_2,
.container_12 .grid_3,
.container_12 .grid_4, 
.container_12 .grid_5, 
.container_12 .grid_6, 
.container_12 .grid_7,
.container_12 .grid_8,
.container_12 .grid_9,
.container_12 .grid_10,
.container_12 .grid_11,
.container_12 .grid_12 {
	width: 100%;
}

#content { 
	background: transparent none; 
	border: 0;
	color: black;
	float: none !important;
	margin: 0 5%;  
	padding: 0;
	width: auto;
}

/* Remove unwanted elements
----------------------------------------------------------------------------------------------------*/

#header, #toolbar, #footer, #breadcrumb, #block-menu-block-us-courts-menu-blocks-side-nav {
	display: none;	
}

/* Reset Images
----------------------------------------------------------------------------------------------------*/

img {
	max-width: 100%; /* Limit images width, so that they don't bleed off the paper */
	float: none !important;
}

/* Headers
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 14pt;
}

/* Links
----------------------------------------------------------------------------------------------------*/

a:link, 
a:visited { 
	color: #520; 
	background: transparent;  
	text-decoration: underline; 
}

/* Show link URL (Uncomment this if you want to show link urls) */

/*a:link:after, a:visited:after { 
	content: " (" attr(href) ") ";
	font-size: 10pt;
}*/


/* List Orders
----------------------------------------------------------------------------------------------------*/
ul li {
	line-height:1.5em;
}


/* Reset Blockquote
----------------------------------------------------------------------------------------------------*/

blockquote, ul {
	margin: 0;
}

/* Home Page
----------------------------------------------------------------------------------------------------*/

.center-top-column {
	margin-top: 20px;
}

/* Reset Custom Blocks */
.blocktheme-border_white, .blocktheme-gradient {
	background: none;
	border: none;
}

/* Reset Welcome Links */
#content-top ul.fp-welcome-links, #content-top ul.fp-welcome-links li {
	border: none;
}
#content-top ul.fp-welcome-links li {
	list-style-type: disc !important;
}

/* Reset Buttons */
.usc-btn {
	padding: 0px !important;
	width: 100%;
}