/*
 * Globals
 */



h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: sans-serif;
  font-weight: normal;
  color: #333;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #ed680f;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
ul.menu li {
    position: relative;
    display: inline-block;
    padding: 10px 10px 0 10px;
}
ul.menu li a{
  font-weight: 500;
  color: #cdddeb;
}
ul.menu li a:hover,
ul.menu li a:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
ul.menu li .active {
  color: #fff;
}
ul.menu li .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;

}



.blog-description {
  font-size: 20px;
  color: #999;
  text-align: center;
}


/*
 * Main column and sidebar layout
 */


/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.post {
  margin-top: 60px;
  margin-bottom: 60px;
}


.blog-post-title{
  position:relative;
  font: 30px/1.6 Arial, Helvetica, sans-serif;
  padding-left: 10px;
  color:#fff;
  background:#ed680f;
  -webkit-transform: rotate(-3deg) skew(-3deg);
  -moz-transform: rotate(-3deg) skew(-3deg);
  -o-transform: rotate(-3deg) skew(-3deg);
  -ms-transform: rotate(-3deg) skew(-3deg);
  transform: rotate(-3deg) skew(-3deg);
  text-shadow:1px 1px 0 rgba(0,0,0,1);
}
.blog-post-title a {
  color: #fff;
}
.page .blog-post-title{
margin-bottom: 30px
}

.post-meta {
  margin-bottom: 20px;
  color: #999;
  padding: 7px;
}
.post-meta .post-date, .post-meta .category {
  padding-right: 1em;
}

.pager > li > a {
  width: auto;
  }

/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
div.widget {
  margin-bottom: 25px;

}
.widgettitle {
  font-size: 18px;
  background-color: #666;
  padding: 7px;
  color: #fff;
}


#submit:hover {
    color: #333;
    background-color: #E6E6E6;
    border-color: #ADADAD;
}
#submit:hover, #submit:focus, #submit.focus {
    color: #333;
    text-decoration: none;
}

#submit {
	color: #333;
    background-color: #FFF;
    display: inline-block;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #CCC;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.8;
    border-radius: 4px;
    -moz-user-select: none;
    overflow: visible;
    margin: 0px;
    box-sizing: border-box;
}


.pagination>a, .pagination>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination>a:hover, .pagination>span:hover ,.pagination>a:focus, .pagination>span:focus {
  z-index: 3;
  color: #337ab7;
  background-color: #eee;
  border-color: #ddd;
      }

.pagination>span.current {
        color: #fff;
      background-color: #337ab7;
      border-color: #337ab7;
      cursor: default;
}


#respond label {
  width: 8em;
}

#respond .required {
  color: red;
}

#s,#respond #author,#respond #email,#respond #url,#respond #comment {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#respond #comment {
  height: 5em;
}