/******************************
	Layout
******************************/

html, body {
	background: #000 url('../img/bg.jpg') repeat-x fixed 0 0;
	color: #fff;
	font-family: Georgia, serif;
}

#container {
	height: auto;
	min-height: 730px;
	margin-left: 57px;
	text-align: left;
}



/******************************
	Header
******************************/

#header {
	height: 23px;
	margin-bottom: 40px;
	padding-top: 74px;
	position: relative;
	width: 149px;
	z-index: 200;
}

#header h1 {
	margin: 0;
}

#header h1 span {
	display: none;
}



/******************************
	Navigation
******************************/

#navigation {
	background: url('../img/navigation-separator.jpg') no-repeat 0 0;
	margin: 0 0 40px 0;
	padding: 7px 0 0 0;
}

#navigation ul {
	background: url('../img/navigation-separator.jpg') no-repeat left bottom;
	padding: 0 0 7px 0;
}

#navigation li,
#navigation li a {
	color: #666;
	font: 11px/125% Georgia, serif;
	height: 12px;
	text-transform: uppercase;
}

#navigation li a:hover,
#navigation li a.active,
#navigation li .navLinkSelected {
	color: #fff;
}

li.menuRoll {
	width: 280px;
}

li.menuRoll span {
	display: inline-block; /* Helps IE cope with the opacity changes. */
}

li.menuRoll span.links {
	margin-left: 2px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}



/******************************
	Content
******************************/

#content {
	clear: both;
	min-height: 380px;
}

#content h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.description p {
	color: #d4d0c8;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	margin-bottom: 1.2em;
}

.squiggle {
	background: url('../img/squiggle.jpg') no-repeat 0 0;
	border: 0;
	height: 5px;
	margin: 20px 0 30px 0;
}

#view {
	width: 979px;
}

/******************************
	Homepage
******************************/

.homepage {
	margin: -39px 0 0 0;
	min-height: 280px;
	width: 1100px;
}

#homeCarousel {
	height: 280px;
	overflow: hidden;
	position:relative;
	width: 1100px;
}
#homeCarousel .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
#homeCarousel .items div.item {
	float: left;
}
.project-container {
	background: url('../img/home_shadow.png') no-repeat 0 228px;
	float: left; /* Do Not Remove. Webkit Browsers Will Not Work. */
	height: 280px;
	margin: 0 19px 0 0;
	width: 348px;
}

.project-content {
	background-color: #cfcfcf;
	padding: 5px;
	height: 218px;
	width: 338px;
}

.project-image {
	height: 218px;
	overflow: hidden;
	position: relative;
	width: 338px;
}

.project-image a.thickbox {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}

.project-image .project-overlay {
	background: url('../img/flip-background.png') no-repeat 0 0;
	cursor: pointer;
	height: 174px;
	padding: 19px 16px 25px 16px;
	position: absolute;
	top: 218px;
	width: 306px;
	z-index: 2;
}

.project-title, .project-agency {
	cursor: default;
	line-height: 12px;
	text-transform: uppercase;
}

.project-title {
	color: #a4a4a4;
	font-size: 12px;
	font-weight: bold;
	margin: 21px 0 0 0;
}

.project-agency {
	color: #4c4c4c;
	font-size: 9px;
	font-weight: normal;
	margin: 3px 0 0 0;
}

.project-overlay h1, #content .project-overlay h2 {
	overflow: hidden;
	margin-top: 0;
}

.project-overlay h1 {
	font-size: 13px;
	line-height: 15.6px;
}

#content .project-overlay h2 {
	color: #555;
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 10px;
	text-transform: none;
}

.project-overlay .squiggle {
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
}

.project-image .description {
	color: #777;
	font-size: 11px;
	height: 68px;
	overflow: hidden;
}

.project-image .agency {
	bottom: 15px;
	color: #666;
	font-size: 10px;
	position: absolute;
}

.project-image .homePrivate {
	background-color: #000;
	height: 100%;
	width: 100%;
}

