/*
Theme Name: amazona
Theme URI: http://seo-scout.org/tool/wp-theme/
Description: Wordpress Template in the style of Amazon.com from <a href="http://seo-scout.org">SEO-Scout.org</a>.
Version: 2.6
Author: Frank Pfabigan (seoscout)
Author URI: http://seo-scout.org
Tags: blue, orange, light, two-columns, right-sidebar, fixed-width, threaded-comments, theme-options
*/

@import 'lib/style/blueprint/screen.css';
@import 'lib/style/blueprint/plugins/fancy-type/screen.css';

@import 'lib/style/pagehead/pagehead.css';
@import 'lib/style/announce/announce.css';

@import 'lib/style/navigation/superfish/css/superfish.css';
@import 'lib/style/navigation/navigation.css';

@import 'lib/style/sidebar/sidebar.css';

@import 'lib/style/wp-style/wp-style.css';



/* must-have wp-styles */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin: 0 auto; }

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption-text {}
.gallery-caption {}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

