/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/app/fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/app/fonts/roboto-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('/app/fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/app/fonts/roboto-v29-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/app/fonts/roboto-condensed-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/app/fonts/roboto-condensed-v24-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('/app/fonts/roboto-condensed-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/app/fonts/roboto-condensed-v24-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('/app/fonts/roboto-condensed-v24-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/app/fonts/roboto-condensed-v24-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    padding-top: 40px;
    background: 0;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Roboto', 'PT Sans', 'Droid Sans', sans-serif;
}

p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 7px;
    font-family: 'Roboto', 'PT Sans', 'Droid Sans', sans-serif;
}

img {
  max-width: none;
}

#header {
  min-height:70px;
}

h1, h2, h3, h4 {
  margin-bottom:8px;
  color:#555;
}

.container {
    background: #fafafa;
    padding: 5px 10px 5px 20px;
    min-height:800px;
}

.row { margin-bottom: 0 }

div.search {
    margin: 15px 0 0;
    float: right;
}

div.search form {
    padding: 0;
    margin: 0;
}

div.search form input[type=text] {
    color: #777777;
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 5px 8px;
    width: 300px;
}

.site_header {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  margin-left:0px;
  font-size:14px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.site_well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.topic_box {
  min-height: 20px;
  padding: 10px;
  margin-bottom: 30px;
  margin-left:0px;
  font-size:14px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.topic_box h3 {
   text-shadow: 1px 1px 0 #FFFFFF;
}

.nav-tabs > li > a {
  padding-bottom: 5px;
  padding-top: 5px;
}

.label {
  font-size: inherit !important;
  //font-weight:bold;
}

.label-tag {
  background-color:#abd2de;
  color:#333;
}


/* ***  GLOBAL STUFF *** */

.highlight {
  background-color: #FDF5D9;
  border-radius: 4px;
  padding: 1px 4px;
}

.__home .default-image {
  max-width:100%;
}

.__event .default-image,.__post .default-image {
  max-width:100%;
  max-height:400px;
  margin:10px 0;
}

.detail p.location {
  color:#666;
  margin:8px 0;
}



#content .list .item {
    border-bottom:2px dotted #ccc;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 100%;
}

#content .list .item img.first  {
  max-width:580px;
  margin-bottom:14px;
}

#content .list .item a{
    color:#333;
    text-decoration: none;

}

#content .list .item h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 10px;

}

#content .list .item span.topic {
    display:block;
    text-transform:uppercase;
    font-size:10px;
    margin-top:-4px;
    font-weight:bold;
}
#content .list .item span.topic a  {
    color:#990000;
}


#content .list .item.event {
    overflow: auto;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    background: #fff
}

#content .list .item.event p {
    font-weight: 300
}

#content .list .item.event .date {
    width: 60px;
    text-align: center;
    float: left;
    background-color: transparent;
    height: inherit
}

#content .list .item.event .date .weekday {
    margin-top: 4px;
    margin-bottom: 6px;
    text-transform: uppercase
}

#content .list .item.event .date .month {
    color: #666;
    font-size: 12px;
    text-transform: uppercase
}

#content .list .item.event .date .day {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold
}

#content .list .item.event .image {
    float: left;
    width: 100px
}

#content .list .item.event img {
    height: 100px;
    width: 100px;
    padding: 0;
    margin-top: 8px
}

#content .list .item.event .description {
    float: left;
    padding: 0 4px 4px 10px;
    width: 70%
}

#content .list .item.event h4 a {
    color: #333 !important;
    font-weight: 400;
    text-decoration: none
}

.top3 {
  padding: 5px 0;
  margin:0 0 20px 0;
  margin-left:8px;
  overflow:auto;
}

.top3 .item { width: 190px; margin-right: 12px; clear: none; float: left; border-bottom: none; }
.top3 .item .thumb { float: none; min-width: 190px; min-height:130px; margin-bottom: 5px; }
.top3 .item .teaser { font-size: .9em; color: #4D4D4D; margin-top:6px; }
.top3 .details { font-size: .9em; margin-top:5px;}
.upper { text-transform: uppercase; }

a.topic, a.topic:visited {
  color: #666666;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

#content .list .item-main {
  overflow:auto;
  margin:0 0 8px 0;
}

#content .list .item  img.thumb {
  float:left;
  margin-right:10px;
  max-width: 180px;
}
#content .list .item  img.qthumb {
  float:left;
  margin-right:10px;
  max-width: 100px;
}

#content .list .desc { margin-bottom: 4px }
#content .list .desc .list .place,
#content .list .author { text-decoration: underline }
#content .list .time .timeago {
    font-style: italic;
    font-size: 12px;
}

#content .list .full-pic {
    margin: 5px 0;
    max-height: 450px;
    max-width: 640px;
}

#content .list .meta {
    margin-left:10px;
    font-size:11px !important;
}

#content .list .link {
    color:#eaeaea;
}


/*** event lists ***/

