﻿
/* Change background color and font choice/styling */
body { color: #333; background: #ccc; font-family: "Lucida Sans", Arial, Verdana, Helvetica, sans-serif; }

/* Change banner image */
#headerLayout { background: #6f6f6f url('/design/Conference/Conferencebanner_escc.jpg') top left no-repeat; }

/* Change inactive tab colors */
.globalNavItem a { color: #fff; background: #999 url('/design/Conference/navTab_default.gif') bottom left repeat-x; }

/* Change active tab color */
.globalNavItemActive a { color: #dd4814; background: #fff url('/design/Conference/navTab_on.gif') bottom left repeat-x;  }

/* Change column colors */
#contentColumnLayout { background: url('/design/conference/sidebar_sustainability.gif') top right repeat-y; }
    
/* Change link color */
a { color: #dd4814; }

/* Change heading colors */
h1, h2, h3, h4, h3.ms-WPTitle { color: #dd4814; }

/* bullets */
.bullet, .level-bullet { background-image: url('/design/conference/bullet_sustainability.png'); }
ul { list-style-image: url('/design/conference/bullet_sustainability.png'); }
    
/* people picker colors */

/* thumb border color */
.imgLibThumb img.imgShadow { border: 3px solid #928469; }
                            
/* thumb descriptions */
.presentationTitle h2 { color: #928469; }
.presenterName { color: #928469; }
.presenterTitle { color: #333; }
.conferenceProgram { color: #fff; background: #928469;  }
.conferenceProgram a { color: #fff; }


