/* default screen stylesheet for basilandginger.com */

body {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   line-height: 10pt;
   background: transparent;
   background: white;
   font-family: 'Times New Roman', serif;
   font-size: 12pt;
   color: black;
   }

/* links  and fonts */
a:link, a:visited {
   color: black;
   font-weight: bold;
   text-decoration: none;
   }

h1, h2, h3, h4 {
        font-family: 'Times New Roman', serif;
        text-transform: inherit;
        color: black;
        }

h1 {font-size: 20pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 13pt;}

.chrondate {display: none;}

/* shelf & navigation */
#fix1{display: none;}

/* top banner */
#nameplateforprint {
	display: inline;
	height: 100px;
	width: 100%;
	text-align: center;
	}

#nameplateforprint img {
	height: 100px;
	width: 400px;
	}

#banner {display: none;}

	#nameplate {display: none;}

        #toggle {display: none;}

        #gohome {display: none;}

/* main content area home and index */
#top {}

#content {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        float: none !important;
        text-align: left;
        background: transparent;
	font-family: 'Times New Roman', serif;
        }

        .entrymeta {display: none;}

        .entry {
		}

        .entry ul li, .mulch ul li {
                list-style: none;
                padding-left: 1.5em;
                margin-left: 2.2em;
                }

        .entry ol, .mulch ol {
                margin-left: 3.5em;
                }

        .entry li, .mulch li {
                padding-bottom: 0.3em;
                }

.returnhome {display: none;}

/* single post pages and comments */
#singlecontent {
	font-family: 'Times New Roman', serif;
	font-size: 12pt;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        float: none !important;
        text-align: left;
        background: transparent;
        }

        #singlecontent .post {
	        width: 100%;
                }

#commentscolumn {display: none;}

#commentwrap {display: none;}

/* bottom content area */
#footer {display: none;}

#bottom {display: none;}

/* misc and images */
.clear {clear: both;}
.center {margin: auto;float: none;text-align: center;display: block;}

.entry img {
        padding: 4px;
        border: 1px solid black;
        }

.nextprevious {display: none;}