body {
	font-family: Arial, Helvetica, sans-serif;
	background: #434343 url(/images/structure/back_body.gif);
	text-align: center;
	font-size: 11px;
	margin: 0;
	}

/* @group Global */

a img {
	border: none;
	}

.top-gray {
	height: 2px;
	background: url(/images/structure/top_gray_300.png) repeat-x;
	}
	
.top-spectrum {
	height: 2px;
	background: url(/images/structure/top_spectrum.jpg) no-repeat;
	}

.pipe {
	width: 5px;
	height: 14px;
	background: url(/images/structure/white_vert_div.gif) 2px 4px no-repeat;
	}	
	
.content-box {
	margin: 10px 15px;
	}
	
.white-dots {
	height: 5px;
	background: url(/images/structure/horizontal_white_dots.gif) 0 3px repeat-x;
	}

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
	}

/* @end */

/* @group Structure */

#container {
	margin: 0 auto;
	width: 1050px;
	background: transparent url(/images/structure/back_container.png) repeat-y;
	}

#structure {
	width: 1020px;
	background-color: #121212;
	margin: 0 15px;
	}
	
#mainnav {
	background: #4a0a0b url(/images/structure/back_mainnav.gif) repeat-x;
	height: 131px;
	padding-left: 30px;
	}
	
#selector {
	height: 65px;
	width: 1020px;
	margin-bottom: 0;
	}
	
#mainnav-reflections {
	float: left;
	background: url(/images/structure/mainnav_reflections.png) no-repeat;
	margin-left: 52px;
	width: 710px;
	height: 34px;
	}

#content {
	position: relative;
	z-index: 2;
	}

div.background {
	position: absolute;
	margin-top: 0;
	margin-left: 0;
	width: 1020px;
	background-color: #111;
	overflow: hidden;
	}

embed {
	z-index: 300;
	}
	
div.rdnt { background-image: url(/images/structure/background_hamster.gif); background-color: #fff ;}
div.gray { background-image: url(/images/structure/background_gray.gif); background-repeat: repeat-x;}
div.lava { background-image: url(/images/structure/background_lava.jpg); }
div.fire { background-image: url(/images/structure/background_fire.jpg); }
div.wood { background-image: url(/images/structure/background_wood.jpg); }

h1.logo {
	display: block;
	text-indent: -9999px;
	width: 198px;
	height: 131px;
	float: right;
	background: url(/images/structure/logo_main.gif) no-repeat;
	margin: 0;
	}
	
	
#left {
	float: left;
	margin-top: 0px;
	width: 300px;
	}
	
#right {
	margin-top: 0px;
	width: 707px;
	float: right;
	}
	
#themes {
	float: right;
	clear: left;
	width: 210px;
	margin-right: 20px;
	margin-top: 14px;
	}

#themes:hover {
		background: url(/images/structure/change_theme.gif) 0 1px no-repeat;
	} 
	
	#theme-names {
		margin-top: 25px;
		margin-left: 20px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(/images/structure/theme_names.gif);
		width: 142px;
		height: 16px;
		}


#footer {
	height: 23px;
	background-color: #000;
	}
	
#bottom {
	height: 18px;
	width: 1050px;
	margin: 0 auto;
	background: url(/images/structure/bottom_shadow.png) 0 0 no-repeat;
	}

/* @end */

/* @group Buttons */

button, a.btn {
	position: relative;
	border: 0;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: none;
	background-repeat: no-repeat;
	text-decoration: none;
}

