/* -------------------------------------------------------------- 
	 
-------------------------------------------------------------- */

body {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.45;
/*	font-family: Garamond, "Times New Roman", serif;*/
	color: #000;
	background: none;
	font-size: 16px !important;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	font-weight: bold;	
}
h1 {
	font-size: 19pt;
}
h2 {
	font-size: 17pt;
}
h3 {
	font-size: 15pt;
	font-weight: bold;
}
h4, h5, h6 {
	font-size: 24pt;
	font-weight: bold;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
code {
	font: 12pt Courier, monospace;
}
blockquote {
	margin: 1.2em;
	padding: 1em;
	font-size: 12pt;
}
hr {
	background-color: #ccc;
}
/* Images */
img {
	float: left;
	margin: 1em 1.5em 1.5em 0;
	max-width: 100% !important;
}
a img {
	border: none;
}
/* Links */
a:link, a:visited {
	background: transparent;
	font-weight: 700;
	text-decoration: none !important;
	color: #333;
}
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/* Don't show linked images  */
a[href^="http://"] {
	color: #000;
}
a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after {
	content: " (" attr(href) ") ";
	display: none;
}
/* Don't show links that are fragment identifiers, or use the `javascript:` pseudo protocol .. taken from html5boilerplate */
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "" !important;
}
/* Table */
table {
	margin: 1px;
	text-align: left;
	border: none !important
}
th {
	border-bottom: 0px solid #333;
	font-weight: bold;
	border: none !important
}
td {
	border-bottom: 0px solid #333;
	border: none !important
}
th, td {
	padding: 4px 10px 4px 0;
	border: none !important
}
tfoot {
	font-style: italic;
	border: none !important
}
caption {
	background: #fff;
	margin-bottom: 2em;
	text-align: left;
	border: none !important
}
thead {
	display: table-header-group;
}
img, tr {
	/*page-break-inside: avoid;*/
	border: none !important
}

em{
	border-bottom:0px dotted rgba(0, 0, 0, 0.2);
	color:#444;
	font-size:1em !important;
	line-height: normal !important;
}

tr {
	padding: 5px;
	border: none !important
}
br {
	display: block;
	border: none !important
}
h1, h2, h3, h4, h5, h6, h7, h8, hTitle {
	line-height: normal !important;
	/*	font-family: 'RobotoBold', "Lucida Sans Unicode", sans-serif, verdana, "Trebuchet MS";*/
	margin-left: 0px;
	padding: 0px;
/*	font-weight: normal !important;*/
	margin-bottom: inherit !important;
	letter-spacing: inherit !important;
}
#topnav, #navbar, #nav, #sidebar, .ad, .noprint {
	display: none !important;
}
.entry a:after {
	content: " [" attr(href) "] ";
}
#printed-article {
	border: 0px solid #666;
	padding: 10px;
}
a[href]::after {
	content: " (" attr(href) ")"
}
/* Hide various parts from the site*/
#header, #footer, #navigation, #rightSideBar, #leftSideBar {
	display: none;
}
 @page {
 size: auto;   /* auto is the initial value */

    /* this affects the margin in the printer settings */ 
    margin: 12mm 12mm 9mm 12mm;
}
#btnPrint {
	display: none;
}

#main-container{
    display:none;
    }

.imgdoc {
	width: 100% !important;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.close { display:none;}
.modalstripe { display:none;}
.i { display:none;}
i { display:none;}

.single-post.style2 {
    background-color: transparent;
    border: 0px solid #eee;
	padding:0px !important;
}

.panel { border:none !important;}
.panel-title {
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom:0px;
}

.artiledetails { display:none !important;}

.author-box .media {
    padding: 0px;
    background: #f6f6f6;
    border-radius: 2px;
    position: relative;
}

.media-left, .media-right {
    position: relative;
}

.author-box {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-bottom: 15px;
}

.copyrightpint {
	display: block !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.aside-list {
	background-color: #999999 !important;
	padding:0px;
	margin-left:-10px;
}

.padding-0 {
	padding: 0px !important;
}

.aside-list span {
    font-size: 12pt;
}

.aside-list {
    padding-left: 30px !important;
}

.do-list ol{ padding-left:20px !important}

#printable .spacer-40 {display:none !important;}

.author-box .media {
	padding: 0px;
	border-radius: 0px;
	position: relative;
	background-color: #CCCCCC;
}