@charset "UTF-8";
/* CSS Document */

/* clear browser induced styles */
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


a img {
	border: none;
}

ul, ol {
	list-style: none;
}



/* main layout */
body {
	background-color: #959595;
	font-size: 62.7%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
}

#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 2;
}

#connector {
	width: 900px;
	height: 31px;
	position: relative;
}

/* default position of the connector image is based on the portfolio page - change manually for all other direcories */
#connector-image {
	position: absolute;
	width: 21px;
	height: 31px;
	top: 0px;
	left: 506px;
}

#pointer {
	background: url(../images/pointer-bg.png) top no-repeat;
	width: 900px;
	height: 41px;
	position: relative;
}

/* the unicorns default position is based on the portfolio pages - all other directorys to be set with unique selectors */
#unicorn {
	position: absolute;
	width: 24px;
	height: 27px;
	top: 7px;
	left: 100px;
}

#sub-nav {
	border-bottom: 1px solid;
	margin-bottom: 10px;
}

.sub-nav {
	display: block;
	width: 225px;
	text-align: center;
	float: left;
	font-size: 1.4em;
}

#wrapper #content {
	width: 100%;
	background: url(../images/content-bg.png);
}

#text-links {
	width: 100%;
	background:url(../images/text-links-bg.png) no-repeat;
	height: 20px;
	padding-top: 8px;
	margin-bottom: 30px;
}

#bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	min-width: 900px;
	z-index: 1;
}

#bg img {
	width: 100%;
}

/* common layout classes */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* top navigation */
#top-nav {
	position: relative;
	width: 900px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/header_bg.png) top center no-repeat;
	z-index: 4;
}

#top-nav p a {
	display: block;
	float: left;
	width: 85px;
	text-align: center;
}


/* home page image switcher */
#home #bottom-nav {
	position: fixed;
	width: 100%;
	padding-top: 25px;
	height: 24px;
	bottom: -49px;
	left: 0px;
	text-align: center;
	background: url(../images/footer_bg.png) bottom center no-repeat;
	z-index: 4;
}

.up, .up:visited {
	background: url(../images/btn_up.png);
	width: 12px;
	height: 12px;
	display: inline-block;
}

.up:hover {
	background: url(../images/btn_over.png);
}

.down, .down:visited {
	background: url(../images/btn_over.png);
	width: 12px;
	height: 12px;
	display: inline-block;
}


/* text, links, and images */

h1 {
	font-size: 20px;
	padding: 10px 0 20px 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 20px 20px 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 16px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
	padding: 20px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	list-style: disc inside;
	margin-left: 40px;	
}

ol {
	list-style: decimal inside;
	margin-left: 20px;	
}

p, li {
	font-size: 14px;
}

li {
	margin-bottom: 5px;	
}

#wrapper #content p {
	padding: 0 20px 0 20px;
	margin-bottom: 5px;
}

#text-links p {
	font-size: 1em;
	text-align: center;
}

#wrapper #content #status-chamber p {
	padding: 5px 5px 5px 5px;
	background-color: #bfc3d7; /* lightest blue */
	color: black;
	border: 1px solid white;
	text-align: center;
}

p.price {
	font-size: 22px;
}

hr {
	margin: 0 20px 40px 20px;
}

a, a:visited {
	color: #8f97ba;
	font-weight: bold;
}

a:hover {
	color: white;
}

/* forms */
label {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

form p {
	clear: both;
}

.text-input {
	width: 300px;
	padding: 5px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	color: white;
	border: 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.text-input:focus {
	background: #bfc3d7; /* lightest blue */
	color: black;
}

.submit {
	margin-left: 190px;
}

/* page specific */

/* Home Page */
#home #content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#home #content table, #loading table {
	width: 100%;
	height: 100%;
}

#home #loading, #news #loading, #portfolio #loading, #identity #loading, #contact #loading, #purchase #loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #666666;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#home #return {
	position: absolute;
	width: 20%;
	padding: 20px 0 20px 0;
	text-align: center;
	top: -100px;
	left: 40%;
	background: url(../images/content-bg.png);
	z-index: 4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#home #top-nav {
	margin-top: -49px;
}

