/* 1. Resets
============================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* 2. Defaults
============================================================*/
html { height:100%; }
body {
	position: relative; /* IE6 positioning fix */
	height:100%;
	font:13px 'Lucida Grande',Helvetica,Arial,sans-serif; 
	background:#1E1E1E;
  color:#efefef;
}
  
table {font-size:inherit;font:100%;}

a 				{ outline: 0; color:#eee; cursor: pointer; text-decoration:none; }
a:active 	{ outline: 0; }
a:link 		{ text-decoration:none; }
a:visited { text-decoration:none; }
a:hover 	{ color:#bbb; text-decoration:underline; }
a:focus 	{ outline: 0;  }
a img 		{ border: 0; }

h1,h2,h3,h4,h5,h6 {line-height:normal;}
h1 {font-size:200%; letter-spacing:-0.05em;}
h2 {font-size:150%; letter-spacing:-0.02em;}
h3 {font-size:125%}
h4 {font-size:116%}
h5 {font-size:106%}
h6 {font-size:96%}
p { line-height:1.22em; }

img { vertical-align: middle; } 

em { font-style:italic; }
strong { font-weight:bold; }

video:focus, video:active 	{ outline: 0; }
object:focus, object:active { outline: 0; }

/* 3. Helpers
============================================================*/
.noborder { border:0; }

.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
  }
  
.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  }
  
/* 4. Base Styles
============================================================*/

a.flop 				{ text-decoration:underline;  }
a.flop:hover 	{ text-decoration:none; }

a.tog {
  margin:0 -2px;
  padding:4px;
  color:#544227;
  text-decoration:none;
  }
a:hover.tog {
  margin:0 -2px;  
  padding:4px;
  background-color:#FFD731;
  color:#000;
  text-decoration:none;
  }
  
form textarea { 
  min-height:10em;
  }

p.tiny {
  margin:0;
  font-size:10px;
  line-height:normal;
  }

p.small { 
  margin:0;
  font-size:0.9em;
  line-height:normal;
  }

p.break {
  margin:14px 0;
  padding:0;
  height:1px;
  background-color:#333;
  font-size:0px;
  }

/* 5. Layout
============================================================*/
#wrapper { height:100%; }
body > #wrapper { height:auto; min-height:100%; }

#container {
  position:relative;
  padding-bottom:60px; /* footer height */
  }

/* Header
============================================================*/
#header { min-height:60px; }
#header span.inner {
  position:relative;
  display:block;
  width:780px;
  margin:0 auto;
  padding:0 10px;
  }
#header.paddingOn span.inner { padding:10px; }
  
#header h1 {
  width:600px;
  min-height:60px;
  color:#ddd;
  font-size:18px;
  line-height:60px;
  }
#header h1 a {
  position:relative;
  color:#ddd;
  text-decoration:none;
  }
#header h1 a span { display:none; }
#header h1 a:hover {
  color:#fff;
  }
#header h1 a:hover span {
  display:block;
  position:absolute;
  top:0; bottom:0; left:-26px;
  width:14px; height:14px;
  margin:auto 0;
  background:url('../img/general/header_icn-home.png') no-repeat;
  }
#header.hasLogo h1 a {
  display:block;
  min-height:60px;
  text-indent:-2000px;
  }

#header ul { position:absolute; top:0; right:0; } 
#header.paddingOn ul { top:10px; }
#header ul li { float:left; }
#header ul li a {
  display:block;
  min-height:60px;
  margin:auto 0;
  padding:0 15px;
  color:#888;
  font-size:14px;
  line-height:60px;
  text-decoration:none;
  }
#header ul li a:hover { color:#fff; text-decoration:none; }
#header ul li.current a { color:#ddd; }
  
/*============================================================
 Footer
============================================================*/
#footer {
  position:relative;
  height:60px;
  margin-top:-60px; /* negative value of footer height */
  clear: both;
  background: url('../img/general/header_bg-main.png') 50% 0 no-repeat;
  _background: url('../img/general/header_bg-main.gif') 50% 0 no-repeat; /* IE6 */
  }
#footer span.inner {
  display:block;
  width:780px; height:60px;
  margin:0 auto;
  padding:0 10px;
  }

#footer a.logo {
  display:block;
  width:120px; height:60px;
  background:url('../img/general/footer_cm-logo.png') 0 45% no-repeat;
  _background:url('../img/general/footer_cm-logo.gif') 0 45% no-repeat; /* IE6 */
  }
  
#footer #rights {
  margin-top:14px; 
  float:right;
  color:#555;
  font-size:11px;
  line-height:1.4em;
}

/*============================================================
 Landing
============================================================*/
.headerShadow {
  background: url('../img/general/header_bg-main.png') 50% 0 no-repeat;
  _background: url('../img/general/header_bg-main.gif') 50% 0 no-repeat; /* IE6 */
}
  
