* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Helvetica", sans-serif;
	font-size:   13px;
	  color: #000000;
}

span.bold {
	font-weight: bold;
}

body {
	background-repeat: repeat;
 position: relative; /* corner-logo */
	background-position: 0% 0%;
	background-image: url(https://static.otherpeoplespixels.com/r1362684542/images/backgrounds/plainjane-115.png);
 }

body * {
	text-align: left;
}

a, a span.bold, a em {
	text-decoration: none;
	color: #191919;
}

a:hover {
	text-decoration: underline;
}

div.stage {
 position: relative;
}

#lightbox {
	position: relative;
	overflow: hidden;
}
#spaceball {
	z-index: 3;
	position: absolute;
}

#corner-logo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#info_and_description {
	z-index: 5;
}

/*
	Classes for specific behaviour
*/

/* Use the accent color and font */
.accent {
	font-family: "Helvetica", sans-serif;
	font-size:   13px;
	  color: #000000;
}
a.accent {
	color: #191919;
}

#prev_next_back {
	padding-top: 6px;
}
#prev_next_back, #prev_next_back * {
	font-family: Helvetica, Arial, Monaco, Verdana, sans-serif;
	font-weight: normal;
	font-size: 10.5px;
	text-decoration: none;
}

div.share_this {
}
div.share_this * {
	font-family: Helvetica, Arial, Monaco, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #666666;
}
a.share_this_close {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	right: 8px;
	top: 8px;
	position: absolute;
}
div.share_this_popup {
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 2em;
	margin: auto;
}
div.share_this_row {
	width: 380px;
	margin-top: 8px;
}
a.share_this {
	padding: 0;
	padding-right: 5px;
}
a.share_this img {
	border: 0;
}

a.thumbnail {
	padding: 0;
	margin: 0;
}
img.thumbnail {
	margin: 0;
	padding: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	width: 100px;
	height: 100px;
}

 div.autoscroll {
	overflow: visible;
}
 #need_flash b {
	font-size: 18px;
	color: #CCCCCC;
}
#need_flash {
	font-size: 16px;
	color: #DDDDDD;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 4px;
	text-align: center;
	overflow: hidden;
}
#need_flash a {
	font-size: 14px;
	color: #CCCCFF;
}

/*
	CSS for the artwork menu
*/
#menu {
	position: absolute;
}
#menu {
	z-index:  999;
}
#menu div.menu_row {
	margin: 0;
	padding: 0;
	clear: both;
}
#menu div.menu_item {
	padding: 3px 10px;
	/*border: 1px solid #a3a3a3;*/
	background-color: #e8e8e8;
	float: left;
}
#menu a {
	text-decoration: none;
	color: #a3a3a3;
	font-family: "Helvetica", sans-serif;
	font-size:   13px;
	  }
#menu div.menu_item_hover, #menu div.menu_item_selected {
	background-color: #a3a3a3;
}
#menu div.menu_item_hover a, #menu div.menu_item_selected a {
	color: #e8e8e8;
}
#menu a:hover {
	text-decoration: none;
}


 /*
	Home Page
*/

#home_stage {
	width: 984px;
	height: 588px;
  background-image: url(https://static.otherpeoplespixels.com/r1362684542/images/backgrounds/plainjane-115.png);
	background-repeat: both;
 background-color: #FFFFFF;
	background-position: 0% 0%;
 }

#home_stage #title {
	position: absolute;
	left:     40px;
	top:      24px;
	width:    820px;
	height:   20px;
  }
#home_stage #title img {
	max-height: 20px;
}

#home_stage #navigation {
	position: absolute;
	left:     40px;
	top:      53px;
	width:    820px;
	height:   14px;
 }
#home_stage #navigation img {
	max-height: 14px;
}

#home_stage #menu {
	left:  40px;
	top:   67px;
}

#home_stage #lightbox {
	overflow: hidden;
	position: absolute;
	left:     40px;
	top:      78px;
	width:    640px;
	height:   480px;
 }