.project-image .homePrivate a img {
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

	#columns {
		background: url('../img/matrix-separator.jpg') repeat-x scroll 0 0;
		padding: 15px 0 0 0;
		margin: 20px 0 0 0;
	}

	.column {
		float: left;
		margin: 0 19px 0 0;
		text-transform: uppercase;
		width: 348px;
	}

	.column h3 {
		color: #cacaca;
		font-size: 14px;
		margin: 0 0 12px 0;
	}

	.column p {
		color: #cacaca;
		font-size: 11px;
		line-height: 16px;
		padding: 0 40px 0 0;
		margin: 0 0 10px 0;
		text-transform: none;
	}

	#home #ourTweets a, #home #blogPosts a {
		color: #a21607;
		text-decoration: underline;
	}

	#home #ourTweets a.tweeter, #home #blogPosts a.title {
		display: block;
		font-weight: bold;
		text-decoration: none;
	}

	#home #ourTweets .date, #home #blogPosts .date {
		color: #7d7d7d;
		display: block;
	}

	#home .column a.follow {
		display: block;
		font-size: 10px;
		line-height: 16px;
		height: 16px;
	}

	/******************************
		Hand-Built Digital
	******************************/

	#home #handBuilt p {
		color: #7d7d7d;
	}

	/******************************
		Our Tweets
	******************************/

	#home #ourTweets a.follow {
		background: url('../img/twitter-icon.gif') no-repeat 0 0;
		padding-left: 25px;
	}



/******************************
	Thumbnails
******************************/

#thumbnailsCarousel {
	height: 447px;
	overflow: hidden;
	position:relative;
	width: 1050px;
}
#thumbnailsCarousel .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
#thumbnailsCarousel .items div.item,
#thumbnailsCarousel .thumb-column {
	float: left;
}

.thumbnails {
	max-width: 1050px;
	overflow: hidden;
}

.thumbnail {
	background: url('../img/thumb_shadow.png') no-repeat bottom center;
	height: 125px;
	margin: 0 33px 12px 0;
	padding-bottom: 16px;
	width: 179px;
}

.thumb-image {
	height: 125px;
	overflow: hidden;
	position: relative;
	width: 179px;
}

.thumb-image a.thickbox {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
} 

.thumb-image .thumb-overlay {
	background: url('../img/flip-background.png') no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 101px;
	padding: 12px;
	position: absolute;
	top: 125px;
	width: 155px;
	z-index: 2;
}

.privateThumbnail img {
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.thumb-overlay h1 {
	font-size: 12px;
	height: 30px;
	line-height: 14px;
	margin: 0 0 4px 0;
	overflow: hidden;
	padding: 0;
}

.thumb-overlay .squiggle {
	margin: 0 0 8px 0;
}

#content .thumb-overlay p {
	color: #555;
	font-size: 10px;
	line-height: 12px;
}

#content .thumb-overlay p.agency {
	bottom: 8px;
	position: absolute;
}



/******************************
	Matrix
******************************/

#matrix-table {
	float: left;
	width: 1110px;
}

#matrix-table thead tr {
	background: url('../img/matrix-separator.jpg') repeat-x 0 34px;
}

#matrix-table thead tr th {
	font-size: 10px;
	line-height: 12px;
	height: 24px;
	padding-bottom: 16px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
}

#matrix-table thead tr th.center, #matrix-table tbody tr td.center {
	text-align: center;
}
#tbl-matrix{
	width: 100%;
}
.tbl-client,
.tbl-project {
	width: 370px;
}
.tbl-concept-creation{
	width: 60px;
}
.tbl-separator {
	width: 30px;
}
.tbl-digital-production {
	width: 70px;
}
.tbl-bespoke-technology {
	width: 80px;
}
.tbl-content-creation {
	width: 60px;
}

.table-scroller tbody tr td {
	font-size: 11px;
	height: 22px;
	color: #7c7c7c;
	line-height: 22px;
}


.table-scroller tbody tr.privateMatrix td{
	color: #3a3939;
}

.table-scroller tbody tr td img {
	padding-top: 9px; /* For IE6/7. */
}

.table-scroller tbody tr:hover{
	background-color: #1c1c1c;
	cursor: pointer;
}

.table-scroller {
	height: 440px;
	overflow: hidden;
}

.table-scroller-navigation {
	display: inline;
	float: left;
	height: 488px;
	margin-left: 10px;
	position: relative;
	width: 19px;
}

