/*
    "Printer-Friendly" view Style Sheet for all other browsers
      
*/

@import url('reset.css'); /*Get the reset css style rules */


body {
    
    font-family: Times, "Times New Roman", Helvetica, serif;
    background: #FFFFFF;
    color: #000; /* Set text colour to black */
}


strong {
    font-weight: bold;
    
}


/*General Heading tag Text rules */
h1 {
    font-size: 34px;
    font-weight: bold;
    color: #000;
}


h2 {
    margin-top: 8px;
    font-size:28px;
    font-weight: bold;
    color: #000;
}



h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    
}


h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}






/*Global Paragraph Text style rules */
p {
    line-height: 122%;
    margin-top: 8px;
   /*Fix for IE 8: Stops Paragraph text floating to the right of gallery images on printed pages. */
    display: inline-block; 
    clear: both;
}



/* Remove underlines and from text links and set the text-colour to black.*/
a {
    color: #000;
    text-decoration: none;
    
}


/*Remove borders from any image hyperlinks*/
a img {
    border: none;
    text-decoration: none;
    
}




.entry p.postmetadata{
    display: none;
   /* margin-top: 10px;*/
   /* margin-bottom: 10px;*/
   /*Fix: Stop text floating to the right of attachment areas on printed pages. */
   /* display: block; */
   /* clear: both;*/
}




/*Copyright Notice Rules */
p.copyrightNotice {
    font-weight: bold;
    margin-top: 10px;
    font-size: smaller;

   
}



/*Unordered lists in post entries*/
div.entry ul {
    list-style: disc;
    margin-left:30px;
}

/* Unordered List sub-item rules in post entries */
div.entry ul li ul {
   list-style: square;
   margin: 10px 0px 10px 30px;
}

/*Ordered List items in post entries*/
div.entry ol{
    list-style: decimal;
    margin: 10px 0px 10px 30px;
}

/*Images in posts*/
div.entry img.alignnone {
    display: block;
    float:left;
    clear: both;
}



/*NO page break after the oldest (first) post entry*/
div#container div#post-1 div.entry{
    page-break-after: avoid;
}


/*NO page break after a post entry in 'single post' view*/
div.single-post div.entry{
    page-break-after: avoid;
}


/*Put a page break after each entry not targeted by a more specific rule */
.entry {
    page-break-after: always;
}





/*Header Text container*/
#header {
    margin-bottom: 15px;
}

#header h1 a {
    margin-left: -6px;
    font-size: 38px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
   
}


#header h2.tagline {
    margin-left: -6px;
    font-weight: bold;
    font-size: 21px;
    color: #000;
   
}



/*=====================================*/
/*Post/Page image caption style rules */
/*====================================*/

.aligncenter,
 div.aligncenter {
     display: block;
     margin-left: auto;
     margin-right: auto;
 }  

 .alignleft {
     float: left;
 }  

 .alignright {
     float: right;
 }  

 .wp-caption {
     border: 1px solid #eee;
     text-align: center;
     background-color: #f3f3f3;
     padding-top: 4px;
     margin: 10px;
     -moz-border-radius: 3px;
     -khtml-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
 }  

 .wp-caption img {
     margin: 0;
     padding: 0;
     border: 0 none;
 }  

 .wp-caption p.wp-caption-text {
     font-size: 12px;
     line-height: 17px;
     padding: 0 4px 5px;
     margin: 0;
 }

/*===================================*/





/*Post headings for each entry*/

.post h2 a {
    font-size: 23px;    
    
}


/* Unordered List Item rules in post entries */
div.entry ul li ul {
    margin: 15px 0px 10px 30px;
}

/*Ordered List items in post entries*/
div.entry ol{
    margin: 15px 0px 10px 30px;
}


/* Space out Individual comment entries on posts */
.comments-template .comment-body {
    margin: 10px 0 20px 0;
}


/*Hide elements we don't want to waste good printer ink on */
/*Post Comments will not be printed*/
div.footer-item, div.sidebar, div#rssfeedicon,
div#rssfeedicon img, div#twitterfmicon,
div#socneticons, div#navbar, div.navigation,
div#respond, div#comments, div#backtotop, div.entry a.more-link{
    
    display: none;
    
}