/* AT Mono Styles
 * NOTICE: This is a commercial Drupal theme. Elements of this theme including this field
 * are licensed under a standard commercial license which does not permit redistribution.
 */


/* Header Layout */

/* Header Layout - Left */
.hl-l #branding {
  float: left;
  margin: 0 10px;
}
.hl-l .region-header {
  float: right;
  margin: 0 10px;
}
.hl-l .region-header .block {
  display: inline;
  clear: none;
  margin-bottom: 0;
}
.hl-l #logo {
  padding: 25px 0 0 0;
}

/* Header Layout - Right */
.hl-r #branding {
  float: right;
  margin: 0 20px;
}
.hl-r .region-header {
  float: left;
  margin: 0 10px;
}
.hl-r .region-header .block {
  display: inline;
  clear: none;
  margin-bottom: 0;
}
.hl-r #logo {
  float: right;
  margin: 0 0 0 10px;
  padding: 25px 0 0 0;
}
.hl-r #site-name,
.hl-r #site-slogan {
  text-align: right;
}

/* Header Layout - Centered */
.hl-c #branding {
  float: none;
  margin: auto;
  text-align: center;
}
.hl-c .region-header {
  display: table;
  float: none;
  margin: 15px auto 0;
  text-align: center;
}
.hl-c .region-header .block {
  clear: none;
  display: inline;
  margin: auto;
  padding: 0 0 20px !important;
  text-align: left;
}
.hl-c .region-header .block-inner {
  margin: 0 20px;
}
.hl-c #logo,
.hl-c #site-name,
.hl-c #site-slogan {
  float: none;
  margin: 0;
  padding: 0 0 6px;
  text-align: center;
}


/* Box shadows */
.sc-n #page  {
  -webkit-box-shadow:0 0 0 transparent;
  -moz-box-shadow:0 0 0 transparent;
  box-shadow:0 0 0 transparent;
}
.bs-l #page {
  -webkit-box-shadow:0 0 10px rgba(76, 76, 76, 0.7);
  -moz-box-shadow:0 0 10px rgba(76, 76, 76, 0.7);
  box-shadow:0 0 10px rgba(76, 76, 76, 0.7);
}
.bs-d #page  {
  -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.9);
  -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.9);
  box-shadow:0 0 10px rgba(0, 0, 0, 0.9);
}


/* Bullets, the -it suffix denotes the item-list option */

