*, html {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
body {
	/*background:;*/
	font-family:arial;
	font-size: 14px;
	color: #222;
	line-height: 18px;
	height: 1160px;
}
h1, h2, h3 {
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a img {
	border:none;
}
#modalContainer{
	display:none;
	}
#container {
	position: absolute;
	left: 0;
	right: 0;
	background: #000;
	min-width: 1024px;
}


/*    Project Info Area    */

#projectInfo {
	/*position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 25px;
	background: #393939 url(../img/projInfoGradient.png) left bottom repeat-x;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	z-index: 100;*/
	display:none;
}
/*#projectInfo h3 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 8px 0 10px;
}
#projectInfo h4 {
	float: left;
	color: #cbcbcb;
	font-size: 12px;
	margin-top: 5px;
}
a.callbackBtn {
	display: none;
	position: absolute;
	right: 165px;
	top: 4px;
	height: 16px;
	padding: 0 12px;
	background: transparent url(../img/selectBtnBg.png) 0 0 repeat-x;
	border-radius: 16px;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
#priorityNumbers {
	position: absolute;
	right: 45px;
	top: 4px;
}

ul#priorityNumbers {
	display: none;

}
#priorityNumbers {
	display: block;
	height: 16px;
	width: 110px;
	background: transparent url(../img/selectBtnBg.png) 0 0 repeat-x;
	border-radius: 16px;
}
#priorityNumbers li {
	display: block;
	float: left;
	width: 14px;
	margin: 0;
	padding-left: 6px;
	border-right: 1px solid #6d6d6d;
	border-left: 1px solid #d3d3d3;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
#priorityNumbers li.priority1 {
	border-left: none;
}
#priorityNumbers li.priority5 {
	border-right: none;
}
#resumeNav li {
	display: block;
	float: left;
	width: 10px;
	margin-top: 4px;
}
#resumeNav li a {
	display: block;
	width: 10px;
	height: 0;
	padding-top: 14px;
	background: transparent url(../img/resumeNavArrows.png) no-repeat;
	overflow: hidden;
}
#resumeNav li.prev {
	margin-right: 5px;
}
#resumeNav li.prev a {
	background-position: 0 0;
}
#resumeNav li.next a {
	background-position: -17px 0;
}
#resumeNav li a:hover {
	background-position-y: -22px;
}*/

/*    Resume Header    */

#actions {
	display: none;
	/*position: absolute;
	bottom: 15px;
	right: 10px;*/
}
/*#actions li {
	float: left;
	margin-right: 15px;
}
#actions a {
	display: block;
	color: #a8c9ea;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	padding-left: 18px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000;
	overflow: hidden;
	background: transparent url(../img/favPrintShare.png) 0 0 no-repeat;
}
#actions a:hover {
	color: #fff;
}
#actions li.favorite a:hover {
	background-position: 0 -20px;
}
#actions li.print a {
	background-position: 0 -39px;
}
#actions li.print a:hover {
	background-position: 0 -59px;
}
#actions li.share a {
	background-position: 0 -79px;
	padding-left: 22px;
}
#actions li.share a:hover {
	background-position: 0 -99px;
}
/*#actions li.favorite a {
	display: block;
	height: 14px;
	background: transparent url(../img/heartIcon.png) 0 1px no-repeat;
	padding-left: 18px;
}
#actions li.print a {
	display: block;
	height: 14px;
	background: transparent url(../img/printerIcon.png) 0 1px no-repeat;
	padding-left: 18px;
}
#actions li.share {
	margin-right: 0;
}
#actions li.share a {
	display: block;
	height: 14px;
	background: transparent url(../img/envelopeIcon.png) 0 1px no-repeat;
	padding-left: 22px;
}
#actions li a:hover {
	color: #fff;
	background-position-y:-13px;
}
#resumeNav {
	float: right;
	margin-right: 10px;
}*/
#resumeHeader {
	/*position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	height: 70px;
	background: #03274c url(../img/headerGradient.png) 0 0 repeat-x;
	z-index: 100;*/
}
#resumeHeader img {
	float: left;
	margin: 10px 10px 0;
}
#resumeHeader h1 {
	color: #000000 !important;
	font-size: 24px;
	padding-top: 15px;
	text-transform: uppercase;
	margin: 0 0 5px 10px;
	width: 100%;
}
#resumeHeader h2 {
	font-size: 16px;
	color: #000000;
	/*padding-top: 8px;*/
	margin-left: 10px;
	width: 100%;
	text-transform: uppercase;
}
#resumeContent {
	position: absolute;
	height: 1040px;
	top: 80px;
	left: 10px;
	width:95%;
	padding:0;
	background-color: #f6f6f6;
	border:none;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
}
#mediaArea {
	position: absolute;
	left:0px;
	display: block;
	width: 162px;
	padding-top: 10px;
}
#mediaArea div.mainPhoto {
	width: 180px;
	padding:0;
	margin-bottom: 10px;
	background-color: #d6d6d6;
	-webkit-border-radius: 4px;
}
#mediaArea div.mainPhoto img {
	display: block;
	width: 100%;
	height:auto;

}
#mediaSubNav {
	display: block;
	height: 30px;
	background: transparent url(../img/navGradient.png) 0 0 repeat-x;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
