/*

	Fallwater stylesheet	
	Copyright Jeff Waterfall
	
	You can borrow, but give credit where it's due.

*/

@import url("reset.css");

html {
	height: 100%;
}
body {
	height: 100%;
	font: normal 11px/18px Helvetica, Arial, sans-serif;
	color: #D3E0DF;
	background: #FFFFFF url(images/wrapper/faucet-bg-repeat.jpg) 10% 742px repeat-y;
}
#wrapper {
	height: 100%;
	min-height: 100%;
	background: transparent url(images/wrapper/faucet-bg.jpg) 10% 26px no-repeat;
}
#container {
	display: table;
	position: static;
	height: 100%;
	max-height: 100%;
	min-height: 346px;
	width: 100%;
	clear: both;
	border-collapse: separate;
	
	background: url(images/spacer-black.gif) 0 0 repeat-y;
}

/* WORK LIST
***********************************************************************************/
#container div#workListContainer {
	top: 50%;
	clear: both;
	margin: 0;
	padding: 0;
	position: static;
	display: table-cell;
	vertical-align: middle;	
	border-left: 27px solid black;
	border-right: 27px solid black;
}
#workList {
	position: relative;
	top: -50%;
	width: 510px;
	margin: 32px auto 32px auto;
	display: block;
	clear: both;
	height: auto;
	z-index: 1;
}
#workList ul {
	display: block;
	clear: both;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: lowercase;
	padding: 0;
}
#workList ul li {
	font-size: 20px;
	letter-spacing: -1px;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	clear: none;
	background: none;
	margin-bottom: 1px;
}
.clearBoth {
	clear: both !important;
}
#workList ul li a {	
	display: block;
	/*float: left;   <-- OPERA DIDN"T LIKE THAT SO MUCH...   */
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px 6px 1px 5px;
	background-color: #000000;
	height: 24px;
}

#workList ul li a.identity {
	border-right: 4px solid #9869FF;
}
#workList ul li a.web {
	border-right: 4px solid #66FFFF;
}
#workList ul li a.print {
	border-right: 4px solid #A4FF69;
}

#workList ul li a:hover {	
	text-decoration: none;
	color: #FFFFFF;
	z-index: 9999999;
	background-color: #333333;
}
#workList ul li a.selected {
	color: #7EC1BF;
	clear: both;
}
#workList ul li a.selected:hover {
	color: #558D8D;
	text-decoration: line-through;
	background-color: #000000;
}

/* WORK VIEWING
***********************************************************************************/
.view {
	width: 500px;
	height: 300px;
	border: 5px solid #000000;
	clear: both;
	display: none;
	background-color: #000000;
	margin: 5px 0 5px 0;
	overflow: hidden;
	z-index: 0;
}

/* Item description
--------------------------*/
.view .abstract {
	height: 300px;
	width: 200px;
	padding: 0px;
	background-color: #000000;
	z-index: 2;
	margin-bottom: -300px;
	margin-right: -200px;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: normal;
	border-right: 1px solid #333333;
	clear: none;
	float: left;
	
	display: none;
}
.view .abstract div {
	text-transform: none;
	padding: 15px 25px 10px 10px;
	color: #D3E0DF;
}
.view .abstract div a {
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	background: none !important;
	display: inline !important;
	color: #FFFFFF !important;
	float: none !important;
	text-decoration: underline !important;
}
.view .abstract div a:hover {
	text-decoration: none !important;
	color: #000000 !important;
	background: #FFFFFF !important;
}

/* Item view 
--------------------------*/
.view .itemView {
	height: 300px;
	max-height: 300px;
	z-index: 1;
	margin-bottom: -300px;
	display: none;
	clear: both;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;

}
.view .item1 {
	/*display: block;*/
}

/* Item navigation 
--------------------------*/
.view ul.viewNav {	
	z-index: 3;
	position: relative;
	top: 278px;
	clear: none !important;
	width: 100%;
}
.view ul.viewNav li {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	letter-spacing: 0 !important;
	display: inline;
	background-color: #000000;
	z-index: 4;
}

.view ul.viewNav li a.loading {
	background: #000000 url(images/wrapper/loading.gif) 3px 4px no-repeat !important;
	cursor: default !important;
}

.view ul.viewNav li a {	
	margin: 0 0 0 1px !important;
	padding: 2px 8px 0 8px !important;
	z-index: 5;
}
.view ul.viewNav li a.selected {
	color: #7EC1BF;
}
.view ul.viewNav li a.selected:hover {
	color: #558D8D;
	text-decoration: line-through;
}

