/* colors:
blue: #00a4e4;
red: #c41230;
gray: #636466;
*/

/* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 14px Alike Angular;
  color: #636466;

  background-image: url('/sites/default/files/BuildingChicago2014_footer.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
}

/* Links */
/* line 10, ../sass/style.sass */
a:link, a:visited {
  color: #c41231;
  text-decoration: none;
}

/* line 15, ../sass/style.sass */
a:hover, a:active {
  color: #c41231;
  text-decoration: underline;
}


/* Titles. */
/* line 21, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

/* line 24, ../sass/style.sass */
h1 {
  font-family: Raleway;
  color: #231f20;
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

/* line 30, ../sass/style.sass */
h2 {
  color: #231f20;
  font-family: Raleway;
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

/* line 35, ../sass/style.sass */
h3 {
  color: #231f20;
  font-family: Raleway;
  font-size: 1.4em;
  margin-bottom: 1em;
  font-weight: 300;
}

/* line 39, ../sass/style.sass */
h4 {
  color: #231f20;
  font-family: Raleway;
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 43, ../sass/style.sass */
h5 {
  color: #231f20;
  font-family: Raleway;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 48, ../sass/style.sass */
h6 {
  color: #231f20;
  font-family: Raleway;
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 53, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 57, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 62, ../sass/style.sass */
table {
  width: 85%;
  margin-bottom: 10px;
}

/* line 67, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 70, ../sass/style.sass */
tr.odd {
  background-color: white;
}

table th {
	width: 50%;
	text-align: left;
	font-weight: bold;
}

table tbody tr:nth-of-type(odd) {
	background-color: #e3e3e3;
}

/* Code. */
/* line 74, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 78, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 86, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 88, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 90, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 92, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 95, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 97, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 99, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 103, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 109, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 113, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 116, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 123, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 127, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 134, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 139, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 144, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* Region Colors. delete when starting a new theme. */
/* line 150, ../sass/style.sass */
#header {
  background: #fff;
}

/* line 153, ../sass/style.sass */
#sidebar-first {
  background: #fff;
}

/* line 156, ../sass/style.sass */
#home_exhibit_hours, #home_mailing, #home_callout {
	font-weight: normal;
  color: #fff;
  background: #00a4e4;
  padding: 10px;
  margin-left: 20px;
}

#home_callout {
	margin-bottom: 10px;
	background-color: #c41230;
}

#home_mailing {
	margin-bottom: 20px;
	background-color: #00A4E4;
}

body.not-front #home_mailing,
body.not-front #save_date {
	margin-left: 0;
}

#home_mailing h3 {
	margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#home_mailing a, #home_callout a {
	color: #fff;
	padding-left: 50px;
	background: transparent url(../images/email-icon.png) left center no-repeat;
  line-height: 35px;
}

#home_mailing a:hover{
  text-decoration: none;
}

#save_date{
  margin-bottom: 10px;
  background-color: #ddd;
  margin-left: 20px;
}

#save_date #date_title{
  color: #231f20;
  font-size: 28px;
  text-transform: uppercase;


}

#save_date h3{
  font-size: 24px;
  padding: 10px 10px 0px 10px;
  color: #636466;
}

#save_date h3 #date{
  color: #c41231;
}

#save_date p{
  padding: 0px 10px 0px 10px;
}

#save_date h4 a{
  font-size: 20px;
  line-height: 200%;
}

#save_date_papers{
  margin-bottom: 10px;
  background-color: #ccc;
  padding: 10px 10px 1px 10px;

}

#save_date_papers h4{
  background: transparent url(../images/paper-icon.png) left center no-repeat;
  padding-left: 60px;
  font-size: 15px;
  font-weight: bold;
}

#save_date_register{
  background-color: #ccc;
  padding: 10px 10px 1px 10px;
}

#save_date_register h4{
  background: transparent url(../images/mouse-icon.png) left center no-repeat;
  padding-left: 60px;
  font-size: 15px;
  font-weight: bold;

}

/* line 159, ../sass/style.sass */
#navigation {
  background: #feffa5;
}

#page {
	position: relative;
}

body.front h1.title {
}

.two-sidebars .center, .sidebar-right .center {
margin-right: 386px;
margin-top: 40px;
}

body.front .content > .yui3-g {
	margin-top: 20px;
}

body.front .lg_home_col img {
	position: relative;
	left: 20px;
	top: 10px;
	width: 300px;
}

body.front .main {
	padding-right: 10px;
}

/*
===========================
Header
===========================
*/
#above_header {
	position: absolute;
	top: 210px;
	z-index: 10;
}

#block-block-1 h3.block-title {
	margin: 0;
	padding: 0;
	color: #636466;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 17px;
	left:6px;
}