#mediaSubNav li {
	display: block;
	float: left;
	margin: 8px 5px 0 0;
	padding: 0 5px;
}
#videoContent, #mediaArea h4{
	display: none;
}
#photoContent{
	display: none;
	float: left;
	margin-bottom: 10px;
}
#photoContent li {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
#statsArea {
	top:290px;
	display: block;
	position: absolute;
	width: 180px;
	padding: 10px 4px 0 0;
	vertical-align: top;
}
#statsArea a.toggle {
	display: none;
	position: relative;
	/*width: 15px;*/
	height: 18px;
	width: auto;
	z-index: 10;
	font-size: 12px;
	line-height: 17px;
	color: #777;
	margin: 10px 0 0 -2px;
	padding-top: 0;
	padding-left: 20px;
	background: transparent url(../img/info.png) 0 0 no-repeat;
	font-weight: bold;
	overflow: hidden;
}
#statsArea a.toggle:hover {
	color: #12345a;
	background-position: 0 -20px;
}
#statsArea.hidden a.toggle {
	padding-top: 18px;
	padding-left: 0;
	width: 15px;
	height: 0;
}
#reels {
	margin: 10px 0 20px -5px;
	display:none;
}
#reels a {
	display: block;
	width: 108px;
	height: 0;
	padding-top: 26px;
	margin-bottom: 10px;
	background: transparent url(../img/reelBtns.png) no-repeat;
	overflow: hidden;
}
#reels a.audioReel {
	background-position: 0 -40px;
}
#reels a:hover {
	background-position-x: -115px;
}
#reels a:active {
	background-position-x: -230px;
}