/* None (remove all bullets) */
.mb-n-it .block .item-list ul,
.mb-n ul.menu {
  padding: 0;
  margin: 0;
}
.mb-n-it .block .item-list li,
.mb-n ul li.leaf,
.mb-n ul li.collapsed,
.mb-n ul li.expanded {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* Arrow head */
.mb-ah-it .block .item-list ul,
.mb-ah ul.menu {
  padding: 0 0 0 1.1em;
  margin: 0;
}
.mb-ah-it .block .item-list li,
.mb-ah ul li.leaf,
.mb-ah ul li.collapsed,
.mb-ah ul li.expanded {
  list-style-image: url(images/arrow-head.png);
}

/* Arrow double head */
.mb-ad-it .block .item-list ul,
.mb-ad ul.menu {
  padding: 0 0 0 1.2em;
  margin: 0;
}
.mb-ad-it .block .item-list li,
.mb-ad ul li.leaf,
.mb-ad ul li.collapsed,
.mb-ad ul li.expanded {
  list-style-image: url(images/arrow-double.png);
}

/* Circle arrow */
.mb-ca-it .block .item-list ul,
.mb-ca ul.menu {
  padding: 0 0 0 1.6em;
  margin: 0;
}
.mb-ca-it .block .item-list li,
.mb-ca ul li.leaf,
.mb-ca ul li.collapsed,
.mb-ca ul li.expanded {
  list-style-image: url(images/arrow-circle.png);
}

/* Fat arrow */
.mb-fa-it .block .item-list ul,
.mb-fa ul.menu {
  padding: 0 0 0 1.6em;
  margin: 0;
}
.mb-fa-it .block .item-list li,
.mb-fa ul li.leaf,
.mb-fa ul li.collapsed,
.mb-fa ul li.expanded {
  list-style-image: url(images/arrow-fat.png);
}

/* Skinny arrow */
.mb-sa-it .block .item-list ul,
.mb-sa ul.menu {
  padding: 0 0 0 1.6em;
  margin: 0;
}
.mb-sa-it .block .item-list li,
.mb-sa ul li.leaf,
.mb-sa ul li.collapsed,
.mb-sa ul li.expanded {
  list-style-image: url(images/arrow-skinny.png);
}

/* Strip regular margins for item lists*/
.mb-n-it .block .item-list li,
.mb-ah-it .block .item-list li,
.mb-ad-it .block .item-list li,
.mb-ca-it .block .item-list li,
.mb-fa-it .block .item-list li,
.mb-sa-it .block .item-list li {
  margin-left: 0;
}


/* Rounded corners */
ul.links li,
ul.primary li a,
input.form-text {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
input.form-submit {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}


/* 4 */
.rc-4 .article,
.rc-4 .comment,
.rc-4 .block-inner,
.rc-4 .breadcrumb,
.rc-4 .block-title-wrapper,
.rc-4 .block-title  {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.rc-4 #secondary-content-wrapper .block-title-wrapper,
.rc-4 #secondary-content-wrapper .block-title,
.rc-4 .article-teaser .article-inner {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -khtml-border-radius-bottomright: 0;
  -khtml-border-radius-bottomleft: 0;
  border-radius: 4px 4px 0 0;
}
.rc-4 #secondary-content-wrapper .block-content {
  -moz-border-radius:0 0 4px 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-radius-topleft: 0;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-bottomright: 4px;
  -khtml-border-radius-bottomleft: 4px;
  border-radius: 0 0 4px 4px;
}
.rc-4 .article-footer,
.rc-4 .article-footer .article-inner {
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-radius-topleft: 0;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-bottomright: 4px;
  -khtml-border-radius-bottomleft: 4px;
  border-radius: 0 0 4px 4px;
}


/* 8 */
div.admin-panel,
.rc-8 .article,
.rc-8 .comment,
.rc-8 .block-inner,
.rc-8 .breadcrumb,
.rc-8 .block-title-wrapper,
.rc-8 .block-title  {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.rc-8 #secondary-content-wrapper .block-title-wrapper,
.rc-8 #secondary-content-wrapper .block-title,
.rc-8 .article-teaser .article-inner {
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-radius-topleft: 8px;
  -khtml-border-radius-topright: 8px;
  -khtml-border-radius-bottomright: 0;
  -khtml-border-radius-bottomleft: 0;
  border-radius: 8px 8px 0 0;
}
.rc-8 #secondary-content-wrapper .block-content {
  -moz-border-radius:0 0 8px 8px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -khtml-border-radius-topleft: 0;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-bottomright: 8px;
  -khtml-border-radius-bottomleft: 8px;
  border-radius: 0 0 8px 8px;
}
.rc-8 .article-footer,
.rc-8 .article-footer .article-inner {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -khtml-border-radius-topleft: 0;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-bottomright: 8px;
  -khtml-border-radius-bottomleft: 8px;
  border-radius: 0 0 8px 8px;
}

/* 12 */
.rc-12 .article,
.rc-12 .comment,
.rc-12 .block-inner,
.rc-12 .breadcrumb,
.rc-12 .block-title-wrapper,
.rc-12 .block-title {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.rc-12 #secondary-content-wrapper .block-title-wrapper,
.rc-12 #secondary-content-wrapper .block-title,
.rc-12 .article-teaser .article-inner {
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -khtml-border-radius-topleft: 12px;
  -khtml-border-radius-topright: 12px;
  -khtml-border-radius-bottomright: 0;
  -khtml-border-radius-bottomleft: 0;
  border-radius: 12px 12px 0 0;
}
.rc-12 #secondary-content-wrapper .block-content {
  -moz-border-radius:0 0 12px 12px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -khtml-border-radius-topleft: 0;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-bottomright: 12px;
  -khtml-border-radius-bottomleft: 12px;
  border-radius: 0 0 12px 12px;
}
.rc-12 .article-footer,
.rc-12 .article-footer .article-inner {
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -khtml-border-radius-topleft: 0;
  -khtml-border-radius-topright: 0;
  -khtml-border-radius-bottomright: 12px;
  -khtml-border-radius-bottomleft: 12px;
  border-radius: 0 0 12px 12px;
}


/* Special case for blocks */
.rc-4 .block .block-content.no-title,
.rc-4 .region-secondary-content .block,
.rc-4 .region-tertiary-content .block {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
.rc-8 .block .block-content.no-title,
.rc-8 .region-secondary-content .block,
.rc-8 .region-tertiary-content .block {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
.rc-12 .block .block-content.no-title,
.rc-12 .region-secondary-content .block,
.rc-12 .region-tertiary-content .block {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}


/* Featured backgrounds */

#secondary-content-wrapper,
#secondary-content-wrapper .image-overlay {
  min-height: 25px;
}
.opera #secondary-content-wrapper {
  margin-bottom: 15px;
}

/* None */
body.bb-n #secondary-content-wrapper .image-overlay,
body.bb-n #tertiary-content-wrapper .image-overlay {
  background-image: none;
}

/* Bubbles */
body.bb-b #secondary-content-wrapper .image-overlay,
body.bb-b #tertiary-content-wrapper .image-overlay {
  background-image: url(images/bubbles.png);
  background-position: 0 0;
  background-repeat: repeat;
}