#projects {
  width:780px;
  margin:0 auto 60px;
  padding-top:20px;
  position: relative;
}

#projects 				> li.project { position: relative; margin: 10px 30px 20px 0; float: left; }
#projects.twoUp 	> li.project { width:375px; }
#projects.threeUp > li.project { width:240px; }

  
#projects > li.project.end { margin-right:0; }

#projects > li.project h3 {
  height:1.3em;
  padding:4px 0 0;
  font-size:15px;
  color:#eee;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  text-align:center;
  }
  
#projects.threeUp > li.project h3 { max-width:240px; letter-spacing:-0.01em; }
#projects.twoUp   > li.project h3 { max-width:375px; font-size:18px; letter-spacing:-0.02em; }
#projects.oneUp   > li.project h3 { max-width:780px; font-size:24px; letter-spacing:-0.03em; }

#projects 				> li.project p { display:none; font-size:12px; color:#ccc; }
#projects.threeUp > li.project p { max-width:240px; }
#projects.twoUp   > li.project p { max-width:375px; font-size:13px; }
#projects.oneUp   > li.project p { max-width:780px; font-size:16px; }

#projects > li.project a.thumbnail { 
  display:block;
  padding:6px;
  margin:-10px;
  }
#projects > li.project a.thumbnail:hover { text-decoration:none; }

#projects > li.project a.thumbnail img { margin: 4px; }
#projects > li.project a.thumbnail:hover img { border: solid 4px #111; margin: 0; }
#projects > li.project.noThumbnail a.thumbnail img { background: #000 url('../img/project/bg_noThumb.png') no-repeat center center; }

#projects > li.project a.thumbnail .newBug {
  display:none;
  }
#projects > li.project.new a.thumbnail .newBug {
  display:block;
  position:absolute;
  top:0; left:0;
  width:46px; height:46px;
  background:url('../img/general/icn_new.png') no-repeat;
  _background:url('../img/general/icn_new.png') no-repeat; /* IE6 */
  }

#projects.textInside > li.project h3 {
  position:absolute;
  top:10px; left:10px;
  padding:4px 6px;
  margin:0;
  background: rgba(0,0,0,0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
  text-align:left;
  }

#projects.textInside > li.project.noTitle h3 { background:none; }

#projects.textInside.threeUp > li.project h3 { max-width:215px; }
#projects.textInside.twoUp   > li.project h3 { max-width:350px; }
#projects.textInside.oneUp   > li.project h3 { max-width:755px; }
#projects.textInside 				 > li.project.new a.thumbnail .newBug {
  left:auto; right:0;
  background:url('../img/general/icn_new-over.png') no-repeat;
  _background:url('../img/general/icn_new-over.gif') no-repeat; /* IE6 */
  z-index:1000;
  }

#projects.textInside > li.project p {
  display:block;
  position:absolute;
  top:44px; left:10px;
  padding:4px 6px;
  margin:0;
  background: rgba(0,0,0,0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
  text-align:left;
  }
  
#projects.textInside.threeUp > li.project p { top:42px; max-width:215px; }
#projects.textInside.twoUp   > li.project p { top:44px; max-width:350px; }
#projects.textInside.oneUp   > li.project p { top:54px; max-width:755px; }

#projects.textHidden li.project h3,
#projects.textHidden li.project p { display:none; }

/*============================================================
 Image Project
============================================================*/

/* List */
#list h1 {
  width:780px; height:50px;
  margin:0 auto;
  padding:0 10px;
  background:#111;
  color:#ccc;
  font-size:24px;
  line-height:50px;
  text-align:center;
  border-radius:10px 10px 0 0;
  }
  
#list.noTitle h1 { height:10px; background:#000; }

#list .outer {
  width:780px;
  margin:0 auto;
  padding:0 10px;
  background:#000;
  text-align:center;
  border-radius:0 0 10px 10px;
  }
#list .outer .imageRow {
  margin-bottom:10px;
  text-align:center;
  }
#list .outer .imageRow .caption {
  padding:5px 0 8px;
  color:#666;
  font-size:11px;
  line-height:15px;
  text-align:center;
  }
#list.isWide h1,
#list.isWide .outer { width:940px; }
  
/* Flipbook */
#flipbook h1 {
  width:780px; height:50px;
  margin:0 auto;
  padding:0 10px;
  background:#111;
  color:#ccc;
  font-size:24px;
  line-height:50px;
  text-align:center;
  border-radius:10px 10px 0 0;
  }
#flipbook.noTitle h1 {
  height:10px;
  background:#000;
  }

#flipbook .outer { position:relative; }
#flipbook .outer .canvas {
  width:780px;
  margin:0 auto;
  padding:0 10px;
  background:#000;
  }