#contactInfo dd {
	margin-bottom: 10px;
}
#statsArea h4 {
	font-size: 16px;
}
#attributes {
	margin-top: 15px;
}
#attributes dl,
#sizes dl {
	margin-bottom: 20px;
}
#attributes dt,
#sizes dt {
	display: inline-block;
	border-bottom: 1px solid #999;
	width: 80px;
	margin: 0;
	padding: 5px 0;
}
#attributes dd,
#sizes dd {
	width: 100px;
	display: inline-block;
	border-bottom: 1px solid #999;
	text-align: right;
	margin-left: -5px;
	padding: 5px 0;
}
#creditsArea {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	left: 220px;
	right: 0px;
}
#creditsSubNav {
	display: none;
	width: 508px;
	height: 30px;
	background: transparent url(../img/navGradient.png) 0 0 repeat-x;
	border: 1px solid #d9d9d9;
	border-top: none;
	-webkit-border-radius: 0 0 4px 4px;
	margin: 0 auto;
	padding: 0 5px;
	font-weight: bold;
}
#creditsSubNav li {
	float: left;
	margin: 8px 3px 0 0;
	padding: 0 5px;
}
#creditsSubNav li.experience {
	margin-right: 0;
}
#creditsSubNav li.active {
	border-radius: 12px;
	background-color: #efefef;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
}
#creditsArea table {
	display: table;
	width: 100%;
	margin-top: -10px;
}
td {
	display: table-cell;
	vertical-align: top;
	height: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0 5px;
}
tr td {
	padding:5px 0;
	border-bottom: 1px solid #999;
}
td.heading {
	font-weight: bold;
	font-size: 16px;
	padding-top: 20px;
}
td.mediaIcon {
	width: 15px;
	padding: 2px 0 0 5px;
	border-radius: 4px 0 0 4px;
}
td.mediaIcon a.mediaBtn {
	display: block;
	width: 15px;
	height: 0;
	padding-top: 15px;
	margin-top: -1px;
	overflow: hidden;
	background: transparent url(../img/mediaIcon.png) 0 0 no-repeat;
}
tr.active td.mediaIcon a.mediaBtn {
	background-position: 0 -15px;
}
td.mediaIcon ul.attachedMedia {
	display: none;
}
td.role {
	text-align: left;
	min-width: 150px;
}
td.company {
	text-align: right;
	min-width: 120px;
	-webkit-border-radius: 0 4px 4px 0;
}
td.name {
	min-width: 200px;
}
tr.hasMedia:hover td {
	background: #A8C9EA url(../img/tdHoverGradient.png) 0 0 repeat-x;
	color: #000;
	text-shadow: 0 1px 0 #e3e3e3;
}
tr.active td,
tr.hasMedia.active:hover td {
	background: #12345a url(../img/tdActiveGradient.png) 0 0 repeat-x;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
tr.hasMedia:hover td {
	cursor: pointer;
}
/*tr.hasMedia:hover td.mediaIcon a.mediaBtn {
	background-position: 0 -15px;
}*/

#featuredContent {
	display:none;
	position: absolute;
	right: 0;
	top: 105px;
	width: 110px;
	padding-right: 10px;
	overflow: hidden;
}
#featuredContent li.picture img {
	width: 110px;
	height: 140px;
	margin: 5px 0 5px;
}
#featuredContent li.video img {
	width: 110px;
	height: 84px;
	margin: 0 0 5px;
}
div.imagePreview {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px #777;
}
/*Share Modal*/
#modalContainer, #emailModalContainer {
	position: fixed;
	display: none;
	z-index:200;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:none;
}
#modalBG {

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	background:#000;
}
.modalTop{
	top:0px;
	left:0px;
	right:0px;
	position:absolute;
	padding:6px 10px;
	font-size: 16px;
	text-shadow: 0 -1px 0 #143d68;
	color: #fff;
	background:#1d5794;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top:solid 1px #2f8dcd;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#164576),to(#1e5b97));
	background-image: -moz-linear-gradient(90deg, rgb(22,69,118), rgb(30,91,151));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5b97', endColorstr='#164576');
}
.modalBtm{
	position:absolute;	
	bottom:0px;
	left:0px;
	right:0px;
	text-align:center;
	padding:10px ;
	background:#1d5794;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top:solid 1px #efefef;
	background: #b7b7b7 url(../img/mediaModalNavBg.png) 0 0 repeat-x;
}
.modalBox{
	display:none;
	position: relative;
	margin:4% auto;
	width:484px;
	height:480px;
	z-index:500;
	background: #efefef;
	overflow:hidden;
	padding:45px 15px 25px;
	text-align:left;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
}
#emailModalContainer .modalBox{
	height:260px;
	display:none;
}	


