body {
     /* the last one is the one that renders
     in this order, the background color will be used if the UA cannot render the gif */
     background-color:  #657187;  
     background-image: url('../../images/backgrounds/gray.jpg'); 
}

#main {
}

/* hack to create a minimum width in IE */
/* for the blog page */
#minWidth {
     border: dotted #657187;
}

/* hack to create a minimum width in IE */
/* for the archive links page */
#minWidthA {
     border: dotted #657187;
}

#topSpace {  /* blog title:  Current Projects  div id=topSpace */
     color: #ffffff;       
}

#bottomSpace  {      
}

#centerTopSpace  {     
}

#contentBorder {  /* div id=contentBorder */
     background-color: #cccccc;  
     border: solid #cccccc;   
     /* without these last 2 lines border-width and border
     the top of the contentBorder is invisible */       
} 

#contentBox  {  /*    div id=contentBox  */  
     color: #000000; 
     background-color: #999999;      
}

blockquote {
     color: #000000;
} 

/* Properties that both side lists have in common */
div.link-list {    /* div id=list2 class=link-list */
}

/* we leave some place on the side using the margin-* properties */
/* and then we put each list on its place */

#list1 {
}

#list2 {
}

.homeButton{  /* class=homeButton   */  
}


IMG#homeButton {
}

.blogButton{
}

IMG#blogButton{
}

/* ******************************************** */ 

div.linkBox  {  /* div id=inner class=linkBox */ 
} 

#left {
}

#right {
}

/* ******************************************** */ 

.red {  /* special emphasis  */
     color:  #990099;  
}  

/*  TYPE SELECTOR (for A element - the anchor tag) with pseudo class :LINK - an unvisted link */
/* ----------------------------------------------------------------------------------*/

a:link {  /* controls link display */
     color: #990000;
}

a:visited {  /* controls link display */
     color: #660000;
}

a:active {  /* controls link display */
     color: #ffff00;              
}

a:hover {  /* on IE only */
     color: #ffff00;              
}

A.ada:link {
     color: #ffff00;
     font-weight: bold;             
     text-decoration: underline;
} 

A.ada:visited {
     color: #ffff00;
     font-weight: bold;             
     text-decoration: underline;
}
