#mainwrapper {
	width:962px;
	height:100%;
}
#mainwrapper .widget {
	background-color: #FFF;
	-moz-border-radius: 20px 0;
	-o-border-radius: 20px 0;
	-webkit-border-radius: 20px 0;
	border-radius: 20px 0;
	border: 5px solid #fff;
	cursor: pointer;
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 8px;
	text-align: left;
	float: left;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow: 1px 1px 1px 1px #ccc;
}
#mainwrapper .widget a p {
	color: #666;
	text-decoration: none;
	margin: 5px
}
.sll, .prof, .fol, .amb, .dim {
	text-decoration: none;
	font-family: "VandianaPlatinLiteRegular", Verdana, sans-serif;
	font-size: 18px;
	font-style: italic
}
#sll, #prof, #fol, #amb, #dim {
	text-decoration: none;
	font-family: "VandianaPlatinLiteRegular", Verdana, sans-serif;
	font-size: 18px;
	font-style: italic
}
#mainwrapper h1 {
	font-family: "VandianaPlatinLiteRegular", Verdana, sans-serif;
	font-size: 24px;
	float: left;
	margin: 30px 0 5px 8px
}
#sll, .sll, #mainwrapper .sllh1 {
	color: #C50073
}
.sllh1:hover {
	color: #C0C
}
#prof, .prof, #mainwrapper .profh1 {
	color: #fcc100
}
.profh1:hover {
	color: #FC3
}
#fol, .fol, #mainwrapper .folh1 {
	color: #139fc8
}
#mainwrapper .ambh1 {
	color: #139fc8
}
#mainwrapper #sllh1a {
	color:#C50073;
	-moz-transition: width 0.3s linear,ease;
	-webkit-transition: width 0.3s linear, ease;
	transition: width 0.3s linear, ease;
}

#mainwrapper #sllh1a:hover {
	width:400px;
	color:#F39;
	-moz-text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	-webkit-text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}
#mainwrapper #profh1a {
	color:#fcc100;
	-moz-transition: width 0.3s linear,ease;
	-webkit-transition: width 0.3s linear, ease;
	transition: width 0.3s linear, ease;
}

#mainwrapper #profh1a:hover {
	width:400px;
	color:#FC3;
	-moz-text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	-webkit-text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}
#mainwrapper #folh1a {
	color:#139fc8;
	-moz-transition: width 0.3s linear,ease;
	-webkit-transition: width 0.3s linear, ease;
	transition: width 0.3s linear, ease;
}

#mainwrapper #folh1a:hover {
	width:400px;
	color:#6CF;
	-moz-text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	-webkit-text-shadow:1px 1px 2px rgba(0,0,0,0.4);
	text-shadow:1px 1px 2px rgba(0,0,0,0.4);
}
#amb, .amb, #mainwrapper .ambh1 {
	color: #1e9870
}
#dim, .dim, #mainwrapper .dimh1 {
	color: #e95d0f
}
#mainwrapper .widget a {
	color: #666;
	text-decoration: none
}
#mainwrapper .widget:hover {
	background-color: #999;
	border: 5px solid #999;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;
	-moz-box-shadow: 2px 2px 2px 2px #ccc;
	box-shadow: 2px 2px 2px 2px #ccc;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition-delay: all 0.5s ease;
}
#mainwrapper .widget a:hover {
	text-decoration: none;
	color: #999;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition-delay: all 0.5s ease;
}