/*Media Modal*/
div.creditMediaModal {
	position: fixed;
	background: #000;
	border: 1px solid #7c7c7c;
	border-top: none;
	color: #fff;
	width: 750px;
	top: 50%;
	left: 50%;
	margin: -187px 0 0 -375px;
	-webkit-border-radius: 8px 8px 6px 6px;
	-webkit-box-shadow: 0 0px 6px #000;
	z-index: 200;
	text-shadow: 0 -1px 0 #333;
	-webkit-background-clip: padding-box;
}
div.creditMediaModal .modalHeader {
	position: relative;
	height: 30px;
	background: #0f2e51 url(../img/modalHeaderBg.png) 0 0 repeat-x;
	-webkit-border-radius: 6px 6px 0 0;
	border: 1px solid #2c83e0;
	border-bottom-color: #111f39;
	cursor: move;
	-webkit-background-clip: padding-box;
}
div.creditMediaModal .modalHeader div.navigation {
	display: block;
	position: absolute;
	height: 25px;
	left: 10px;
	width: 30px;
	top: 7px;
}
div.creditMediaModal .navigation a {
	display: block;
	float: left;
	height: 0px;
	width: 10px;
	padding-top: 14px;
	background: transparent url(../img/resumeNavArrows.png) no-repeat;
	overflow: hidden;
	margin-right: 5px;
}
div.creditMediaModal .navigation a.next {
	background-position: -17px 0;
}
div.creditMediaModal .navigation a:hover {
	background-position-y: -22px;
}
div.creditMediaModal .modalHeader h3 {
	position: absolute;
	left: 42px;
	top: 6px;
	font-size: 16px;
	text-shadow: 0 -1px 0 #000;
}
div.creditMediaModal .modalHeader a.close {
	position: absolute;
	display: block;
	width: 36px;
	height: 0;
	padding-top: 30px;
	right: 0px;
	background: transparent url(../img/closeBtn.png) 0 0 no-repeat;
	overflow: hidden;
}
div.creditMediaModal .modalHeader a.close:hover {
	background-position: -41px 0;
}
div.creditMediaModal .videoContainer {
	display: block;
	float: left;
	width: 500px;
	height: 355px;
	background: #3f3f3f url(../img/modalMediaContainerBg.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 0 0 6px;
	border-right: 1px solid #303030;
}
div.creditMediaModal .mediaDrawer {
	display: block;
	float: left;
	width: 248px;
	height: 355px;
	background: #303030 url(../img/modalMediaDrawerBg.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 0 6px 0;
	border-left: 1px solid #444;
}
div.creditMediaModal .attachedMedia {
	height: 335px;
	overflow-y: hidden;
	margin: 10px 10px 0 6px;
}
.attachedMedia::-webkit-scrollbar {
	width: 15px;
	background-color: #202020;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: inset 0 0 3px #000;
}
.attachedMedia::-webkit-scrollbar-thumb {
	background-color: #929292;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-webkit-border-radius: 12px;
	width: 12px;
}
div.creditMediaModal .attachedMedia .mediaItem {
	display: block;
	width: 215px;
	position: relative;
	float: left;
	padding: 5px;
}
div.creditMediaModal .attachedMedia li.video {
	width: 108px;
	float: left;
}
div.creditMediaModal .attachedMedia li.title,
div.creditMediaModal .attachedMedia li.length {
	display: block;
	float: right;
	width: 100px;
	padding-left: 5px;
	font-weight: normal;
}
div.creditMediaModal .attachedMedia li.title a {
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	font-weight: bold;
}
#mediaModalWrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	z-index: 200;
}
#mediaModalWrapper #mediaModalOverlay {
	position: absolute;
	background: #fff;
	opacity: 0.7;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#mediaModal {
	position: fixed;
	background: #000;
	border: 1px solid #7c7c7c;
	border-top: none;
	color: #fff;
	width: 830px;
	height: 620px;
	top: 50%;
	left: 50%;
	margin: -310px 0 0 -415px;
	-webkit-border-radius: 10px 10px 6px 6px;
	-webkit-box-shadow: 0 0px 6px #000;
	z-index: 50;
	text-shadow: 0 -1px 0 #333;
	-webkit-background-clip: padding-box;
}
#mediaModal .modalHeader {
	position: relative;
	height: 30px;
	background: #0f2e51 url(../img/modalHeaderBg.png) 0 0 repeat-x;
	-webkit-border-radius: 6px 6px 0 0;
	border: 1px solid #2c83e0;
	border-bottom-color: #111f39;
	-webkit-background-clip: padding-box;
}

