/* This file is part of Mura CMS.  */

/*	Some inspiration taken from:

	BlueprintCSS - http://code.google.com/p/blueprintcss/
	Hartija Css Print Framework - http://code.google.com/p/hartija/
*/

.alert.alert-banner {
	padding-left: 0;
	margin-left: 0;
	border: 0px;
    border-radius: 0px;
}

/* print collapsed  */
.collapse {
        height: auto;
        display: block;
        visibility: visible;
        height: auto;
    }
div.thumbnail.pull-left {
		width:auto !important;
		float: left !important;
		padding-right: 5pt !important;
}

/* override bootstrap printing of href */
sr-only {
	display: none;
}

#crumbList,
#breadcrumbcontainer,
articletitlecontainer,
header,
aside,
#navPrimary,
#navSecondary,
footer {
	display: none;
	}

a[href]:after {
    content: none !important;
}

.printonly {
	display:block;
}
.noprint {
	display: none;
}
#printheader {
    top: 0;
    height: 70px;
}
#printheader #printlogo{
	height: 60px;
}

#socialmediabuttons {
	display: none;	
}
#mura mura-toolbar {
	display:none;	
}

#mura-sidebar-container {
	display:none;	
	
}
#frontEndTools {
	display:none;
}
#frontEndToolsHandle {
	display:none;
}
#printerfriendly {
	display: none;	
}
html {
	width: 100%; 
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	margin: 10pt;
	padding: 0 !important;
	font-family: 'Times New Roman', Times, serif;
	font-size: 10pt;
	line-height: 1.4;
	background: #fff !important;
	}

body * {
	color: #000 !important;
	background-image: none !important;
	background: transparent !important;
	}


a { text-decoration: underline; }

.content a:link:after,
.content a:visited:after {
	content: " <URL: "attr(href)">";
	font-size: 90%;
	font-style: italic;
	}
/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

.content abbr[title]:after,
.content acronym[title]:after {
	content: ' (' attr(title) ')';
	font-size: 90%;
	font-style: italic;
	}

img {
	float:left;
	margin: 0 5pt 5pt 0;
	}

div {
	width: 100% !important;
	margin: 0 0 10pt !important;
	padding: 0 !important;
	border: none !important;	
	}

ol, ul, p, blockquote { page-break-inside: avoid; }

li, blockquote p {
	line-height: 1.25em;
	margin: 0 0 .5em;
	}

blockquote { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
	page-break-inside: avoid;
	page-break-after: avoid;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
h1 { font-size: 24pt !important; }
h2 { font-size: 21pt !important; }
h3 { font-size: 18pt !important; }
h4 { font-size: 16pt !important; }
h5 { font-size: 14pt !important; }
h6 { font-size: 12pt !important; }

article {
	margin: 0;
	padding: 0;
	width: 100%;
	}


table { margin: 1px 1px 10pt; text-align: left; }

th { border: 1px solid #333;  font-weight: bold; }

td { border: 1px solid #999; }

th,td { padding: 4px; }

tfoot { font-style: italic; }

caption { margin-bottom: 1em; text-align:left; }

thead { display: table-header-group;}

tr { page-break-inside: avoid;} 




/* EOF */