/*
Theme Name: BootstrapWP
Theme URI: http://bootstrapwp.rachelbaker.me
Author: Rachel Baker
Author URI: http://www.rachelbaker.me
Description: A semantic HTML/CSS framework base theme for WordPress Developers ported from Twitter Bootstrap
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */
.blog-list-caption p {
	margin-top: 10px;
}


/* Category Widget */
.widget_archive li {
	padding: 5px 0;
}
.widget_archive li a{
	position:  relative;
	display: block;
	padding-left: 20px;
	color: #8C8C8C;
	letter-spacing:0.5px;
	font-weight: 500;
	font-size:13px;
}
.widget_archive li a:before{
	font-size: 15px;
	position:  absolute;
	left: 0;
	content:"\f105";
	font-family:'FontAwesome';
}
.widget_archive li:hover a:before{
	left: 5px;
}

.input-search {
	height: 30px !important; padding: 5px 10px !important; font-size: 12px !important; line-height: 1.5 !important;
}


/* Widget Tags */
.wp-tag-cloud > li {
	display: inline-block;;
    margin: 0 1px 4px 0;
    font-size: 13px;
    color: #8c8c8c;
}
.wp-tag-cloud > li a{
	display: block;
	color: #8c8c8c;
	padding: 5px 16px;
	border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px;
	border: 1px solid;
    border-color: #e8f0f5;
}
.wp-tag-cloud > li a:hover, .wp-tag-cloud > li a:focus, .wp-tag-cloud > li a.active{
	color: #fff;
}
.wp-tag-cloud span{
	font-size:13px;
}


.breadcrumb2 {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb2 > li {
  display: inline-block;
}
.breadcrumb2 > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb2 > .active {
  color: #777;
}