#mediaModal .modalHeader h3 {
	position: absolute;
	left: 15px;
	top: 6px;
	font-size: 16px;
	text-shadow: 0 -1px 0 #000;
}
#mediaModal .modalHeader a.close {
	position: absolute;
	display: block;
	width: 36px;
	height: 0;
	padding-top: 30px;
	right: 0;
	background: transparent url(../img/closeBtn.png) 0 0 no-repeat;
	overflow: hidden;
}
#mediaModal .modalHeader a.close:hover {
	background-position: -41px 0;
}
/*#mediaModal .modalNav {
	display: block;
	height: 35px;
	background: #b7b7b7 url(../img/mediaModalNavBg.png) 0 0 repeat-x;
	padding-left: 10px;
}
#mediaModal .modalNav li {
	float: left;
	margin: 5px 5px 0 0;
}
#mediaModal .modalNav a {
	display: block;
	height: 23px;
	padding: 0 12px;
	line-height: 23px;
	color: #222;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 #e3e3e3;
	background: #acacac url(../img/modalBtnGradient.png) 0 0 repeat-x;
	border: 1px solid #5f5f5f;
	-webkit-box-shadow: 0 1px 0 #e9e9e9;
	-webkit-border-radius: 12px;
}
#mediaModal .modalNav li.active a {
	background-color: #979797;
	background-image: none;
	border-color: transparent;
	-webkit-box-shadow: inset 0 3px 3px #000;
}*/
#mediaModal #navWrapper {
	display: block;
	height: 35px;
	background: #b7b7b7 url(../img/mediaModalNavBg.png) 0 0 repeat-x;
	padding-top: 5px;
}
#mediaModal .modalNav {
	display: block;
	width: 319px;
	height: 29px;
	margin: auto;
}
#mediaModal .modalNav li {
	display: block;
	float: left;
	height: 29px;
	margin: 0;
	padding: 0;
}
#mediaModal .modalNav li a {
	display: block;
	height: 0;
	padding-top: 29px;
	overflow: hidden;
	background: transparent url(../img/modalNav.png) 0 0 no-repeat;
}
#mediaModal .modalNav li.featured a {
	width: 90px;
}
#mediaModal .modalNav li.photos a {
	background-position: -90px 0;
	width: 81px;
}
#mediaModal .modalNav li.video a {
	background-position: -171px 0;
	width: 76px;
}
#mediaModal .modalNav li.audio a {
	background-position: -247px 0;
	width: 72px;
}
#mediaModal .modalNav li a:hover {
	background-position-y: -30px;
}
#mediaModal .modalNav li.active a,
#mediaModal .modalNav li.active a:hover {
	background-position-y: -60px;
}
#mediaModal .videoContainer {
	display: block;
	float: left;
	width: 578px;
	height: 554px;
	background: #3f3f3f url(../img/modalMediaContainerBg.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 0 0 6px;
	border-right: 1px solid #303030;
}
.videoContainer object {
	display: block;
	margin: 20px auto;
}
.videoContainer h4 {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #f5f5f5;
	margin: 4px 0;
	padding-left: 10px;
	background: #474747 url(../img/titleGradient.png) 0 0 repeat-x;
}
.videoContainer h4 span {
	color: #b8b8b8;
}
#mediaModal .videoContainer h4 {
	padding-left: 15px;
}
#mediaModal .videoContainer img {
	display: block;
	margin: 8px auto;
	cursor: pointer;
}
#mediaModal .mediaDrawer {
	display: block;
	float: left;
	width: 250px;
	height: 554px;
	background: #303030 url(../img/modalMediaDrawerBg.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 0 6px 0;
	border-left: 1px solid #444;
}
#mediaModal .attachedMedia {
	height: 535px;
	overflow-y: scroll;
	margin: 10px 10px 0 0;
}
#mediaModal.photos .attachedMedia {
	margin-left: 15px;
}
.attachedMedia::-webkit-scrollbar {
	width: 15px;
	background-color: #202020;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: inset 0 0 3px #000;
}
.attachedMedia::-webkit-scrollbar-thumb {
	background-color: #929292;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-webkit-border-radius: 12px;
	width: 12px;
}
#mediaModal .attachedMedia .mediaItem {
	display: block;
	width: 215px;
	position: relative;
	float: left;
	padding: 5px;
}
#mediaModal .attachedMedia li.video {
	width: 108px;
	float: left;
}
#mediaModal .attachedMedia li.title,
#mediaModal .attachedMedia li.length {
	display: block;
	float: right;
	width: 100px;
	padding-left: 5px;
	font-weight: normal;
}
#mediaModal .attachedMedia li.title a {
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	font-weight: bold;
}
#mediaModal ul.attachedMedia.photos {
	padding-left: 15px;
}
#mediaModal ul.attachedMedia li {
	/*border: 1px solid transparent;*/
}
#mediaModal.photos ul.attachedMedia li {
	border: 1px solid transparent;
}
#mediaModal.video .attachedMedia .mediaItem {
	display: block;
	width: 215px;
	position: relative;
	float: left;
	padding: 5px;
}
#mediaModal.video .attachedMedia li {
	border: none;
}
#mediaModal.video .attachedMedia li.video {
	width: 108px;
	float: left;
}
#mediaModal.video .attachedMedia li.title,
#mediaModal.video .attachedMedia li.length {
	display: block;
	float: right;
	width: 100px;
	padding-left: 5px;
	font-weight: normal;
}
#mediaModal.video .attachedMedia li.project {
	display: block;
	width: 100px;
	float: left;
	padding-left: 5px;
	color: #777;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000;
}
#mediaModal .attachedMedia li.title a {
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	font-weight: bold;
}
#mediaModal.photos ul.attachedMedia li {
	display: block;
	float: left;
	width: 90px;
	height: 115px;
	margin: 0 10px 10px 0;
	opacity: 0.7;
}
#mediaModal.photos ul.attachedMedia li:hover {
	opacity: 1;
}
#mediaModal.photos ul.attachedMedia li img {
	display: block;
	width: 90px;
	height: 115px;
}
#mediaModal.photos ul.attachedMedia li.active {
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 0;
	opacity: 1;
}
#mediaModal .mediaDrawerNav {
	display: block;
	position: absolute;
	height: 35px;
	left: 0;
	right: 251px;
	bottom: 0;
	bottom: 0;
	text-shadow: 0 1px 0 #000;
	-webkit-box-shadow: inset 0 3px 3px #2a2a2a;
}
#mediaModal .mediaDrawerNav a {
	display: block;
	float: left;
	height: 13px;
	line-height: 13px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}