#flipbook .outer .canvas.loading {
  background: #000 url('../img/project/loading.gif') 50% 50% no-repeat;
  }
#flipbook.noThumbs .outer .canvas  { border-radius:0 0 10px 10px; }
#flipbook .outer .canvas .artworkContainer {
  height: 520px;
  }
#flipbook .outer .canvas .artwork {
  position:relative;
  height: 520px;
  margin:0 auto;
  text-align:center;
  background-position: center;
  background-repeat: no-repeat;
  }
  
#flipbook .previousLink {
  display:block;
  position:absolute;
  top:0; left:0;
  cursor:pointer;
  width:50%;
  height:100%;
  text-decoration:none;
  }
#flipbook .previousLink span { display:none; }
#flipbook .previousLink:hover span {
  left:10%;
  text-align:left;
  }
#flipbook .nextLink {
  position:absolute;
  top:0; right:0;
  cursor:pointer;
  width:50%;
  height:100%;
  display:block;
  text-decoration:none;
  }
#flipbook .nextLink span { display:none; }
#flipbook .nextLink:hover span {
  right:10%;
  text-align:right;
  }
#flipbook .previousLink:hover span,
#flipbook .nextLink:hover span {
  display:none;
  position:absolute;
  top:286px; height:32px;
  width:100px; height:32px;
  color:#333;
  font-size:10px;
  }

#flipbook .previousLink:hover 					{ background:url('../img/project/gallery_arrow_l.png') 10% 236px no-repeat; cursor: pointer; }
#flipbook .previousLink.disabled:hover 	{ background:url('../img/project/gallery_arrow_lDis.png') 10% 236px no-repeat; cursor:default; }
#flipbook .nextLink:hover 							{ background:url('../img/project/gallery_arrow_r.png') 90% 236px no-repeat; cursor: pointer; }
#flipbook .nextLink.end:hover 					{ background:url('../img/project/gallery_arrow_rEnd.png') 90% 236px no-repeat; }

#flipbook .caption { min-height:10px; }
#flipbook .caption #caption {
  padding: 10px;
  color:#666;
  font-size:13px;
  line-height:16px;
  text-align:center;
  }

/* Flipbook Wide */
#flipbook.isWide h1,
#flipbook.isWide .outer .canvas 									{ width:940px; }
#flipbook.isWide .outer .canvas .artworkContainer { height: 627px; }
#flipbook.isWide .outer .canvas .artwork 					{ height:627px; }
#flipbook.isWide .previousLink:hover 							{ background:url('../img/project/gallery_arrow_l.png') 15% 289px no-repeat; cursor: pointer; }
#flipbook.isWide .previousLink:hover span 				{ top:339px; left:15%; }
#flipbook.isWide .previousLink.disabled:hover 		{ background:url('../img/project/gallery_arrow_lDis.png') 15% 289px no-repeat; }
#flipbook.isWide .nextLink:hover 									{ background:url('../img/project/gallery_arrow_r.png') 85% 289px no-repeat; cursor: pointer; }
#flipbook.isWide .nextLink:hover span 						{ top:339px; right:15%; }
#flipbook.isWide .nextLink.end:hover 							{ background:url('../img/project/gallery_arrow_rEnd.png') 85% 289px no-repeat; }
#flipbook.isWide #thumbnails, 										
#flipbook.isWide #thumbnails .viewport						{ width: 880px; }

/* Details Row */
#detailsContainer {
  width:780px;
  margin:1px auto 20px; min-height:40px;
  padding:20px 10px 40px;
  background:url('../img/project/gallery_bg-below.png') 50% 0 no-repeat;
  }
#detailsContainer .row {
  display:block;
  padding:15px 0 2px 0;
  border-bottom:1px solid #191919;
  }
#detailsContainer .row label {
  display:block;
  float:left;
  width:180px;
  color:#555;
  font-size:11px;
  line-height:21px;
  }
#detailsContainer .row .content {
  display:block;
  float:left;
  width:600px;
  }
#detailsContainer .row .content p {
  color:#bbb;
  line-height:21px;
  padding-bottom:1.0em;
  }

#detailsContainer .row.description .content p {
  color:#bbb;
  }
#detailsContainer .row.site a {
  color:#6CC3F4;
  font-size:14px;
  }
#detailsContainer .row.tags {
  border:none;
  }

  
/*============================================================
 Video Project
============================================================*/
#videoContainer { width:800px; margin:0 auto; }
  
#videoContainer h1 {
  width:780px; height:50px;
  margin:0 auto;
  padding:0 10px;
  background:#111;
  color:#ccc;
  font-size:24px;
  line-height:50px;
  text-align:center;
  border-radius:10px 10px 0 0;
  }
#videoContainer.noTitle h1 {
  height:10px;
  background:#000;
  }
