/* Skinr styles
/-------------------------------------------------------------- */
/* List with bottom border
    Fixes a common issue when list items have bottom borders and appear to be
    doubled when lists end and begin. This removes the extra border-bottom
 */
.list-bottom-border ul li {
  padding: 0 0 0 10px;
  border-bottom: 1px solid #ccc;
  line-height: 216.7%; /* 26px */
  font-weight: bold;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}

.list-bottom-border ul {
  margin: 0;
}

.list-bottom-border ul li ul {
  border-top: 1px solid #ccc;
}

.list-bottom-border ul li ul li.last {
  border-top: 1px solid #ccc;
  margin-bottom: -1px;
  margin-top: -1px;
}

/* Superfish vertical menus */
.superfish-vertical {
  position: relative;
  z-index: 10;
}

ul.sf-vertical {
  background: #fafafa;
  margin: 0;
}

ul.sf-vertical li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  line-height: 200%; /* 24px */
  font-weight: bold;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
}

ul.sf-vertical li a:link,
ul.sf-vertical li a:visited,
ul.sf-vertical li .nolink {
  margin-left: 10px;
  padding: 2px;
}

ul.sf-vertical li a:hover,
ul.sf-vertical li a.active {
  text-decoration: underline;
}

ul.sf-vertical li ul {
  background: #fafafa;
  border-top: 1px solid #ccc;
  margin-left: 0;
}

ul.sf-vertical li ul li.last {
  border-top: 1px solid #ccc;
  margin-bottom: -1px;
  margin-top: -1px;
}

ul.sf-vertical li ul {
  border-top: none;
  padding: 4px 0;
}

ul.sf-vertical li ul li {
  border-bottom: none;
  line-height: 150%; /* 24px */
}

ul.sf-vertical li ul li.last {
  border-top: none;
}

ul.sf-vertical li ul li ul {
  margin-top: -4px;
}

/* Marina - Title - Rounded Blue */
.marina-title-rounded-blue h2.block-title {
  background: #4183AF;
}

/* Marina - Title - Rounded Green */
.marina-title-rounded-green h2.block-title {
  background: #94CE18;
}

/* Marina - Title - Green */
.marina-title-green h2.block-title {
  color: #94CE18;
}

.marina-title-rounded-blue h2.block-title,
.marina-title-rounded-green h2.block-title {
  color: #fff;
  margin: 0 0 8px 0;
  padding: 8px 8px 8px 50px;
  text-align: right;
  text-shadow: 1px 1px #545454;
}

.marina-rounded-corners.marina-title-rounded-blue h2.block-title,
.marina-rounded-corners.marina-title-rounded-green h2.block-title {
  margin: -8px -8px 16px -8px;
}

/* Marina - List - Raquo */
.marina-list-raquo ul {
  margin-left: 0;
}

.marina-list-raquo ul li {
  background: url(images/raquo.png) no-repeat 0 8px;
  display: block;
  font-weight: bold;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding-left: 15px;
}

.marina-list-raquo ul li a.active {
  color: #144A6E;
  text-decoration: underline;
}

.marina-list-raquo ul li ul {
  margin-left: 15px;
}

/* Marina - List - Green arrow */
.marina-list-arrow-green .content ul li {
  background: url(images/green-checkmark.png) no-repeat 0 5px;
  font-family: "Myriad Pro", "Myriad Web Pro Regular", "Lucida Grande", Geneva, Trebuchet MS, sans-serif;
  font-size: 150%; /* 18px/12px */
  line-height: 100%;
  list-style-image: none;
  list-style-type: none;
  padding: 10px 0 15px 40px;
}

/* Marina - Icons */
.title-icon .block-icon {
  height: 48px;
  left: 0;
  position: absolute;
  top: 0;
  width: 48px;
  z-index: 100;
}

.icon-bubble .block-icon {
  background: url(images/icons/icon-bubble.png) no-repeat 0 50%;
}