button {
	padding: 0;
	height:  16px;
	}

	a.small { height: 16px;	}
		a.t-email { background-image: url(/images/public_access/btn_email.gif); width: 48px; float: left; margin-top: 8px; margin-left: 10px; }
		a.t-more { background-image: url(/images/public_access/btn_more.gif); width: 40px; float: right; margin-top: 8px; margin-right: 10px; }
		a.t-prev { background-image: url(/images/public_access/btn_prev.gif); width: 36px; float: right; margin: 0 3px; }
		a.t-next { background-image: url(/images/public_access/btn_next.gif); width: 36px; float: right; margin: 0 3px; }
		a.more { background-image: url(/images/structure/btn_more_button.gif); width: 47px; margin-top: 3px;}
		a.closewindow { background-image: url(/images/structure/btn_close_window.gif); width: 75px; float: right; margin: 38px 35px 0 0; }
		a.terms { background-image: url(/images/structure/btn_terms.gif); width: 124px; float: left; margin-left: 8px; margin-top: 3px; }
	a.small:hover {	background-position: 0 -16px; }
	
	#taken-out-of-context a.more {
	float: left;
	}

	a.nav { width: 161px; height: 70px; float: left; text-indent: 0; margin-top: 61px; margin-left: 22px;}
		a.available { background-image: url(/images/structure/btn_nav_available.gif); }
		a.unavailable { background-image: url(/images/structure/btn_nav_unavailable.gif); }
	/*a.nav:hover { background-position: 0 -70px; }*/
	a.active { background-image: url(/images/structure/btn_nav_available.gif); background-position: 0 -140px; }
	a.active:hover { background-position: 0 -140px !important;}
	a.nav img {
	 float: left;
	 margin-top: 42px;
	 margin-left: 0;
	}
	
	a.theme { width: 21px; height: 35px; float: right; margin-left: 5px; }
		a.gray { background-image: url(/images/structure/btn_theme_gray.png); }
		a.wood { background-image: url(/images/structure/btn_theme_wood.png); }
		a.fire { background-image: url(/images/structure/btn_theme_fire.png); }
		a.lava { background-image: url(/images/structure/btn_theme_lava.png); }
		a.rdnt { background-image: url(/images/structure/btn_theme_rdnt.png); }
	a.theme:hover { background-position: 0 -35px; }
	
	a.login { height: 20px; float: right; margin-right: 5px; }
		a.request { background-image: url(/images/structure/btn_request_a_login.gif); width: 89px; }
		a.forgot { background-image: url(/images/structure/btn_forgot_login.gif); width: 75px; }
	a.login:hover { background-position: 0 -20px; }
	
	button.btn-unlock {	background-image: url(/images/structure/btn_unlock.gif); width: 55px; height: 16px; float: right; margin-right: 10px;  margin-top: 8px;}
	button.btn-send { ;width: 75px; background-image: url(/images/public_access/btn_send_this.gif); float: right; }
	button.btn-submit { background-image: url(/images/public_access/btn_submit.gif); width: 75px; }
	button:hover { background-position: 0 -16px; }
	
	a.team-expand {
		height: 31px;
		width: 300px;
		background: url(/images/public_access/btn_team_expand.gif) no-repeat;
	}
	
	a.team-expand:hover { background-position: 0 -31px;	}
	a.team-expand.active {	background-position: 0 -62px;}
	a.team-expand.active:hover { cursor: default; background-position: 0 -62px !important; }

	a.rss {
		background-image: url(/images/structure/icon_rss.gif);
		width: 21px;
		height: 26px;
		float: right;
		margin-right: 20px;
		margin-top: 7px;
	}
	
	

/* @end */

/* @group Headers */

h2 {
	padding: 0;
	margin: 0;
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	}
	
	h2.client-login { background-image: url(/images/public_access/h2_client_login.png); }
	h2.team { background-image: url(/images/public_access/h2_hi_team.png); }
	h2.taken-out { background-image: url(/images/public_access/h2_taken_out_of_context.png);  background-position: 0 0; }
	h2.work-well { background-image: url(/images/public_access/h2_we_work_well_with.png);  background-position: 0 0; }
	h2.news-feed { background-image: url(/images/public_access/h2_news_feed.png); }
	h2.form-errors { background-image: url(/images/public_access/h2_form_errors.png); background-color: #000;}
	h2.terms { background-image: url(/images/public_access/h2_terms.png); }
	
h3 {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	height: 31px;
	font-size: 14px;	
	background-repeat: no-repeat;
	background-position: 184px 9px;
	}
	
	h3.freedom { background-image: url(/images/public_access/h3_team_freedom.gif); }
	h3.seth { background-image: url(/images/public_access/h3_team_seth.gif); }
	h3.cosmo { background-image: url(/images/public_access/h3_team_cosmo.gif); }
	h3.chris { background-image: url(/images/public_access/h3_team_sessions.gif); }
	h3.regan { background-image: url(/images/public_access/h3_team_regan.gif); }

/* @end */

		
#client-login {
	background-image: url(/images/structure/back_gray_medium.png);
	width: 300px;
	margin-bottom: 20px;
	}
	
	#client-login:hover {
		background-image: url(/images/structure/back_dots_over.png);
	}

#client-login form {
	margin-top: 7px;
	background: url(/images/structure/back_login_form.gif) repeat-x;
	height: 31px;
	margin-bottom: 0;
	}
	
	#client-login input {
		width: 100px;
		background-color: #000;
		border: none;
		font-size: 10px;
		color: #9a9999;
		text-align: center;
		padding: 2px 0;
		margin-top: 8px;
		}

	#client-login input.username { background: #000 center 0 no-repeat;}
	#client-login input.password { background: #000 center 0 no-repeat;}