.scroller-links {
	bottom: 0;
	left: 0;
	position: absolute;
}

.scroller-links a {
	display: block;
}

.up {
	margin-bottom: 15px;
}



/******************************
	Login
******************************/

#loginHolder {
	width: 692px;
}

#loginHolder .description, #applyHolder .description {
	float: left;
	width: 390px;
}

#loginFormHolder {
	float: right;
	width: 234px;
}

#applyFormHolder {
	float: left;
	margin-left: 45px;
	margin-top: 15px;
	width: 365px;
}

#loginFormHolder #authMessage, #applyFormHolder #authMessage, #applyFormHolder .error-message, #content div.applyFlashMessage {
	color: #fff;
	font-size: 14px;
}

#content div.applyFlashMessage {
	left: 492px;
	position: absolute;
}

#loginFormHolder form input, #applyFormHolder form input, #applyFormHolder form textarea {
	border: 1px solid #999;
	color: #333;
	font-family: Georgia, serif;
	font-size: 12px;
	height: 17px;
	padding: 2px;
	width: 228px;
}

#applyFormHolder form textarea {
	height: auto;
	width: 300px;
}

#loginFormHolder form div.submit {
	clear: none;
	float: right;
}

#applyFormHolder form div.submit {
	width: 300px;
}

#loginFormHolder form div.submit input, #applyFormHolder form div.submit input {
	background: url('../img/right.gif') left top no-repeat;
	border: none;
	cursor: pointer;
	float: right;
	height: 19px;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 19px;
}

.forgottenPassword {
	float: left;
	font-size: 11px; 
	font-style: italic;
	line-height: 23px;
}

.forgottenPassword a:link, .forgottenPassword a:visited {
	color: #898989;	
}



/******************************
	About, Services, Terms
******************************/

.terms .description, .about .description {
	float: left;
	width: 390px;
}

.service {
	float: left;
	font-size: 11px;
	margin-left: 37px;
	width: 211px;
}

.service h3.title {
	font-weight: bold;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}



/******************************
	Testimonials
******************************/

.testimonials {
	max-width: 1100px;
}

.testimonial {
	float: left;
	margin-right: 19px;
	width: 348px;
}

.testimonial h3, .testimonial p.client {
	margin-bottom: 15px;
}

.testimonial p.client {
	color: #4c4c4c;
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
}

.testimonial .testBreaker {
	background: url('../img/matrix-separator.jpg') repeat-x 0 0;
	border: none;
	height: 2px;
	margin-bottom: 10px;
	width: 300px;
}

.testimonial p.testimonialContent {
	color: #d4d0c8;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	width: 230px;
}



/******************************
	Join
******************************/

.jobs {
	max-width: 1100px;
}

.job {
	float: left;
	margin-right: 19px;
	width: 348px;
}

.job h3 {
	margin: 0 0 15px 0;
}

.job .studio, .job .start, .job .jobDescription {
	color: #d4d0c8;
	font-size: 12px;
	line-height: 14px;
}

.job .studio, .job .start {
	font-style: italic;
}

.job .jobDescription {
	background: url('../img/matrix-separator.jpg') repeat-x 0 0;
	height: 170px;
	margin-top: 20px;
	overflow: hidden;
	padding-top: 15px;
	width: 230px;
}

.job div.attachment {
	height: 20px;
	text-transform: capitalize;
}



/******************************
	Contact
******************************/

.contactColumn {
	float: left;
	margin: 0 0 25px 0;
}
.vcard,
.partner {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 50px;
	padding-top: 12px;
}
.partner{
	margin-bottom: 18px;
}
.vcard .fn{
	color: #fff;
	font-size: 11px;
	font-style: normal;
	margin: 0;
}

.contactColumn h2 {
	background: url('../img/dotted-line.jpg') no-repeat scroll 0 100%;
	clear: both;
	padding-bottom: 18px;
}

.studio-contacts .vcard .fn,
.contacts .vcard .additional-name,
.partner-name{
	font-weight: bold;
}

.studio-contacts{
	width: 310px;
}
.contacts{
	width: 288px;
}

.contacts .vcard{
	margin-bottom: 50px;
}
#legal-stuff{
	font-size: 11px;
	position: relative;
	top: -144px;
	width: 310px;
}



