@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
command,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html body {
}
html.finch body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
ol,
ul,
menu {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* new clearfix */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;

}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
html {
  font: 300 12px helvetica, arial;
}
html.finch {
  background: transparent url('../images/topbg.png') repeat-x 0 0;
  overflow: hidden;
}
html.finch body {
  min-width: 1000px;
}
a,
a:visited {
  text-decoration: none;
  color: #0370a8;
}
a:hover {
  text-decoration: underline;
}
a.active {
  color: #96bf46;
}
#header {
  height: 57px;
  background:url('../images/carbon_fiber.png');
  position: relative;
}
#header .wrap {
  width: 975px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
h1#webslogo {
  float: left;
  overflow: hidden;
  width: 76px;
  height: 27px;
  margin-top: 12px;
  background: transparent url('../images/logo_sprite.png') no-repeat 0 0;
  text-indent: -9999px;
  z-index: 3;
  position: relative;
}
#webslogo_link {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}
#nav_bar {
  height: 54px;
  width: 973px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
#nav_bar > menu {
  float: right;
  margin-top: 12px;
}
#nav_bar > menu > li {
  float: left;
  margin-left: 5px;
}
/*===================================================================*/
/*------------------------  Main Nav Buttons ------------------------*/
/*===================================================================*/
#nav_bar menu #w-main-nav-menu > ul.w-btn1-group > li,
#nav_bar menu > li > .w-btn1 {
  -moz-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
/* ================================ Multisite ================================ */
#websid_leaf {
  float: left;
  margin: 12px 0 0 10px;
  color: #fff;
}
#websid_trigger {
  position: relative;
  z-index: 5;
}
#websid_dropdown_container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 208px;
  z-index: 4;
  font: 500 11px/1.4em 'Helvetica Neue', 'Helvetica', 'Arial';
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
  background: #e0e0e0;
  border: 1px solid #999\9;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: default;
}
#websid_trigger:hover #websid_dropdown_container {
  display: block;
}
#websid_dropdown_active,
#websid_dropdown_others,
#websid_dropdown_links {
  padding: 9px 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #999;
}
#websid_dropdown_container h5 {
  color: #222;
  font: 700 12px/1.4em 'Helvetica Neue', 'Helvetica', 'Arial';
}
#websid_dropdown_active {
  background: #c3c3c3 url('../../../global/2010/internal/images/websid_drop_house.png') no-repeat 160px 50%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#websid_dropdown_active,
#websid_dropdown_active a {
  color: #333;
  font: italic 500 11px/1.4em 'Georgia';
  text-decoration: none !important;
}
#websid_dropdown_active a span.title-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 125px;
}
#websid_dropdown_active a:hover span.link-icon {
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url('../../../global/2010/internal/images/websid_drop_icons.png') no-repeat 0 0;
  margin-left: 4px;
  vertical-align: bottom;
}
#websid_dropdown_active a:hover {
  color: #248dc4;
}
#websid_dropdown_others a {
  color: #444;
  text-decoration: none !important;
}
#websid_dropdown_others a:hover {
  color: #248dc4;
}
#websid_dropdown_others a span.title-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 125px;
}
#websid_dropdown_others a:hover span.link-icon {
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url('../../../global/2010/internal/images/websid_drop_icons.png') no-repeat -16px 2px;
  margin-left: 4px;
  vertical-align: bottom;
}
#websid_dropdown_links {
  border-bottom: none;
}
#websid_dropdown_links a:hover {
  text-decoration: none;
  color: #035E8C;
}
#websid_dropdown_dashboard span {
  display: inline-block;
  width: 10px;
  height: 13px;
  background: url('../../../global/2010/internal/images/websid_drop_icons.png') no-repeat -62px 2px;
  margin-right: 4px;
  vertical-align: bottom;
}
#websid_dropdown_create span {
  display: inline-block;
  width: 10px;
  height: 13px;
  background: url('../../../global/2010/internal/images/websid_drop_icons.png') no-repeat -32px 2px;
  margin-right: 4px;
  vertical-align: bottom;
}
#websid_dropdown_logout span {
  display: inline-block;
  width: 10px;
  height: 13px;
  background: url('../../../global/2010/internal/images/websid_drop_icons.png') no-repeat -47px 2px;
  margin-right: 4px;
  vertical-align: bottom;
}
* + html #websid_trigger {
  /* IE7 users need a trigger too */

  width: 18px;
  background-color: #D1D1D1;
}
* + html #websid_trigger > span {
  display: block;
  width: 8px;
  background: transparent url('../../../../projects/finch/images/icons_with_states.png') no-repeat -1297px 50%;
  margin: 0 4px;
  border-top: none;
}
/* ======================= Websover Base ============================== */
/* html.websover { background: none; } */
html.websover body {
  min-width: 0;
}
/* new clearfix */
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
#pagesFrame,
#appStoreFrame {
  position: absolute;
  bottom: -360px;
  margin-left: 13px;
  width: 926px;
  height: 360px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#pagesFrame.active,
