﻿div#intro
{   
    display: none;
}
div#content
{
    width: 900px;
    margin: 0px auto;
}


/* content item lists */

div.contentItem 
{
    margin: 0em 0em 5em 0em;
    padding-bottom: 2em;

}

/* repeater */

div.contentItem div.contentItemHeading h1, div.contentItem div.contentItemHeading h2 
{
    font-family: Cambria, Courier;
    font-size: 2.4em;
    margin-top: 1em;
    font-style: italic;
    }
div.contentItem div.contentItemHeading a
{
    text-decoration: none;
}


div.contentItem div.contentItemMeta
{
    font-size: 1.1em;
    border-bottom: 1px solid #CCC;
    font-family: Arial;
    padding-bottom: 1em;
    margin: 0.5em 0em 5em 0em;
}
div.contentItem div.contentItemContent
{
    width: 600px;
}

div.contentItem div.contentItemContent p
{
    font-family: Arial;
    font-size: 1.2em;
    
    margin-bottom: 1.2em;
    line-height: 1.3em;
}

div.contentItem div.contentItemContent ul
{
    font-family: Arial;
    font-size: 1.2em;

    margin-left: 3em;
    margin-bottom: 2em;
}
div.contentItem div.contentItemContent ul li
{
    margin-bottom: 0.5em;
}


/* code highlighting */

p.code
{
    font-family: Courier New !important;
    background-color: #EEE;
    padding: 10px;
    margin: 10px 0px;
    font-size: 1.2em !important;
}


div.contentItem div#contentFooter
{

    font-size: 1.2em;
    font-family: Arial;
    margin-top: 6em;
}


/* repeater items */

div.contentItem div.contentItemMeta
{
    margin: 0.5em 0em 2em 0em;
}
