/* Global */

html,body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: "helvetica", sans-serif;
	background: #9BA3A3;
	}

img {
	border: 0;
	}
	
a {
	color: #777777;
	text-decoration: none;
	outline: none;
	}
	
a:visited {
	color: #777777;
	text-decoration: none;
	}

a img {
	border:none;
	}



/* Main Window */

#main_frame {
	overflow: hidden;
	}

#content_window {
	width: 100%;
	height: 100%;
	z-index: 1;
	}
		


/* Load Screen */

#fade_out {
	width: 100%; 
	height: 100%; 
	background: #ffffff; 
	z-index:3; 
	position: absolute; 
	top: 0px; 
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: hidden;
	}
	
#fade_out_screen {
	width: 100%; 
	height: 100%; 
	background: #ffffff; 
	z-index:2; 
	position: absolute; 
	top: 0px; 
	left: 0px;
	right: 0px;
	bottom: 0px;
	}
	
#loading {
	width: 500px; 
	height: 500px; 
	margin-left: -250px;
	margin-top: -250px;
	}

  	
#loading_div {
	position: absolute;
	width: 500px; 
	height: 500px; 
  	left: 50%;
  	top: 50%;
  	}

#load_wheel {
	position: absolute;
	top: -15px;
	left:-8px;
	z-index: 1003;
	}
	
#load_splash_hero_bg {
	position: absolute;
	top: -250px;
	left:-250px;
	}
	
#load_splash_hero {
	position: absolute;
	top: -250px;
	left:-250px;
	z-index: 1002;
	}
	
	
   
/* Structure */

#center {
	background: url('assets/halftone.gif') repeat;
 	margin-left: auto;
 	margin-right: auto;
 	margin-top: 0px;
 	margin-bottom: 0px;
 	width: 880px;
 	height: 1563px;
 	position: relative;
 	z-index: 0;
 	} 	
 
#header {
	width: 470px;
	height: 160px;
	position: absolute;
	left: 355px;
	top: 75px;
	}
	
#left_column {
	width: 170px;
	height: 160px;
	position: absolute;
	top: 250px;
	left: 100px;
	}
	
#right_column {
	width: 405px;
	height: 730px;
	position: absolute;
	top: 280px;
	left: 355px;
	}
	
#footer {
	width: 800px;
	height: 160px;
	position: absolute;
	top: 1080px;
	left: 40px;
	}
	
#footer_top {
	width: 800px;
	height: 22px;
	position: relative;
	float: left;
	}
	
#footer_left {
	width: 290px;
	height: 300px;
	position: absolute;
	left: 60px;
	top: 50px;
	}
	
#footer_right {
	width: 340px;
	height: 300px;
	position: absolute;
	left: 480px;
	top:50px;
	}
	
#footer_bottom {
	width: 760px;
	height: 20px;
	left: 20px;
	position: absolute;
	top: 440px;
	border-top: 1px solid #999999;
	}
 	
 	
 	
/* Logos */
 	
#animated_logo {
	background: url('assets/animated_logo.jpg') repeat;
	position: absolute;
	top: 32px;
	left: 75px;
	width: 225px;
	height: 170px;
	z-index: 1;
	}
	
#static_logo {
	position: absolute;
	top: 15px;
	left: 673px;
	width: 135px;
	}
	
#static_logo_image {
	position: relative;
	float: left;
	}
	
#static_logo_text {
	color: #999999;
	font-size: 10px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	}
	
	
	
/* Navigation */
	
#nav_bar {
	width: 245px;
	height: 50px;
	border-top: 2px solid #999999;
	position: relative;
	float: left;
	}
	
#nav_box {
	width: 405px;
	height: 125px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#tabs {
	position: absolute;
	top: 0px;
	left: 0px;
	}

#nav_tab_01 {
	height: 10px;
	position: absolute;
	top: 20px;
	left: 5px;
	color: #000000;
	font-weight: bold; 
	font-size: 10px;
	text-align: center;
	padding-bottom: 15px;
	}
	
#nav_tab_01:hover {
	border-bottom: 1px solid #999999;
	}
	
#nav_tab_02 {
	height: 10px;
	position: absolute;
	top: 20px;
	left: 66px;
	color: #000000;
	font-weight: bold; 
	font-size: 10px;
	text-align: center;
	padding-bottom: 15px;
	}
	
#nav_tab_02:hover {
	border-bottom: 1px solid #999999;
	}
	
#nav_tab_03 {
	height: 10px;
	position: absolute;
	top: 20px;
	left: 127px;
	color: #000000;
	font-weight: bold; 
	font-size: 10px;
	text-align: center;
	padding-bottom: 15px;
	}
	
