
/* For the Examples Page */

#content .workExample h3 {
	font-size: 26px;
	border-bottom: none;

}

#content .workExample img {
	margin-left: -30px;
}

#leftColumn {
	background: none;
}


#examplesSideBar {
	width: 229px;
	margin-left: 50px;
}

#sideBarTop {
	background: url(../graphics/bg_sideBar_top.png) left top no-repeat;
	height:42px;
}

#sideBarBody {
	background: url(../graphics/bg_sideBar_fill.png) left repeat-y;
}

#examplesSideBar p {
	font-size: 10px;
	padding-top: 17px;
	margin-left: 25px;
	width: 180px;
}

#sideBarFoot {
	background: url(../graphics/bg_sideBar_bottom.png) left bottom no-repeat;
	height:42px;
}

.thumbnail {
	height: 122px;
	width: 122px;
	background:url(../graphics/bg_sideBar_thumbnail_inactive.png) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}

#examplesSideBar #sideBarBody img {
	margin: 0;
	padding: 0;
}