/*   
Theme Name: Wordsmith Anvil
Theme URI: http://www.tomsskylinedesign.com/themes/wordsmith-anvil
Description: An html5 and CSS3 designed, ecommerce ready theme featuring a custom admin panel, custom fields, built-in post thumbnail support, custom backgrounds, custom headers, custom logo option, subscribe links, newlsetter signup, external feed options, custom page templates, custom fonts, custom menus, custom styled form elements; traditional vertical navigation in sidebar, horizontal navigation below header, styled ordered lists and styled unordered lists. 
Author:   Toms Skyline Design
Author URI: http://www.tomsskylinedesign.com/
Version: 1.6.7
Tags: fixed-width, one-column, two-columns, three-columns, green, white, dark, light, custom-background, custom-header, left-sidebar, threaded-comments, sticky-post, custom-menu, theme-options
*/
/*
   License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	License: license.txt
	 
    Wordsmith Anvil Theme for Wordpress 3+ (using html5 and CSS3 standards)
    Copyright 2010 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;
}