/*-----Skin-Classic-----*/

/*-------------------------------------------------------------- Body -------*/
body{
color: #ffffff;
font:11px Verdana, Helvetica, sans-serif;
background-color:#383838;
}

/*----------------------------------------------- Banner -------*/


#banner{
width:930px;
margin:auto;
height:80px;
margin-top: 0px;
margin-bottom: 0px;
display: block;
text-align: left;
border: 1px solid #383838;
background-image:  url(http://www.adsullata.net/images/banner1.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #b4cad2;
}





#banner a:link, #banner a:hover, #banner a:visited{
color:#e6ebf0;
}


#banner h3{
color: #e6ebf0;
}


/*------- Blogarea / Graphics, Backgrounds and Borders -------*/


#blogstylearea{
border: 1px solid #383838;
border-top:0px;
background-color:#383838;
}


#blogstyletop{
background-color:#383838;
height:0px;

}

#blogstylebottom{
margin: 0px 0px 0px 0px;
height: 17px;
width: 930px;
background-color: #383838;
padding-top: 4px;
padding-left: 20px;
color: #d26f43;

}


#sidebar{
display: none;
}

#blogarea, #blogstylearea, #banner, #commentholder{
background-color:#383838;
}

.logo{
display: none;
}

/*----------------------------------------- Content Background-------*/
#content{
width:930px;
text-align: center;
overflow: hidden;
min-height: 600px;
height:expression(
    this.scrollHeight < 600? "600px" : "auto" );
margin: 0px;
padding: 0px;
}

#entrytext h3{
text-align: left;
}
/*----------------------------------------- #navmenu------*/

#navmenu{
margin: 0px 0px 4px 0px;
min-height: 20px;
height:expression(
    this.scrollHeight < 20? "20px" : "auto" );
width: 930px;
background-color: #383838;
}

#navmenu a.menuitem:link, #navmenu a.menuitem:visited,  #navmenu a.menuitem:active{ 
width:101px; 
float: right; 
margin-right: 1px;
overflow: hidden;
padding: 3px 0px 8px 0px;
} 

/*------------------------------------------------- Text  and Menu Links-------*/
a:link, a:visited {
color:#d26f43;	
}

a:hover, a:active {
color: #ff9900;
}


#navmenu a.menuitem:link, #navmenu a.menuitem:visited,   #navmenu a.menuitem:active{
color: #d26f43;
}

#navmenu a.menuitem:active, #navmenu a.menuitem:hover{ 
color: #d26f43;
} 



/*------------------------------Dividers, Titles and  Dates------*/


.entrytitle{
color: #d26f43;
}


/*-------------------------------------------------- Images------*/
#content img, #thumbwrapper img{
border: 2px solid #000000;
}


#content .imageholder img{
border: 2px solid #000000;style="border:5px solid black;
display: block; 
float: none;
padding: 15px;
margin: auto;
margin-top: 0px;
max-width: 900px;
width: auto;
width:expression(
    this.scrollWidth >900? "900px" : "width:auto");
}

#content .imageholder{
width: 930px;
text-align: center;
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
}



#thumbwrapper{
float: left;
text-align: center;
font: 10px Trebuchet, Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 8px 6px 8px 31px;
padding: 5px;
}