.icon-calendar .block-icon {
  background: url(images/icons/icon-calendar.png) no-repeat 0 50%;
}

.icon-chalkboard .block-icon {
  background: url(images/icons/icon-chalkboard.png) no-repeat 0 50%;
}

.icon-chatbubbles .block-icon,
.comment-icon-chatbubbles {
  background: url(images/icons/icon-chatbubbles.png) no-repeat 0 50%;
}

.icon-colorchart .block-icon {
  background: url(images/icons/icon-colorchart.png) no-repeat 0 50%;
}

.icon-flag .block-icon {
  background: url(images/icons/icon-flag.png) no-repeat 0 50%;
}

.icon-gears .block-icon {
  background: url(images/icons/icon-gears.png) no-repeat 0 50%;
}

.icon-home .block-icon {
  background: url(images/icons/icon-home.png) no-repeat 0 50%;
}

.icon-keys .block-icon {
  background: url(images/icons/icon-keys.png) no-repeat 0 50%;
}

.icon-newspaper .block-icon {
  background: url(images/icons/icon-newspaper.png) no-repeat 0 50%;
}

.icon-notepad .block-icon {
  background: url(images/icons/icon-notepad.png) no-repeat 0 50%;
}

.icon-photo .block-icon {
  background: url(images/icons/icon-photo.png) no-repeat 0 50%;
}

.icon-rss .block-icon {
  background: url(images/icons/icon-rss.png) no-repeat 0 50%;
}

.icon-search .block-icon {
  background: url(images/icons/icon-search.png) no-repeat 0 50%;
}

.icon-star .block-icon {
  background: url(images/icons/icon-star.png) no-repeat 0 50%;
}

/* Marina Rounded corners */
.marina-rounded-corners .corner {
  display: block;
  height: 8px;
  position: relative;
  width: 8px;
  z-index: 10;
}


/* Marina - Rounded Corners */
.marina-rounded-corners .inner{
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0px 0px 3px #999;
  -webkit-box-shadow: 0px 0px 3px #999;
}

.marina-rounded-corners .inner .inner {
  background: #fff;
}

.marina-rounded-corners .inner-wrapper {
  color: #666;
  padding: 3px;
  position: relative;
}

.marina-rounded-corners .inner-wrapper .inner-inner {
  background: #ffffff; /* old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #fafbfc 42%, #f2f6f8 80%, #f0f4f7 94%, #f1f5f8 95%, #f1f5f8 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(42%,#fafbfc), color-stop(80%,#f2f6f8), color-stop(94%,#f0f4f7), color-stop(95%,#f1f5f8), color-stop(100%,#f1f5f8)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f5f8',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #ffffff 0%,#fafbfc 42%,#f2f6f8 80%,#f0f4f7 94%,#f1f5f8 95%,#f1f5f8 100%); /* opera */
  padding: 8px;  
}

/*-- Marinia - Search--*/



.marina-search.block{
  margin-bottom: 0;
  float: right;
  margin-top: -21px;
  width: auto;
}

.marina-search .inner{
  background: #e1e1e1;
  border: 1px solid #ccc;
  border-top: none;
  float: right;
  margin-right: 5px;
  padding: 10px 10px 10px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

.marina-search input.form-text{
  background: #f4f8fb; /* old browsers */
  background: -moz-linear-gradient(top, #f4f8fb 0%, #f4f9fc 52%, #fafbfd 78%, #fcfcfc 88%, #fafcfb 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f8fb), color-stop(52%,#f4f9fc), color-stop(78%,#fafbfd), color-stop(88%,#fcfcfc), color-stop(100%,#fafcfb)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fb', endColorstr='#fafcfb',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #f4f8fb 0%,#f4f9fc 52%,#fafbfd 78%,#fcfcfc 88%,#fafcfb 100%); /* opera */  
  border: 1px solid #9BABB0;
  color: #666;
  padding: 2px;
  width: 170px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}