#content .list .item-event {
  overflow:visible;
  clear:both;
  height:100px;
  margin-bottom:10px;
  padding-bottom:8px;
  border-bottom: 1px solid #ccc;
}

#content .list .item-event .date {
  width: 60px;
  text-align:center;
  float:left;
  background-color: #f5f5f5;
  height:inherit;
}

#content .list .item-event .date .weekday {
  margin-top:4px;
  margin-bottom:6px;
  text-transform:uppercase;
}

#content .list .item-event .date .month {
  color: #666;
  font-size: 10px;
  text-transform: uppercase;
}

#content .list .item-event .date .day {
  color: #666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#content .item-event .image{
  float:left;
  width:100px;
}

#content .item-event img{
  height:100px;
  width: 100px;
  padding:0;
  margin:0;
}

#content .item-event .description {
  float:left;
  padding: 0 4px 4px 10px;
}



img.masonry {
  max-width:280px;
  max-height:280px;
  margin:0 2px 2px 0;
}

img.masonry-small {
  max-width:120px;
  max-height:120px;
  margin:0 2px 2px 0;
}

.btn.small.tg {
    background: #EAEAEA;
    border: 0 none;
    margin-top: 5px;
    padding: 3px 7px;
}

.btn.small.dist {
    background: #ddf4fb;
    color: #404040;
    border: 2px solid #C6EDF9;
}

.offer-img {
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 4px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}


.offer-img:hover {
    border-color: #0069d6;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.list .author-container {
    display: block;
    clear: both;
}

#sidebar .list {
  overflow:auto;
}

#sidebar h3 {
  border-bottom: 1px solid #ccc;
  margin: 30px 0 10px 0;
  padding:0;
  font-weight:400;
}

#sidebar .list .item{
    clear: both;
    float: left;
    margin-bottom: 6px;
    width: 100%;
}

#sidebar .list .item .featured {
    background: #FDF5D9;
    border: 1px solid #FCEEC1;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#sidebar .list .item p {
    font-size: 13px;
    margin-bottom: 0;
    color: #999999;
    font-weight: 300;
}

#sidebar .list .item img {
    border: 1px solid #CCCCCC;
    float: left;
    height: 60px;
    margin: 0 10px 5px 0;
    width: 60px;
}

#reportform input {
  width:450px;
}
#reportform textarea {
  width:450px;
}

.tagCloud {
  margin: 20px 0 20px 0;
  padding: 10px;
  line-height:24px;
  background-color: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  min-height: 20px;
  font-size:14px;
}

.tagCloud a.tag1 {font-size:1.0em }
.tagCloud a.tag2 {font-size:1.2em }
.tagCloud a.tag3 {font-size:1.4em }
.tagCloud a.tag4 {font-size:1.6em }
.tagCloud a.tag5 {font-size:1.8em }
.tagCloud a.tag6 {font-size:2.0em }

.carousel-caption {
  background: rgba(0, 0, 0, 0.4);
}


div.frontbox {
  display: block;
  float: left;
  margin: 10px 10px 30px 10px;
  padding: 10px;
  width: 268px;
  height:300px;
  font-size:13px;
  line-height:18px;
  background: #fff;
  border-radius: 4px;
  border: 1px #ddd solid;
  text-align: justify;
/***
  -webkit-box-shadow: 0 5px 4px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 4px rgba(0,0,0,0.5);
  box-shadow: 0 5px 4px rgba(0,0,0,0.5); ****/
  /**
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);****/

}

.double {
  width:660px;
}

div.frontbox h2 {
  //display: inline-block;
  margin-bottom: 6px;
  margin-right: 10%;
  line-height: 1em;
  text-align: left;

}

div.frontbox p {
  margin: 2px 0;
  word-spacing: -0.1em;
}




/* Subnav */
.subnav {
  width: 100%;
  //height: 36px;
  background-color: #eeeeee; /* Old browsers */
  background-repeat: repeat-x; /* Repeat the gradient */
  background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
  background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
  background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-top:12px;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  margin: 0;
  padding-top:    3px;
  padding-bottom: 3px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-transform:uppercase;
  color:#333;

}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #e9e9e9;
  border-right-color: #ddd;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

/* Fixed subnav on scroll, but only for 980px and up  */
@media (min-width: 980px) {
  .subnav-fixed {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
    border-color: #d5d5d5;
    border-width: 0 0 1px; /* drop the border on the fixed edges */
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
       -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
            box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
  }
  .subnav-fixed .nav {
    width: 938px;
    margin: 0 auto;
    padding: 0 1px;
  }
  .subnav .nav > li:first-child > a,
  .subnav .nav > li:first-child > a:hover {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
}

.navbar .brand {
  padding: 4px 10px 6px;
}

.navbar .nav > li > a {
  padding: 4px 5px 6px;
}

.brand .label {
  padding: 1px 2px 1px;
  font-size: 16px !important;
}


.container {
  margin-top: -10px;
}
