/*
Theme Name:     Kimberly Kol
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
*/
body {
	background:#ece0d2;
	color:#6e5f53;
}

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

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

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

a {
	color:#a3755f;
}

a:hover {
	color:#533b2e;
}

.alignleft {
	float:left;
	margin-right:18px;
	margin-bottom:6px;
}

.alignright {
	float:right;
	margin-left:18px;
	margin-bottom:6px;
}

blockquote {
	border:none;
}

.navbar.navbar-inverse {
	border-bottom:4px solid #6aa1a0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	background:#5d868c;
	padding:15px 0;
}

#navbar {
	margin-right:0;
	padding-right:0;
}

.navbar-inverse .navbar-nav>li>a {
	display:block;
	color:#efefef;
	font-family:"brandon-grotesque",sans-serif;
	font-size:18px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-right:3px;
}

#menu-item-17 a {
	margin-right:0;
}

.navbar-inverse .navbar-nav>li:hover>a {
	color:#fff;
	background:#69a09e;
}

.navbar-inverse .navbar-nav>li.current-menu-item>a {
	color:#fff;
	background:#69a09e;
}

.navbar-inverse .navbar-brand {
	font-family:"brandon-grotesque",sans-serif;
	text-transform:uppercase;
	color:#fff;
}

ul.sub-menu {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	background: #69a09e;
	margin: 0;
	padding: 5px;
	list-style: none;
	width: 440px;
}

.navbar-inverse .navbar-nav > li {
	position: relative;
}
.navbar-inverse .navbar-nav > li ul li a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: #fff;
}
.navbar-inverse .navbar-nav > li ul li a:hover {
	background: #fff;
	color: #69a09e;
}
.navbar-inverse .navbar-nav li:hover > ul.sub-menu {
	display:block;
}


/*
 * 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:400;
}

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

/*
 * Main column and sidebar layout
 */
.blog-main {
	overflow:hidden;
	margin-top:5px;
	padding:35px;
	font-size:18px;
	line-height:1.5;
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #cdc1b3;
}

/* 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
 */
.blog-post {
	margin-bottom:60px;
}

.blog-post-content p {
	margin-bottom:20px;
	line-height:1.45;
}

.blog-post-title {
	padding-bottom:10px;
	margin-bottom:25px;
	font-size:24px;
	color:#68422f;
	border-bottom:1px dotted #68422f;
	text-transform:uppercase;
}

h2 {
	padding-bottom:4px;
	margin-top:35px;
	margin-bottom:10px;
	font-size:21px;
	color:#68422f;
	border-bottom:1px dotted #68422f;
	text-transform:uppercase;
}

.blog-post-meta {
	margin-bottom:20px;
	color:#999;
}

#site-title {
	color:#68422f;
	padding:15px 0 10px;
	text-transform:uppercase;
}

ul.services {
	margin-bottom:24px;
}

.btn-container {
	margin-top:30px;
}

.btn-container .btn.btn-default {
	color:#6e5f53;
	border-color:#6e5f53;
}

.therapy-contact {
	color:#6e5f53;
	border-color:#6e5f53;
	width:200px;
	margin:auto;
	display:block;
}
