/* Theme Name: WP Bootstrap Theme URI: http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial Description: A demo theme built to accompany the Treehouse blog post <a href="http://teamtreehouse.com/wordpress-bootstrap-theme-tutorial">How to Build a WordPress Theme with Bootstrap</a>. Author: Zac Gordon Author URI: http://teamtreehouse.com/ Version: 1.0 Tags: responsive, white, bootstrap License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) License URI: http://creativecommons.org/licenses/by-sa/3.0/ This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html */

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 
body { 
	padding-top: 60px; 
	padding-bottom: 40px; 
	}

#searchform {
	padding-top: 5px;
	margin-bottom: 0px;
}

.well-top {
	padding-top: 19px;
	margin-top: 19px;
}

.footer {
	background-color: whitesmoke;
}

.new-wrapper { 
	padding:20px; 
	float: left; 
	width: 180px; 
	height: 200px; 
	margin: 0px 20px 20px 0px; 
}

.search-highlight { background-color:#FFCA61; color:#000000 }
