/* BLUE: #0000a1 
   GREY: #41404e
   active blue: #3db1c9
/*


/* Main Styles */

	body { background: #FFF; color: #41404e; padding: 0px; margin: 0px; font-family: Arial; font-size: 0.7em;}
	div,ul,blockquote,label,p { font-size: 1em; } 
	
	p,blockquote,ul,li,bl,ol { line-height: 150%; }
	
	a { color: #0000a1; text-decoration: none;  font-weight: bold;}
	a:visited { color: #0000a1; } 
	a:hover { color: #3db1c9; }  
	a.active { color: #3db1c9; }
	li.active a { color: #3db1c9; }
	li.active a:visited { color: #3db1c9; }
	a.glossary { color: #41404e; font-weight: normal; background: #F0F0F0; }


	h1,h2,h3 { margin-top: 0px; margin-bottom: 10px;}

	h1 { font-size: 20px; line-height: 30px; } 
	h2 { font-size: 18px; line-height: 30px; }
	h3 { font-size: 15px; line-height: 20px; } 

	label { font-weight: bold; } 

	form { margin: 0px; padding: 0px; } 

	.highlight { background: #FFFFCC; } 
	.lightblue { background: #CCD9E5; color: #3a3a3a;  }
	.pink { background: #EF5BA1; color: #FFF;  }
	.pink b { font-size: 15px; letter-spacing: -1px; } 
	.gray { color: #CCC; } 
	.gray a { color: #CCC; font-weight: bold; }
	.empty_list { padding: 10px; } 
	
	#siteName { font-size: 16px; text-align:left; padding-left: 10px; padding-top:5px; font-weight: bold; } 

/* Grid Layout System Styles */


	.column_1  { width: 90px; float: left;  }
	.column_2  { width: 180px; float: left;} 
	.column_3  { width: 270px;  float: left; } 
	.column_4  { width: 360px;  float: left; }
	.column_5  { width: 450px;  float: left; }
	.column_6  { width: 540px;  float: left; }
	.column_7  { width: 630px;  float: left; }
	.column_8  { width: 720px;  float: left; } 
	.column_9  { width: 810px; float: left;  } 
	.column_10 { width: 900px; float: left; } 
	.column_11 { width: 990px;  float: left; } 
	.column_12 { width: 1080px; float: left;  } 	
	
	.column_padding { padding: 10px; }
	.clearer { float: none; height: 0px; width: 100%; clear: both; }
	
	.right_align { text-align: right; } 
	.right_float { float: right; } 

/* Header Styles */ 


	#wrapper { width: 1080px;  margin-left: auto; margin-right: auto; padding: 0px 30px 0px 30px; }
	#logo { height: 200px; }
	#wide_logo { }


	#header { margin-bottom:10px; }

	#header #nav { height: 37px; margin: 0px; z-index:900; background: #FFF; position: relative; }
	#header #nav ul { border-bottom:5px solid #0000a1; padding:0px; padding-top:10px; width: 900px; list-style-type: none; margin: 0px; font-size: 1.1em; font-weight: bold; }
	#header #nav ul li { display: block;  float:left; }
	#header #nav ul li a { display: block; margin-right: 20px; margin-bottom:4px; } 
	#header #nav ul li#nav_search { float: none; text-align: right; } 
	#header #nav a#link2010 { color: #F00; font-size: 1.1em; font-weight: bold; margin:0px;display:inline;} 
	#header #nav form { padding: 0px; margin: 0px; }  
	#header #nav form input { border: 1px solid #CCC; width:258px; background:url("img/search-box-arrow.png") no-repeat 250px, 5px;}  

	#navigator { background: #FFF; border-bottom: 1px solid #0000a1; margin: 0px; padding: 10px 0px 10px 0px; top: -15px; position: relative; z-index: 800; }
	#navigator ul {  background: #FFF; padding: 0px; width: 900px; list-style-type: none; margin: 0px; }
	#navigator ul li { display: block; float: left; border-right: 1px solid #ccc; padding-right: 5px; margin-right: 5px; font-size:1em; font-weight: bold;} 
	#navigator ul li a { color: #0000A1; }
	#navigator ul li.active a,#navigator ul li a.active { color: #3db1c9; }
	#navigator ul li:last-child { border-right: 0px;}
	#navigator ul li.divider { border-right: 1px solid #0000A1; } 
	
	
/* Body Styles */

	#main { padding-bottom: 100px; min-height: 300px; float:right; margin-top: 0px; }	
	

/* Dashboard Styles */

	div#editform {}
	div#editform form {  } 
	

	
	h2.heading,h2.stack_header { border-bottom:1px solid #0000A1; margin-bottom:15px; }
	div.stack_footer { font-weight: bold; font-size: 1.4em; padding-top: 10px; }
	div.stack_footer a { vertical-align: middle; margin-right: 20px; }
	div.stack_footer a.stack_previous_link {}
	div.stack_footer a.stack_next_link { }
	div.stack_footer a.stack_page_active { font-size: 1.9em; vertical-align: middle; }
	div.stack_footer div.stack_pager { border-top: 1px solid #0000a1; }

	#member_info { background: #E3E3E3; border: 1px dashed #CCC; margin-bottom:20px;}
	#member_info b { font-size: 15px; margin-bottom: 5px; display: block;} 
	

/* Post Styles */

	.content_first { border-top: 0px; } 
	.content_even .content_body { background: #E3E3E3; } 


/* Comment Styles */

	#comments { margin-top:20px; } 

	.comment { margin-bottom:20px; margin-top:20px;} 
	.comment p.byline { }
	.comment p.byline span.author { font-weight: bold; }
	.comment span.remove_comment { float: right; }  
	.comment p {  line-height: 150%; font-size: 1.1em;.} 	


	
/* Login / Signup Styles */



	#login_join_form { width: 500px; margin: auto; padding: 20px; background: #FFF;  }
	#login_join_form label { display: inline-block; width: 175px; font-size: 18px; color: #666; font-weight: normal; text-align: right;  margin-right: 20px; }
	#login_join_form input { font-size: 18px; border: 1px solid #CCC;  padding: 5px; }  
	#login_join_form p.form_text { margin-left: 195px; }
	#login_join_form .info { border: 1px dashed #CCC; background: #E3E3E3; }


	#welcome_block { border-bottom: 1px solid #0000a1; margin-bottom:10px; padding-bottom:3em; padding-top:1em;}
	#welcome_message p { font-size: 1.8em; margin:0px; line-height: 1.4em;} 

	#welcome_block #pending_case_message {  border-bottom: 1px solid #0000a1;  list-style-type: none;  margin:0px;padding:0px; margin-top: -1em;margin-bottom:1em;}
	#welcome_block #pending_case_message li { padding-top: 10px; padding-bottom:10px; font-size: 1.1em;  }
	#welcome_block #pending_case_message li:first-child { padding-top: 0px;}
	#welcome_block .sidebar { margin-bottom:0px; } 

	#welcome_block #featured_case { margin-top: -6px; }




/* Sidebar Styles */ 
	
	.admin_sidebar { padding:5px; border-bottom: 1px solid #41404e;}
	.admin_sidebar li { font-size: 1.1em; line-height: 1.3em; }
	.admin_sidebar p.input input.text { width: 158px; }
	.admin_sidebar p.input select.text { width: 158px; }
	.admin_sidebar p.input textarea.text { width: 158px; height: 60px;}
	.admin_sidebar p.input label { color: #41404e; }
	.sidebar { margin-bottom: 50px; padding-left: 10px;font-size: 1em; } 
	.sidebar h3 { font-size:1.1em; line-height: 1.3em; font-weight: normal; margin:0px; padding:0px;}
	.sidebar ul { list-style-type: none; margin:0px; padding:0px;}
	.sidebar p { font-size: 1.1em; line-height: 1.3em; } 
	.sidebar ul li { padding-top:2px; padding-bottom:2px; font-size:1.1em; line-height: 1.3em; } 
	.sidebar ul li a { font-weight: bold; } 

	.sidebar ul li.last { text-decoration: underline; } 

	#featured_case { font-size: 1.1em; }
	#featured_case img { margin-bottom:5px; }

	#hdl_bug {  }	
	.error_message { background: #FFFF99; padding: 10px; font-weight: bold; }



.info { padding: 10px; background: #fff; font-weight: bold;  margin-bottom: 20px; border: 1px solid #0000a1; font-size:1.1em;  -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px; -webkit-box-shadow:  rgba(0,0,0,0.5) 0px 0px 5px;}
.announcement { padding: 10px; background: #fff;  margin-bottom: 20px; border: 1px solid #0000a1; font-size:1.1em;  -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px; -webkit-box-shadow:  rgba(0,0,0,0.5) 0px 0px 5px; margin-top:20px;}

	
	
	p.input { margin-top: 0px; padding-top: 0px; }
	p.input label { font-weight: bold;  padding-top: 3px; padding-bottom: 3px; text-transform:capitalize; }
	p.input input.text { width:508px; font-size: 16px; border:1px solid #CCC;padding:5px; display: block; font-family: Arial;} 
	p.input textarea.text { width:508px; height: 200px; border:1px solid #CCC;font-size: 16px; margin-top: 0px;padding:5px; display: block; font-family: Arial;}  
	p.input textarea.short { width:508px; height: 50px;border:1px solid #CCC; font-size: 16px; margin-top: 0px;padding:5px; display: block; font-family: Arial;}  
	p.input select.text { width: 508px; font-size: 16px; border: 1px solid #CCC; font-size:16px; font-family: Arial, serif; padding:5px;} 
	p.input input.date { width: 100px; }

	p.input input.error { border: 1px solid #F00; }
	p.input textarea.error { border: 1px solid #F00; }
	p.input label.error { color: #F00; }
	
	p.input span.required { color: #F00; font-weight: bold; } 

	p.no_padding { margin: 0px; padding: 0px; }

	p.fifty { width: 255px; float: left; margin-right: 10px; }
	p.fifty input.text { width: 243px; }
	p.last { margin-right: 0px; } 

	fieldset fieldset p.input input.text { width: 468px; }
	fieldset fieldset p.input textarea.text { width: 468px; }
	fieldset fieldset p.input textarea.short { width: 468px; }

	
#footer {  margin-top:20px; padding-top: 10px; margin-bottom: 40px; border-top: 5px solid #0000a1; }
#footer ul { list-style-type: none; margin:0px; padding: 0px; } 
#footer ul li { display: block; float:left; font-weight: bold; width:180px; font-size:1em;} 


.step h1 { font-size: 2.5em; }
.step h3 { font-size: 1.7em;  margin-bottom:15px;}
.step p,.step li, .step blockquote { font-size: 1.4em; font-family: "Georgia", serif; }
.step fieldset { font-family: Arial; }
.step fieldset p { font-size: 1.1em;  font-family: Arial; }
.step fieldset h3 { font-size: 1.3em; }

.submit_question .desc { color: #666; } 



#event_list { list-style-type: none; padding:0px; margin: 0px; margin-bottom:10px;}
#event_list .submit_timeline_date { color: #0000A1; width: 150px; padding:10px; float: left; display: block; font-size: 15px;}
#event_list .submit_timeline_description { color: #0000A1;  width: 540px; padding:10px; float: left; display: block; }
#event_list .submit_timeline_button { width: 100px; padding:10px; float: left; display:block; vertical-align: top;} 

.submit_timeline { border-top: 1px solid #0000A1; padding-top: 5px; padding-bottom:15px; }
.submit_timeline:hover { cursor: pointer; background: #eeedf8; }
.submit_timeline .dongle {display: none;}
.submit_timeline:hover .dongle { float: left; display: block; color: transparent; background: url("img/HDL-close-X.png") no-repeat 5px,5px #FDF4F4; border: 1px solid #D01C27; padding: 5px; width: 9px; height: 9px; border-right: 0px; margin-left: -21px;  }


.timeline_event_form { }
#event_list .timeline_event_form { background: #eeedf8; border-top:1px solid #0000a1; }
#event_list .timeline_event_form label { display: none; }
#event_list .timeline_event_form h3 { display: none; }


.submit_bignumber { width: 204px; float: left; padding:10px; border-left: 1px solid #0000a1; }
.submit_bignumber_noborder{  border-left: 0px; }
.submit_bignumber strong { font-size: 36px; margin-bottom:5px; display:block; font-family: arial, sans serif; }
.submit_bignumber span { font-family: arial, sans serif;  }
.submit_bignumber:hover {background: #eeedf8; cursor:pointer;}
.submit_bignumber .dongle {display: none;}
.submit_bignumber:hover .dongle { float: left; display: block; color: transparent; background: url("img/HDL-close-X.png") no-repeat 5px,5px #FDF4F4; border: 1px solid #D01C27; padding: 5px; width: 10px; height: 10px; border-right: 0px; margin-left: -31px;  font-weight: bold; text-align:center;}

#number_list { list-style-type: none; padding:0px; margin: 0px; margin-bottom: 10px; }
#number_list .number_form { width: 204px; float: left; padding:10px;background: #eeedf8; }
#number_list label { display: none; }
#number_list h3 { display: none; }
#number_list input { width: 192px; }
#number_list .submit_number_number input { font-size: 36px; } 
#number_list .submit_number_description { font-size: 1em; }
#number_list .submit_number_source { font-size: 1em; }

#number_list .submit_number_grouping input { width: 150px; }

#number_list .draghandle { width: 10px; height:100px; float: left; margin-right: 20px; background: #0000A1; }


#people_list { list-style-type: none; padding:0px; margin: 0px; margin-bottom:10px; }
#people_list .attached_people_form { background: #eeedf8; border-top:1px solid #0000a1; }
.submit_attached_people {color: #0000A1; border-top:1px solid #0000a1;  padding-top: 5px; padding-bottom:5px; }
#people_list .attached_people_org { display: block; float: left; width:280px; padding:10px;}
#people_list .attached_people_name { display: block; float: left; width:280px;padding:10px; margin-right:0px;}
#people_list .attached_people_role{ display: block; float: left; width:180px;padding:10px;}
#people_list .attached_people_button { display: block; float: left; width: 80px; padding:10px;}
#people_list input { width: 268px; }
#people_list .attached_people_role input { width: 168px;}
#people_list .attached_people_button input { width: auto; margin-top:0px;}

#people_list .attached_people_form label { display: none; }
#people_list .attached_people_form h3 { display: none; }

#people_list .draghandle { width: 10px; height:50px; float: left; margin-right: 20px; background: #0000A1; }

.submit_attached_people:hover {background: #eeedf8; cursor: pointer;}
.submit_attached_people .dongle {display: none;}
.submit_attached_people:hover .dongle { float: left; display: block; color: transparent; background: url("img/HDL-close-X.png") no-repeat 5px,5px #FDF4F4; border: 1px solid #D01C27; padding: 5px; width: 10px; height: 10px; border-right: 0px; margin-left: -21px; font-weight: bold; text-align:center;}


.number_form h3, .timeline_event_form h3 { border-bottom: 1px solid #0000A1;}

#file_list {  list-style-type: none; margin:0px; padding:0px;}

#file_uploading { font-size: 1.1em; font-weight: bold; text-align: center;  color: #0000a1;}

.submit_attached_file { float: left; width: 140px; padding: 5px; border: 1px solid #0000a1;  -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px; -webkit-box-shadow:  rgba(0,0,0,0.5) 0px 0px 5px; margin:10px; margin-left:0px; margin-right:20px;  }
.submit_attached_file:hover {background: #eeedf8;  cursor: pointer;}
.submit_attached_file .text { overflow: hidden; font-family: arial, sans serif; }
.submit_attached_file .dongle {display: none;}
.submit_attached_file:hover .dongle { float: left; display: block; color: transparent; background: url("img/HDL-close-X.png") no-repeat 5px,5px #FDF4F4; border: 1px solid #D01C27; padding: 5px; width: 10px; height: 10px; border-right: 0px; margin-left: -26px;  text-align:center;}
.submit_attached_file textarea { width: 130px; margin-top:10px; }

.file_list_sortable {  } 
.file_list_sortable .submit_attached_file { float:none; width: auto; -moz-box-shadow: none; -webkit-box-shadow: none; margin: 0px;  border:0px; border-bottom:1px solid #0000a1;}
.file_list_sortable .submit_attached_file img.thumbnail { float: left; margin-right: 20px; }
.file_list_sortable .submit_attached_file .text { float: left; width: 140px; margin-right: 20px; }
.file_list_sortable .submit_attached_file .file_caption { float: left; }
.file_list_sortable .submit_attached_file .file_caption_edit { float: left;  }
.file_list_sortable .submit_attached_file .draghandle { width: 10px; height:100px; float: left; margin-right: 20px; background: #0000A1; }
.file_list_sortable .submit_attached_file textarea { width: 300px; height: 100px;}

.image_placeholder { border: 1px solid #CCC; height: 30px; }



.blog_post { border-bottom: 1px solid #0000a1; padding-bottom:40px; margin-bottom:10px; }
.blog_post:last-child { border-bottom: 0px; }
.content_last { border-bottom: 0px; } 

.blog_post .blog_category { font-size: 1.5em; font-style: italic; display: block;}
.blog_post .blog_title { font-size: 3.2em;  margin:0px; display: block; font-weight: bold; }
.blog_post p,.blog_post li, .blog_post blockquote { font-size: 1.5em; font-family: "Georgia", serif;} 
.blog_post blockquote { border-left: 1px solid #0000A1; padding-left: 15px; margin-left: 0px; color: #7e7e86;}
.blog_post blockquote p, .blog_post ul { font-size: 1em; } 
.blog_post img { border: 0px; }
 
.blog_byline img { margin-top:2px;}
 .blog_byline { font-size: 1.1em; line-height: 1.3em; font-family: Arial; }
 .blog_tags { font-size: 1.1em; line-height: 1.3em;  font-family: Arial; line-height:0.7em; }
 .blog_tags a { display: block; }
.blog_post .blog_comments { font-size: 1.5em; font-weight: bold; font-family: Arial; margin-top:0px;}
.blog_post .blog_byline img { float: left; margin-right:15px; }

.blog_post .img_full { display: block; margin-bottom:15px;}
.blog_post .img_left{ width: 200px; float: left; margin-right:15px;margin-bottom:30px; }
.blog_post .img_right{ width: 200px; float: right; margin-left: 15px;margin-bottom:30px; }
.blog_post .caption { font-size: 0.7em; font-style: italic; width: 75%; display:block; line-height:18px; margin-top: 5px; font-family: Arial;}


#category_output .blog_post .blog_category { display: none; }

#profile_output h2 {border-bottom:1px solid #0000A1;  margin-bottom:0px; margin-top:-5px; padding-bottom:10px; font-weight: normal; }
#category_output h2 {  border-bottom:1px solid #0000A1; margin-bottom:15px;  margin-top:-5px; padding-bottom:10px; }
#tag_output h2 {  border-bottom:1px solid #0000A1; margin-bottom:15px;  margin-top:-5px; padding-bottom:10px; }
#search_results h2 { border-bottom:1px solid #0000a1; margin-bottom:15px;  margin-top:-5px; padding-bottom:10px; font-weight: normal; } 
h2#case_studies_header {  border-bottom:1px solid #0000A1; margin-bottom:15px;  margin-top:-5px; padding-bottom:10px; }


#case_studies p { font-family: "Georgia"; }

h1.page {border-bottom:1px solid #0000A1; margin-bottom:15px; margin-top:0px; padding-bottom:10px; }


#tag_output h2 { font-weight: normal; }

#blog_output .blog_title a { color: #41404e; }


#author_profile {border-bottom:1px solid #0000A1; margin-bottom:15px; padding-bottom:10px;}
#author_profile img { float: left; }
#author_profile .author_about { margin-left: 160px; font-size:1.1em; line-height: 1.3em; }

.case_output .img_full { display: block; }
.case_output .img_left{ width: 200px; float: left; margin-right:15px; }
.case_output .img_right{ width: 200px; float: right; margin-left: 15px; }

.case_output .img_left img { margin-top: 5px; }
.case_output .img_right. img { margin-top: 5px; }


.static_page .img_full { display: block; }
.static_page .img_left{ width: 200px; float: left; margin-right:15px; }
.static_page .img_right{ width: 200px; float: right; margin-left: 15px; }

.static_page p,.static_page li, .static_page blockquote { font-size: 1.5em; font-family: "Georgia", serif;}
.static_page blockquote p { font-size: 1em; }
.static_page blockquote p:first-child { font-size: 1em; }
.static_page .caption { font-size: 0.7em; font-style: italic; width: 75%; display:block; line-height:18px; margin-top: 5px; font-family: Arial;}



#raw_data p { font-size: 1.1em; line-height: 1.3em; }


input.file { display: block; margin-left:70px;}

.blog_admin { padding: 10px; font-size: 1.1em; line-height: 1.3em; } 

.edittool { padding: 10px; font-size: 1.1em; line-height: 1.3em; } 

#floating_logo { position: relative; top:300px; z-index:5;}


.format_file { border-bottom:1px dashed #CCC; padding-bottom:5px; margin-bottom:5px;}
.format_file a.thumbnail { float: left; margin-right: 15px; display:block; width:50px;}

.format_file input { display: block; width: 300px;}
.format_file textarea { display: block; width: 300px;}

.format_file label { font-size: 12px; }
.format_file p { margin:0px;margin-left: 65px;}
.format_file .code_snip { font-family: courier; margin-left: 65px; }

p.fileinput { padding: 5px; }
p.fileinput label { display: block; }
p.fileinput img { float: left; padding: 9px; margin-right: 15px; }

.format_file,.format_event,.format_person,.format_bignumber { margin:5px; padding: 5px; border-bottom: 1px dashed #CCC; }
.format_file:last-child,.format_event:last-child,.format_person:last-child,.format_bignumber:last-child { border-bottom:0px; margin-bottom:0px; }

fieldset { margin:0px; padding:0px; border: 0px; margin-bottom:20px; } 

fieldset fieldset { margin-bottom:20px; border: 1px solid #CCC; padding: 0px;} 

fieldset fieldset legend { font-weight: bold; margin-left: 10px; font-size: 14px; margin-bottom:0px; } 
.subform { background: #ecece9; padding: 10px; } 
.subform input { border: 2px solid #CCC; margin-right: 15px;  }

.floatright{ float: right; }

.case_queue { padding: 10px; border-bottom:1px dashed #CCC; font-size: 1.1em; line-height: 1.3em; } 
.case_queue:last-child { padding: 10px; border-bottom:0px;} 


#node_logo {  border-bottom: 5px solid #0000A1; font-size: 80px; color: #0000A1; margin-bottom: 15px; position:relative;} 
#node_logo #node { position: absolute; top:0px; left: 0px; z-index:0; }
#node_logo #letters { position: absolute; top: 0px; left: 0px; z-index: 1;} 


h1#case_study_title { font-size: 16px; color: #0000A1; line-height: 100%; text-transform:uppercase; text-align: center;}
h2#case_study_teaser { font-size: 1.7em; color: #0000A1; line-height: 100%; font-weight: normal; font-family: Georgia, serif; text-align: center; }
h2#case_study_tagline { font-size: 1.7em; line-height: 125%; font-weight: normal; margin-top:0.5em; margin-bottom:0.5em;}


#case_big_numbers .big_number strong { font-size: 3.6em; display:block; } 
#case_big_numbers .big_number .description { font-size:1.1em; line-height: 1.3em; }
#case_big_numbers .big_number .source { font-size: 1.1em; line-height: 1.3em; }

#timeline { width: 100%; height: 200px; z-index:1; }
.timeline-event-bubble-title { display: none; }


.case_file { float: left; width: 140px; padding: 10px; border: 1px solid #0000a1; height: 200px; overflow: hidden; -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px; -webkit-box-shadow:  rgba(0,0,0,0.5) 0px 0px 5px; margin:10px; margin-left: 0px; margin-right: 15px; }
.case_file .extension { font-size: 3em; font-weight: bold; color: #0000a1; display: block;}
.case_file .filename { font-size: 1.4em; color: #1b1c62; display: block; }
.case_file .description { font-size: 1.1em; line-height: 1.3em; } 
.case_file .top { height: 140px; overflow: hidden; }
.case_file:hover { cursor: pointer; }


#photo_gallery { border-bottom: 1px solid #0000a1; margin-top: 60px; position:relative; }
.gallery_photo { margin-bottom:15px; position:absolute; top: 1px; left: 1px;}

div.gallery_nav { margin-bottom:15px; }
div.gallery_nav .dots { margin-top: 10px; margin-bottom:10px; } 
div.gallery_nav .dots a { width:13px; height:13px; background: url("img/gallery_inactive.png"); display: block; float: left; margin-right:5px;}
div.gallery_nav .dots a.gallery_active { width:13px; height:13px; background: url("img/gallery_active.png"); }
div.gallery_nav .caption { font-size: 1.1em; line-height: 1.3em;  width: 50%;} 
#ajax_login_join h3 { margin-bottom: 0px; }
#ajax_login_join p.instructions { font-weight: bold; margin-top:0px;} 

#ajax_login_join_error { background: #FFFF99; padding: 10px; margin-bottom:15px; } 


.case_short { border-bottom: 1px solid #0000A1; padding-bottom: 30px; margin-bottom:10px; }
.case_short h3 { margin-left: 230px; font-size: 1.6em; }
.case_short p { margin-left: 230px; font-size: 1.1em; line-height: 1.3em;  }

.case_short img { float: left; }


#add_comment fieldset { border: 1px solid #0000a1; padding:10px; } 

#case_form fieldset { border: 1px solid #0000a1; padding:10px; } 
#case_form h1.submit_header { font-weight: normal; font-size:20px;}
#case_body p:first-child { font-size: 1.7em; line-height: 1.5em; width:100%; font-family: Georgia, serif;}
#case_body p,#case_body li { width: 540px; font-size:1.4em; font-family: "Georgia", serif; }
#case_body .case_byline { font-size: 1.2em; font-family:arial; } 
#case_body .caption { font-size: 0.7em; font-style: italic; width: 75%; display:block; line-height:18px; margin-top: 5px; font-family: Arial;}
/* #case_body blockquote { width:540px;  border-left: 1px solid #0000A1; padding-left: 15px; margin-left: 0px; font-size: 1.4em; color: #7e7e86;  font-family: "Georgia", serif;} */
/*brb edits*/#case_body blockquote { width:540px; padding-left: 90px; margin-left: 0px; font-size: 1.4em; color: #7e7e86;  font-family: "Georgia", serif;}
#case_body blockquote p { font-size: 1em; }
#case_body blockquote p:first-child { font-size: 1em; }

#case_body .img_left .caption { width: 100%; }
#case_body .img_right .caption { width: 100%; }

img#stakeholders_chart { margin-bottom:15px; } 
.case_sidebar { margin-bottom: 50px; }
.case_sidebar ul { list-style-type: none; margin: 0px; padding:0px; font-size: 1.4em; font-weight: bold; }
.case_sidebar label { display: block; font-weight: bold; font-style: italic;  } 
.case_sidebar p { font-size: 1.1em; line-height: 1.3em;  } 

.project_cost_val { color: #CCC; display: block; }
.project_cost_active { color: #41404E; font-weight: bold; }

h3.case_section { color: #41404e; font-size: 1.4em; }


.case_attached_people { font-size: 1.1em; line-height: 1.3em;  }



#question_admin .stack_rows .question_short { padding: 10px; }

.button {  font-family: Arial; background: #0000a1; border: 1px solid #0000a1; color: #fff; -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px; -webkit-box-shadow:  rgba(0,0,0,0.5) 0px 0px 5px; margin:5px; margin-left:0px; padding:10px; font-weight: bold; font-size:14px; cursor: pointer;}
.button:visited { color: #FFF; } 
.littlebutton {  font-family: Arial; background: #0000a1; border: 1px solid #0000a1; color: #fff; -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px; -webkit-box-shadow:  rgba(0,0,0,0.5) 0px 0px 5px; margin:5px; margin-left:0px; padding:5px; font-weight: bold; font-size:14px; cursor: pointer;}
.littlebutton:visited { color: #FFF; }
.confirmbutton {  font-family: Arial; background: #41404e; border: 1px solid #0000a1; color: #fff; -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px; -webkit-box-shadow:  rgba(0,0,0,0.5) 0px 0px 5px; margin:5px; margin-left:0px; padding:5px; font-weight: bold; font-size:14px; cursor: pointer;}
.confirmbutton:visited { color: #FFF; }

.button:hover { background: #3db1c9; border:1px solid #3db1c9;}
.littlebutton:hover { background: #3db1c9; border:1px solid #3db1c9; }



#preview_message {  border-bottom:1px solid #0000a1; margin-bottom:15px;}
#preview_message p {font-size: 22px; color: #F00; }

.blue_line { background: #0000A1; height: 1px; margin-bottom:10px; margin-top:10px; }
.fat_blue { background: url("img/fat_blue.png") no-repeat;  height:5px; margin-top: 10px; margin-bottom: 10px;}
.fat_blue_center { background: url("img/fat_blue.png") center no-repeat; height:5px;margin-top:10px; margin-bottom:10px; }

.thin_blue { background: url("img/thin_blue.png") no-repeat;  height:1px; margin-top: 10px; margin-bottom: 10px;}
.thin_blue_center { background: url("img/thin_blue.png") center no-repeat; height:1px;margin-top:10px; margin-bottom:10px; }


.fat_gray { background: url("img/fat_gray.png") no-repeat;  height:5px; margin-top: 10px; margin-bottom: 10px;}
.fat_gray_center { background: url("img/fat_gray.png") center no-repeat; height:5px;margin-top:10px; margin-bottom:10px; }

.thin_gray { background: url("img/thin_gray.png") no-repeat;  height:1px; margin-top: 10px; margin-bottom: 10px;}
.thin_gray_center { background: url("img/thin_gray.png") center no-repeat; height:1px;margin-top:10px; margin-bottom:10px; }

.timeline-band-0 .timeline-ether-bg { background: #fff; } 
.timeline-band-1 .timeline-ether-bg { background: #eeedf8; } 
.timeline-band-0 .timeline-date-label { display: none; } 
.timeline-date-label-em { color: #41404e; font-size: 11px; }
.timeline-date-label { color: #41404e; font-size: 11px; }

.timeline-band-0 .timeline-ether-lines { color: #41404e; } 
.timeline-event-label { font-size: 11px; padding-top: 5px; } 

.timeline-ether-lines { border-color: #41404e; border-style: dotted; }


.search_result { border-bottom: 1px solid #0000A1;  padding-bottom:25px; margin-bottom:10px; }w
.search_result h3 { font-family: Arial, sans serif; margin-bottom:0px; font-size: 1.7em;}
.search_result p { font-family: "Georgia",serif; font-size:1.4em; margin-top:0px; }
.search_result_case h3, .search_result_page h3, .search_result_dossier h3 { font-size: 1.7em;  }

.search_result_last { border-bottom: 0px; } 

.search_result_case .result { margin-left:315px; }
.search_result_blog .result { margin-left: 165px; } 
.search_result_page .result { margin-left: 315px; } 
.search_result_dossier .result { margin-left: 315px; } 

.search_result img { float: left;}

.search_result span.read_more { font-family: arial; } 
.search_result_person { width: 150px; margin-right: 15px; float: left;  } 
.search_result_person img { margin-bottom:5px;}
.search_result_person p a { font-family: arial; font-weight: normal; }

#ZoomBox { padding: 15px; border: 1px solid #0000a1; background: #FFF; }
#ZoomCaption { font-size: 1.1em; line-height: 1.3em;  margin-top: 15px;  width: 400px; }

#question_admin ul { list-style-type: none; margin:0px; padding:0px;}
#question_admin ul li { padding:10px; border-bottom:1px solid #eeedf8;}
#question_admin ul li:last-child { border-bottom:0px; } 

div.glossary_short { border-bottom:1px solid #eeedf8; margin-bottom:10px; }
div.glossary_short:last-child { border-bottom:0px; }

#fourohfour { font-size: 3em; color: #F00; border-bottom: 1px solid #0000a1; padding-bottom:20px; margin-bottom:20px;}


#case_studies_poster_intro p { font-size:1.8em; line-height:1.4em; margin:0px;}

#case_studies_poster { position:relative; height:1700px; z-index:0;}
#case_studies_poster .case_study { text-align: center; }
#case_studies_poster .case_study a { display: block; text-align: center; text-decoration: none; }
#case_studies_poster .case_study a:hover { color: #0000a1; }

#case_studies_poster .case_study .title { font-weight: bold; font-size: 3em; border-top: 5px solid #0000a1; width:270px; display:block; margin-left:auto; margin-right:auto; }
#case_studies_poster .fat_blue { background-position: center; }
#case_studies_poster .fat_gray { background-position: center; }

#case_studies_poster .case_study .tagline { font-size: 2em; font-weight: normal; font-family: georgia; width:270px; display: block; margin-left:auto; margin-right:auto;}
#case_studies_poster #first_case { position: absolute; top: 200px; left:0px; width:360px; }
#case_studies_poster #second_case { position: absolute; top: 500px; left:350px; width: 540px;}
#case_studies_poster #third_case { position: absolute; top: 900px; left:-90px; width: 450px;}
#case_studies_poster #coming_soon { position: absolute; top: 1400px; left:320px; width: 580px; visibility: hidden; }

#case_studies_poster #coming_soon .title {  border-top: 5px solid #41404e; visibility: hidden; }
#case_studies_poster #coming_soon .coming_soon { font-weight:bold; font-family:arial; font-size: 1em; visibility: hidden; }

#case_studies_poster #coming_soon a { float: left; width: 270px; margin-left:20px; color: #41404e; visibility: hidden; }
#case_studies_poster #coming_soon a:hover {  color: #41404e; visibility: hidden; }

#case_studies_poster #first_case .circle { width:360px; height:360px; display:block; background: url("img/casedots/rcadot.png"); margin-bottom:20px; }
#case_studies_poster #second_case .circle { width:540px; height:540px; display:block; background: url("img/casedots/elementaldot.png"); margin-bottom:20px;}
#case_studies_poster #third_case .circle { width:450px; height:450px; display:block;  background: url("img/casedots/dddot.png"); margin-bottom:20px;}
#case_studies_poster #coming_soon .circle { width: 270px; height: 270px; display: block; background: url("img/casedots/comingsoon.png"); margin-bottom:20px;  visibility: hidden; }


/* New case study styles for 2012 */

	.case_study {
		position: relative;
		height: 280px;
		width: 680px;
	}

	.case_study p {
		font-size: 20px;
		width: 300px;
		float: left;
		font-family: "Georgia", serif;
	}
	
	.case_study .inset { 
		background: #FFF;
		width: 340px;
		position: absolute;
		top: 0;
		right: 0;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	}

	.case_study .inset h2 {
		text-align: center;
		text-transform: uppercase;
		font-size: 30px;
		padding:15px;
		width: 300px; 
		margin:0 auto;
	} 

	.case_study .inset h3 {
		background: url("img/fat_blue.png") no-repeat top center;
		text-align: center;
		font-size: 18px;
		padding: 15px;
		width: 300px; 
		margin:0 auto;
		display:none;

	} 
	.case_study .inset h3 a {
		font-weight: normal;
		font-family: "Georgia", serif;

	}

	.case_study .inset .carousel {
		width: 100%;
		height: 300px;
		overflow: hidden;	
		display:block;
	}

	.case_study .inset .carousel ul {
		list-style-type:none;
		margin:0;
		padding:0;

		width: 100%;
		height: 300px;

		overflow: hidden;	
		position:relative;
	}
	
	.inset.active { 
	
		box-shadow: 0px 0px 10px rgba(0,0,0,0.5);

	}
	.case_study_two .inset.active,
	.case_study_four .inset.active
	 { 
		z-index: 5;
	}

	.inset.active h3 { 
		display: block;
	}

	.case_study .inset .carousel ul li {
		position: absolute;
		top: 0;
		left:0;
		width: 100%;
		height: 300px;
		background-position: top center;
	}
	
	.case_study_one .inset {
		z-index:2;
	}	
	.case_study_two {
		width: 700px;
		margin-left: 100px;
	}
	.case_study_two p {
		float: right;
		margin-top: 90px;
		width: 320px;
	}

	.case_study_two .inset {
		left: 0;
		z-index:1;
	}

	.case_study_three {
		margin-left: 180px;
		margin-bottom:50px;
	}
	.case_study_three .inset {
		z-index:2;
	}	
	.case_study_three p {
		margin-top: 130px;
	}
	.case_study_four {
		margin-left: 100px;
		margin-bottom:150px;
	}
	.case_study_four p {
		margin-top: 20px;
	}

	#case_studies_poster_intro {
		margin-bottom:50px;
	}
	
	.case_study_footer {
	
		float: left;
		width: 200px;
		margin-right: 30px;
	}
















#dossiers_sortlink {
	text-align: right;
}

/*
#case_studies_poster #first_case a:hover .circle {  background: #3db1c9; }
#case_studies_poster #second_case a:hover .circle { background: #3db1c9; }
#case_studies_poster #third_case a:hover .circle { background: #3db1c9;}
*/

/* Here is where we can set up special styles for different types of blog post. */

.blog_interview 	{ }
.blog_quote 		{ }
.blog_weeknote 		{ }

.sortarrows { float: left; margin-right: 15px; }

.last { margin-right: 0px; }

.adminedit a { font-size: 10px; color: red;}

a.tag { text-transform: capitalize;}


/* dossiers */

.box {font-size: 1.1em }
.box .dossier_short { text-align: center; margin-bottom:20px; }
.box .dossier_short img { border:1px solid #3db1c9; padding:1px; margin:8px;}

.box .dossier_public { text-align: center; margin-bottom:20px; }
.box .dossier_public img {  padding:2px; margin:8px; }


ul#dossier_post_tabs { list-style-type: none; margin:0px; padding:0px;}
ul#dossier_post_tabs li {display: block; float: left; margin-right: 10px; } 
ul#dossier_post_tabs li.active a { font-weight: bold; background:#FFF; }
ul#dossier_post_tabs li.inactive a { font-weight: normal; background:transparent; }
ul#dossier_post_tabs li a { background: #FFF; font-weight: bold;  display:block; padding:10px; }
#editor { background: #fff;  padding:10px;  } 

#dossier_poster { margin-bottom:20px; padding:10px; width:600px; background: #F0F0F0;} 

.dossier_leaf_permalink .img_full { display: block; }
.dossier_leaf_permalink .img_left{ width: 200px; float: left; margin-right:15px; }
.dossier_leaf_permalink .img_right{ width: 200px; float: right; margin-left: 15px; }

.d_edit_close {
  position: absolute;
	top: 0;
	right: 10px;
}

.d_edit_imagebox {
	background: #fff;
  position: absolute;
	border: 1px solid #000;
	width: 538px;
	height: 500px;
	overflow: scroll;
	display: block;
	z-index: 100;
}

.d_edit_imagebox ul {
	list-style: none;	
}

.d_edit_imagebox li {
	
}

.d_edit_imagebox li img {
	border: 1px solid #000;
	cursor: pointer;
}

.d_edit_embedbox {
  background: #fff;
  position: absolute;
  border: 1px solid #000;
  width: 538px;
  height: 500px;
  overflow: scroll;
  display: block;
  z-index: 100;
  list-style: none;
}

.d_edit_embedbox li {
  
}

.d_edit_embedbox li img {
  border: 1px solid #000;
  cursor: pointer;
}

ul#dossier_leaf_list { list-style-type: none; margin:0px; padding:0px; border:1px solid #CCC;; }
li.dossier_leaf_list { padding:10px; border-bottom:1px solid #ccc; } 
li.dossier_leaf_list img { float: left; margin-right: 10px; }
li.dossier_leaf_list strong { float: left; font-size: larger; margin-right: 10px; }

ul#masonry { list-style-type: none; margin:0px; padding:0px; } 

.box { float: left; width: 148px; border:1px solid #FFF; z-index:1; overflow: hidden;}
.box_column_1 { width: 148px; }
.box_column_2 { width: 298px; }
.box_column_3 { width: 448px; }
.box_column_4 { width: 598px; }
.box_column_5 { width: 748px; }
.box_column_6 { width: 898px; }

.box p, .box h1,.box h2,.box h3,.box h4,.box li { margin-left:10px; margin-right:10px; } 
.box li { margin-left:10px; margin-right:10px; margin-top:11px; margin-bottom:11px;} 

p.box_column_1 { width: 128px; }

.box img,.box object { padding:10px; } 
.box embed { margin-top:10px;}
.box .caption p { margin-top:0px; font-style: italic; }
.box a.readmore { text-transform:uppercase; font-size:9px; font-weight:normal; color: #333; } 
.box .downloader { text-align:left;}

/* BIG NUMBERS */
.box .bignumber { text-align: center; font-size: 70px; line-height: 70px; padding:20px; padding-top:25px;} 
.box_column_1 .bignumber { text-align: center; font-size: 30px; line-height: 30px; padding:10px; padding-top:15px;} 
.box_column_2 .bignumber { text-align: center; font-size: 50px; line-height: 50px; padding:10px; padding-top:15px;} 

/* TEXT */
.box h1 { font-size: 24px; line-height: 26px; margin-top: 10px; }
.box h2 { font-size: 18px; line-height: 20px; margin-top: 10px; }
.box h3 { font-size: 15px; line-height: 17px; margin-top: 10px; }
.box h4 { font-size: 15px; line-height: 17px; margin-top: 10px; font-weight: normal; }

/* QUOTE */
.quote_10 { font-size: 24px; line-height: 26px; margin: 10px 0px 0px 0px;}
.quote_20 { font-size: 18px; line-height: 20px; }
.quote_30 { font-size: 15px; line-height: 17px; }
.quote_40 { font-size: 13px; line-height: 15px; }
.quote_long { font-size: 11px; line-height: 13px; }
.quote_caption { font-size: 10px; line-height: 11px; }


a.next { float: right; }
a.previous { float: left; } 

#dossier_timeline {  margin-bottom:20px; margin-top: 10px; } 
#dossier_timeline .clearer { margin-bottom: 10px; }
.popup_date { display:block; padding: 3px; text-align: center; color: #FFF; background: #0000a1; }

ul#sorter { list-style-type:none; width:160px; margin:0px; padding:0px; background: #F0F0F0; padding:5px; position: absolute; top: 0px; left: -180px;  -moz-box-shadow: rgba(0,0,0,0.7) 0px 0px 5px; -webkit-box-shadow:  rgba(0,0,0,0.7) 0px 0px 5px; z-index:1000000; cursor: move; }
ul#sorter li { display:block; border-bottom: 1px solid #CCC; background: #FFF; }
ul#sorter li .controls { display: none; padding:3px; }

ul#sorter li:hover .controls { display: block; }
ul#sorter li img { float: left; margin-right: 5px; width:15px; } 

ul#sorter li span {  
	display:block;
	width: 115px;
	float: left; 
	margin-right: 3px;
}

ul#sorter h2 { margin:0px; padding:0px; font-size: 12px;}

ul#sorter li.unpublished { background: #FFFFCC; }


.eye { float: left; }
.colorpicker { padding:3px; float:left;}
.box_size { float: left;  border: 1px solid #000; } 

.colorpicker a { display: block; float: left; margin-right: 2px;  width:7px; height:7px;  border:1px solid #ccc;}
.colorpicker a.active_color { border:1px solid #000;}
.color_1 { background: #ffffff; }
.color_2 { background: #fdd5d0 ; }
.color_3 { background: #feeae7; }
.color_4 { background: #fef4f3; }
.color_5 { background: #eeeeee; }
.color_6 { background: #ebf9fb; }
.color_7 { background: #d6f2f7; }
.color_8 { background: #a5e3ec; }

/*
beige to blue
.color_1 { background: #ffffff; }
.color_2 { background: #ECEFF3 ; }
.color_3 { background: #E3E9F0; }
.color_4 { background: #DBE1E7; }
.color_5 { background: #AFC5E6; }
.color_6 { background: #EDEADE; }
.color_7 { background: #E8E3D5; }
.color_8 { background: #DED5BB; }
*/

/*
.color_1 { background: #ffffff; }
.color_2 { background: #E4EBF5; }
.color_3 { background: #DDE1E5; }
.color_4 { background: #DADCDC; }
.color_5 { background: #D7D7D4; }
.color_6 { background: #D3D2CC; }
.color_7 { background: #D0CDC4; }
.color_8 { background: #C9C3B3; }
*/
/*
Blues
.color_2 { background: #f2f3f8; }
.color_3 { background: #e7e7f2; }
.color_4 { background: #c3c3df; }
.color_5 { background: #B2BBDF; }
.color_6 { background: #9FC2E6; }
.color_7 { background: #88C8EE; }
.color_8 { background: #6db4f6; }
*/

#dossier_navigator { margin-top: -16px; margin-bottom:15px; z-index:2; height: 29px; }
#dossier_navigator ul {  list-style-type: none; margin: 0px; padding: 0px; clear:both;border-bottom: 1px solid #0000a1; width: 900px; padding-bottom:5px; padding-top: 5px;  background: #fff; z-index:2; position: fixed; }
#dossier_navigator ul li { display: block; float: left; border-right: 1px solid #ccc; padding-right: 5px; margin-right: 5px; font-size:1em; font-weight: bold; } 
#dossier_navigator ul li a { color: #0000A1; }
#dossier_navigator ul li.active a { color: #3db1c9; }
#dossier_navigator ul li:last-child { border-right: 0px;}

#dossier_body .column p { margin-right: 10px; } 
#dossier_body .last p { margin-right:0px; } 

li.box_invisible { display: none; }
li.sort_box_invisible { color: #CCC; } 

.box a.zoombox { display: block; padding:10px; text-align: right; position:relative;}
.box a.zoombox img { padding:0px;}
.box a.zoombox span.zoom_icon { position:absolute; bottom: 6px; right: 6px; height:13px; width:13px; background:url("img/zoom.png") no-repeat; }
.box a.zoombox:hover span.zoom_icon {  background:url("img/zoom_hover.png") no-repeat; }



.dossier_leaf_permalink .blog_category { font-size: 1.5em; font-style: italic; display: block;}
.dossier_leaf_permalink .blog_title { font-size: 3.2em;  margin:0px; display: block; font-weight: bold; }
.dossier_leaf_permalink p,.dossier_leaf_permalink li, .dossier_leaf_permalink blockquote { font-size: 1.5em; font-family: "Georgia", serif;} 
.dossier_leaf_permalink li { margin-bottom: 1em }
.dossier_leaf_permalink blockquote { border-left: 1px solid #0000A1; padding-left: 15px; margin-left: 0px; color: #7e7e86;}
.dossier_leaf_permalink blockquote p, .blog_post ul { font-size: 1em; } 
.dossier_leaf_permalink img { border: 0px; }
.dossier_leaf_permalink .caption { font-size: 0.7em; font-style: italic; width: 75%; display:block; line-height:18px; margin-top: 5px; font-family: Arial;}


.hovering { border:1px solid #000; } 

#dossier_thumbnail { margin-top: 0px;  padding-left: 10px;font-size: 1em;}
#dossier_thumbnail a  {  display:block; text-align: center; overflow:hidden;}
#dossier_thumbnail a span {  display:block; color: #FFF; background: #0000a1; padding:3px; z-index:3; position:relative; top:0px;} 
#dossier_thumbnail a img { position:relative;  z-index:1; }
.hidden_dossier { display: block; position:relative; top: -132px; right: -89px; height:63px; width:53px; background:url("img/shy.png") no-repeat; z-index: 1;}

.fb_edge_widget_with_comment {
	margin-top: 15px;
}

#tag_cloud_sidebar {
	width: 60%;
	line-height: 2.3em;
}

#tag_cloud_sidebar a {
  font-size: 1.3em;
}	

.hdlbook p {
	font-size: 1.5em;
	font-family: "Georgia", serif;
}

.hdlbook blockquote {
	font-style: italic;
	font-size: 1.5em;
	font-family: "Georgia", serif;	
	margin-left: 0px;
	padding-left: 20px;
	text-indent: -0.4em;
}

.hdlbook blockquote:before {
    content: "“";
}
 
.hdlbook blockquote:after {
    content: "”";
}

.hdlbook .author {
	font-size: 1.2em;
	font-family: "Georgia", serif;
	padding-left: 20px;
}

.hdlbook .caption {
	font-size: 1.1em;
	display:block;
	line-height:18px;
	margin-top: 5px;
	font-family: Arial;
	padding-right: 20px;
}

.hdlbook .youtell {
	font-size: 1.1em;
	display:block;
	line-height:18px;
	margin-top: 5px;
	font-family: Arial;
	padding-left: 20px;
	font-style: italic;	
}

.hdlbook .button {
	font-family: Arial;
	background: #0000a1;
	font-weight: bold;
	font-size: 2.0em;
	text-align: center;
	width: 140px;
	border: 1px solid #0000a1;
	color: #fff;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
	-webkit-box-shadow:  rgba(0,0,0,0.5) 0px 0px 5px;
	margin: 18px 5px 30px 0px;
	padding:10px;
	cursor: pointer;
}
.hdlbook .button:hover { background: #3db1c9; border:1px solid #3db1c9;}

.hdlbook .button a, .hdlbook .button a:hover {
	color: white;
	text-decoration: none;
}

.dividertitle {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #0000a1;
}

.cafelist {
	list-type: decimal-leading-zero;
	font-size: 1.1em;
	display:block;
	line-height:18px;
	margin-top: 5px;
	font-family: Arial;
}

#bookdownloadbutton {
	display: block;
	margin: 40px 0px 30px 30px;
	height: 111px;
	width: 111px;
	background: url('img/downloadbutton.jpg') bottom;
	text-indent: -99999px;
}

#bookdownloadbutton:hover {
	background-position: 0 0;
}


/* styles for low2no style dossier homepage */

#dossiers_intro p { font-size:1.8em; line-height:1.4em; margin:0px;
	margin-bottom:20px;
}

.featured_dossier {
  margin-top: 70px;
}

.featured_post {
  width: 500px;
  padding: 0px;
  margin: 0px;
  color: #50498c;
  font-size: 12px;
  float: left;
}

.featured_post h2 {
  font-size: 26px;
  font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.featured_post .meta {
  font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
  padding-bottom: 5px;
}

.featured_post a {
  font-weight: bold;
}

.featured_post .featured_text {
  font-size: 20px;
  font-style: italic;
  line-height: 1.4em;
  padding-bottom: 20px;
  font-family: Georgia, Times, "Times New Roman", serif;
}

.featured_post .featured_text a {
	font-weight: normal;
}

#featured_image {
  float: right;
}

.featured_dossier .readmore,
.article_content .readmore {

  font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.article .article_image {
  float: left;
  margin-right: 30px;
}

.content .article .article_content {
  font-size: 17px;
}

.featured-1,.featured-2,.featured-3 {
  width: 220px;
  margin-right: 20px;
  margin-top: 20px;
  float: left;
}

.featured-3 {
  margin-right: 0;
}

.featured-1 h2,.featured-2 h2,.featured-3 h2 {
  font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  background-color: #5d488d;
  padding: 5px 10px;
  text-transform: uppercase;
}

.featured-2 h2 {
  background-color: #fa9b47;
}

.featured-3 h2 {
  background-color: #0000a0;
}

.featured-1 h1,.featured-2 h1,.featured-3 h1 {
  background: none;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.box-content p {
  min-height: 95px;
}

.featured-1 .box-content,.featured-2 .box-content,.featured-3 .box-content {
  color: #5d488d;
  background-color: #e0dae8;
  padding: 15px;
  font-size: 12px;
}

.featured-2 .box-content {
  background-color: #feebda;
}

.featured-3 .box-content {
  background-color: #e6e5f5;
}

#top_banner {
  position: relative;
  bottom: 3px;
  padding: 5px 10px;
}

.featured_stack {
  width: 300px;
  position: relative;
  float: right;
  margin-top: 50px;
  left: 75px;
}

.featured_stack .item {
  position: absolute;
  display: none;
  overflow: hidden;
  left: 0;
  top: 0;
  cursor: pointer;
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  width: 150px;
  height: 150px;
  padding: 0px;
}

.shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

/* stacks coloration */

.featured_stack .item p {
	padding: 20px;
	margin: 0px;
	font-size: 12px;
}

.featured_stack .picture_leaf { background-color: white; }
.featured_stack .picture_leaf img { min-width: 100% }

.featured_stack .item p span { background-color: #e8e2cb; color: #e8e2cb; } /* yellow */
.featured_stack .text_leaf { background-color: #f0ead9; }

.featured_stack .item p span.quote { background-color: #04bbd4; color: #04bbd4; } /* blue */
.featured_stack .quote_leaf { background-color: #00b4cd; }

.featured_stack .item p span.bignumber { background-color: #04cb8a; color: #04cb8a; font-size: 24px; } /* green*/
.featured_stack .bignumber_leaf { background-color: #00d28d; }

.featured_stack .item.top {
  z-index: 50;
}

.featured_stack h1 {
  background: none;
  padding: 0;
  color: #50498C;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dossier_stack {
  cursor: pointer;
  width: 300px;
  position: relative;
  float: left;
}

.featured_dossier .featured_post {
	color: #41404E;
}

.dossier_stack .item {
  font-family: "Arial", Helvetica, Verdana, sans-serif;
  font-size: 12px;
  width: 100px;
  height: 100px;
  position: absolute;
  padding: 15px;
  display: none;
  left: 0;
  top: 0;
}

.dossier_stack .item.top {
  left: 42px;
  z-index: 50;
}
.article {
  padding: 40px 0 40px 0;
  position: relative;
}
.special.article .article_content {
  float: right;
}


/*	archive	 */

#archive_closed {
	text-align: center;
	background: url("img/dots2.jpg");
	color: #0000a1;
	padding: 15px 45px 15px 45px;
	margin: 0px;
	position: relative;
	z-index: 999;
}

#archive_expanded {
/*	background: url("img/dots.jpg");	*/
	margin: 0px !important;
	display: none;
	position: relative;
	z-index: 999;
	padding-bottom: 50px;
}

#archive_closed_title {
	font-family: "Arial", Helvetica, Verdana, sans-serif;
	font-weight: bold;
	background-color: white;
	font-size: 1.8em; margin:0px; line-height: 1.4em;
	cursor: pointer;
}

#archive_open_title {
	display: none;
	font-family: "Arial";
	font-weight: bold;
	background-color: white;
	display: none;
	font-size: 1.8em; margin:0px; line-height: 1.4em;
	cursor: pointer;
}

.archiveheader {
	font-family: "Arial";
	font-weight: bold;
}

.archive_list {
	margin: 0px;
	margin-top: 30px;
	padding:0px;
	list-style-type: none;
}

.archive_list li {
	font-size: 1.1em;
	line-height: 1.3em;
	font-family: "Arial";
	padding: 0px 10px 10px 0px;
}

.casespage p {	
	margin-right: 15px;
}

.casespage ol {	
	padding: 0px;
	list-style-type: none;
}

.casepage ol li {
	font-size: 1.1em;
	line-height:18px;
	margin-top: 10px;
	display: block;
	font-family: Arial;
	margin-right: 15px;
}

/* archive hacks */

.pp { font-size: 1.5em; font-family: "Georgia", serif;} 
