/* Print Style Sheet */

@media print {

body { background:white;
margin: 0in 0in 0in 0in; float: none;
width:100%;
}

/*-------- GIRD HERE IS THE MAIN FONT STYLE ------*/

.post .entry p, .post .entry ul, .post .entry ol, .entry blockquote {

font-size:16pt;
line-height:2em; 
color:BLACK;
}

p  {text-indent:.5in;}

#maincontent .post { 
     text-align: center;
     float:none; 
     width:8in;
}

#maincontent .post h1 {
font-size:16pt;

     text-align: center;
     float:none; 
     width:100%;
     color:black; 
     font-weight:bold;
     line-height: 1em; 
     margin-bottom: 1em;
     margin-top: 2em;

}

#maincontent .post h2 {
font-size:16pt;

     text-align: center;
     float:none; 
     width:100%;
     color:black; 
     font-weight:bold;
     line-height: 1em; 
     margin-bottom: 1em;
     margin-top: 2em;

}

#maincontent .post .entry h3 {
font-size:16pt;

     text-align: center;
     float:none; 
     width:100%;
     color:black; 
     font-weight:bold;
     line-height: 1em; 
     margin-bottom: 1em;
     margin-top: 2em;

}

#maincontent .post .entry h4 {
font-size:16pt;

     text-align: center;
     float:none; 
     width:100%;
     color:black; 
     font-weight:bold;
     line-height: 1em; 
     page-break-before: always;
     margin-bottom: 1em;
     margin-top: 2em;

}

#maincontent .post .entry h5 {
font-size:16pt;

     text-align: left;
     float:none; 
     width:100%;
     color:black; 
     line-height: 1em; 
     margin-bottom: 2em;
     margin-top: 2em;

}

#maincontent .post .entry h6 {
font-size:12pt;

     text-align: left;
     float:none; 
     width:100%;
     color:black; 
     line-height: 1em; 
}

#maincontent .post .entry  {
font-size:16pt;

     text-align: left;
     float:none; 
     width:100%;
     color:black; 
     line-height: 2em; 
     margin-bottom: 2em;
     margin-top: 2em; 
}


#maincontent .post .entry .wp-caption {
font-size:16pt;
    margin-left: auto;
    margin-right: auto;
}



/*------ GIRD STYLE OF COMMENTS--------*/

#maincontent #comments {
display:none;
width: 8in; margin: 0; float: none;
font-size:16pt;
}

#maincontent .commentlist {
display:none;
width: 8in; margin: 0; float: none;
font-size:16pt;
}

/*------ GIRD IMPORTANT STYLE OF BULLETS --------*/

.post .entry ul {
list-style:disc;
 margin-bottom:0em;
 margin-top:0em;
     line-height: 1.5em; 
	font-size:16pt;
        color:black;
}

.post .entry ul li {
list-style:disc;
 margin-bottom:0em;
 margin-top:0em;
     line-height: 1.5em; 
	font-size:16pt;
        color:black;
}

.post .entry ul li li {
list-style:circle;
 margin-bottom:0em;
 margin-top:0em;
     line-height: 1.5em; 
	font-size:16pt;
        color:black;
}

.post .entry ol {
list-style:decimal;
 margin-bottom:0em;
 margin-top:0em;
     line-height: 1.5em; 
	font-size:16pt;
        color:purple;

}



/*------ END GIRD IMPORTANT STYLE OF BULLETS --------*/

/*------ GIRD FONT OF THE PICTURE DESCRIPTIONS --------*/

#maincontent .post .entry .wp-caption .wp-caption-text {
     text-align: center;
font-size:10pt;
}


#commentform {display:none}

#respond {display:none}

#header {display:none;}

#sidebar {display:none}

#sidebar-extra {display:none}

#footer {display:none}

#subcontent {display:none}

#FollowMeTabRightLg {display:none}

#buzz_share_1 {display:none}

#edit {display:none}

#the_tags {display:none}

#maincontent .post .date {display:none}

#maincontent .post .entry .post-edit-link {display:none}

#maincontent .post .post-edit-link {display:none}

#maincontent .post .actions .author {display:none}

#maincontent .post .actions .cats {display:none}

#maincontent .post .entry .tags {display:none}

#maincontent .nocomments {display:none}



}