/* Horizontal stripes */
body.bb-hs #secondary-content-wrapper .image-overlay,
body.bb-hs #tertiary-content-wrapper .image-overlay {
  background-image: url(images/hoz-stripe.png);
  background-position: 0 0;
  background-repeat: repeat;
}

/* Diagonal pattern */
body.bb-dp #secondary-content-wrapper .image-overlay,
body.bb-dp #tertiary-content-wrapper .image-overlay {
  background-image: url(images/diagonal-pattern.png);
  background-position: 0 0;
  background-repeat: repeat;
}

/* Diagonal lines - tight */
body.bb-dll #secondary-content-wrapper .image-overlay,
body.bb-dll #tertiary-content-wrapper .image-overlay {
  background-image: url(images/diagonal-loose.png);
  background-position: 0 0;
  background-repeat: repeat;
}

/* Diagonal lines - loose */
body.bb-dlt #secondary-content-wrapper .image-overlay,
body.bb-dlt #tertiary-content-wrapper .image-overlay {
  background-image: url(images/diagonal-tight.png);
  background-position: 0 0;
  background-repeat: repeat;
}

/* Small dots */
body.bb-sd #secondary-content-wrapper .image-overlay,
body.bb-sd #tertiary-content-wrapper .image-overlay {
  background-image: url(images/dots-small.png);
  background-position: 0 0;
  background-repeat: repeat;
}

/* Big dots */
body.bb-bd #secondary-content-wrapper .image-overlay,
body.bb-bd #tertiary-content-wrapper .image-overlay {
  background-image: url(images/dots-big.png);
  background-position: 0 0;
  background-repeat: repeat;
  min-height: 40px;
}


/* Image Short Codes */
body .image-left,
body div.image-left,
body div.image-left .field-type-image {
  float: left;
  margin: 4px 15px 0 0;
  text-align: left;
}
body .image-left img,
body div.image-left img,
body div.image-left .field-type-image img {
  text-align: left;
  margin: 0;
}
body .image-right,
body div.image-right,
body div.image-right .field-type-image {
  float: right;
  margin: 4px 0 0 15px;
  text-align: right;
}
body .image-right img,
body div.image-right img,
body div.image-right .field-type-image img {
  text-align: right;
  margin: 0;
}
body .image-center,
body .image-center img,
body div.image-center,
body div.image-center .field-type-image {
  text-align: center;
}
body .image-center,
body div.image-center,
body div.image-center .field-type-image img{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


/* Breadcrumb */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}
#breadcrumb .breadcrumb-label:after {
  content: ":";
}
#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

