/* scruffy development CSS, don't look here, your eyes, they will burn! */       

body{
    background:#2a1510 url(/images/dev_background.jpg) 50% 0 fixed repeat;
    /* background:#2a1510 url(/images/grid.png) 50% 0 repeat-y; */
    color:#fff;  
    font—family: georgia, times, sans—serif; 
    font-size:14px;  
    line-height:22px;   
}


a{
    color:#ff0000;
}

/* == headings */ 
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
h3, h4{
    color:#f9eca6;
}
 
h1 {
    font-size: 31px; 
    line-height:31px;
     margin:0 0 0 0;
    text-align:center;
}
h2 {
    font-size: 164%;
}  

h2.author-head{ 
    font-size:17px /*same as a h4 */;
    text-align:center;
    text-transform:uppercase;
     margin:0 0 33px 0; /* extra 11px added to bottom to allow for h1 line height*/
}

h3 {
    font-size: 145%;
     margin:22px 0 22px 0;   
}
h4 {
    font-size: 118%;
}

/* /headings */

#container{
    margin:119px auto 0 auto; /* need to work out why I needed the extra 9pxs to make this work */
    width:497px;
}  

/* == paragraphs */  
p{
    margin:22px 0 22px 0;
}
p.standfirst{
    font-size:118%;
    font-style:italic;
}