/* zero "problem causers" for all elements */
* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
html, body {
	width: 100%;
	height: 100%;
	font-family: arial, sans serif;
	font-size: 12px;
	color: #666;
	background: #FFF;
}
a, a:visited, a:hover, a:active {
	color: #666;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

.main-container {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background: #FFF;
	overflow: hidden;
	overflow-x: auto;
}
#background-new,
#background-old {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent url(/images/projects/sotm_bg.png) top left repeat;
}
#background-old {
	z-index: 25;
}
#header {
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #666;
	background: #FFF;
}
#header a {
	color: #999;
}
#header #header-logo {
	display: none;
	float: left;
	padding-right: 20px;
}
#header #menu-left {
	float: left;
	font-weight: bold;
	color: #999;
}
#header #menu-right {
	float: right;
}
#header #project-list {
	float: left;
	width: 200px;
	cursor: pointer;
}
#header #project-list ul {
	display: none;
	float: left;
	padding: 0 10px 10px 10px;
	list-style: none;
	line-height: normal;
	font-weight: normal;
	background: #FFF;
}
#header #project-list ul li {
	padding: 3px 0;
}
#header #project-list ul li a {
	display: block;
	color: #666;
}
#header #project-list ul li a:hover {
	text-decoration: underline;
}

#wrapper {
	z-index: 50;
	position: relative;
	top: 30px;
	width: 1100px;
	height: auto;
	margin: 0 auto;
	background: transparent;
}
#logo {
	position: absolute;
	top: 200px;
	left: 0;
	width: 223px;
}
#projects {
	position: absolute;
	top: 0;
	left: 240px;
	width: 620px;
	height: auto;
	overflow: hidden;
}
.control {
	z-index: 50;
	position: absolute;
	left: 875px;
	width: 25px;
	height: 25px;
}
#up {
	top: 8px;
}
#down {
	top: 387px;
}
.project {
	width: 620px;
	height: 320px;
	margin-bottom: 20px;
	background: #FFF;
	overflow: hidden;
}
.first {
	margin-top: 50px;
}
.project .project-shadow {
	z-index: 55;
	position: absolute;
	width: 620px;
	height: 320px;
	background: transparent url(/images/project_shadow.png) top left no-repeat;
}
.project .project-shadow a {
	display: block;
	width: 600px;
	height: 300px;
	margin: 10px;
	background: transparent;
}
.project .project-shadow a:hover {
	background: url(/images/view.png) top center no-repeat;
}
.project .project-shadow a.hide {
	display: none;
}
.pcontrols {
	z-index: 60;
	position: absolute;
	width: 600px;
	height: 300px;
	padding: 10px 0 0 10px;
}
.pcontrols span {
	float: left;
	width: 300px;
	height: 300px;
}
.pcontrols span a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}
#back a.hover {
	background: url(/images/back.png) center left no-repeat;
}
#next a.hover {
	background: url(/images/next.png) center right no-repeat;
}
.project .project-wrapper {
	position: relative;
	width: 6000px;
	height: 300px;
	padding: 10px 0 0 10px;
}
.project .project-wrapper .br-badge {
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 28px;
	height: 300px;
}
.project .project-wrapper .br-badge a {
	z-index: 60;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.project .project-wrapper .br-badge img {
	z-index: 50;
	position: absolute;
}
.project .project-wrapper div {
	float: left;
	min-width: 600px;
	height: 300px;
	background: #EEE url(/images/loading.gif) center center no-repeat;
}
.project .project-wrapper .title {
	line-height: 300px;
}
.project .project-wrapper img.bg,
.project .project-wrapper p.desc {
	display: none;
}

/*- THE GRID -*/
.thumbs {
	background: transparent;
}
.thumbs .project-shadow {
	width: 280px;
	height: 110px;
	background: transparent url(/images/thumb_shadow.png) top left no-repeat;
}
.thumbs .project-shadow a{
	width: 280px;
	height: 110px;
	margin: 0;
}
.thumbs .project-wrapper {
	width: 620px;
	height: 320px;
	padding: 0;
}
.thumbs .project-wrapper span.grid-item {
	float: left;
	width: 280px;
	margin: 0 20px 20px 0;
	background: #FFF;
	border: 10px solid #FFF;
	border-bottom: 0;
}
.thumbs .project-wrapper span.right {
	margin-right: 0;
}
.thumbs .project-wrapper span em {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-style: normal;
}
.thumbs .project-wrapper span em a {
	font-weight: bold;
}

#info {
	position: absolute;
	top: 50px;
	left: 860px;
	width: 180px;
	height: 290px;
	padding: 20px 15px 10px 10px;
	font-size: 11px;
	color: #666;
	background: #FFF;
}
#info p a {
	text-decoration: underline;
}
#info strong {
	display: block;
	font-weight: bold;
	font-size: 12px;
}
#info em {
	display: block;
	padding-bottom: 10px;
	font-style: italic;
	font-size: 12px;
	color: #999;
}
#info span {
	display: block;
	padding-top: 5px;
}
#info span a {
	display: block;
}
#info span.mail,
#info span.mail a {
	display: inline;
	padding-top: 0;
}
#info .scrollies {
	position: absolute;
	display: block;
	bottom: 15px;
	padding-top: 10px;
}
#info .scrollies a {
	float: left;
	margin-right: 4px;
	padding: 0 3px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	border: 1px solid #999;
}
#info .scrollies a.here {
	color: #FFF;
	background: #999;
}
#info .scrollies a.here:hover {
	color: #FFF;
}

