/*
teal: #3B9094
gray: #494A45
red/orange: EF5A28
*/
body {
	background-color: #D4E0E3;
	color: #6D6E62;
	font-size: 11px;
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0px;
	line-height: 3em;
	
}
a {
	text-decoration: none;
	color: #3B9094;
	/*color: #EF5A28;*/
}
a:hover {
	color: #EF5A28;
}
h2 {font-weight: 100;}
h3 {
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0px;
	font-size: 16pt;
	font-weight: 100;
	text-transform: lowercase;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.home_news_item, .news_item, .whats_happening_item {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.home_news_image {padding-bottom: 8px;}
.home_news_title {
	font-size: 12pt;
	line-height: 18px;
}
.home_news_item, .news_item, .whats_happening_item {
	border-top: 2px solid #6D6E62;
}

.first {
	border-top: 0px;
}

.home_news_item a {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.home p {
	font-size: 13px;
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0px;
	line-height: 2.5em;
}
#building {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 4500px;
	overflow: hidden;
}

#building_inner {
	position: relative;
	width: 600px;
	height: 4500px;
	/*left: -182px; this doesn't interfere with our dynamic sizing this way */
}
#building_neighborhood {
	position: absolute;
	top: 3509px;
	width: 281px;
	height: 312px;
	background: transparent url("images/buildings-right_03.png") no-repeat 0px 0px;	
}
.building_floor_link {
	cursor: pointer;
	width: auto;
	height: auto;
	font-weight: bold;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
#ASClogo {
	margin-top: 2px;
	cursor: pointer;
	float: left;
	width: 115px;
	height: 22px;
	margin-right: 172px;
	background: transparent url("images/ASClogo2.png") no-repeat 0px 0px;	
}
.main_nav_separator {
	width: 7px;
	height: 22px;
	float: left;
	background-repeat: no-repeat;
	background-image: url('images/main_nav_separator.png');
}
#content {
	width: 980px;
	height: 4000px;
	margin-left: auto;
	margin-right: auto;
}

#content_inner {
	width: 660px;
	margin-left: 320px;
}
.content_left, .work_list_left {
	width: 300px;
	margin-right: 30px;
	margin-top: 10px;
	float: left;
	font-size: 12pt;
}
.content_right, .work_list_right {
	width: 300px;
	float: left;
	margin-top: 10px;
	line-height: 1.5em;
}

#work_list_main {
	width: 640px;
	float: left;
}

.work_list_left {
	margin-top: 24px;
}
.work_list_right {
	margin-top: 57px;
}


.content_left p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.content_right h1 {
	font-size: 16pt;
}

.contentbox {
	width: 660px;
	background-color: #D4E0E3;
}
.contentbox_inner {
	margin: 10px;
	width: 660px;
}

#navbar {
	background-color: #494A45;
	height: 45px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 15000; /* changed from 800 to 1000 by Karl at 09.7.2 */ 
}
#navbar_inner {
	height: 30px;
	width: 980px;
	margin-top: 11px;
	margin-left: 300px;
	float: left;
}
#debug {
	position: fixed;
	width: 100px;
	right: 2px;
	top: 400px;
}
.work_large {
	width: 630px;
	height: 354px;
}
.inner_title {
	font-size: 18pt;
}
.news_title {
	font-size: 11pt;
}
.subnav {
	height: 36px;
	padding-bottom: 0px;
/*	border: 1px dashed red;*/
}
.subnav_item_inner {
	height: 10px;
	margin-top: -6px;
	padding: 0px 8px 0px 8px;
/*	border: 1px dashed blue;*/
}
.subnav_item, .subnav_item_active {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-size: 7pt;
	position:relative;
	width: auto;
	float: left;
	height: 21px;
	text-transform: uppercase;
	letter-spacing: 0.5px; /*  added by Karl. 2009.7.2 */
	margin-right: 16px;
	cursor: pointer;
/*	border: 1px dashed green;*/
}
.subnav_item:hover, .subnav_item_active{
	width: auto;
	background-color: #EF5A28;
	color: white;
/*	border: 1px dashed black;*/
}
#identities_button {
	position: relative;
	width: 130px;
	height: 48px;
	background: transparent url("images/button_identities.png") no-repeat 0px 0px;	
	float: right;
	margin-top: -12px;
	margin-right: 200px;
	cursor: pointer;
}

