/* general body properties */

body {
    /* This defaults to Helvetica Neue if the viewer has it installed (e.g., Macs) 
       and use a lighter font weight. If they don't have it, we use a decent font from Google Web Fonts. */
    
    /* Warning: if you want alternate font weights, you need to go back to Google Web Fonts and include them in the collection that gets included via <link> */
    font-weight: 300;
    font-family: 'Helvetica Neue','Open Sans',Helvetica,Arial,sans-serif;
    font-size: 15px;
    color: #000;
}

#main_content {
    margin-top: 40px;
}

a,a:hover {
    color: #990615;
}

.table th, .table td {
    border-top: 0px;
}

h5 {
    margin-bottom: 0px;
    margin-top: 20px;
}

p {
    margin-bottom: 20px;
}


/* bootstrap properties */
hr {
    border-top: 1px solid #CABCBC;
}
.navbar-inverse .nav>li>a{ color:#fff; }
.navbar-inverse .nav>li>a:focus, .navbar-inverse .nav>li>a:hover { color: #C08080; }

#header_nav .navbar-inner {
  background-color: #7D0612;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border-color: #777777;
}

#header_nav .brand {
    color: #DCDCDC;
    font-size: 28px;
    font-family:"Lato",'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

#header_nav .brand:hover {
    color: #FFFFFF;
}

.sidenav > .nav-list {
  border: 1px solid #CCCCCC;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  background-color: #7D0612;
}

.table-condensed {
    margin-bottom: 0px;
}
.table-condensed td {
    padding: 0px 0px;
}

.text-success {
    font-variant:small-caps;
}

.label {
    font-weight: normal;
}

.olddate, .olddate a {
    color: #AAAAAA;
}

.faq {
    text-align: justify;
}

.btn-link {
    padding: 0px 0px 30px 0px;
}

.more { float: right; }

.left_space{ margin-left: 20px; }

.youtube_icon {
  background-image:url('../img/youtube_icon.jpg');
}

.fixed_right{
  position: fixed;
  margin-left: 930px;
}

#sbu_logo{
  -webkit-border-radius: 20px;
  -webkit-border-bottom-right-radius: 45px;
  -webkit-border-bottom-left-radius: 45px;
  -moz-border-radius: 20px;
  -moz-border-radius-bottomright: 45px;
  -moz-border-radius-bottomleft: 45px;
  border-radius: 20px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}