﻿/*
Kevin Beare &amp; Co
© copyright PracticeWEB
http://www.practiceweb.co.uk
amended PMTate for Kevin Beare Blog 
----------------------------
Skeleton Version: 6.1
*/

@import url(layout.css);
@import url(menu.css );



html {
    font: 62.5%/20px Arial, Geneva, sans-serif }
/*  
    Set Global font size 1em = 10px 
    Set Global line height 20px
    Arial, Helvetica, sans-serif
    Verdana, Geneva, sans-serif
    Georgia1, Georgia, serif
    Times New Roman, Times, serif
    Trebuchet MS1, Helvetica, sans-serif
    Tahoma, Geneva, sans-serif 
*/

/* is it using this body or layout.css ?? */
body { /* Re-set Global font size i.e 1.2em = 12px */
    font-size: 1.2em;
    color: #464646}

	 
	 .bgTop, h1, h2, h3, h4, h5, h6 {
   
    color: #d52b1e;
    padding:0;
    margin:20px 0 }


h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    color: #d52b1e;
    padding:0;
    margin:20px 0;
    font-family: Arial Narrow;
    background:transparent url(../../images/h1Underline.jpg) no-repeat scroll left bottom;
    font-size:2.2em;
    font-weight:normal;
    font-style:normal;
    margin-bottom:0px;
    margin-left:-25px;
    padding-bottom:28px;
    padding-left:28px;
    line-height: 1.2em;

     }
h1, a {
    color: #d52b1e;
    text-decoration: none } 
  
	 
/* removed from here */ 

h2 {
    font-size: 1.1em }
    
h3, h4, h5, h6 {
    font-size: 1em }
    
p { /* margin-bottom should match global line-height */
    padding: 0;
    margin: 20px 0;
    vertical-align: baseline;
    line-height: 2.1em;}
    
img {
    border: none }
    
address { 
    font-style: normal; } 
    
acronym, abbr { 
    border-bottom: #000 1px dashed; 
    cursor: help; } 

label {
    color:#000 } /* IE6/7 defaults the legend to blue */

/*
List Items
----------
*/
ul {
    list-style: none }
    
li {
    padding:0;
    margin: 5px 0 }
    
ul, ol {
    padding:0;
    margin: 20px }

ul li {
    background: url(../../images/li_bg_sm.gif) 0 .3em no-repeat;
    padding-left: 18px }
    
  

ol li {
    list-style-position: inside;
    text-indent:0  }
    


/*
Links
-----
*/
a { color: #464646;
    text-decoration: underline }

a:visited {}	

a:hover {
    color: #d52b1e;
    text-decoration: underline }    
    
h1, a {
    color: #d52b1e;
    text-decoration: none } 
   

/* 
Miscellaneous
-------------
*/


#registerPromo {} /* Register Promo - display: none if not required */

