/*
 * Pramode's Blog style sheet
 */

div.footer {
   height:15px;
   background-color:orange;
   margin-top:150px;
}

div.header {
   height:30px;
   background-color:orange;
}

div.imageblock {
   margin-top: 20px;
   margin-bottom: 20px;
}

div.aboutblock {
   margin-top: 20px;
   margin-bottom: 20px;
}

p.aboutblock {
   margin: 10px;
}

div.xyz {
   background-color: #eeeeee;
   padding-bottom:60px;
}

a {
    color: #355f7c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre {
    padding: 5px;
    border: silver 2px dotted;
}

/* From: http://simonwillison.net/2003/May/21/stylingBlockquotes/ */

blockquote {
  background: transparent url(images/quoleft.png) left top no-repeat;
}

blockquote div {
  padding: 0 48px;
  background: transparent url(images/quoright.png) right bottom no-repeat;
}

/* Typography */

body {
    /*font-family:  Georgia, serif;*/
    font-family:  calibri, tahoma, arial, sans-serif;
    font-size: 100%;
}

strong {
    font-weight: bolder;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    font-family: 'Trebuchet MS', sans-serif;
    background-color: #f2f2f2;
    font-weight: normal;
    color: #20435c;
}

div.body h1 { margin-top: 20px; font-size: 200%; }
div.body h2 { margin-top:20px; font-size: 160%; }

div.bottom h2 {margin-top:20px; font-size: 130%; text-align:center; color:indigo;}

div.body  p {
    text-align: justify;
    line-height: 160%;
    margin: 10px;
}

ul li{
    list-style-type: disc;
    margin-left: 40px;
    margin-top: 5px;
}

li em {
    font-style: italic;
    color: #999999;
    margin-left: 20px;
}

