/*
Theme Name: clwill
Theme URI: http://clwill.com
Author: Chris Williams
Author URI: http://clwill.com/
Description: The clwill child theme for the WP 2012 theme
Version: 1.0
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

/* Page Element Definitons */

.entry-content blockquote {
	padding: 1rem;
	margin: 0 4rem 1.5rem 2rem;
	background-color: #d9ebf0;
}

.pic {
	margin-bottom:3px;
	border: 0px;
	font-size:0.85em;
/*	font-weight:bold; */
	text-align:center;
	float:left;
}
* html .pic {height: 1%;} /* for IE/Win */
*>html .pic {he\ight: auto;} /* for IE5/Mac */


div.pic img {
	margin-bottom:3px;
	border: 0px;}

.callout {
	margin:0px;
	width: 35%;
	font-size:1.15em;
	font-weight:bold;
	text-align:center;
	background-color: #d9ebf0;
	padding:10px;
	border: 1px solid #ddd;
	word-wrap: normal;
	-moz-hyphens: none;
}

* html .callout {height: 1%;} /* for IE/Win */
*>html .callout {he\ight: auto;} /* for IE5/Mac */

.excerpt {
	margin:0px 15px 5px;
	font-size:0.90em;
}
.excerpt p {
	margin: 0px;
}

.alignleft {
	margin-right: 15px;
	float: left;
}

.alignright {
	margin-left: 15px;
	float: right;
}

.aligncenter {
	text-align: center;
}

.bigger {
        font-size: 1.1em;
}