/******************************
	Banners
******************************/

#bannerPortfolio { padding: 0 0 0 40px; }
#bannerPortfolio { width: 880px; }
#bannerPortfolio li.banner { margin: 0 0 30px 0; }
#bannerPortfolio img.thumb { float: left; margin: 0 48px 0 0; }
#bannerPortfolio div.content { float: left; width: 548px; }
#bannerPortfolio h2 { font-size: 22px; font-style: italic; margin: 0 0 40px 0; text-transform: none; }
#bannerPortfolio .column p { color: #707070; padding: 0; }
#bannerPortfolio .column.left { float: left; margin: 0; width: 100px; }
#bannerPortfolio .column.left p { font-size: 12px; }
#bannerPortfolio .column.left p span { color: #fff; display: block; font-size: 11px; }
#bannerPortfolio .column.right { float: left; margin: 0; text-transform: none; width: 260px; }
#bannerPortfolio .column.right p { font-size: 14px; }
#popupContainer { background-repeat: no-repeat; background-attachment: scroll; position: relative; }
#flashContainer { position: absolute; }



/******************************
	Footer
******************************/

#footer {
	background: url('../img/footer_bg.png') repeat-x scroll 0 0;
	clear: both;
	height: 90px;
	margin: 30px 0 0 0;
	padding: 0 0 20px 0;
	width: 100%;
}

#footer .inner {
	margin-left: 52px;
	min-width: 370px;
	max-width: 1476px; /* An extra 5px because the footer isn't sitting 57px from left. */
}

#copyright {
	background-color: #000;
	color: #444;
	display: inline;
	float: left;
	font-size: 7px;
	margin-top: 44px;
	padding: 0 8px;
	text-transform: uppercase;
}

#copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	color: #444;
	text-decoration: none;
}

#copyright a:hover {
	color: #fff;
}

#footer-crest {
	display: inline;
	float: right;
	height: 30px;
	margin: 30px 20px 0 0;
	width: 12px;
}



/******************************
	Carousel Styles
******************************/

#thumbnailsCarousel {
	height: 447px;
	overflow: hidden;
}

/******************************
	Navigator Styles
******************************/
.navi{
	height: 19px;
	margin: 0 auto;
}
.navi a{
	background: url("../img/carousel-off.gif") no-repeat center center;
	display: block;
	float: left;
	height: 7px;
	margin-top: 6px;
	outline: none;
	padding: 0 5px;
	width: 17px;	
}
.navi a.active{
	background: url("../img/carousel-on.gif") no-repeat center center;	
}
#ajax-carousel-buttons, #carousel-buttons {
	height: 19px;
	margin-top: 20px;
	min-width: 370px;
	max-width: 1471px;
	width: 100%;
}

#carousel-buttons {
	margin-bottom: 20px;
}
#ajax-carousel-buttons .prev, 
#carousel-buttons .prev, 
#ajax-carousel-buttons .next, 
#carousel-buttons .next{
	cursor: pointer;
	height: 19px;
	width: 19px;
}

#ajax-carousel-buttons .prev, 
#carousel-buttons .prev {
	float: left;
	margin-right: 5px
}

#ajax-carousel-buttons .next, 
#carousel-buttons .next {
	float: right;
	margin-left: 5px
}

#home #carousel-buttons,
.thumbnails #carousel-buttons,
.testimonials #carousel-buttons,
.jobs #carousel-buttons {
	margin: 0 auto 20px auto;
	min-width: 0;
}

#home #carousel-buttons .next,
.thumbnails #carousel-buttons .next,
.testimonials #carousel-buttons .next,
.jobs #carousel-buttons .next {
	margin: 0;
}


/******************************
	Misc
******************************/

a {
	color: #fff;
	outline: none;
	text-decoration: none;
}

a img {
	border:none;
}

.clear {
	clear: both;
}

.first {
	margin-left: 0;
}

.last {
	margin-right: 0;
}

.hidden {
	display: none;
}

.indent {
	text-indent: 5px;
}

form label {
	display: none;
}
#resetPassword label{
	display: block;
}

form div {
	margin-bottom: 1em;
}
.notice{
	color: #DD1A22;
}