#videoContainer .outer {
  background:#000;
  padding:15px 0;
  }
#videoContainer.noThumbs .outer {
  border-radius:0 0 10px 10px;
  }
  
#videoContainer .caption { min-height:10px; }
#videoContainer .caption #caption {
  padding: 10px;
  color:#666;
  font-size:13px;
  line-height:16px;
  text-align:center;
  }
#videoContainer.noCaption .outer .caption { display:none; }

/*============================================================
 About
============================================================*/
div#locationEd table td { padding:2px 0; }

div#locationEd table td.addLab { width:90px; font-size:13px; }

div.aboutbg {
  position:relative;
  width:800px; margin:0 auto;
  padding-top:20px;
  }
  
table.about { margin:0 0 20px 0; }

table.about td { vertical-align:top; }

table.about td p {
  margin:0 0 16px 0;
  line-height:20px;
  }

table.about td p.tiny {
  margin-bottom:0;
  color:#888;
  }

table.about td h3 {
  position:relative;
  margin-bottom:20px;
  }

table.about td h3 img {
  position:absolute;
  top:-15px; right:-20px;
  background:url('../img/bl_about_freelance.gif') no-repeat;
  }

div.body p {
  margin:0 0 16px 0;
  line-height:20px;
  }

/*============================================================
 =Serif Overrides
============================================================*/
body.serif { font-family:Georgia, 'Times New Roman', Times, serif; }

  
/*============================================================
 =White Overrides
============================================================*/

/* =GENERAL
----------------------------------------------- */
body.light 					{ background:#EFEFEF; color:#555; }
 
body.light a 				{ color:#444; }
body.light a:hover 	{ color:#555; }
  
/* +HEADER
----------------------------------------------- */
body.light #header h1 a 						{ color:#666; }
body.light #header h1 a:hover span 	{ background:url('../img/general/header_icn-homeLight.png') no-repeat; display: block; }
body.light #header ul li a 					{ color:#999; }
body.light #header ul li a:hover 		{ color: #777;}
body.light #header ul li.current a 	{ color:#666; }
  
/* +FOOTER
----------------------------------------------- */
body.light #footer { 
  background:url('../img/general/light-header_bg-main.png') 50% 0 no-repeat;
  _background:url('../img/general/light-header_bg-main.gif') 50% 0 no-repeat; /* IE6 */
}
body.light #footer a.logo {
  background:url('../img/general/light-footer_cm-logo.png') 0 45% no-repeat;
  _background:url('../img/general/light-footer_cm-logo.gif') 0 45% no-repeat; /* IE6 */
}
body.light #footer #rights { color:#999; }
  
/* =Landing
----------------------------------------------- */
body.light .headerShadow { 
  background:url('../img/general/header_bg-main.png') 50% 0 no-repeat;
  _background:url('../img/general/header_bg-main-light.gif') 50% 0 no-repeat; /* IE6 */ 
}
body.light #container li.project h3 { color:#666; }
body.light #container #projects.textInside li.project h3 {
  color:#ddd;
  background: rgba(0,0,0,0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
body.light #container #projects.textInside li.project p {
  color:#ccc;
  background: rgba(0,0,0,0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}
body.light #container li.project a.thumbnail:hover img 						{ border: solid 4px #ccc; margin: 0; }
body.light #container li.project.noThumbnail a.thumbnail img 			{ background: #aaa url('../img/project/bg_noThumb.png') no-repeat center center; }
body.light #container #projects.textInside li.project.noTitle h3 	{ background:none; }
  
/* =PROJECT
----------------------------------------------- */
/* List */
body.light #list 					h1 { background:#f6f6f6; color:#666; }
body.light #list.noTitle  h1 { background:#ffffff; }

body.light #list .outer 										{ background:#fff; }
body.light #list .outer .imageRow .caption 	{ color:#aaa; }
  
/* Flipbook */
body.light #flipbook h1 {
  background:#f6f6f6;
  color:#666;
  }
body.light #flipbook.noTitle h1 { background:#fff; }
body.light #flipbook .outer .canvas { background:#fff; }
body.light #flipbook .outer .canvas.loading { background: #fff url('../img/project/wht_loading.gif') 50% 50% no-repeat;}
body.light #flipbook .previousLink:hover { background:url('../img/project/light-gallery_arrow_l.png') 10% 236px no-repeat; }
body.light #flipbook .previousLink.disabled:hover { background:url('../img/project/light-gallery_arrow_lDis.png') 10% 236px no-repeat; cursor:default; }
body.light #flipbook .nextLink:hover { background:url('../img/project/light-gallery_arrow_r.png') 90% 236px no-repeat; }
body.light #flipbook .nextLink.end:hover { background:url('../img/project/gallery_arrow_rEnd.png') 90% 236px no-repeat; }

body.light #flipbook .caption #caption { color:#999; }


/* Flipbook Wide */
body.light #flipbook.isWide .previousLink:hover { 
  background:url('../img/project/light-gallery_arrow_l.png') 15% 289px no-repeat;
  _background:url('../img/project/light-gallery_arrow_l.gif') 15% 289px no-repeat; /* IE6 */
  cursor: pointer;
}

