/*
Theme Name: califone
Theme URI: http://califonemusic.com
Description: a theme for califone
Author: owlandbear
Author URI: http://owlandbear.com
Template: califone
Version: .000000001
License:  GPL
*/
	
@import url("../twentytwelve/style.css");

/* Body, links, basics */

}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Georgia, Times, serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: Georgia, Times, serif;
}
.widget img {
	box-shadow: none;
}
.entry-content img,
.comment-content img,
.author-avatar img,
.califone,
img.header-image,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}