#block-block-1 ul {
	position: relative;
	left: 213px;
	top: -5px;
}

#block-block-1 ul, #block-block-1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#block-block-1 ul li a {
	display: block;
	padding: 5px;
}

#header {
	height: 620px; /* was 190px */
}

#header #logo-title {
	position: relative;
	top: 20px;
}

#header-region {
	background-color: #000000;
	height: 60px;
	position: absolute;
	top: 537px; /* was 134px */
	width: 100%;
	z-index: 9999;
}

#name-and-slogan {
	text-indent: -9999em;
}

/*
Navigation
*/

#header-region #block-nice_menus-1 {
  font-family: Raleway;
}

#header-region #block-nice_menus-1 .block-title {
  display: none;
}

#header-region ul.nice-menu li,
#header-region ul.nice-menu-down li.menuparent,
#header-region ul.nice-menu-down li li.menuparent {
  background: transparent;
  background-image: none;
  border-width: 0;
  border-top-width: 5px;
  border-top-color: #000000;
  position: relative;
  padding: 0;
}

#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li:hover,
#header-region ul.nice-menu-down li.active-trail {
  border-top-color: #c41231;
  background: none;
  padding: 0;
}

#header-region ul.nice-menu li a,
#header-region ul.nice-menu-down .menuparent a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 4px 0 3px;
  margin: 0px 10px;
}


#header-region ul.nice-menu li a:hover {
  text-decoration: none;
  background-image: none;
}

#header-region ul.nice-menu ul {

  position: absolute;
  left: 30px;
  top: 40px;
  border-top: 0;
  border-bottom: 5px solid blue;
  padding: 10px 0px 10px 0px;
  background: #000000;
}

#header-region ul.nice-menu ul li {
  display: block;
  background: #000000;
  width: 170px;

}

#header-region ul.nice-menu ul li:hover {
  background: #000000;
}

#header-region ul.nice-menu ul li a,
#header-region ul.nice-menu-down .menuparent ul li a {
  padding: 15px;
  text-transform: none;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 14px 5px 14px;
  border-bottom: 1px solid;
  border-bottom-color: #333;
  padding: 14px 14px 14px 0px;
}

#header-region ul.nice-menu ul li.first a,
#header-region ul.nice-menu-down .menuparent ul li.first a {
  border-top: 1px solid;
  border-top-color: #333;
}


/*
END: Navigation
*/


/*
===========================
END: Header
===========================
*/


#footer {
	margin-top: 20px;
	width: 100%;
	position: relative;
	height: 480px;
	padding:10px;
}

#block-block-3 ul {
	padding:0 0 .25em 0;
}

#block-block-3 ul li {
	list-style: none;
	float: left;
	border-left: 1px solid #fff;
}

#block-block-3 ul li:first-child {
	border: 0;
}

#block-block-3 p, #block-block-3 ul li {
	font-size: 10px;
}

#block-block-3 p {
	/* position: absolute;
	top: 15px;
	left: 10px; */
}

#block-block-3 ul {
	/* position: absolute;
	top: 15px;
	right: 10px; */
}

#block-block-3 ul li a {
	padding: 5px 10px;
	color: #fff;
}

#block-block-3 ul li:first-child a {
	padding:5px 10px 5px 0;
}

/* slideshow */

#block-ajax_slideshow-0 img {
	width: 960px;
}

#block-ajax_slideshow-0 ul, #block-ajax_slideshow-0 ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}


.view-display-id-default .item-list ul {
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 10;
}

div.as-panes {
	height: 285px;
	margin-bottom: 20px;
}

div.as-panes div.pane {
	padding: 0;
}

.as-tabs-panes {
	width: 100%;
}

div.as-tabs a.as-tab {
	display: block;
	padding: 20px;
	border:0;
	background-color: #00A4E4;
	color: #fff;
	margin-right: 2px;
	position: relative;
	top: 0;
	border-radius: 35px;
	/*height: 16px;*/
	font-size: 30px;
}

div.as-tabs a.as-tab:hover {
	background-color: #c41230;
	color: #fff;
}

div.as-tabs a.as-tab.current {
	background-color: #c41230;
	color: #fff;
	border: 0;
}

.pricing {
	border: 2px solid #c41230;
	border-radius: 4px;
	padding-bottom: 50px;
}

.front .pricing {
	margin-left:20px;
}

