﻿/* TODO: merge with ssw_spforum.css */
/* styles from case studies */
.AspNet-WebPart ul {
	margin : 0 0 0 40px;
	padding : 0;
}
.ssw-main li.caseStudies {
	position : relative;
	background : white;
	width : 210px;
	height : 210px;
	float : left;
	margin-right : 30px;
	margin-bottom : 18px;
	border : #bbb solid 1px;
	padding : 5px;
}
a.overlayhost {
	display : block;
	width : 210px;
	height : 210px;
	left : 5px;
	position : absolute;
	bottom : 5px;
}
li.caseStudies a.overlayhost div.overlay {
	position : absolute;
	bottom : 0px;
	left : 0px;
	width : 210px;
	height : 70px;
	line-height: 1.2em;
	font-family: Verdana;
	background: #000;
	opacity : 0.85;
	filter: alpha(opacity=85);
}
a.overlayhost, a.overlayhost * {
	cursor : hand;
	text-decoration : none;
}
li.caseStudies .caseStudyName {
	color : #eee;
	font-size : 1.9em;
	padding : 5px 5px 10px 5px;
	line-height: 1.1em;
	font-family: "Segoe UI", "Trebuchet MS";
}
li.caseStudies .caseStudyDescription {
	position : absolute;
	color : #aaa;
	padding : 5px;
	height: 0px;
	overflow: hidden;
	opacity : 0;
	filter: alpha(opacity=0);

}
li.caseStudies .caseStudyReadMore {
	position : absolute;
	bottom : 0;
	color : orange;
	font-weight : bold;
	padding: 0 0 10px 5px;
	display: block;
}
li.caseStudies {
	list-style-type : none;
}
/*typeface for solutions page*/
div.solution-item h1, .venue-details h2, .venue-details-selected h2{
	font-family:"segoe", "Trebuchet MS";
	font-size:1.8em;
}
.solution-item h2{
	font-family:Verdana;
	font-size:1.2em;
}
div.solution-item h1, .solution-item h2{
	color:#ef7010;
}
#map-lat {
	display: none;
}
#map-long {
	display: none;
}