/* FOOTER & HEADER
***********************************************************************************/
#header {
	height: 27px;
	background-color: #000000;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	display: block;
	clear: both;
}
#footer {
	height: 27px;
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: relative;
	display: block;
	clear: both;
	margin-top: -27px;
	font-size: 1em;
}
#footer,
#header {
	z-index: 99;
	min-width: 570px;
}
#title {
	margin: 9px 0 0 27px;
}
.copyright {
	float: right;
	color: #FFFFFF;
	margin-right: 26px;
	margin-top: 4px;
}
#logo {
	width: 92px;
	height: 80px;
	display: block;
	float: right;
	position: relative;
	background: transparent url(images/wrapper/logo.png) 0 0 no-repeat;
	margin-top: -104px;
}

.meta {
	color: #000000;
	text-indent: -1000px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	width: 1px;
	height: 1px;
	font-size: 1px;
}

/* FOOTER NAVIGATION
************************************************************************************/
.footerLinks {
	float: left;
	margin-left: 27px;
	margin-top: 8px;
}
a#openProfile,
a#openContact {
	display: block;
	float: left;
	height: 13px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
}
a#openProfile {
	width: 56px;
	margin-right: 20px;
	background-image: url(images/wrapper/btn-profile.gif);
}
a#openContact {
	width: 65px;
	background-image: url(images/wrapper/btn-contact.gif);
}
a#openProfile:hover,
a#openContact:hover {
	background-position: 0 -30px;
}
a#openProfile.selected,
a#openContact.selected {
	background-position: 0 -60px;
	cursor: default;
}

/* PROFILE & CONTACT WIDGETS
************************************************************************************/
#profile,
#contact {
	background-color: #000000;
	display: block;
	width: 230px;
	height: 300px;
	position: relative;
	left: 27px;
	z-index: 99;
	display: none;
	margin-top: -327px;
	margin-right: -100%;	
	float: left;
}
#profile .inner,
#contact .inner {
	height: 284px;
	margin: 15px 15px 0 0;
	border-bottom: 1px solid #222222;
}
#profile .inner  {
	padding: 0 5px 0 0;
}

/* CONTACT FORM
************************************************************************************/
#contact form {
	border-bottom: 1px solid #222222;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
#contact input,
#contact textarea {
	background-color: #000000;
	border: 3px solid #333333;
	text-align: left;
	padding: 2px 5px 3px 5px;
	color: #D3E0DF;
	width: 170px;
	margin-bottom: 6px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
}
#contact textarea { /* see jquery.scripts.js for firefox */
	width: 94%;
	max-width: 94%;
	overflow: auto;
	max-height: 70px;
	height: 70px;
	min-height: 70px;
	padding-left: 3px;
}
/* Submit button
-----------------*/
#contact input#submit {
	cursor: pointer;
	width: auto;
	font-weight: bold;
	padding: 2px;
}
#contact input#submit:hover {
	border-color: #666666;
}

#contact input:focus,
#contact textarea:focus {
	border-color: #666666;
}
/* Form Error
-----------------*/
#contact input.error,
#contact textarea.error {
	border: 3px solid #CC0066;
	color: #D3E0DF;
}
#contact input.error:focus,
#contact textarea.error:focus {
	border-color: #666666;
	color: #D3E0DF;
}
#contact span.success,
#contact span.error {
	display: inline;
	padding-left: 5px;
	font-style: italic;
	position: relative;
	top: -5px;
}
#contact span.success {
	color: #A4FF69;
}
#contact span.error {
	color: #CC0066;
}

/* Headings
*********************************************************************************/
#workList h1 {
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	margin-bottom: 5px;
	background: #000000 url(images/wrapper/work_list.gif) 5px 5px no-repeat;
}
#workList h1 .genre {
	float: right;
	text-align: right;
	font-size: 11px;
	margin-right: 6px;
	font-weight: normal;
}
#workList h1 .web {
	color: #66FFFF;
}
#workList h1 .print {
	color: #A4FF69;
}
#workList h1 .identity {
	color: #9869FF;
	margin-right: 9px;
}

/* Typography
*********************************************************************************/
p {
	margin-bottom: 14px;
}
p strong {
	color: #FFFFFF;
	font-weight: bold;
}
br {
	line-height: 0.8em
}
small {
	font-size: 10px;
}

/* Links
*********************************************************************************/
a.closeWidget,
a.close {
	float: right !important;
	display: block;
	width: 20px !important;
	height: 20px !important;
	margin-left: -15px;
	background: transparent url(images/wrapper/close.gif) 5px 7px no-repeat !important;
	padding: 0 !important;
}
a.closeWidget:hover,
a.close:hover {
	background: transparent url(images/wrapper/close.gif) 5px -13px no-repeat !important;
}

p a,
a {
	text-decoration: underline;
	color: #FFFFFF;
}
p a:hover,
a:hover {
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}

/* MISC.
***********************************************************/
.clearer {
	width: 100%;
	clear: both;
	font-size: 1px;
	
}