body
{
    background-color: #FFFFFF;
    /*font-size: .75em;*/
    font-size: 10pt;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    background-color: #339966;

}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px !important;
}

#main
{
    
    padding: 0px 10px 15px 10px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    /*width: 95%;*/
    margin-left: auto;
    margin-right: auto;
    
}

#footer
{
    color: #000000;
    padding: 0 0 30px;
    text-align: center;
    margin: 0;
    font-size: .9em;
    clear:both;
    background-color: #339966;
}

#infopanel
{
    width:130px; 
    float:left;
    text-align:center;
    padding: 0 10px 0 px;
    margin-top:20px;
    padding-right:10px;
}

#contentpanel
{
    margin-left:140px;
    padding-top:20px;
    margin-right:160px;
}

#extrapanel
{
    width:150px; 
    float:right;
    text-align:center;
    padding: 0 10px 0 px;
    margin-top:20px;
    padding-right:10px;  
}



/*

#menucontainer
{
    background-color: #9999FF;
    line-height:1.8em;
    height:23px;
}

*/

/* TAB MENU   
----------------------------------------------------------*/


ul.menu
{

    position: relative;
    margin: 0;
    text-align: right;
    background-color: #9999FF;
}

ul.menu li
{
    display: inline;
    list-style: none;
}

/*
ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}
* /
ul#menus li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}
*/
ul.menu li a
{
    padding: 4px 20px;
    font-weight: bold;
    text-decoration: none;
    /*line-height: 2.8em;*/
    line-height: 1.8em;
    color: #034af3;
}

#menustrap
{
        font-weight: bold;
    text-decoration: none;
    float:left;
    color:Black;   
    line-height:1.8em;
    padding-left:10px;
}

#menudiv
{
    float:right;
}

.menubar
{
    background-color: #9999FF;
    line-height:1.8em;
    height:25px;
    border-bottom: 1px solid;
    border-top: 1px solid;
}

/*
ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}
*/

div#title
{

    padding:10px;
    font-size:1.8em;
    background: url("/content/images/Headerlogo.gif") no-repeat 0 50%;
    
    min-height: 80px;
}

/* LINKS
----------------------------------------------------------*/
.booklink
{
    font-weight:bold;
    font-size:0.9em;
}

/* BLOG CONTENT
----------------------------------------------------------*/

.strikethrough {text-decoration: line-through;}

#CloudDiv
{
    position: relative;
    width:400px;
    height:250px;
    border:solid 1px black;
}

.comment
{
    margin-top:15px;   
}

.comment fieldset
{
    margin-top:5px;
}








.infomessage
{
    font-size:0.75em
}

label {
width:150px;    /*Or however much space you need for the form’s labels*/
    float:left;
}

textarea 
{
    width:60%;
    height:170px;
}


.field-validation-error
{
    color: #ff0000;
    vertical-align:top;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}


ul.bloglist
{

    position: relative;
    margin: 0;

}
/*
ul.bloglist li
{
    display: inline;
    list-style: none;
}
*/
.bloglist .itemname
{
    font-weight: bold;
    margin-right: 5px;
}
.bloglist .itemdesc
{
    font-style:italic;
}

.postfooter a
{
    margin-right:15px;
}

.codeitem
{
    font-weight:bold;
}

.post 
{
    border:1px solid black;   
    padding:  3px 6px 3px 6px;
    margin-top:10px;
}

.LastXmonths 
{
    margin-left: 5px;
    border-color:#339966;
}


.LastXmonths  span
{
   font-weight: bold;
}


.LastXmonths *
{
       display: block;
    list-style: none;    
    text-align:left;
    padding:0px;
    padding-left:5px;
      
}

.LastXmonths month, .LastXmonths ul
{
    padding:0px;
    margin:0px;
}
 #about
 {
     padding:10px;
 }
 #lnkViewAll
 {
     margin-top: 5px;
     margin-bottom: 5px;
 }
