/*-----------------------------------------------------------------------------
Gnomon School of Visual Effects: Success Stories Style Sheet

version:   1.0
author:    eric carl
email:     ericcarl@gmail.com
website:   http://www.gnomonschool.com

------------------------------------------------------------------------------*/

/* General Type
--------------------------------- */

.pageExpSuccess #content p { /* Reset Site-Wide Type Size and Color */
	color:#707070;
	font-size:93%;
}
.pageExpSuccess #content strong {
	color:#898989;
}

/* Layout Whole
--------------------------------- */

.pageExpSuccess #container #content {
	background-color:#000;
	background-image:url(../images/experience/success_stories/bg_gradient.jpg);
	background-position:0 88px;
	background-repeat:no-repeat;
	border:1px solid #2d2d2d;
	border-top:none;
	padding:0;
}
.pageExpSuccess #container #content #experienceSubNav {
	margin-left:-1px;
}
.headlineExperienceSuccess {
	background-color:#2E2E2E;
	background-image:url(/images/experience/success_stories/success-stories_headline.gif);
	background-position:36px 13px;
	background-repeat:no-repeat;
	height:53px;
	margin:0 0 40px -1px;
	text-indent:-2000px;
}
.introContainer {
	margin:0 54px 30px 39px;
	width:550px;
	float:left;
}
.introContainer h3 {
	text-indent:-2000px;
	background-image:url(../images/experience/success_stories/placement_headline.gif);
	width:276px;
	height:23px;
	margin-bottom:20px;
}
.pageExpSuccess #content .introQuote {
	background-image:url(../images/experience/success_stories/quote.gif);
	width:296px;
	height:110px;
	text-indent:-4000px;
	float:left;
	margin:45px 0 0 0;
}
.successItemsContainer {
	margin-left:19px;
	clear:both;
}

/* Layout Specific */

.successItem {
	background-color:#0d0d0d;
	border:1px solid #262626;
	padding:9px;
	width:273px;
	float:left;
	margin:0 20px 20px 0;
}
.projectImage {
	margin:-10px 0 10px -10px;
}
.headshot, .employerLogo {
	float:left;
	margin:0 10px 0 0;
}
.successItem h4 {
	font-weight:bold;
	color:#d7d7d7;
	margin:0 0 .5em 0;
	font-size:108%;
}
.pageExpSuccess #content .successItem p {
	line-height:1.25em;
	margin-bottom:.5em;
}
.project {
	font-weight:bold;
	color:#adadad;
}
.employmentPosition {
	color:#898989;
	font-size:93%;
}
.pageExpSuccess #content .employmentPosition strong {
	color:#e1c05d;
}
.pageExpSuccess #content .successItem .classOf {
	margin-bottom:0;
}
