/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
html, body { height: 100%;  background: #9a9898; }
a { background: ; color: #ffffff; padding:3px;}
body { font: 14px Lucida Grande, san serif; }
#page-wrap { width: 960px; padding: 0 0 0 15px; margin: 0 auto; overflow: hidden; height: 100%; }

.info-col { float: left; width: 132px; height: 100%; }
.info-col h2 { text-align: center; font-weight: normal; padding: 10px 0; }

.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.batman { background: url(../resources/binocs.jpg) center center no-repeat; }
.spiderman { background: url(../resources/keyboard3.jpg) center center no-repeat; }
.aquaman { background: url(../resources/globe5.jpg) center center no-repeat; }
.ironman { background: url(../resources/radarsmall.jpg) center center no-repeat; }
.superman { background: url(../resources/wolfabout2.jpg) center center no-repeat; }

dl { }
dt { padding: 5px; background: #900; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { position: absolute; left: -9999px; top: -9999px; width: 299px; background: #900; padding: 10px; color: white; border-right: 1px solid white; }

dt:nth-of-type(1) { background: #3f618c; }
dd:nth-of-type(1) { background: #3f618c; }

dt:nth-of-type(2) { background: #eebc26; }
dd:nth-of-type(2) { background: #eebc26; }

dt:nth-of-type(3) { background: #f29a2e; }
dd:nth-of-type(3) { background: #f29a2e; }

dt:nth-of-type(4) { background: #f25c05; }
dd:nth-of-type(4) { background: #f25c05; }

dt:nth-of-type(5) { background: #a62103; }
dd:nth-of-type(5) { background: #a62103; }

dt:nth-of-type(6) { background: #656b60; }
dd:nth-of-type(6) { background: #656b60; }
*/

dt:first-child {background: #3f618c;}
dt:first-child + dd {background: #3f618c;}

dt:first-child + dd + dt {background: #eebc26;}
dt:first-child + dd + dt + dd {background: #eebc26;}

dt:first-child + dd + dt + dd + dt {background: #f29a2e;}
dt:first-child + dd + dt + dd + dt + dd {background: #f29a2e;}

dt:first-child + dd + dt + dd + dt + dd + dt {background: #f25c05;}
dt:first-child + dd + dt + dd + dt + dd + dt + dd {background: #f25c05;}
.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }
