﻿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, Georgia;
    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, pre.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;
}

div#secondaryContent
{
    _height: 1%;
    overflow: hidden;
    
    margin-top: 2em;
    
    font-size: 1.2em;
    font-family: Arial;
}

div#secondaryContent h2
{
    border: 1px solid #CCC;
    font-weight: normal;
    margin-bottom: 2em;
    padding: 3px;
}

div#secondaryContent h2 span#commentCTA
{
    font-size: 0.8em;
    line-height: 1.4em;
    float: right;
}


/* comments form */
div#ctl00_ContentPlaceHolder1_pnlComments
{
    float: left;
    width: 600px;
    margin-right: 20px;
}

div#ctl00_ContentPlaceHolder1_pnlComments div.form
{
    border-bottom: 1px solid #CCC;
    padding-bottom: 2em;
}

div#ctl00_ContentPlaceHolder1_pnlComments div.form div.formField
{
    _height: 1%;
    overflow: hidden;
    margin-bottom: 0.6em;
}

div#ctl00_ContentPlaceHolder1_pnlComments div.form div.formField label
{
    float:left;
    width: 130px;
    display: block;
}

div#ctl00_ContentPlaceHolder1_pnlComments div.form div.formField input
{
    float: left;
}
div#ctl00_ContentPlaceHolder1_pnlComments div.form div.formField.textbox input
{
    width: 200px;
}

div#ctl00_ContentPlaceHolder1_pnlComments div.form div.formField.textarea textarea
{
    width: 202px;
    height: 100px;
}

/* comments */
div#ctl100_ContentPlaceHolder1_pnlComments
{
    
}

div.commentItem
{
    margin-bottom: 2em;
}

div.commentItem 
{


}

/* comment form */
div#ctl00_ContentPlaceHolder1_Comment1_pnlCommentForm
{
    background-color: #F3F3F3;
    padding: 10px;
}

textarea#txbYourComment
{
    width: 445px !important;
    height: 180px !important;
}

div#ctl00_ContentPlaceHolder1_Comment1_pnlCommentForm div.submitForm
{
    margin-bottom: 4em;
}

div#ctl00_ContentPlaceHolder1_Comment1_pnlCommentForm input#btnSubmitForm
{
    margin: 20px 130px;
}

form#commentForm div.errors ul
{
    margin: 20px;
    color: #F00;
}

/* reactions */
div#ctl00_ContentPlaceHolder1_pnlReactions
{
    float: left;
    width: 250px;
    float: left;   
}

div.twitterReaction
{
    margin-bottom: 2em;
}