#nav_tab_03:hover {
	border-bottom: 1px solid #999999;
	}
	
#nav_tab_04 {
	height: 10px;
	position: absolute;
	top: 20px;
	left: 193px;
	color: #000000;
	font-weight: bold; 
	font-size: 10px;
	text-align: center;
	padding-bottom: 15px;
	}
	
#nav_tab_04:hover {
	border-bottom: 1px solid #999999;
	}	

#nav_text_01 {
	color: #999999;
	font-size: 10px;
	width: 395px;
	height: 85px;
	position: absolute;
	top: 70px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	}
	
#nav_text_02 {
	color: #999999;
	font-size: 10px;
	width: 395px;
	height: 85px;
	position: absolute;
	top: 70px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	}

#nav_text_03 {
	color: #999999;
	font-size: 10px;
	width: 395px;
	height: 85px;
	position: absolute;
	top: 70px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	}

#nav_text_04{
	color: #999999;
	font-size: 10px;
	width: 395px;
	height: 85px;
	position: absolute;
	top: 70px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	}

.tab_links {
	font-weight: bold;
	}
	
	

/* Mailing List */

#atffc {
	height: 0px;
	}

#mailing_list_bar {
	width: 220px;
	height: 50px;
	border-top: 1px solid #999999;
	position: relative;
	float: left;
	}

#wufoo_mailing_list_form {
	position: absolute;
	top: 14px;
	left: 4px;
	height:30px;
	width:200px;
	border:none;
	overflow: hidden;
	background: transparent;
	z-index: 10;
	}
	
#psudo_mailing_list_form {
	position: absolute;
	top: 14px;
	left: 4px;
	height:40px;
	width:200px;
	border:none;
	overflow:hidden;
	background: transparent;
	z-index: 1;
	}

#mailing_list_input { 	
	position: absolute;
	top: 3px;
	left: 5px;
	background: #e2e2e2;
	height: 15px;
	border: none;
	width: 139px !important;
	color: #999999;
	font-size: 9px;
	padding-left: 3px;
	}
	
#mailing_list_submit {
	width: 17px;
	height: 12px;
	border: none;
	position: absolute;
	background: #ffffff !important;
	top: 6px;
	left: 161px;
	cursor: pointer;
	}
	
		
	
/* Contact Form */

#contact-wrapper {
	width:500px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#contact-wrapper div {
	clear:both;
	}

#contactform {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #ffffff;
	}

form#contactform input {
	font-size: 9px;
	padding-left: 3px;
	color: #999999;
	border: none;
	}

#contactname {
	height: 12px;
	width: 190px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #e2e2e2;
	}
		
#email {
	height: 12px;
	width: 190px;
	position: absolute;
	top: 0px;
	left: 200px;
	background: #e2e2e2;
	}
	
#subject {
	height: 12px;
	width: 390px;
	position: absolute;
	top: 20px;
	left: 0px;
	background: #e2e2e2;
	}
	
#message {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #e2e2e2;
	border: none;
	font-size: 9px;
	color: #999999;
	height: 50px;
	width: 385px;
	padding-top: 3px;
	padding-left: 3px;
	font-family: "helvetica", sans-serif;
	resize: none;
	overflow:auto;
	}
	
#message_buffer {
	position: absolute;
	top: 40px;
	left: 0px;
	background: #e2e2e2;
	border: none;
	font-size: 9px;
	color: #999999;
	height: 55px;
	width: 391px;
	padding-left: 3px;
	resize: none
	}
	
#email_link_text {
	position: absolute;
	top: 100px;
	left: 0px;
	}
	
#contact_submit {
	width: 16px;
	height: 12px;
	border: none;
	position: absolute;
	text-indent: -9000px;
	top: 100px;
	left: 379px;
	cursor: pointer;
	background: transparent url('assets/email.gif') repeat;
	}
	
#contact_sent {
	width: 302px;
	height: 59px;
	position: absolute;
	top: 8px;
	left: 360px;
	z-index: 100;
	}
	
.contact_response {
	width: 302px;
	height: 59px;
	font-size: 9px;
	background-color: #444444;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	}
	
.response_close {
	height: 12px;
	width: 16px;
	position: absolute;
	top: 7px;
	left: 277px;
	}

.response_header {
	font-weight: bold;
	position: absolute;
	top: 7px;
	left: 12px;
	height: 17px;
	width: 279px;
	color: #f9f9f9;
	float: left;
	}
	
.response_status_error {
	height: 12px;
	width: 16px;
	position: relative;
	}

.response_status_sent {
	height: 12px;
	width: 16px;
	position: relative;
	}
	
.response_body {
	padding-top: 7px;
	border-top: solid 1px #666666;
	display: block;
	height: 35px;
	width: 278px;
	position: absolute;
	top: 26px;
	left: 12px;
	color: #f9f9f9;
	}
	
	

/* Sales */

#paypal_logo {
	height: 23px;
	width: 37px;
	position: absolute;
	top: 90px;
	left: 358px;
	}
	