#home_stage #copyright {
	position: absolute;
	left:     20px;
	top:      78px;
	width:    14px;
	height:   480px;
 }

#home_stage #opp_logo {
	position: absolute;
	left:     1150px;
	top:      28px;
	width:    32px;
	height:   16px;
 }

#home_stage #info_and_description {
	position: absolute;
	left:     701px;
	top:      78px;
	width:    282px;
	height:   480px;
}

   #home_stage #prev_next_back {
	position: absolute;
	left: 40px;
	top: 558px;
	width: 640px;
}
 /*
	Artwork Page
*/

#artwork_stage {
	width: 984px;
	height: 588px;
  background-image: url(https://static.otherpeoplespixels.com/r1362684542/images/backgrounds/plainjane-115.png);
	background-repeat: both;
 background-color: #FFFFFF;
	background-position: 0% 0%;
 }

#artwork_stage #title {
	position: absolute;
	left:     40px;
	top:      24px;
	width:    820px;
	height:   20px;
  }
#artwork_stage #title img {
	max-height: 20px;
}

#artwork_stage #navigation {
	position: absolute;
	left:     40px;
	top:      53px;
	width:    820px;
	height:   14px;
 }
#artwork_stage #navigation img {
	max-height: 14px;
}

#artwork_stage #menu {
	left:  40px;
	top:   67px;
}

#artwork_stage #lightbox {
	position: absolute;
	left:     40px;
	top:      78px;
	width:    640px;
	height:   480px;
 }

#artwork_stage #thumbnails {
	position: absolute;
	left:     40px;
	top:      78px;
	width:    640px;
	height:   480px;
 height: 416px;
	 overflow: auto;
}

#artwork_stage #lightbox #written {
	position: relative;
	 width: 624px;
	height: 464px;
	overflow: auto;
}

#artwork_stage #copyright {
	position: absolute;
	left:     20px;
	top:      78px;
	width:    14px;
	height:   480px;
 }

#artwork_stage #opp_logo {
	position: absolute;
	left:     1150px;
	top:      28px;
	width:    32px;
	height:   16px;
 }

#artwork_stage #info_and_description {
	position: absolute;
	left:     701px;
	top:      78px;
	width:    282px;
	height:   448px;
}

#artwork_stage #artwork_info {
	margin-bottom: 1em;
}

   #artwork_stage #prev_next_back {
	position: absolute;
	left: 40px;
	top: 558px;
	width: 640px;
}
 /*
	Contact Page
*/

#contact_stage {
	width: 984px;
	height: 588px;
  background-image: url(https://static.otherpeoplespixels.com/r1362684542/images/backgrounds/plainjane-115.png);
	background-repeat: both;
 background-color: #FFFFFF;
	background-position: 0% 0%;
 }

#contact_stage #title {
	position: absolute;
	left:     40px;
	top:      24px;
	width:    820px;
	height:   20px;
  }
#contact_stage #title img {
	max-height: 20px;
}

#contact_stage #navigation {
	position: absolute;
	left:     40px;
	top:      53px;
	width:    820px;
	height:   14px;
 }
#contact_stage #navigation img {
	max-height: 14px;
}

#contact_stage #menu {
	left:  40px;
	top:   67px;
}

#contact_stage #copyright {
	position: absolute;
	left:     1px;
	top:      128px;
	width:    13px;
	height:   430px;
 }

#contact_stage #opp_logo {
	position: absolute;
	left:     932px;
	top:      18px;
	width:    32px;
	height:   24px;
 }

#contact_stage #contact_info {
	position: absolute;
	left:     400px;
	top:      125px;
	width:    300px;
	height:   433px;
 }

#contact_stage #contact_form {
	position: absolute;
	left:     40px;
	top:      125px;
	width:    320px;
	height:   433px;
 }
 #contact_form div.form_row {
	margin-bottom: 10px;
}