.work_list_item, .work_list_item_thumbnail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 28px;
	cursor: pointer;
	line-height: 2.5em;
}
.work_list_item_thumbnail {

}
.work_list_item:hover {
	background-color: #494A45;
	color: white;
}

.work_list_left {
	width: 300px;
	margin-right: 0px;
}
.work_list_right {
	width: 200px;
	border-left: 1px solid #6D6E62;
}
.work_list_inner {
	padding-left: 10px;
	padding-bottom: 4px;
}
.work_detail {
	width: 630px;
	font-family: Arial, Helvetica, sans-serif;
}
.work_slide {
	margin-top: 0px; /* -20 */
	width: 630px;
}

/*************** For huh close: remove the float ******************/
.huh_slide_close, .huh_slide_close_click {
	width: 77px;
	height: 32px;
	background: transparent url("images/button_close.png") no-repeat 0px 0px;
	cursor: pointer;
}
.huh_slide_close:hover {
	background: transparent url("images/button_close_o.png") no-repeat 0px 0px;
}
.huh_slide_close_click {
	background: transparent url("images/button_close_c.png") no-repeat 0px 0px;
}
/******************************************************************/

.slide_close, .slide_close_click {
	width: 77px;
	height: 32px;
	background: transparent url("images/button_close.png") no-repeat 0px 0px;
	float: right;
	cursor: pointer;
}
.slide_close:hover {
	background: transparent url("images/button_close_o.png") no-repeat 0px 0px;
}

.slide_close:active {
	background: transparent url("images/button_close_c.png") no-repeat 0px 0px;
}

.slide_close_click {
	background: transparent url("images/button_close_c.png") no-repeat 0px 0px;
}

.slide_close_invisible {
	width: 77px;
	height: 32px;
	float: right;
}

.slide_container {
	width: 630px;
	height: 382px;
	clear: right;
	background-color: white;
}
.slide_image {
	width: 630px;
	height: 354px;
	background-color: white;
}
.slide_image_caption {
	float: left;
	background-color: #494A45;
	width: 630px;
	height: 28px;
	font-size: 9px;
	color: white;
	line-height: 18px;
}
.slide_image_caption_inner {
	padding-top: 6px;
	color: white;
	padding-left: 10px;
}
.slide_project {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 18pt;
	width: 554px;
	float: left;
	padding-top: 8px;
}
.slide_navigation {
	float: left;
	width: 75px;
	padding-top: 8px;
}
.slide_prev, .slide_prev_over, .slide_prev_click {
	display: block;
	width: 35px;
	height: 35px;
	background: transparent url("images/browse_button_left.png") no-repeat 0px 2px;
	float: left;
	cursor: pointer;
}
.slide_next, .slide_next_over, .slide_next_click {
	display: block;
	width: 37px;
	height: 35px;
	border-left: 2px solid #6D6E62;
	background: transparent url("images/browse_button_right.png") no-repeat 5px 2px;
	float: left;
	cursor: pointer;
}

.slide_prev:hover {background: transparent url("images/browse_button_left_o.png") no-repeat 0px 2px;}
.slide_prev:active {background: transparent url("images/browse_button_left_c.png") no-repeat 0px 2px;}
.slide_prev_click {background: transparent url("images/browse_button_left_c.png") no-repeat 0px 2px;}
.slide_next:hover {background: transparent url("images/browse_button_right_o.png") no-repeat 5px 2px;}
.slide_next:active {background: transparent url("images/browse_button_right_c.png") no-repeat 5px 2px;}
.slide_next_click {background: transparent url("images/browse_button_right_c.png") no-repeat 5px 2px;}