#mediaModal .mediaDrawerNav a.prev {
	padding-left: 14px;
	background: transparent url(../img/leftArrow.png) 0 0px no-repeat;
	margin-right: 10px;
	margin-left: 20px;
}
#mediaModal .mediaDrawerNav a.next {
	padding-right: 14px;
	background: transparent url(../img/rightArrow.png) right 0 no-repeat;
}
#mediaModal .mediaDrawerNav a.save {
	float: right;
	margin-right: 20px;
	padding-left: 18px;
	line-height: 15px;
	background: transparent url(../img/printIcon.png) 0 0 no-repeat;
}
#mediaModal .mediaDrawerNav a:hover {
	color: #A8C9EA;
	background-position-y: -22px;
}
#mediaModal .mediaDrawerNav a.save:hover {
	background-position: 0 -16px;
}
#mediaModal.featured .attachedMedia .video .mediaItem {
	display: block;
	width: 215px;
	position: relative;
	float: left;
	padding: 5px;
}
#mediaModal.featured .attachedMedia a {
	color: #fff;
}
#mediaModal.featured ul.attachedMedia .mediaItem.video li,
#mediaModal.featured ul.attachedMedia .mediaItem.active.video li {
	border: none;
}
#mediaModal.featured .attachedMedia .mediaItem.video li.video {
	width: 108px;
	float: left;
}
#mediaModal.featured .attachedMedia .mediaItem.video li.title,
#mediaModal.featured .attachedMedia .mediaItem.video li.length {
	display: block;
	float: right;
	width: 100px;
	padding-left: 5px;
	font-weight: normal;
}
#mediaModal.featured .attachedMedia .mediaItem.video li.project {
	display: block;
	width: 100px;
	float: left;
	padding-left: 5px;
	color: #777;
	font-weight: bold;
	text-shadow: 0 -1px 0 #000;
}
#mediaModal.featured ul.attachedMedia .mediaItem.photo li {
	display: block;
	float: left;
	width: 90px;
	height: 115px;
	margin: 0 10px 10px 0;
}
#mediaModal.featured ul.attachedMedia .mediaItem.photo li img {
	display: block;
	width: 90px;
	height: 115px;
}
#mediaModal .mediaItem.active {
	background-color: #222;
}
.mediaDrawer h4 {
	padding-left: 5px;
}
.mediaDrawer h4.featuredVideo {
	padding-top: 10px;
}
/*a.toggle {
	font-size: 11px;
	color: #777;
}
a.toggle:hover {
	color: #12345a;
}*/
#statsIcons {
	display: none;
	position: absolute;
	left: 180px;
	top: 30px;
	width: 20px;
}
#statsIcons div.icon a {
	display: block;
	width: 20px;
	height: 0;
	padding-top: 20px;
	margin-bottom: 6px;
	overflow: hidden;
	background: transparent url(../img/statsAreaIcons.png) 0 0 no-repeat;
}
#statsIcons div.audioReelIcon a {
	background-position: 0 -30px;
}
#statsIcons div.contactIcon a {
	background-position: 0 -60px;
}
#statsIcons div.attributesIcon a {
	background-position: 0 -90px;
}
#statsIcons div.icon:hover a {
	background-position-x: -25px;
}
#statsIcons div.contactIcon dd a {
	background-image: none;
	padding: 0;
	width: auto;
	height: auto;
}
div.hoverDisplay {
	display: block;
	position: absolute;
	background-color: #12345a;
	-webkit-border-radius: 4px;
	width: 163px;
	height: auto;
	padding: 10px 20px;
	-webkit-box-shadow: 0 0 3px #000;
	color: #fff;
	z-index: 20;
	text-shadow: 0 -1px 0 #000;
	opacity: 0;
}
div.hoverDisplay dd {
	margin-bottom: 10px;
}