#contact_form div.form_label {
	margin-bottom: 3px;
}

#contact_form input.txt, #contact_form textarea {
	padding: 2px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 300px;
}
#contact_form textarea {
	height: 100px;
}
#contact_form #submit_button {
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact_stage #contact_details {
	margin-bottom: 1.1em;
}
#contact_stage #contact_social {
	margin-bottom: 1.1em;
}
#contact_stage #contact_social img {
	width: 24px;
	height: 24px;
	margin-right: 3px;
	border: 0;
}




/*
	News Page
*/

#news_stage {
	width: 984px;
	height: 588px;
  background-image: url(https://static.otherpeoplespixels.com/r1362684542/images/backgrounds/plainjane-115.png);
	background-repeat: both;
 background-color: #FFFFFF;
	background-position: 0% 0%;
 }

#news_stage #title {
	position: absolute;
	left:     40px;
	top:      24px;
	width:    820px;
	height:   20px;
  }
#news_stage #title img {
	max-height: 20px;
}

#news_stage #navigation {
	position: absolute;
	left:     40px;
	top:      53px;
	width:    820px;
	height:   14px;
 }
#news_stage #navigation img {
	max-height: 14px;
}

#news_stage #menu {
	left:  40px;
	top:   67px;
}

#news_stage #copyright {
	position: absolute;
	left:     1px;
	top:      103px;
	width:    13px;
	height:   455px;
 }

#news_stage #opp_logo {
	position: absolute;
	left:     932px;
	top:      18px;
	width:    32px;
	height:   24px;
 }

#news_stage #text_stage {
	position: absolute;
	left:     40px;
	top:      100px;
	width:    700px;
	height:   458px;
 }

#news_stage div.news_item {
	margin-bottom: 2em;
}






/*
	Links Page
*/

#links_stage {
	width: 984px;
	height: 588px;
  background-image: url(https://static.otherpeoplespixels.com/r1362684542/images/backgrounds/plainjane-115.png);
	background-repeat: both;
 background-color: #FFFFFF;
	background-position: 0% 0%;
 }

#links_stage #title {
	position: absolute;
	left:     40px;
	top:      24px;
	width:    820px;
	height:   20px;
  }
#links_stage #title img {
	max-height: 20px;
}

#links_stage #navigation {
	position: absolute;
	left:     40px;
	top:      53px;
	width:    820px;
	height:   14px;
 }
#links_stage #navigation img {
	max-height: 14px;
}

#links_stage #menu {
	left:  40px;
	top:   67px;
}

#links_stage #copyright {
	position: absolute;
	left:     1px;
	top:      103px;
	width:    13px;
	height:   455px;
 }

#links_stage #opp_logo {
	position: absolute;
	left:     932px;
	top:      18px;
	width:    32px;
	height:   24px;
 }

#links_stage #text_stage {
	position: absolute;
	left:     40px;
	top:      100px;
	width:    700px;
	height:   458px;
 }

#links_stage div.link {
	margin-bottom: 1em;
}


/*
	Share This (AddToAny)
*/

.a2a_kit a { padding: 2px }
.a2a_overlay, .a2a_menu, .a2a_full_header, .a2a_page_dropdown { display: none }


/*
    Avoid img alt text FOUC
*/

@-moz-document url-prefix() {
  img {
    font-size: 0;
  }
  img:-moz-broken {
    font-size: inherit;
  }
}

#offline {
	top: 0;
	left: 0;
	width: 100%;
}

#offline .offline-screen {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: black;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}


#offline .offline-banner,
#offline .offline-text {
	position: absolute;
	z-index: 10001;
	top: 200px;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	background: black;
	border: 1px solid #666;
}

#offline .offline-banner {
	display: block;
}

#offline .offline-text {
	display: none;
	font-size: 2em;
	padding: 1em;
	color: white;
}

#offline.no-image .offline-text {
	display: block;
}

   