#etsy_logo {
	position: absolute;
	top: 94px;
	left: 258px;
	}
	


/* Follow */

#chimesandrhymes {
	position: absolute;
	top: 80px;
	left: 116px;
	}
	
	

/* Left Column */
	
#field_header {
	color: #000000;
	font-size: 10px;
	font-weight: bold; 
	height: 25px;
	width: 170px;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
	position: absolute;
	top: 5px;
	left: 0px;
	}	
	
.nav_titles {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	display: inline;
	font-family: "Georgia";
	font-style: italic;
	}
	
.first_field {
	color: #999999;
	font-size: 19px;
	font-weight: bold;
	font-family: "Georgia";
	font-style: italic;
	}
	
.field_titles {
	color: #c9c9c9;
	font-size: 19px;
	font-family: "Georgia";
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	display: inline;
	}

.field_text {
	color: #999999;
	font-size: 10px;
	width: 160px;
	height: auto;
	position: absolute;
	top: 55px;
	left: 0px;
	padding-left: 5px;
	}
	
.more {
	width:170px;
	height: 30px;
	border-bottom: 1px solid #999999; 
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	}
	
.more_last {
	width:170px;
	height: 20px;
	position: absolute;
	top: 750px;
	left: 0px;
	}
	
.more_text {
	color: #000000;
	font-size: 10px;
	height: 10px;
	font-weight: bold;
	position: absolute;
	top: 9px;
	left: 122px;
	}
	
.more_arrow {
	position: absolute;
	left: 158px;
	top: 10px;
	}
	


/* Kwicks */  

.kwicks {  
     list-style: none;  
     position: relative;
     float: left;  
     margin: 0px;  
     padding: 0px;  
	 }  
	 
.kwicks li {  
     display: block;  
     overflow: hidden;  
     padding: 0px;  
     margin: 0px;
     cursor: pointer; 
     width: 170px;  
     height: 150px;
	 }
	
 	

/* Right Column */


.right_row {
	width: 405px;
	height: 150px;
	overflow: hidden;
	}
	
.slideshow_top_bar {
	width: 405px;
	height: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
.most_recent_text {
	color: #999999;
	font-size: 10px;
	border-top: 2px solid #999999;
	width: 63px;
	height: 10px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	}
	
.most_recent_date {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #999999;
	width: 327px;
	height: 10px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	}
	
.left_arrow_dim {
	position: absolute;
	left: 0px;
	top: 130px;
	}
	
.right_arrow_dim {
	position: absolute;
	left: 393px;
	top: 130px;
	}
	


/* Film Slideshows */
	
.slide_row {
	margin:0;
	padding:0;
	list-style:none;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
.slide_row li {
	width:420px;
	height:150px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	list-style:none;
	position: relative;
	float: left;
	}

.film_roll {
	width: 405px;
	height: 170px;
	position: absolute;
	top: 35px;
	left: 0px;
	z-index: 200;
	margin: 0px;
	padding: 0px;
	}

.film_slider {
	}
	
.slide01 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 125px;
	height: 85px;
	}
	
.slide02 {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 125px;
	height: 85px;
	}
	
.slide03 {
	position: absolute;
	top: 0px;
	left: 280px;
	width: 125px;
	height: 85px;
	}
	
#prevBtn1, #nextBtn1, #prevBtn2, #nextBtn2, #prevBtn3, #nextBtn3, #prevBtn4, #nextBtn4, #prevBtn5, #nextBtn5 { 
	display:none;
	}

p#controls_01, p#controls_02, p#controls_03, p#controls_04, p#controls_05 {
	margin:0;
	position:absolute;
	top: 95px;
	left: 0px;
	} 
	
#prevBtn1, #nextBtn1, #prevBtn2, #nextBtn2, #prevBtn3, #nextBtn3, #prevBtn4, #nextBtn4, #prevBtn5, #nextBtn5 { 
	display:block;
	text-indent:-8000px;
	margin:0;
	overflow:hidden;		
	width: 12px;
	height: 12px;
	}
		
#prevBtn1, #prevBtn2, #prevBtn3, #prevBtn4, #prevBtn5 {	
	position:absolute;	
	top: 0px;
	left: 0px;
	}
		
#nextBtn1, #nextBtn2, #nextBtn3, #nextBtn4, #nextBtn5 {
	position:absolute; 
	top: 0px;
	left: 393px;
	}
															