body.light #flipbook.isWide .previousLink.disabled:hover {
  background:url('../img/project/light-gallery_arrow_lDis.png') 15% 289px no-repeat;
  _background:url('../img/project/light-gallery_arrow_lDis.gif') 15% 289px no-repeat; /* IE6 */
}

body.light #flipbook.isWide .nextLink:hover {
  background:url('../img/project/light-gallery_arrow_r.png') 85% 289px no-repeat;
  _background:url('../img/project/light-gallery_arrow_r.gif') 85% 289px no-repeat; /* IE6 */
  cursor: pointer;
}

body.light #flipbook.isWide .nextLink.end:hover {
  background:url('../img/project/light-gallery_arrow_rEnd.png') 85% 289px no-repeat;
  _background:url('../img/project/light-gallery_arrow_rEnd.gif') 85% 289px no-repeat; /* IE6 */
}


/* Details Row */
body.light #detailsContainer {
  background:url('../img/project/light-gallery_bg-below.png') 50% 0 no-repeat;
  _background:url('../img/project/light-gallery_bg-below.gif') 50% 0 no-repeat; /* IE6 */
}

body.light #detailsContainer .row 												{ border-bottom:1px solid #ddd; }
body.light #detailsContainer .row label 									{ color:#999; }
body.light #detailsContainer .row .content p 							{ color:#666; }
body.light #detailsContainer .row.description .content p 	{ color:#666; }
body.light #detailsContainer .row.site a 									{ color:#6CC3F4; }

