@import url(//fonts.googleapis.com/css?family=Telex);/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
*/

h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
body {font-size:14px;}
.footer {
    background:#2fa4e7;
    font-size:10px;color:#fff;
    padding:5px;
    text-align:center;
    -webkit-border-radius:4px 4px 0px 0px;
    -moz-border-radius:4px 4px 0px 0px;
    border-radius:4px 4px 0px 0px;
}
.footer a {color:#fff;font-weight:bold;}
ul {list-style-type:none; padding:0px; margin:0px;}
.bloggers li {font-size:18px;}

@media (min-width: 1200px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 940px;
    }
}

@media (max-width:767px) {
    .container {
        width:auto;
    }
}

.navbar-inner {
  min-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #45aeea;
  background-image: -moz-linear-gradient(top,#54b4eb,#2fa4e7);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#54b4eb),to(#2fa4e7));
  background-image: -webkit-linear-gradient(top,#54b4eb,#2fa4e7);
  background-image: -o-linear-gradient(top,#54b4eb,#2fa4e7);
  background-image: linear-gradient(to bottom,#54b4eb,#2fa4e7);
  background-repeat: repeat-x;
  border: 1px solid #1990d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb',endColorstr='#ff2fa4e7',GradientType=0);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}

.navbar .nav>li>a {
  float: none;
  color: #fff;
  text-decoration: none;
  padding: 16px 10px 14px;
  font-family: 'Telex',sans-serif;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: 'Telex',sans-serif;
  font-weight: bold;
  line-height: 20px;
  color: #317eac;
  text-rendering: optimizelegibility;
}

a {
    color: #2fa4e7;
    text-decoration: none;
}

.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#1684c2
}

.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{
    color:#fff
}