#unlock_errors_box {
	margin-top: 2px;
	height: 12px;
	font-size: 10px;
	color: #fff;
	}
	
#login-buttons {
	width: 300px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
#team {
	background: url(/images/structure/back_gray_dark.png);
	width: 300px;
	margin-bottom: 20px;
	}
	
	#team .bar-top,
	#team .bar-bottom {
		height: 31px;
		width: 300px;
		}
	
	#team .bar-top {
		border-top: 1px solid #000;
		}
	
	#team .bar-bottom {
		background-image: url(/images/public_access/back_team_bar_bottom.gif);
		background-repeat: repeat-x;
		background-position: 0 0;
		margin-top: 0;
		}
		
	#team .logo {
	float: left;
	padding-top: 3px;
	margin-left: 15px;
	}

#team .logo {
	float: left;
	margin-top: 6px;
	margin-left: 15px;
	}

#taken-out-of-context {
	background-image: url(/images/structure/back_gray_light.png);
	padding-bottom: 15px;
	margin-bottom: 20px;
	}
	
	#taken-out-of-context p.intro {
		height: 21px;
		width: 250px;
		color: #9b9b9b;
		text-indent: -9999px;
		font-size: 10px;
		background: url(/images/public_access/taken_context_intro.gif) no-repeat;
	}

	#taken-out-of-context .header {
		background-color: #000;
	}
	
	#taken-out-of-context .header .pipe,
	#taken-out-of-context .header a {
		margin-top: 5px;
		float: right;
	}
	
	#taken-out-of-context #ooc-excerpt {
		color: #fff;
		text-align: left;
	}

	#taken-out-of-context #ooc-excerpt .loading {
	  font-style: italic;
  }		
		
	#ooc-excerpt a {
		background-color: #85ccee;
		text-decoration: none;
		color: #000;
		padding: 2px;
		}
		
	#ooc-excerpt a:hover {
		background: #85ccee url(/images/structure/back_over_stripes.gif);
		color: #fff;
		}

	#popbox .pop-excerpt {
		margin-left: auto;
		margin-right: auto;
		width: 500px;
		background: url(/images/structure/dot_matrix_paper.jpg) repeat-y;
		padding-top: 24px;
		}
		
	#popbox .pop-excerpt .excerpt {
		margin: 0 50px;
		padding: 20px 0 40px;
		color: #545454;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		}

#we-work-well-with {
	margin-bottom: 15px;
	}

	#we-work-well-with .logos {
		clear: both;
		margin: 5px 0px 3px 3px;
		}
	
#hero-box {
	width: 707px;
	height: 447px;
	margin-bottom: 20px;
	background-color: #333;
	}
	
#flash-sounds {
	width: 16px;
	height: 16px;
	}

#info {
	background-image: url(/images/structure/back_gray_medium.png);
	color:  #fff;
	text-align: left;
	}
	
	#info .content {
		margin: 10px 20px;
		padding-bottom: 20px;
		}

#news-feed { z-index: 1 }

	#news-feed .header, #info .header {
		background-color: #000;
		height: 33px;
		padding-left: 5px;
		}

.news-item {
	border-bottom: 1px solid #6a6b6c;
	background: url(/images/structure/back_blog_block.png);
	padding: 20px;
	text-align: left;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

	.news-item p {
		line-height: 20px;
		}

	.news-item h3,
	#popbox h3 {
		height: 31px;
		font-weight: normal;
		font-size: 30px;
		text-indent: 0;
		}
	
	.news-item p.meta {
		padding-top: 0;
		margin-top: 2px;
		font-size: 12px;
		}
		
	.news-item .photo {
		float: left;
		border: 1px solid #000;
		margin-right: 15px;
	}

	.news-item p a {
			background-color: #85ccee;
			color: #000;
			text-decoration: none;
			padding: 2px;
		}

	.news-item p a:hover {
			background: #85ccee url(/images/structure/back_over_stripes.gif);
			color: #fff;
		}
	
span.category {
	background-color: #1c6c95;
	font-weight: bold;
	}

/* @group Pagination */

.pagination {
	float: right;
    padding: 3px;
    margin: 8px;
  }
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    background-color: #111;
    border: 1px solid #222;
    text-decoration: none;
    color: #333;
  }
  .pagination a:hover, .pagination a:active {
    border: 1px solid #444;
    color: #555;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    background-color: #333;
    border: 1px solid #555;
    color: #999;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #181818;
    color: #181818;
  }

/* @end */

span.date {
	font-weight: bold;
	}
	
