/* color.css */

html { 
background-color : #ececec; }

div#content { 
background-color : #eef5fa; 
border : 3px solid #005B1E; }

body { 
padding-top : 10px; }

div#branding {
height : 150px;
z-index : 10;
background : transparent url(images/background.jpg) repeat 0 0;  }

h1 { 
position : absolute;
top : -10px; 
left : -80px; }

h4 img {
position : absolute; 
border : 3px solid #005B1E; }

h5 img {
position : relative;
border : 3px solid #005B1E; }

li#evolution, li#tipping, li#celebrations { 
padding-left : 20px;
background-color : #fbf7f2; }

li#beginning, li#today, li#songs, li#blue { 
padding-left : 20px; }

ul { 
position : relative;
padding-top : 5px; }

li#home h6 img {top : 155px; left : 0; }
li#elaines h6 img {top : 155px; left : 95px; }
li#codyanderson h6 img {top : 155px; left : 190px; }
li#jessmills h6 img {top : 155px; left : 285px; }
li#thebuzz h6 img {top : 155px; left : 380px; }
li#booking h6 img {top : 155px; left : 475px; }
li#media h6 img {top : 155px; left : 570px; }
li#store h6 img {top : 155px; left : 665px; }

h6 img {
position : absolute; }

div#branding { 
position : relative;
z-index : 10; }

h1 { 
position : absolute; top : -8px; left : -10px;
width : 770px; height : 150px; 
background : transparent url(images/logo.png) no-repeat;
text-indent : -9999px; }

h2 { 
position : absolute; top : -203px; right : -24px;
z-index : 30;
width : 300px; height : 150px; 
background : transparent url(images/duo.jpg) no-repeat; }

div#branding blockquote { 
position : absolute;
top : -9999px; }

div#site_info h5 a { 
display : block;
width : 150px; 
height : 70px; 
text-indent : -9999px; }

div#site_info p { 
position : absolute;
left : 10px; 
top : 10px;
margin : 0; }

div#site_info h5 + p { 
text-indent : -9999px; } 