/* Portfolio */

.art-project, .art-project:visited {
	display: block;
	width: 275px;
	text-align: center;
	color: #8f97ba;
	font-size: 12px;
	margin: 0 0 25px 18px;
	float: left;
	cursor: pointer;
}

.art-project:hover {
	color: white;
}

.art-project img {
	display: block;
	margin-bottom: 3px;
	border: 1px solid #8f97ba;
}

.art-project:hover img {
	border-color: white;
}

.dynamic-art {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

.indent {
	margin-left: 50px;
}

/* news */

#news #wrapper #content #article p {
	padding: 0;
}

#news #connector-image {
	left: 761px;
}

#news #unicorn {
	left: 44px;
}

#article {
	width: 510px;
	padding: 5px 20px 20px 20px;
	float: right;
}

#art-headlines {
	width: 309px;
	padding: 20px;
	border-right: 1px solid;
	float: left;
}

#news .sub-nav {
	width: 112px;
}

/* Project Detail */

body#project, body#purchase-detail, body#cart {
 background-image: url(../images/portfolio-bg.png);
}

#project #pointer {
	width: 880px;
	height: 21px;
	padding: 20px 0 0 20px;
}

#project h2, #identity h2, #contact h2, #purchase-detail h2 {
	font-size: 18px;
	border-bottom: 1px solid;
	color: #8f97ba;
	border-color: #CCCCCC;
}

#slide-show {
	width: 100%;
	height: 350px;
	margin-bottom: 10px;
}

#slide-show #thumbs {
	width: 340px;
	height: 340px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}

#slide-show #project-img {
	width: 520px;
	height: 350px;
	margin-right: 20px;
	text-align: left;
	float: right;
	position: relative
}

#slide-show #thumbs a {
	display: block;
	width: 75px;
	height: 75px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	position: relative;
	cursor: pointer;
}

#slide-show #thumbs a span {
	display: block;
	position: absolute;
	width: 75px;
	height: 75px;
	top: 0px;
	left: 0px;
	z-index: 15;
	cursor: default;
}

#video-player {
	position: absolute;
	width: 520px;
	height: 350px;
	top: 0px;
	left: 0px;
	background-color: black;
	z-index: 10;
}

#current-project-images {
	width: 900px;
}

#current-project-images img {
	display: block;
	float: left;
	margin-left: 20px;
}

/* identity pages */
#identity #connector-image {
	left: 591px;
}

#identity .executed {
	font-weight: bold;
}

#identity #content a, #contact #content a {
	cursor: pointer;
}

/* Contact Pages */
#contact #connector-image {
	left: 846px;
}

/* Purchase Pages */
#purchase #connector-image, #purchase-detail #connector-image {
	left: 676px;
}

#purchase .art-project {
	position: relative;
}

#purchase .art-project .quick-add {
	width: 77px;
	height: 25px;
	position: absolute;
	top: 176px;
	left: 197px;
	z-index: 5;
	visibility: hidden;
}

#purchase .art-project .quick-add img, #purchase .art-project .add-status img {
	border: none;
	margin-bottom: 0px;
}

#purchase .art-project .add-status {
	position: absolute;
	display: block;
	width: 273px;
	height: 150px;
	padding-top: 50px;
	background-color: #666666;
	color: black;
	top: 1px;
	left: 1px;
	font-size: 18px;
	z-index: 4;
	text-align: center;
}

#order-table {
	margin-bottom: 20px;
}

#order-table td {
	text-align: center;
	border-bottom: 1px solid;
	font-size: 14px;
}

#order-table .table-heading td {
	background-color: black;
	font-weight: bold;
	border-bottom: none;
}

#order-table td .qty {
	width: 50px;
}

#order-table .update-row td {
	border-bottom: none;
	text-align: right;
}