#appStoreFrame.active {
  bottom: 0;
}
/*===================================================================*/
/*----------------------- Dock / Toaster  ---------------------------*/
/*===================================================================*/
.designer.dockPaneOn #container {
  bottom: 36px;
}
.designer.dockPaneOn #interface_bottom #interface_dock {
  display: none;
}
.designer.dockPaneOn #interface_bottom #toaster,
.designer.dockPaneOn #interface_bottom #pagesFrame {
  display: block;
}
.designer.dockPaneOn #interface_bottom #toaster #leaf_dock {
  bottom: 1px;
}
.designer #toaster,
.designer #pagesFrame {
  display: none;
}
.dockPaneOn #interface_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 36px;
}
.dockPaneOn #interface_bottom #controls_wrap {
  height: 36px;
  background: #000000 url('../images/carbon_fiber.png');
  border-top: 1px solid #7c7c7c;
  position: relative;
  z-index: 1;
}
.dockPaneOn #interface_bottom #controls_wrap #controls {
  width: 973px;
  margin: 0 auto;
  position: relative;
}
.dockPaneOn #interface_bottom #controls_wrap #controls #controls_nav {
  height: 32px;
}
.dockPaneOn #interface_bottom #controls_wrap #controls #controls_nav menu#leaf_types {
  float: left;
  margin-top: 6px;
  margin-left: 20px;
}
.dockPaneOn #interface_bottom #controls_wrap #controls #controls_nav menu#leaf_types li {
  float: left;
  margin-right: 8px;
}
.dockPaneOn #interface_bottom #controls_wrap #controls #controls_nav menu#leaf_types li .leaf_type_btn {
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding: 5px 12px;
  color: #a1a1a1;
  text-shadow: 0 1px 2px #000;
  font-weight: 700;
}
.dockPaneOn #interface_bottom #controls_wrap #controls #controls_nav menu#leaf_types li .leaf_type_btn:hover {
  color: #e1e1e1;
}
.dockPaneOn #interface_bottom #controls_wrap #controls #controls_nav menu#leaf_types li.active .leaf_type_btn {
  background-color: #797979;
  border: 1px solid #7c7c7c;
  border-top: 1px solid #868686;
  margin-top: -10px;
  padding-top: 13px;
  color: #e1e1e1;
  -moz-border-radius-bottom-left: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottom-right: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dockPaneOn #interface_bottom #controls_wrap #controls #controls_nav #controls_anchor {
  float: right;
  margin-top: 5px;
}
.dockPaneOn #interface_bottom #controls_wrap #controls #controls_nav #controls_anchor li {
  float: left;
  margin-left: 5px;
}
.dockPaneOn #interface_bottom #toaster {
  display: block;
  width: 973px;
  margin: 0 auto;
  position: relative;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock {
  background: #797979 url('../images/controls_ui_bg.png') repeat-x 0 -42px;
  position: absolute;
  bottom: 37px;
  width: 100%;
  height: 42px;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock:before,
.dockPaneOn #interface_bottom #toaster #leaf_dock:after {
  content: "";
  background: transparent url('../images/controls_ui_bg.png') repeat-x 0 0;
  position: absolute;
  top: 0;
  width: 41px;
  height: 42px;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock:before {
  left: -41px;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock:after {
  right: -41px;
  background-position: 0 -84px;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock #leaf_wrap {
  position: absolute;
  bottom: 17px;
  padding: 10px 10px 0 10px;
  width: 100%;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock #leaf_wrap:before {
  content: "";
  width: 952px;
  height: 7px;
  position: absolute;
  left: 10px;
  bottom: 0;
  background: transparent url('../images/leaf_hole.png') no-repeat 0 0;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock #leaf_wrap #leaf_cover {
  content: "";
  width: 934px;
  height: 21px;
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: -17px;
  background: transparent url('../images/leaves_cover.png') repeat-x 0 0;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock #leaf_wrap #leaf_container {
  position: absolute;
  bottom: -18px;
  padding-left: 7px;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock #leaf_wrap #leaf_container ul.leaf_type {
  display: none;
  margin-left: 4px;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock #leaf_wrap #leaf_container ul.leaf_type li {
  width: 93px;
  height: 114px;
  padding-bottom: 1px;
  margin: 0;
  float: left;
}
.dockPaneOn #interface_bottom #toaster #leaf_dock #leaf_wrap #leaf_container ul.leaf_type.active {
  display: block;
}
.dockPaneOn #interface_bottom .bldr-draggable:hover {
  margin-top: -3px;
}
.dockPaneOn .w-helptip-arrow-bottom {
  display: none;
}
@-webkit-keyframes toasterDown {
  0% {
    bottom: -9px;
  }
  60% {
    bottom: -105px;
  }
  100% {
    bottom: -86px;
  }
}
@-webkit-keyframes toasterUp {
  0% {
    bottom: -86px;
  }
  100% {
    bottom: -18px;
  }
}
.toasterDown,
.toasterUp {
  -webkit-animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0.59, 0.58, 1);
  -moz-animation-direction: normal;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: cubic-bezier(0, 0.59, 0.58, 1);
}
.toasterDown {
  -webkit-animation-name: toasterDown;
  -moz-animation-name: toasterDown;
  -webkit-animation-duration: .36s;
  -moz-animation-duration: .36s;
}
.toasterUp {
  -webkit-animation-name: toasterUp;
  -moz-animation-name: toasterUp;
  -webkit-animation-duration: .26s;
  -moz-animation-duration: .26s;
}