/* =ABOUT
----------------------------------------------- */
body.light table.info td p.tiny 	{ margin-bottom:0; color:#999; }
body.light table.about td p.break { background-color:#EEE; }
body.light table.about td h3 img 	{ background:url('../img/wht_about_freelance.gif') no-repeat; }

/*============================================================
PRIVACY CONTROLS
============================================================*/
.accessForm .loginGuts, .accessForm .requestGuts, .accessForm .confirmedGuts { display: none; }
.accessForm.login .loginGuts, .accessForm.request .requestGuts, .accessForm.confirmed .confirmedGuts { display: block; }

.sans .accessForm textarea { font-family: 'Lucida Grande',Helvetica,Arial,sans-serif; }

#container.access { padding: 50px 0; }
.accessForm {
  width: 500px;
  background: #111;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px 40px 25px;
  }
.accessForm h3 {
  color: #888;
  font-size: 18px;
  margin: 0 0 30px;
  text-align: center;
  }
.accessForm ul {
  }
.accessForm li {
  position: relative;
  margin: 0 0 25px;
  }
.accessForm label {
  font-size: 13px;
  color: #666;
  margin: 0 0 10px;
  display: block;
  }
.accessForm input {
  padding: 5px 10px;
  width: 478px;
  border: solid 1px #222;
  background: #000;
  font-size: 30px;
  color: #555;
  }
.accessForm input.accessCode {
  margin: 0 0 15px;
  }
.accessForm textarea {
  padding: 10px;
  background: #000;
  color: #555;
  border: solid 1px #222;
  width: 478px;
  margin: 0 0 15px;
  }
.accessForm button {
  display: block;
  padding: 7px 12px;
  color: #777;
  background: #333;
  border-radius: 5px;
  width: auto;
  font-size: 16px;
  border: none;
  }
.accessForm button:hover {
  background: #434343;
  text-decoration: none;
  cursor: pointer;
  }
.accessForm a {
  color: #666;
  }
.accessForm a:hover {
  color: #777;
  text-decoration: none;
  }
.accessForm a.requestAccess {
  position: absolute;
  right: 0;
  bottom: 10px;
  text-decoration: underline;
  }



.light .accessForm 		{ background: #fff; }
.light .accessForm h3 { color: #777; }
.light .accessForm input.accessCode {
  border: solid 1px #ddd;
  background: #fff;
  }
.light .accessForm label { color: #aaa; }
.light .accessForm label.heading { color: #888;
 }
.light .accessForm input {
  border: solid 1px #ddd;
  background: #fff;
  color: #555;
  }
.light .accessForm textarea {
  color: #555;
  border: solid 1px #ddd;
  background: #fff;
  }
.light .accessForm button {
  color: #fff;
  background-color: #ddd;
  }
.light .accessForm button:hover {
  background: #d6d6d6;
  text-decoration: none;
  color: #fff;
  }
.light .accessForm a {
  color: #aaa;
  }
.light .accessForm a:hover {
  color: #999;
  text-decoration: none;
  }

/* Error Message
-------------------------------------------*/
.accessForm .errorMessage { display: none; }
.accessForm .error .errorMessage { display: block; }

.accessForm .error input, 
.light .accessForm .error input, 
.accessForm .error textarea, 
.light .accessForm .error textarea {
  border-color: #a90303;
}
  
.accessForm .error .errorMessage, 
.light .error .errorMessage {
  display: block;
  padding: 5px;
  background: #a90303;
  color: #fff;
  font-size: 12px;
  margin: 0 0 20px;
}
  
.accessForm .accessError.errorMessage,
.accessForm .textError.errorMessage { margin: -15px 0 20px; }

/* Confirmation Page 
-------------------------------------------*/
.accessForm .confirmedGuts h3 { margin: 0 0 15px; }
.accessForm a.return {
  padding: 0 0 0 20px;
  background: url(../img/arrow_left.png) no-repeat 0 0;
  display: block;
  margin: 0 auto 10px;
  width: 105px;
  }
  
.light .accessForm a.return { background: url(../img/arrow_leftLight.png) no-repeat 0 0; }.mediaPlayer {
	position:relative;
	padding: 0;
	margin: 0 16px;
	background:#000;	
	-moz-user-select: none;
	-webkit-user-select: none;
	}
.noCaption .mediaPlayer {
}	
.mediaPlayer video {	
	display:block;
	margin:0 auto;
	}

/* Fullscreen */
.mediaPlayer.fullscreen { position: fixed; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: 1000; width:100%; height:100%; }
.mediaPlayer.fullscreen .controller { z-index:1002; }

.mediaPlayer.fullscreen video, 		
.mediaPlayer.fullscreen object { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Play icon */
.mediaPlayer .playOverlay { 
	display:block;
	position:absolute; 
	top:142px; left:322px; 
	width:156px; height:156px; 
	background:url('../img/player/icn_poster-play.png') 50% 50% no-repeat; 
	z-index:10; 
	cursor:pointer;
	/* IE6 Fixes */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/player/icn_poster-play.png', sizingMethod='scale');
	_background-image: none;
	}
	
.mediaPlayer.seeking .playOverlay,
.mediaPlayer.playing .playOverlay { 
	display:none;
	}

/* Poster */	
.mediaPlayer .poster { 
	position:absolute; 
	z-index:5;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	background-color: #000;
	}
	
.mediaPlayer.played .poster { 
	display:none;
	}
	
.mediaPlayer .wrapper {
	cursor:pointer;
	}

/* But not on seeking */
.mediaPlayer.seeking .playOverlay,
.mediaPlayer.paused .playOverlay { display:none; }

/* General controls styles */
.mediaPlayer .controller {
	width:100%; height:40px;
	position:absolute;
	left:0; bottom:0;
	color:#fff;
	background: rgba(0,0,0,0.6);
	background-image: url('http://s.cmcdn.net/c.gif');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
	}
.mediaPlayer.played .controller { display:block; }

.mediaPlayer .controller li { float:left; margin:0; padding:0; }

/* Play/pause control */
.mediaPlayer .controller .playControl { height:40px; width:40px; }
.mediaPlayer .controller .playControl span {
	display:block; 
	width:40px; height:40px; 
	font-size:0px; 
	line-height:0;
	text-decoration:none; 
	cursor:pointer; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
	
.mediaPlayer .controller .playControl.playButton span {
	background-image: url('../img/player/btn_play.png');
	_background-image:url('../img/player/btn_play.gif'); /* IE6 */
	}

.mediaPlayer .controller .playControl.pauseButton span {
	background-image:url('../img/player/btn_pause.png');
	_background-image:url('../img/player/btn_pause.gif'); /* IE6 */
	}

.mediaPlayer .controller .playControl span:hover {
	background-color: rgba(255,255,255,0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20FFFFFF,endColorstr=#20FFFFFF);
}

/* Scrubber control */

.mediaPlayer .controller .scrubber .scrubberBar { 
	position:relative; 
	float:left; 
	height:8px; 
	margin:16px 0 0 5px; 
	padding:0;
	overflow:hidden;
	cursor:pointer; 
	}

.mediaPlayer .controller .scrubber .scrubberBar .durationBar {
	position:absolute; 
	left: 0;
	display:block; 
	width:100%; height:8px;
	background: rgba(255,255,255,0.2);
	background-image: url('../c.gif');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20FFFFFF,endColorstr=#20FFFFFF);
	}
	 
.mediaPlayer .controller .scrubber .scrubberBar .playBar { 
	position:absolute;
	left: 0;
	display:block;
	width:0; height:8px;
	background:#eee;
	}
	
.mediaPlayer .controller .scrubber .scrubberBar .loadBar { 
	position:absolute; 
	left: 0;
	display:block; 
	width:0; height:8px;
	background: rgba(255,255,255,0.6);
	background-image: url('../c.gif');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60FFFFFF,endColorstr=#60FFFFFF);
	}

.mediaPlayer.waiting .controller .scrubber .scrubberBar .durationBar { background:url('../img/player/anim_buffering.gif') repeat-x; }
.mediaPlayer.waiting .controller .scrubber .scrubberBar .loadBar { display:none; }

/* Volume control */
.mediaPlayer .controller .volumeControl { 
	margin-right:6px;
	cursor:pointer; 
	}
.mediaPlayer .controller .volumeControl ul { display:block; margin:13px 0 0 0; padding:0; }
.mediaPlayer .controller .volumeControl ul li {
	display:block;
	float:left;
	margin:0 2px 0 1px;
	padding:0;
	width:4px; height:14px;
	background: rgba(255,255,255,0.2);
	background-image: url('../c.gif');
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#20FFFFFF,endColorstr=#20FFFFFF);
	}
.mediaPlayer .controller .volumeControl ul li.on { background-color: #eee; background-image: none; }

/* Fullscreen */
.mediaPlayer .controller .fullscreenControl span { 
	display:block; 
	width:40px;	height:40px; 
	background:url('../img/player/btn_fullscreen.png') 50% 50% no-repeat; 
	cursor:pointer; 
	}
.mediaPlayer .controller .fullscreenControl span:hover {
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
	}

/* Fallback message for plugin problems */
.mediaPlayer .unsupportedGuts, 
.mediaPlayer.unsupported .playOverlay, 
.mediaPlayer.unsupported video,
.mediaPlayer.unsupported .poster, 
.mediaPlayer.unsupported .controller {
	display: none;
	}
	
.mediaPlayer.unsupported .unsupportedGuts {
	display: block;
	}
	
.mediaPlayer .unsupportedGuts {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 200px 0 0;
	}
.mediaPlayer .unsupportedGuts h3 {
	font-size: 18px;
	margin: 0 0 5px;
	}
.mediaPlayer .unsupportedGuts h4 {
	font-size: 13px;
	}
.mediaPlayer .unsupportedGuts a {
	text-decoration: underline;
	}
.mediaPlayer .unsupportedGuts a:hover {
	text-decoration: none;
	}.stage.noThumbs #thumbnails { display:none; }

#thumbnails {
	display:block;
	position:relative;
	width:720px; height:80px;
	margin:0 auto;
	padding:15px 40px 25px;
	background:url('../img/project/flipbook_bg-drawer.png') 50% 0 no-repeat #111;
	_background:url('../img/project/flipbook_bg-drawer.gif') 50% 0 no-repeat #111; /* IE6 only */
	border-radius:0 0 10px 10px;
}

/* Flipbook Thumbnails */	
#thumbnails .viewport {
	position:relative;
	overflow:hidden;
	width: 720px; /* needed for IE6 for overflow: hidden to work */
}

#thumbnails .viewport .set {
	display: block;
	position:relative;
	text-align:center;
	float:left;
	font-size: 0;
}

#thumbnails > .viewport .content {
	position:relative;
	width: 50000px;
	height: 80px;
}

#thumbnails .viewport .thumb {
	margin: 0 1px;
	background: #111;
	cursor: pointer;
	display: inline-block; 
	}

#thumbnails .viewport .thumb 					> img { opacity:0.2; filter:alpha(opacity=20); }
#thumbnails .viewport .thumb:hover 		> img { opacity:0.9; filter:alpha(opacity=90); }
#thumbnails .viewport .thumb.selected > img { opacity:0.8; filter:alpha(opacity=80); }

#thumbnails .leftArrow {
	display: block;
	position: absolute;
	top:0; left:10px;
}

#thumbnails .leftArrow a {
	display: block;
	width:40px; height:110px;
	background:url('../img/project/gallery_thumbs-arrow-l.png') 0 50% no-repeat;
	_background:url('../img/project/gallery_thumbs-arrow-l.gif') 0 50% no-repeat; /* IE6 */
	}
	
#thumbnails .leftArrow a:hover { 
	background:url('../img/project/gallery_thumbs-arrow-l.png') -40px 50% no-repeat;
	_background:url('../img/project/gallery_thumbs-arrow-l.gif') -40px 50% no-repeat; /* IE6 */
	}
#thumbnails .leftArrow a.disabled { 
	background:url('../img/project/gallery_thumbs-arrow-l.png') -80px 50% no-repeat; cursor:default; 
	_background:url('../img/project/gallery_thumbs-arrow-l.gif') -80px 50% no-repeat; cursor:default; /* IE6 */
	} 