#prevBtn1 a, #nextBtn1 a, #prevBtn2 a, #nextBtn2 a, #prevBtn3 a, #nextBtn3 a, #prevBtn4 a, #nextBtn4 a, #prevBtn5 a, #nextBtn5 a {  
	display:block;
	width: 12px;
	height: 12px;
	background:url('assets/left_arrow.gif') no-repeat 0 0;
	}
		
#nextBtn1 a, #nextBtn2 a, #nextBtn3 a, #nextBtn4 a, #nextBtn5 a {
	background:url('assets/right_arrow.gif') no-repeat 0 0;
	}
		
		

/* Slideshow Tooltip */

.completed_item { 
	color: #e2e2e2;
	font-size: 9px;
	width: 225px;
	border-top: 1px solid #666666;
	padding-top: 7px;
	text-align: left;
	line-height: 11px;
	}
	
.completed_item_bold { 
	font-weight: bold;
	color: #f9f9f9;
	}
	
.completed_header {
	color: #f9f9f9;
	font-size: 10px;
	height: 17px;
	margin-top: 0px;
	font-weight: bold;
	width: 225px;
	text-align: left;
	}

.price { 
	font-style: italic;
	font-size: 9px;
	font-weight: normal;
	color: #FAE4B4;
	}
	
	
/* Footer Top */	
	
#resume {
	width: 365px;
	height: 22px;
	position: absolute;
	left: 60px;
	margin-right: 20px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold; 
	font-size: 10px;
	border-bottom: 1px solid #999999;
	}
	
#timeline {
	width: 270px;
	height: 22px;
	position: absolute;
	left: 445px;
	margin-left: 20px;
	color: #000000;
	font-weight: bold; 
	padding-left: 5px;
	font-size: 10px;
	border-bottom: 1px solid #999999;
	}
	


/* Footer Left */

.resume_header {	
	height: 18px;
	width: 365px;
	color: #000000;
	font-weight: bold; 
	font-size: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	padding-left: 5px;
	position: relative;
	float: left;
	}
	
.resume_text {	
	color: #999999;
	font-size: 10px;
	width: 360px;
	position: relative;
	float: left;
	margin-bottom: 25px;
	padding-left: 5px;
	}
	

	
/* Footer Right */
	
.timeline_row {
	width: 270px;
	height: 27px;
	position: relative;
	float: left;
	}	

.timeline_year {
	color: #000000;
	font-weight: bold; 
	padding-top: 5px;
	padding-left: 5px;
	font-size: 11px;
	width: 30px;
	height: 20px;
	position: relative;
	float: left;
	border-top: 2px solid #999999;
	}
	
.timeline_month {
	color: #999999;
	font-size: 11px;
	width: 210px;
	height: 120px;
	position: relative;
	float: left;
	border-top: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	}

.timeline_list{
	height: 20px;
	width: 210px;
	margin: 6px 0px 0px 5px;
	padding: 0px;
	}
	
.timeline_list li{
	margin:1px;
	padding:0px;
	list-style:none;
	display: inline;
	}
	
	
	
/* Timeline Tooltip */
	
.timeline_completed_item { 
	color: #e2e2e2;
	font-size: 9px;
	border-top: 1px solid #666666;
	width: 195px;
	text-align: left;
	padding-top: 7px;
	line-height: 11px;
	}
	
.timeline_completed_item_bold { 
	font-weight: bold;
	color: #f9f9f9;
	}
	
.timeline_completed_item_bold_hide { 
	font-weight: bold;
	color: #444444;
	}
	
.timeline_completed_header {
	color: #f9f9f9;
	font-weight: bold;
	margin-top: 0px;
	font-size: 10px;
	height: 17px;
	width: 195px;
	text-align: left;
	}	
	
	
	
/* Timeline Items */

#tl_1209 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_1109 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_1009 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0909 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0609 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0509 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0409 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0808 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0608 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0508 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0408 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0308 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0305 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0904 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0404 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0600 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
#tl_0699 {
	cursor: pointer;
	color: #444444;
	font-weight: bold;
	}
	
	
/* Footer Bottom */
	
#tiny_being_tag {
	font-family: "Georgia";
	font-style: italic;
	font-weight: bold;
	color: #666666; 
	font-size: 11px;

	}
	
#addthis {
	position: absolute;
	top: 13px;
	left: 630px;
	}
	
#copyright_tag {
	color: #999999; 
	font-size: 9px;
	position: absolute;
	top: 14px;
	left: 5px;
	height: 25px;
	width: 700px;
	}
	
#subscribe {
	color: #999999; 
	font-size: 9px;
	position: absolute;
	top: 23px;
	left: 0px;
	}