img.copyright {
	float: right;
	margin-right: 10px;
	}
	
#partner-logos {
  background-image: url(/images/structure/back_gray_light.png);
	padding: 10px 0px;
	margin-bottom: 20px;
  }

#partner-logos img {
  vertical-align: middle;
  }

#popbg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/images/structure/back_gray_light.png);	
	/*z-index: 450;*/
	}
	
/*#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}*/

#popbox {
	text-align: left;
	width: 779px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
	#popbox .top {
		background: url(/images/structure/back_pop_top.png) no-repeat;
		height: 100px;
	}
	
	#popbox .main {
		background: url(/images/structure/back_pop_main.png) repeat-y;
	}
	
	#popbox .bottom {
		background: url(/images/structure/back_pop_bottom.png) no-repeat;
		height: 91px;
		}
	
	#popbox #popcontent {
		margin: 0 27px;
		}
	
	#popbox .news-item {
		margin-top: 0;
		padding-top: 0;
		color: #000;
		border: none;
		margin-right: 25px;
		background-color: transparent;
		background-image: none;
		}
	
	#popbox .category {
		background-color: transparent;
	}
	
	#popbox p {
	 margin: 0;
	 padding: 0 0 20px 0;
	}
	
	#popbox table {
		margin-left: 30px;
		}

	#popbox td, th {
		padding: 6px;
		}

#nav-tooltip {
	background: url(/images/structure/nav_tooltips_all.png) no-repeat;
	width: 180px;
	height: 102px;
	position: absolute;
	z-index: 1;
	}
	
	.nav-tooltip img {
		margin: 15px auto;
		}

#tooltip-public-access {
	margin-left: 35px;
	}
			
#tooltip-this-is-a-heist {
	margin-left: 220px;
	}

#tooltip-out-in-the-wild {
	margin-left: 403px;
	}

#tooltip-shadow-ops {
	margin-left: 585px;
	}
	
#excerpt-main {
	height: 225px;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
.emailme h3 {
	margin-bottom: 20px;
	}
	
.emailme th {
	text-align: right;
	font-weight: normal;
	width: 190px;
	vertical-align: top;
	padding-right: 20px;
	}
	
.emailme form {
	margin-bottom: 0;
	}

.emailme td {
	vertical-align: top;
	padding-left: 0;
	}
	
.emailme input,
.emailme select,
.emailme textarea {
	border-width: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.emailme input, #forgot_login input {
	background-color: #85ccee;
	color: #0c0c0c;
	border-width: 0px;
	padding: 4px 5px;
	width: 260px;
	}
	
	.emailme input.phone {
		width: 140px;
		}
	
	.emailme input.ext {
		width: 30px;
		}
	
.emailme select, .emailme textarea {
	width: 375px;
	border-width: 0;
	background-color: #85ccee;
	padding: 3px;
	}	
	
.emailme textarea {
	width: 369px;
	height: 80px;
	}
	
.emailme td.ext {
	text-align: right;
	}
	
.emailme button {
	padding: 0;
	height: 16px;
	}
	
.emailme img.photo {
	border: 1px solid #0c0c0c;
	}
	
span.note {
	display: block;
	font-size: 12px;
	}
	
span.count {
	margin-top: 15px;
	font-size: 18px;
	display: block;
	}
	
div#flash {
	padding: 25px 0;
	text-align: center;
	color: #1c6c95;
	font-size: 28px;
	}

.emailme div#spinner {
	text-align: right;
	margin-right: 20px;
	}
	
#email_errors_overlay {
  position: absolute;
  z-index:700;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height:100%;
  background-color: transparent;
}
	
#email_errors {
	position: absolute;
	margin-top: 300px;
	margin-left: 320px;
	width: 300px;
	padding-bottom: 20px;
	z-index: 701;
	background: #4a0a0b url(/images/public_access/back_error_box.gif) repeat-x;
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	border: 1px solid #525252;
	border-top-width: 2px;
	}
	
	#email_errors a.closewindow {
		width: 40px;
		position: absolute;
		margin-top: 6px;
		margin-left: 253px;
		}

#forgot_login {
	margin-left: 40px;
	}		

#forgot_login #email_errors {
	margin-top: 50px;
	margin-left: 250px;
	}
	
#forgot_login h3 {
	margin-bottom: 20px;
	height: 60px;
	width: 500px;
	}
	
#forgot_login table {
	margin-left: 0;
	}

#iphone-bar {
	color: #fff;
	background-color: #000;
	padding: 5px 0;
	margin: 0 auto;
	}
	
	#iphone-bar a {
		color: #fff;
		}