/*-----Skin-Temp-----*/
/*---------- color: #f8f8e9; (this is the off-white color) ----------*/

/*-------------------------------------------------------------- Body -------*/

body{
font: 11px Verdana, Helvetica, Sans-serif;
letter-spacing: normal;
line-height: 1.25em;
margin: 0px;
padding: 0px;
color: #333333;
background-color: #f8f8e9;
}

/*----------------------------Add Banner Styling Code Here-------------*/

#banner{
position: absolute;
top: 0px;
left: 0px;
width: 930px;
height: 40px;
display: block;
text-align: left;
background-image:  url(../skins/sky/banner.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #f8f8e9;
border: 3px solid #f8f8e9;
border-bottom: 0px;
}

#banner a:link, #banner a:hover, #banner a:visited{
color: #35413B;
}

#banner .blogname{
font-family: Geneva, Arial, Verdana, sans-serif;
font-size: 24px;
font-weight: normal;
text-align: center;
letter-spacing: 1px;
margin: 10px 10px 10px 10px;
}

/*-------------------------------End Banner Styling Code ----------------*/
/*-------------- Blogarea / Graphics, Backgrounds and Borders ----------*/

#pagestylearea{
position: absolute;
top: 82px;
left: 0px;
width: 930px;
margin-bottom: 0px;
overflow: visible;
background-image:  url(../skins/sky/blogskin_clear.gif);
background-position: top right;
background-repeat: repeat;
border: 3px solid #f8f8e9;
border-bottom: 0px solid #686C7E;
border-top: 0px;
}

#blogstyletop{
position: absolute;
top: -42px;
left: 0px;
width: 930px;
height: 42px;
background-image:  url(../skins/sky/blogskintop_clear.gif);
background-position: top right;
background-repeat: no-repeat;
}

#blogstylebottom{
position:static;
left: 0px;
width:930px;
height: 42px;
background-image:  url(../skins/sky/blogskin_clear.gif);
background-position: bottom right;
background-repeat: no-repeat;
}

#sidebar{
position: absolute;
top: -42px;
left: 6px;
width: 164px;
text-align: left;
overflow: visible;
}

#sidebar a:link, #sidebar a:visited{
color: #0000ff;
font-weight: bold;
}

#sidebar h3{
text-align: center;
}

/*------------------------------------------------- Content and Headers---------------------*/

#content{
text-align: left;
overflow: hidden;
background-color: #FFFFFF;
border: 0px solid  #FFFFFF;
padding-bottom: 10px;
width: 702px;
margin: 0px 0px 12px 194px;
padding: 1px;
min-height: 500px;
height:expression(
    this.scrollHeight < 500? "500px" : "auto" );
}

#entrytext{
font-size: 11px;
line-height: 130%;
margin-top: 10px;
margin-bottom: 40px;
margin-left: 70px;
margin-right: 70px;
text-align: left;
}

h3{
font-family: Georgia, Garamond, "Times New Roman", Times, serif;
font-size: 17px;
text-align: ;
margin: 20px 0px 20px 0px;
font-weight: normal;
}



/*-----------------------------	N a v m e n u-------*/
#navmenu{
position: relative;
top:12px;
left: 196px;
width: 702px;
overflow: hidden;
display: block;
text-align: center;
min-height: 20px;
height:expression(
    this.scrollHeight < 20? "20px" : "auto" );
}

#navmenu a.menuitem:link, #navmenu a.menuitem:visited,  #navmenu a.menuitem:active, #navmenu a.activelink, 
#content a.menuitem:link, #content a.menuitem:visited,  #content a.menuitem:active, #content a.activelink { 
width:120px; 
float: left; 
margin-right: 1px;
overflow: hidden;
padding: 3px 0px 3px 0px;
} 

#navmenu a.menuitem:hover, 
#content a.menuitem:hover{ 
letter-spacing: 1px;
 
} 



/*------------------------------------------------ Text  and Menu Links-------*/

a:link, a:visited {
color:#354D72;	
}

a:hover, a:active {
color: #3E6646;
}

a.menuitem:hover{ 
background-color: ;
} 

a.menuitem:active, a.menuitem:hover, #navmenu a.menuitem:hover{ 
color: ;
} 


/*-------------------------------------------------Dividers, Titles and  Dates------*/

.entrytitle{
color: #35413B;
}

/*------------------------------------------------------------------- Images------*/

/*----------------------------Add Right Side Menu Code Here-------------*/


/*---------------------------End Right Side Styling Code ------------------*/