#thumbnails .rightArrow {
	display: block;
	position: absolute;
	top:0; right:10px;
}
#thumbnails .rightArrow a {
	display: block;
	width:40px; height:110px;
	background:url('../img/project/gallery_thumbs-arrow-r.png') 0 50% no-repeat;
	_background:url('../img/project/gallery_thumbs-arrow-r.gif') 0 50% no-repeat; /* IE6 */
}
#thumbnails .rightArrow a:hover { 
	background:url('../img/project/gallery_thumbs-arrow-r.png') -40px 50% no-repeat; 
	_background:url('../img/project/gallery_thumbs-arrow-r.gif') -40px 50% no-repeat; /* IE6 */
}
#thumbnails .rightArrow a.disabled { 
	background:url('../img/project/gallery_thumbs-arrow-r.png') -80px 50% no-repeat; cursor:default;
	_background:url('../img/project/gallery_thumbs-arrow-r.gif') -80px 50% no-repeat; cursor:default; /* IE6 */
}

#thumbnails.noSets .viewport { margin:0 auto; }
#thumbnails.noSets .leftArrow,
#thumbnails.noSets .rightArrow { display:none; }

/* Flipbook Thumbnails */
body.light #thumbnails {
	background:url('../img/project/light-flipbook_bg-drawer.png') 50% 0 no-repeat #e5e5e5;
	_background:url('../img/project/light-flipbook_bg-drawer.gif') 50% 0 no-repeat #e5e5e5; /* IE6 */
}

