body {background-image:none; background-color:#DDDDDD;}

/* Replace the gray background with something that matches your colors.  You can use .pngs with alpha transparency. If you don't use an image, you need to remove ours*/
#header { 
  background-image:none;
  background:#FFFFFF;
  border-bottom: 1px solid #b6babf;
}


/*replace the canvas logo with your logo*/
#header-logo, #header.no-user #header-logo {
  background: url("https://s3.amazonaws.com/iob-academy-prod/branding/academy-logo-final.png") no-repeat scroll left top;
  bottom: 2px;
  height: 65px;
  left: 10px;
  width: 189px;
}

#header.no-user {
  min-height:70px;
}

#header.no-user #header-logo {
  top:3px;
}

/*if you replace the left canvas logo, move a smaller one to the right side of the header--I made the image gray first*/
#header-logo-secondary {
  background: url("header_canvas_logo2.png?v1") no-repeat scroll 0 0 transparent;
  bottom: 11px;
  height: 26;
  position: absolute;
  right: 26px;
  width: 135px;
  display: block;
}

/*if your logo is bigger, you can make room like this*/
#menu { margin-left: 225px; }

/*change the identity bar (the area that says "Hilary Scharton Inbox Settings Logout Help)*/
#identity {
  background-image: none;
  background-color: #AF292E;
}

/*change the color of the identity text*/
#identity a { color: #FFFFFF; }

/*change the color of the circle around the number of unread inbox messages*/
#identity .inbox a .unread-messages-count { background-color: #FFFFFF; color:#AF292E; }
#identity #identity-help-container a { color: black; }

/*change the color of the menu items (courses & groups etc.). If the text looks fuzzy, remove the text shadow.*/
.menu-item .menu-item-title, .menu-item .menu-item-no-drop {
  color: #222222;
  text-shadow: none;
}

/*login box*/
#modal-box.login-box { background: #fff url("https://s3.amazonaws.com/iob-academy-prod/branding/academy-logo-final.jpeg") no-repeat center 50px !important }
#unauthorized_holder { background-color: #fff; }
#unauthorized_holder #modal-box.login-box { margin: 0 13px; }

/*this will remove the extra canvas logo*/
body.modal #modal-box.login-box h1 { 
  background: none;
  height: 235px;
}

/*resize the login box to fit my image and change the color of 'stay signed in'*/
body.modal #modal-box.login-box { 
  height: 435px;
  width: 610px;
  color: #444444;
}

body.modal #modal-box h2 {
  background: url("https://s3.amazonaws.com/iob-academy-prod/branding/academy-logo-final.png") no-repeat right 0;
  padding-top:0;
}

body.modal #modal-box h2:after {
  margin-top:1.75em;
}

/*change the color of 'don't know your password'*/
body.modal #modal-box.login-box a {
  color: #2784A0 !important;
}

body.modal #modal-box.login-box #register_link {
  top:40px;
  font-size: 1em;
  padding-top:7px;
}

body.modal #modal-box.login-box #register_link i, body.modal #modal-box.login-box #register_link b {
  margin-left:10px;
}

body.modal #modal-box.login-box #register_link i {
  line-height: 1em;
}

body.modal #modal-box.login-box #register_link b {
  font-size: 0.85em;
  padding-top:2px;
}

body.modal #modal-box .btn.btn-primary, body.modal #login-box .btn.btn-primary {
  color:#333333;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

body.modal #modal-box .btn.btn-primary:hover, body.modal #login-box .btn.btn-primary:hover {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

#registration_header h1 a {
  width: 189px;
  height: 65px;
  background: transparent url("https://s3.amazonaws.com/iob-academy-prod/branding/academy-logo-final.png") 0 0 no-repeat;
}