.slide_url {
	line-height: 13px;
	width: 89px; 
	background: transparent url("images/triangle.png") no-repeat 0px 0px;
	text-transform: uppercase;
	letter-spacing: 0.5px; /*  added by Karl. 2009.7.2 */
	font-size: 10px;
}
.slide_url a {
	margin-left: 14px;
	width: auto; 
	text-decoration: none;
	color: #3B9094;
	font-weight: 900;
}
.slide_url a:hover {
	color: #EF5A28;
}
.slide_text, .slide_client {
	width: 512px;
	float: left;
	line-height: 1.5em;	
}
.slide_client {
	clear: left;
	text-transform: uppercase;
	letter-spacing: 0.5px; /*  added by Karl. 2009.7.2 */
}
.slide_rightlinks {
	width: 91px;
	float: left;
	margin-left: 26px;	
}
.slide_vitals {
	width: 91px;
}
.slide_vitals_header {
	width: 91px;
	height: 34px;
	background: transparent url("images/the_vitals_header.png") no-repeat 0px 0px;	
}
.slide_vitals_footer {
	width: 91px;
	height: 19px;
	background: transparent url("images/the_vitals_footer.png") no-repeat 0px 0px;	
}
.slide_vitals_body {
	background-color: #B1BDB8;
}
.slide_vitals_inner {
	text-transform: uppercase;
	letter-spacing: 0.5px; /*  added by Karl. 2009.7.2 */
	margin: 4px;
	width: 82px;
	line-height: 1.5em;
}
.slide_behind_the_scenes {
	width: 91px;
	text-align: center;
}
.slide_commentary {
	width: 91px;
	text-align: center;
}

#headline_whats_happening {
	padding: 4px;
	border-bottom: 2px solid #6D6E62;
}

#header_dude, #header_theList, #header_tweets {
	width: 298px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #6D6E62;
}

#meet_the_team_header {
	width: 198px;
	height: 109px;
	background: transparent url("images/bios-teaser_03.png") no-repeat 0px 0px;	
	margin-top: 100px;
	margin-left: 0px;
	cursor: pointer;
}
#headline_whats_happening {
	width: 290px;
	height: 26px;
	background: transparent url("images/headline_whats_happening.png") no-repeat 0px 0px;	
	
}

#header_into, #header_not_into {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #6D6E62;
	font-size: 18pt;
	line-height: 22px;
	margin-top: 10px;
}

.into_item {
	font-size: 13px;
	padding-bottom: 6px;
}
a.into_link, a.morelink, .subheads a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3B9094;
}
.news_body{
}
.news_body p{
	font-size: 12px;
	line-height: 20px;
}
.news_date {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 4px;
}
.news_image {
	float: left;
	margin-right: 9px;
	margin-top: 16px;
	margin-bottom: 4px;
}
.news_postedby {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px; /*  added by Karl. 2009.7.2 */
/*	float:left;*/
}

/******* added by Karl. 2009.7.8 for the title color *******/
.whats_happening_item .news_title{
	color: #494a45;
}

#header_into, #header_not_into{
	color: #494a45;
}

#content_left_board_room h3{
	color: #494a45;
}

#work_list_left_creative_department .title{
	color: #494a45;
}

.work_detail .slide_project{
	color: #494a45;
}

#content_left_executive_suites .bio_name{
	color: #494a45;
}
/***************************************/

.news_title {
	font-size: 25px;
	line-height: 30px;
	color: #494A45;
}
.news_title a{
	color: #494A45;
}
.subheads, .news_subheads {
	font-size: 12px;
	font-style: italic;
}
.news_subheads.newsPageHeader {
	float: right;
	color: white;
	margin-top: 6px;
	margin-right: 10px;
}
.tweet {
	padding: 8px;
	border-top: 1px solid #6D6E62;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 4px;
}
.tweet_timestamp {
	font-style: italic;
}
.tweet_timestamp_time{

}
#dude {
}
#header_dude {
	height: 85px;
	background: transparent url("images/headline_dude.png") no-repeat -2px 0px;	
}
#header_theList {
	margin-top: 80px;
	height: 32px;
	background: transparent url("images/headline_the_list.png") no-repeat -2px 0px;	
}
#header_tweets {
	height: 32px;
	background: transparent url("images/headline_tweets.png") no-repeat -2px 0px;	
}
#into {
}
#not_into {
}