body.light #thumbnails .viewport .thumb { background:none; }

body.light #thumbnails .viewport .thumb 				 > img { opacity:0.4; filter:alpha(opacity=40); }
body.light #thumbnails .viewport .thumb:hover 	 > img { opacity:0.9; filter:alpha(opacity=90); }
body.light #thumbnails .viewport .thumb.selected > img { opacity:1.0; filter:alpha(opacity=100); }

body.light #thumbnails .leftArrow a { 
	background:url('../img/project/gallery_thumbs-arrow-l.png') 0 50% no-repeat;
	_background:url('../img/project/gallery_thumbs-arrow-l-light.gif') 0 50% no-repeat; /* IE6 */
	}
body.light #thumbnails .leftArrow a:hover { 
	background:url('../img/project/gallery_thumbs-arrow-l.png') -40px 50% no-repeat;
	_background:url('../img/project/gallery_thumbs-arrow-l-light.gif') -40px 50% no-repeat; /* IE6 */
	}
body.light #thumbnails .leftArrow a.disabled {
	background:url('../img/project/gallery_thumbs-arrow-l.png') -80px 50% no-repeat; cursor:default;
	_background:url('../img/project/gallery_thumbs-arrow-l-light.gif') -80px 50% no-repeat; cursor:default; /* IE6 */
	}
	
body.light #thumbnails .rightArrow a {
	background:url('../img/project/gallery_thumbs-arrow-r.png') 0 50% no-repeat;
	_background:url('../img/project/gallery_thumbs-arrow-r-light.gif') 0 50% no-repeat; /* IE6 */
	}
body.light #thumbnails .rightArrow a:hover {
	background:url('../img/project/gallery_thumbs-arrow-r.png') -40px 50% no-repeat; 
	_background:url('../img/project/gallery_thumbs-arrow-r-light.gif') -40px 50% no-repeat; /* IE6 */
	}
body.light #thumbnails .rightArrow a.disabled {
	background:url('../img/project/gallery_thumbs-arrow-r.png') -80px 50% no-repeat; cursor:default; 
	_background:url('../img/project/gallery_thumbs-arrow-r-light.gif') -80px 50% no-repeat; cursor:default;  /* IE6 */
	}






/* Video Thumbnails */
#videoContainer #thumbnails {
	width:750px; height:80px;
	padding:15px 25px 24px;
}

#videoContainer #thumbnails .viewport .thumb.selected > img { filter:alpha(opacity=100); opacity:1.0; border:2px solid #aaa; }

#videoContainer #thumbnails .viewport .thumb { margin:0 5px; background:#111; }
	
#videoContainer #thumbnails .viewport .thumb > img {
	border:2px solid #000; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	opacity:0.3; filter:alpha(opacity=30);
}
#videoContainer #thumbnails .viewport .thumb:hover 		> img { opacity: 0.9; filter:alpha(opacity=90);}
#videoContainer #thumbnails .viewport .thumb.selected > img { opacity: 1.0; filter:alpha(opacity=100); }


body.light #videoContainer #thumbnails	{
	background:url('../img/project/flipbook_bg-drawer.png') 50% 0 no-repeat #111;
	_background:url('../img/project/flipbook_bg-drawer.gif') 50% 0 no-repeat #111; /* IE6 */
	}
