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


body { font: 14px Georgia, 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: 25px 0; }

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

.counselling { background: url(../images/counselling.jpg) center center no-repeat; } 
.bodywork { background: url(../images/bodywork.jpg) center center no-repeat; }
.resources { background: url(../images/resources.jpg) center center no-repeat; }
.zen1 { background: url(../images/zen.jpg) center center no-repeat; }
.blog { background: url(../images/blog.jpg) center center no-repeat; }



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: #5200A3; }
dd:nth-of-type(1) { background: #5200A3; }

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

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

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

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

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

.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; }

dd a:link {
color:yellow;
text-decoration:none;
}

dd a:active {
color:yellow;
text-decoration:none;
}

dd a:visited {
color:orange;
font-weight:lighter;
text-decoration:none;

}

dd a:hover {
color:yellow;
text-decoration:underline;
font-variant:small-caps;
}


