/*   
Theme Name: Wordsmith Anvil
Theme URI: http://www.tomsskylinedesign.com/themes/wordsmith-anvil
Description: CSS3 & html5 theme (with support for older browsers) featuring over 50 theme options, an extensive FAQ section, custom formatted short post options, excerpt length options, visual editor stylesheet options, built-in post thumbnail support, custom backgrounds, custom headers, custom logo option, title display options, tagline display options, postmeta display options, optional sidebar post, footer links & copyright display options, subscribe links (including Facebook, Twitter, Google+, YouTube & more), newlsetter signup, external feed options, custom page templates, custom fonts, custom menus, custom styled elements; traditional vertical navigation in sidebar with no-conflict jquery menu, horizontal navigation below header, built in custom fields and custom 404 error page. 
Author:   Toms Skyline Design
Author URI: http://www.tomsskylinedesign.com/
Version: 2.2.1
Tags: fixed-width, one-column, two-columns, green, white, dark, light, custom-background, custom-header, left-sidebar, threaded-comments, sticky-post, custom-menu, theme-options, editor-style, fixed-width
*/
/*
    License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	See also: license text
	 
    Wordsmith Anvil Theme for Wordpress 3+ (using html5 and CSS3 standards)
    Copyright 2010-2011 Tom Matteson / Toms Skyline Design

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/
/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 8px;
}
.alignright {
	float: right;
	margin: 8px;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 4px 2px 10px 0;
	padding: 2px 4px 2px 0;
	text-align: center;
	max-width: 698px;
	height: auto;
}

.single #wide-container .wp-caption {
	max-width: 1002px;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: auto;
	padding: 0 4px 5px;
}
.gallery-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}