/*--- ARCHIVE SECTION ---*/
#archived #background {
	background: #DDD;
}
#archived #projects {
	top: 50px;
}
#archived .first {
	margin-top: 0;
}
#archived .subpage-content h3 {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#archived .subpage-content a {
	color: #FFF;
}

/*--- NARROW PAGES ---*/
.narrow #wrapper {
	top: 0;
	width: 825px;
}
.narrow #projects {
	left: 0;
}
.narrow .control {
	left: 635px;
}
.narrow #info {
	left: 620px;
}

/*--- OTHER PAGES ---*/
.subpage {
	top: 30px;
	overflow-y: auto;
}
.subpage #background-old,
.subpage #background-new {
	background: transparent;
}
.subpage #header {
	position: fixed;
}
.subpage #header #header-logo {
	display: none;
}
.subpage #header #menu-left {
	padding-left: 10px;
}
.subpage #header #menu-right {
	padding-right: 10px;
}
.subpage-img {
	z-index: 50;
	position: absolute;
	top: 50px;
	left: 0;
	width: 600px;
	height: 300px;
	padding: 10px;
}
.border {
	padding: 0;
	border: 10px solid #FFF;
}
.subpage-shadow {
	z-index: 55;
	position: absolute;
	top: 50px;
	left: 0;
	width: 620px;
	height: 320px;
	background: transparent url(/images/project_shadow.png) top left no-repeat;
}
.subpage-content {
	position: absolute;
	top: 390px;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	color: #FFF;
}
.subpage-content ul {
	float: left;
	width: 160px;
	margin-right: 5px;
}
.subpage-content ul li {
	float: left;
	width: 100%;
	list-style: none;
	font-size: 11px;
	color: #666;
}
.subpage-content ul li.title {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.subpage-content ul li a:hover {
	text-decoration: none;
	color: #CCC;
}
#about {
	background: #DDD url(/images/projects/sotm_bg.png) top left repeat;
}
#about ul {
	width: 200px;
}
#about li {
	font-size: 12px;
	color: #FFF;
}
.squidfingers {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.squidfingers a {
	color: #999;
}

/*--- BACKROOM ---*/
#backroom {
	background: #F4F4F4;
}
#brvideos {
	z-index: 1000;
	position: absolute;
	top: 50px;
	left: 0;
	width: 620px;
	height: 320px;
	margin-bottom: 20px;
	background: #FFF;
	overflow: hidden;
	border: 1px solid #BEBEBE;
	border-right: 0;
}
#backroom .project-shadow {
	z-index: 55;
	position: absolute;
	width: 620px;
	height: 320px;
	background: transparent url(/images/project_shadow.png) top left no-repeat;
}
#brvideo-wrapper {
	position: relative;
	width: 5400px;
	height: 300px;
	padding: 10px 0 0 10px;
}
#brvideo-wrapper div,
#brvideo-wrapper object {
	float: left;
}
#backroom #info {
	border: 1px solid #BEBEBE;
	border-left: 0;
}
#backroom #demo {
	padding-top: 10px;
}
#backroom #demo a {
	display: inline;
	color: #EC705A;
}
#backroom .subpage-content {
	top: 372px;
}
#backroom .block {
	float: left;
	width: 100%;
	color: #666;
	border-bottom: 1px solid #BEBEBE;
}
#brinfo {
	padding: 15px 0;
	background: url(/images/backroom/st.png) 475px 50% no-repeat;
}
#brinfo p {
	float: left;
	width: 400px;
	line-height: 20px;
}
#brinfo p strong {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #EC705A;
}
#brinfo ul {
	float: right;
	width: 175px;
	list-style: none;
}
#brinfo ul li {
	padding-bottom: 1px;
}
#brinfo ul li.head {
	padding-bottom: 5px;
	font-weight: bold;
}
#brinfo ul a {
	font-size: 11px;
	text-decoration: underline;
	color: #EC705A;
}
#bricons {
	padding: 15px 0;
}
#icon_1 {
	display: none;
}
#bricons .icon-row {
	float: left;
	width: 100%;
	padding: 9px 0;
}
#bricons .icon-row div {
	float: left;
	width: 395px;
	margin-right: 7px;
	padding: 1px 5px 1px 5px;
	line-height: 17px;
	background: transparent;
}
#bricons .icon-row div.hover,
#bricons .icon-row div.here {
	cursor: pointer;
	background: #E6E6E6;
}
#bricons .icon-row div img {
	float: left;
	margin-top: 5px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #BEBEBE;
}
#bricons .icon-row div p {
	float: right;
	width: 250px;
	padding-right: 5px;
}
#bricons .icon-row div p em {
	display: block;
	padding-bottom: 3px;
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	color: #EC705A;
}
#bricons .icon-row div p span {
	display: none;
}
#brfooter {
	float: left;
	width: 100%;
	padding: 20px 0 10px 0;
	text-align: center;
	color: #666;
}
noscript {
	z-index: 100000;
	display: block;
	position: fixed;
	width: 100%;
	height: 100px;
	line-height: 100px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
}
#error-page {
	z-index: 50;
	position: relative;
	top: 60px;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background: transparent;
}
#error-page #error {
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#error-page #error a {
	text-decoration: underline;
	color: #FFF;
}