/*
Theme Name: The Shopping
Description: A simple and nice layout for e-commerce blogs. Attractive header and simple white style. Now with Theme Options to control colors, background and post meta.
Version: 1.0.5
Author: Designer Relief
Author URI: http://designer-relief.com
Tags: light, white, fixed-width, right-sidebar, theme-options, custom-colors


The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

Check folder name "colors" for additional attached CSS files.

*/



* {

	margin: 0;

	padding: 0;

}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

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