a.home_news_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#news_content {
	margin-top: 55px;
	padding-top: expression('55' + 'px');
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}

#news_content_inner {
	width: 680px;
	margin-left: 121px; /* for the position of layout */
	
}
#news_backlink {
	float: right;
	font-family: Helvetica, sans-serif;
	margin-right: -105px;/* original -20px; accompany the #news_content_inner*/
	margin-bottom: 8px; 
	line-height: 1.2em;
}
#news_backlink a {
	font-weight: bold;
	color: #494A45;
}

#news_nav_sidebar {
	width: 108px;
	float: left;
	margin-top: 300px;
	text-align: center;
}
.news_person {
	height: auto;
	margin-top: 10px;
	line-height: 10px;
}
.news_person_first {
	line-height: 10px;
}
.news_personlink {
	font-size: 9px;
	font-family: Helvetica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px; /*  added by Karl. 2009.7.2 */
	height: auto;
	padding: 0px;
	line-height: 13px;
}
#news_container {
	width: 678px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 75px;

}
#news_archive {
	float: left;
	width: 567px;
	border-left: 1px solid #6D6E62;
	border-bottom: 1px solid #6D6E62;
}
#news_archive_inner {
	float: left;
	width: 567px;
	background-color: white;
	padding-bottom: 10px;
}
#news_archive_inner_content {
	width: 507px;
	margin-left: 30px;
	margin-right: 30px;
}

#news_footer {
	float:right;
	margin-right: -85px;/* original: nothing accompany the #news_content_inner*/
	width:507px;
	font:9pt Georgia;
	font-style:italic;
	padding-top:8px; 
	padding-bottom:30px;
}
#news_footer img{
	border: 0px;
}
#news_footer a{
	color: #6D6E62;
}
#news_headline_whats_happening {
	width: 567px;
	height: 65px;
	background: transparent url("images/headline_news_page.png") no-repeat 0px 0px;	
	cursor: pointer;
}
#building_ticker {
	position: absolute;
	top: 3px;
	left: 48px;
}
#newspage_body {
	background: #D4E0E3 url("images/building_news_page.png") no-repeat -300px -90px;
	min-width: 961px;
}
.news_num_posts {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;	
	line-height: 13px;
}
.news_sidebar_header {
	color: #494A45;
	font-family: Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: lowercase;
	border-top: 2px solid #6D6E62;
	line-height: 16px;
	padding-top: 8px;
	margin-top: 8px;
}
.news_archive_month {
	font-family: Helvetica, sans-serif;
	font-weight: 600;
	font-size: 11px;
	line-height: 12px;
	margin-top: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px; /*  added by Karl. 2009.7.2 */
}

.bio_name {
	margin-top: 18px;
	font-family: Helvetica, sans-serif;
	font-weight: 900;
	font-size: 13px;
	line-height: 20px;
}
.bio_position {
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 14px;
}
.bio_pull_quote, .content_left.home p {
	line-height: 33px;
	font-size: 25px;
	color: #3B9094;
	font-weight: 100;
}
.bio_image {
	margin-top: 18px;
	width: 148px;
	height: 360px;
	text-align: center;
	float: left;
}
.bio_phone {
	float: left;
	margin-top: 180px;
	margin-bottom: 20px;
	width: 148px;
	font-family: Helvetica, sans-serif;
}
.bio_email {
	float: left;
	width: 148px;
	font-family: Helvetica, sans-serif;
	cursor: pointer;
}
.bio_email_username {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 14px;
	color: #3B9094;
}
.contact_phone {
	margin-bottom: 20px;
}
.contact_email {
	cursor: pointer;
}
#huh_close {
	width: 77px;
	height: 38px;
	background: transparent url("images/button_huh_close.png") no-repeat 0px 4px;
	cursor: pointer;

}
#huh_button {
	position: absolute;
	top: 20px;
	right: 200px;
	width: 153px;
	height: 41px;
	background: transparent url("images/button_huh.png") no-repeat 0px 0px;	
	cursor: pointer;
}
#huh {
	background-color: #D4E0E3;
	z-index: 10000;
	margin-top: 72px; 
}
#huh_inner {
	width: 660px;
	text-align: center;
}
#huh_link_home {
	color: #6D6E62;
	height: 20px;
	line-height: 14px;
	font-size: 14px;
	font-family: Georgia, 'Times New Roman', serif;
	cursor: pointer;
	font-style: italic;
}
#huh_text {
	float: left;
	line-height: 14px;
	width: 53px;
	height: 20px;
	background: transparent url("images/button_huh_text.png") no-repeat 0px 0px;	
}