div.hoverDisplay.attributes h4 {
	padding: 10px 0 5px;
}
div.hoverDisplay.contact a {
	color: #A8C9EA;
}
div.hoverDisplay.contact a:hover {
	color: #fff;
}
div.hoverDisplay.attributes dt {
	display: inline-block;
	border-bottom: 1px solid #A8C9EA;
	width: 80px;
	margin: 0;
	padding: 0;
}
div.hoverDisplay.attributes dd {
	width: 80px;
	display: inline-block;
	border-bottom: 1px solid #A8C9EA;
	text-align: right;
	margin-left: -3px;
	padding: 0;
	margin-bottom: 5px;
}

tr.skills td {
	padding: 0;
}

div.skills ul li{
	display:inline-block;
}
td.mediaIcon ul.attachedMedia,
li.hasMedia ul.attachedMedia
 {
	display: none;
}
div.skills,
div.experience {
	/*background-color: #e6e6e6;*/
	position: relative;
	margin-top: 10px;
	padding: 10px 5px 10px;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius: 3px;
}
div.experience {
	margin-top: -10px;
}
div.skills h4,
div.experience h4 {
	display: block;
	font-size: 16px;
	/*margin-top: -30px;*/
	margin-bottom: 10px;
}
div.skills dl,
div.experience dl {
	padding: 0 20px;
	-webkit-border-radius: 3px;
	margin-bottom: 5px;
}
div.skills dl.alt {
	background-color: #e6e6e6;
	
}
div.skills dt {
	font-weight: bold;
	color: #222;
}
div.experience dt {
	display: none;
}
.creditMediaModal .videoContainer object {
	margin-top: 15px;
}
p.noAudio {
	display: block;
	width: 375px;
	padding-top: 280px;
	background: transparent url(../img/noAudio.png) center top no-repeat;
	font-size: 22px;
	color: #b9b9b9;
	text-align: center;
	margin: 50px auto 0;
	font-weight: bold;
}



#footer {
	display: none;
}