/******************************
	Clearfix
******************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}



/******************************
	Overlay Styles
******************************/

#nyroModalWrapper {
	color: #fff;
	height: 595px;
	width: 950px;
	display:none;
	overflow-y: none;
	position: absolute;
	margin: 0;
	left: 57px;
	z-index:10000;
}
div#nyroModalLoading {
	width: 950px;
	height: 595px;
	text-indent: -9999em;
	background: transparent url(../img/loading.gif) no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
}
div.wrapper div#nyroModalContent {
	padding: 0;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
#closeWindow  {
	height:19px;
	text-align:right;
}
#closeWindow a {
	height:19px;
	outline:medium none;
	width:19px;
}
#nyroModalWrapper a {
	color: #fff;
	outline: none;
	text-decoration: none;
	text-transform: none;
}

#nyroModalWrapper ul, 
#nyroModalWrapper li {
	margin: 0;
	padding: 0;
}

#nyroModalWrapper #nyroModalWrapperCarousel {
	height: 374px;
}

#nyroModalWrapper #ajax-carousel-buttons {
	height: 19px;
	margin-top: 10px;
	width: 100%;
}

#nyroModalWrapper #ajax-carousel-buttons .prev {
	cursor: pointer;
	float: left;
	height: 19px;
	width: 19px;	
}

#nyroModalWrapper #ajax-carousel-buttons .next {
	cursor: pointer;
	float: right;
	height: 19px;
	width: 19px;
}

#projectFeature{
	float: left;
	overflow: hidden;
	position: relative;
	width: 499px;
}

#featureImage {
	position: relative;
}

#featureFlash {
	position: relative;
	width: 501px;
	height: 414px;
}

#featurePlaceholder {
	height: 414px;
	position: relative;
}

#featureLinks {
	margin: 10px 0 0 0;
	width: 499px;
}

#featureLinks ul {
	background: url("../img/navigation-separator.jpg") repeat-x scroll right top;
	float: right;
	width: 120px;
}

#featureLinks ul li {
	background: url("../img/navigation-separator.jpg") repeat-x scroll right bottom;
	list-style: none;
	padding: 6px 0;
	text-align: right;
}

#featureLinks ul li a:link,
#featureLinks ul li a:visited, 
#featureLinks ul li a:active {
	font: 11px/13px Georgia, serif;
	height: 13px;
}

#featureLinks ul li a:hover {
	text-decoration: none;
}

#featureLinks ul#permalink {
	background: url("../img/navigation-separator.jpg") repeat-x scroll right top;
	clear: right;
}

#featureLinks ul#permalinkNoBg {
	background: none;
	clear: right;
}

#featureLinks ul#permalink li, 
#featureLinks ul#permalinkNoBg li {
	background: none;
}

#featureLinks ul#permalink li a, 
#featureLinks ul#permalinkNoBg a {
	background: url("../img/permalink.gif") no-repeat left center;
	color: #252829;
	padding-left: 22px;
}

#projectContent {
  float: right;
  margin-right: 77px;
  width: 355px;
}

#projectNarrowText {
  width: 264px;
}

#projectContent h2 {
  font-size: 23px;
  font-weight: normal;
  line-height: 20px;
  margin: 0.6em 0 0.2em 0;
  text-transform: none;
}

p#client, p#short {
  font-style: italic;
  margin-bottom: 1.4em;
}

p#client {
  font-size: 10px;
}

p#short {
  font-size: 12px;
}

p#projectLink {
  margin-top: 2em;
}

#nyroModalWrapper hr,
#view hr {
  background-color: #737272;
  border: 0;
  color: #737272;
  height: 2px;
  margin: 0 0 1.25em 0;
  padding: 0;
  text-align: left; /* IE was adding text-align: center for some reason. */
  width: 100%;
}

#nyroModalWrapper .squiggle,
#view .squiggle {
  background: url("../img/matrix-separator.jpg") repeat-x 0 0;
  border: 0;
  height: 2px;
  margin-bottom: 10px;
}

/* Scroller */
.scrollable {
	position:relative;
	overflow:hidden;
	width: 499px;
	height:374px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
}
.items div.item{
	float:left;
}

