/* The color #BF1B2B is direct opposite of #1BC0AF on the color wheel
   See http://design.geckotribe.com/colorwheel/ 
*/

.box, pre.html, pre.sql, pre.js {
    padding:5px;
    background-color:#D1F2E2;
    border-color:#1BC0AF;
    border-style: solid;
    border-width:2px;
}

.bar {
    background-color:#1bc0af;
    background-image: url(../img/bar.gif);
}   

h1, h2, h3, h4, h5 {
	color: #BF1B2B;
}

.highlight {color: #BF1B2B;}

ul li {
    list-style-position: outside; list-style-type: disc; color: #BF1B2B;
}

ul.circle li {
    list-style-position: outside; list-style-type: circle; color: #BF1B2B;
}


/* Creating bulleted lists in Frontpage results Ps inside LIs
   If they were created manually, you'd need a SPAN or a DIV inside the LI */
li p, li span, li div {
	color: #000000;
}