/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* @override http://css.smudgedgraphics.com/css311/templates/cambridgeselfstorage_02/css/custom.css */
/* @override http://css.smudgedgraphics.com/css311/templates/cambridgeselfstorage_02/css/custom.css */
/* @override http://css.smudgedgraphics.com/css311/templates/cambridgeselfstorage_02/css/custom.css */
body {
  margin: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #333;
  background: #115294;
}
.container {
  background: #fff;
  /*	max-width: 960px;*/
}
h2 {
  line-height: 2rem;
}
a:link, a:visited {
  color: #00f;
}
a:hover {
  color: #1af;
}
header {
  position: relative;
}
.logo img {
  margin-left: -20px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: #333;
  background-color: #eee;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.filters {
  color: #fff;
}
.search {
  padding: 1em;
}
.search input {
  color: #666;
  width: 0 px;
  max-width: 200px;
}
input.search-query {
  border-radius: 8px;
  max-width: 200px;
  font-size: 0.75em;
  overflow: hidden;
}
.add1 {
  color: #003;
  font-weight: bold;
  font-size: 0.95em;
  padding-right: 1em;
}
.phone {
  font-size: 1.25em;
}
.breadcrumb {
  background: transparent;
  margin: 0;
  padding: 0.5em 1em;
  float: left;
  font-size: 0.75em;
}
.topimage {
  border-top: 10px solid #003;
}
.topimage p {
  margin: 0;
}
/* navbar coloring styles */
.navbar-inner {
  min-height: 40px;
  padding: 0;
  padding-left: 0px;
  padding-right: 20px;
  background-color: #000033;
  background-image: -moz-linear-gradient(top, #000033, #000033);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000033), to(#000033));
  background-image: -webkit-linear-gradient(top, #000033, #000033);
  background-image: -o-linear-gradient(top, #000033, #000033);
  background-image: linear-gradient(to bottom, #000033, #000033);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff000033", endColorstr="#ff000033", GradientType=0);
  border: 0px solid #d4d4d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.065);
}
.navbar-inner > div {
  padding-left: 0;
}
nav.navbar {
  margin-bottom: 0;
}
/* navbar text styles */
.navbar .nav > li > a {
  color: #fff;
  text-shadow: none;
  font-weight: bold;
  font-size: 0.9em;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  background: #7591b3;
  color: #000033;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  color: #000033;
  background-color: #bd9a1d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* dropdown menu styles from Protostar */
nav .nav-child {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #003;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
nav .nav-child.pull-right {
  right: 0;
  left: auto;
}
nav .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
nav .nav-child a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
  white-space: nowrap;
}
nav .nav > li {
  position: relative;
}
nav .nav > li:hover > .nav-child, nav .nav > li > a:focus + .nav-child {
  display: block;
}
nav .nav-child:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
nav .nav-child:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}
nav .nav-child li > a:hover, nav .nav-child li > a:focus, nav .nav-child:hover > a {
  text-decoration: none;
  color: #003;
  background-color: #7591b3;
}
/* Button Primary stylilng */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2d5b3a;
  background-image: -moz-linear-gradient(top, #6ea184, #2d5b3a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d5b3a), to(#2d5b3a));
  background-image: -webkit-linear-gradient(top, #6ea184, #2d5b3a);
  background-image: -o-linear-gradient(top, #6ea184, #2d5b3a);
  background-image: linear-gradient(to bottom, #6ea184, #2d5b3a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6ea184", endColorstr="#ff2d5b3a", GradientType=0);
  border-color: #6ea184 #2d5b3a #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2d5b3a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #ffffff;
  background-color: #2d5b3a;
  *background-color: #2d5b3a;
}
.search .btn-primary {
  height: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  padding-top: 0;
}
.search {
  text-align: right;
}
/* Main content styling */
.item-page, .blog, .category-list, .blog-featured, .contact-category, .categories-list, .login {
  padding: 0 3.5em;
  min-height: 450px;
}
article h2 a:link, article h2 a:visited, article h2 a:hover {
  color: #003;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
div.cat-children h3 {
  display: none;
}
.widecontent {
  margin-bottom: 3em;
}
.copyright {
  padding: 1em;
  font-size: 0.7em;
}
.partnericon {
  padding: 0 1em;
  float: right;
}
h3 {
  font-size: 1.25em;
}
div.footer {
  min-height: 100px;
  background: #000;
}
.foot1 > p {
  padding: 2em;
  color: #eee;
  font-size: 0.75em;
}
.foot1 a:link, .foot1 a:visited {
  color: #eee;
  text-decoration: none;
}
.foot1 a:hover {
  color: #aaf;
}
.social img {
  padding: 2em;
}
/* Navbar Button for tablets and phones */
.navbar .btn-navbar {
  background-color: #bd9a1d;
  background-image: -moz-linear-gradient(top, #bd9a1d, #907515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd9a1d), to(#907515));
  background-image: -webkit-linear-gradient(top, #bd9a1d, #907515);
  background-image: -o-linear-gradient(top, #bd9a1d, #907515);
  background-image: linear-gradient(to bottom, #bd9a1d, #907515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbd9a1d", endColorstr="#ff907515", GradientType=0);
  border-color: #907515 #907515 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd9a1d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #907515;
  *background-color: #907515;
}
/* image styles */
.img-rounded-left {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 1em 1em 0;
  float: left;
}
.img-polaroid-left {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 1em 1em 0;
  float: left;
}
.img-circle-left {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin: 0 1em 1em 0;
  float: left;
}
.img-rounded-right {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 0 1em 1em;
  float: right;
}
.img-polaroid-right {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 0 1em 1em;
  float: right;
}
.img-circle-right {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin: 0 0 1em 1em;
  float: right;
}
/* Contact row striping */
.list-striped li:nth-child(odd), .list-striped dd:nth-child(odd), .row-striped .row:nth-child(odd), .row-striped .row-fluid:nth-child(odd) {
  background-color: #e5efd8;
}
.list-striped li:hover, .list-striped dd:hover, .row-striped .row:hover, .row-striped .row-fluid:hover {
  background-color: #f0f6e8;
}
.bfSubmitButton {
  color: #fff;
  background: #115294;
  border-radius: 6px;
}
.bfSubmitButton:hover {
  background: #7591b3;
  color: #003;
}
aside.map1 {
  margin: 1em;
  border: 2px solid #003;
  float: left;
}
.map1 h3 {
  padding: 8px 8px 8px 30px;
  margin: 0;
  background: #002257 url('../images/smlock.png') no-repeat left 50%;
  line-height: 1.4em;
  border-bottom: 1px solid #999;
  color: #fff;
}
.map1 img, .map1 a {
  border: none;
}
.map1 .img-rounded-left {
  padding: 0;
  margin: 0;
}
.centerp {
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  header, .search, .partnericon {
    text-align: center;
  }
}
@media (max-width: 979px) {
  nav .nav-child {
    position: static;
    top: auto;
    left: auto;
    z-index: 10000;
    display: block;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #003;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 0px;
    *border-bottom-width: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  nav ul.nav-child a {
    background: #003;
  }
  nav .nav-child:before, nav .nav-child:after {
    display: none;
  }
}
/*# sourceMappingURL=custom_13.css.map */