.pricing h3 {
	background-color: hsl(0, 80%, 34%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e72b2b", endColorstr="#9c1111"); background-image: -khtml-gradient(linear, left top, left bottom, from(#e72b2b), to(#9c1111)); background-image: -moz-linear-gradient(top, #e72b2b, #9c1111); background-image: -ms-linear-gradient(top, #e72b2b, #9c1111); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e72b2b), color-stop(100%, #9c1111)); background-image: -webkit-linear-gradient(top, #e72b2b, #9c1111); background-image: -o-linear-gradient(top, #e72b2b, #9c1111); background-image: linear-gradient(#e72b2b, #9c1111); border-color: #9c1111 #9c1111 hsl(0, 80%, 29%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
	padding: 10px 0 10px 20px;
}

.pricing ul {
	margin-left: 10px;
}

.register-button a {
	padding: 10px 15px;
	float: right;
	margin-right: 10px;
	background-color: hsl(0, 80%, 34%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e72b2b", endColorstr="#9c1111"); background-image: -khtml-gradient(linear, left top, left bottom, from(#e72b2b), to(#9c1111)); background-image: -moz-linear-gradient(top, #e72b2b, #9c1111); background-image: -ms-linear-gradient(top, #e72b2b, #9c1111); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e72b2b), color-stop(100%, #9c1111)); background-image: -webkit-linear-gradient(top, #e72b2b, #9c1111); background-image: -o-linear-gradient(top, #e72b2b, #9c1111); background-image: linear-gradient(#e72b2b, #9c1111); border-color: #9c1111 #9c1111 hsl(0, 80%, 29%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased;
	border-radius: 4px;
}

.register-button a:hover, .register-button a:active {
	-webkit-box-shadow: inset 1px 1px 4px 1px ;
	box-shadow: inset 1px 1px 4px 1px ;
}

.sidebar-box {
	border: 1px solid;
}

.sidebar-box .inner {
   padding: 10px;
   font-size: 12px;
}

.sidebar-box .block-title {
	background-color: hsl(0, 80%, 34%) !important;
   background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a4e4", endColorstr="#112e9c");
   background-image: -khtml-gradient(linear, left top, left bottom, from(#00a4e4), to(#112e9c));
   background-image: -moz-linear-gradient(top, #00a4e4, #112e9c);
   background-image: -ms-linear-gradient(top, #00a4e4, #112e9c);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a4e4), color-stop(100%, #112e9c));
   background-image: -webkit-linear-gradient(top, #00a4e4, #112e9c); background-image: -o-linear-gradient(top, #00a4e4, #112e9c);
   background-image: linear-gradient(#00a4e4, #112e9c); border-color: #112e9c #112e9c hsl(0, 80%, 29%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
   -webkit-font-smoothing: antialiased;
	padding: 10px 0 10px 20px;
   text-align: left;
}

.front .sidebar-box {
	margin-left: 20px;
}

.front .sidebar-box.sponsors {
   text-align: center;
}

.front .sidebar-box.sponsors .sponsors-logos img {
   height: auto;
   left: auto !important;
   margin: 10px auto;
   top: auto !important;
   width: 100% !important;
}

.sidebar-box.sponsors .sponsors-logos img {
  width: 100%;
}



.page-content-schedule-glance table {
	width:100%;
}

.page-content-schedule-glance table tbody {
	border-top:none;
}

.page-content-schedule-glance table h4 {
	text-align: center;
	margin: 0 auto;
}

.page-content-schedule-glance table p {
	padding: 5px 10px;
}

.page-content-schedule-glance table tbody tr:nth-of-type(2n+1) {
	background-color: transparent;
}

.fb-like{
  line-height: 10px;
}

#social{
  margin-bottom: 20px;
  margin-left: 147px;
}

a#rss{
  background: url('../images/BuildingChicago2014_icons.png') no-repeat scroll -1px 15px;
  padding:25px 15px;
  margin:0 3px;
}

a#twitter{
  background: url('../images/BuildingChicago2014_icons.png') no-repeat scroll -45px 15px;
  padding:25px 15px;
  margin:0 3px;
}

a#facebook{
  background: url('../images/BuildingChicago2014_icons.png') no-repeat scroll -88px 15px;
  padding:25px 15px;
  margin:0 3px;
}


a#linkedin{
  background: url('../images/BuildingChicago2014_icons.png') no-repeat scroll -131px 15px;
  padding:25px 15px;
  margin:0 3px;
}

#bdc_logo{
  margin-bottom: 40px;
}

#cover_img img{
  float: left;
  margin-right: 100px;
}

#mission p span{
  font-size: 20px;
}

#mission p{
  font-size: 14px;
  margin-right: 74px;
}

#cover_img{
  margin-bottom: 100px;
}

#copyright{
  float: left;
  margin-right: 200px;
  font-size: 10px;
  font-weight: medium;
}

#copyright_line #links{
  font-size: 14px;
  font-style:
}

#copyright_line #links a{
  color: #231f20;
  font-family: Raleway;
  font-weight: bold;
}

.caption{}

.image-caption{
  font-size: 12px;
  color: #888;
}
