/*
Theme Name:     Save Ridgeview
Theme URI:      http: //matthewaprice.com/
Description:    WP Theme based on twitter bootstrap
Author:         Matthew Price
Author URI:     http: //matthewaprice.com.com/about/
Version:        0.1
*/

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
}

.navbar {
    background: #3a586c;
    min-height: 170px;
    border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom: 3px solid #F8E08E;
    margin-bottom: 0;
}
.nav-buffer {
    width: 100%;
    height: 5px;
    background: #3a586c;
    margin-bottom: 20px;
}
a {
    color: #3a586c;
}

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

.save-ridgeview-title {
    margin-top: 40px;
    text-align: right;
    font-family: "proxima-nova",sans-serif;
}
.save-ridgeview-title h1,
.save-ridgeview-title h2 {
    color: #fff;
}

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

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

/*
 * Blog name and description
 */

.blog-header {
  padding-bottom: 20px;
}
.blog-title {
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module ul {
	padding-left: 0;
	list-style: none;
}
.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
 */

.home .hentry,
.single .hentry {
    background: #fafafa;
    border: #efefef 1px solid;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 15px;
}

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

@media ( max-width: 768px ) {

    .save-ridgeview-title {
        margin-top: 10px;
    }
}
@media ( max-width: 768px ) {

    .save-ridgeview-title h1,
    .save-ridgeview-title h2 {
        font-size: 17px;
    }

}