.list_headline {
	clear: left;
	font-size: 25px;
	color: #3B9094;
	line-height: 33px;
	border-bottom: 2px solid #6D6E62;
	text-transform: lowercase;
}
.listtext {
	float: left;
	width: 120px;
	margin-right: 20px;
}
.listtext_item {
	font-family: Helvetica, sans-serif;
	margin-top: 4px;
}
.news_sidebar_huh {
	line-height: 1.4em;
}
.newshuhtext {font-family: Helvetica, sans-serif;}

/*
#cloud_1, #cloud_2, #cloud_3, #cloud_4, #cloud_5, #cloud_6, #cloud_7, #cloud_8 {
	position: absolute;
	background: transparent url("images/clouds.png") no-repeat 0px 0px;	
	width: 269px;
	height: 99px;
}

#cloud_1 {
	top: 800px;
	left: 750px;
	z-index: -1001;
}
#cloud_2 {
	top: 1000px;
	left: 800px;
	z-index: -1002;
}
#cloud_3 {
	top: 1700px;
	left: 680px;
	z-index: -1003;
}
#cloud_4 {
	top: 2300px;
	left: 1000px;
	z-index: -1004;
}
#cloud_5 {
	top: 2600px;
	left: 700px;
	z-index: -1005;
}
#cloud_6 {
	top: 2900px;
	left: 800px;
	z-index: -1006;
}
#cloud_7 {
	top: 3240px;
	left: 900px;
	z-index: -1007;
}
#cloud_8 {
	top: 3000px;
	left: 890px;
	z-index: -1008;
}

*/



.bubble{
	/*background: black;*/
	/*border: 1px solid navy;*/
	color: white;
	position:	absolute;
	width:		145px;
	height:		85px;
	left:		453px;
}

#creative_department_bubble{
	top:		2881px;
}
#board_room_bubble{
	top:		803px;
}
#news_room_bubble{
	top:		1463px;
}
#executive_suites_bubble{
	top:		2360px;
}
#mail_room_bubble{
	top:		3325px;
}
#featured_identities_bubble{
	top:		2005px;
}


#email_signup {
	width: 500px;
	height: 200px;
	background-color: #3B9094;
/*	position: fixed;
	top: 400px;
	left: 660px;
*/
	z-index: 1000;
}
#email_signup_inner {
	width: 460px;
	height: 160px;
	margin: 10px;
	background-color: white;
	padding: 10px;
}
#email_signup h1 {
	font-weight: 100;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 4px;
}
#signup_close {
	color: #3B9094;
	width: 20px;
	height: 30px;
	float: right;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	margin-top: 4px;
	margin-right: 4px;
	cursor: pointer;
}
#signup_close:hover {
	color: #3B9094;

}

#news_archive_pagination{
	width:507px;
	/*padding-left:200px;*/
}
#sharethis {
	line-height: 1em;
	float: right;
/*	padding-top: 5px;*/
	
}

#email_sign_up_button{
	cursor: pointer;
}

.blog_inline_img{
float:left;
margin-right:8px;

}