/*   
Theme Name: My Custom Child
Theme URI: www.pabloimpallari.com.ar
Description: Personalizacion de mi tema
Author: Pablo Impallari
Author URI: http://www.pabloimpallari.com.ar/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/* --- My Custom Styles ---*/
#header { background: #FCFCFC; }
#branding {
	padding: 44px 0 22px;
	margin:0 auto;
	width:940px;
}

.wp-caption {
	margin:10px 10px 20px;
	padding-top:6px;
	text-align:center;
	background: #FBFBFB;
	border:1px solid #DDDDDD;
}
.wp-caption p.wp-caption-text {
	margin:0;
	padding: 4px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

.gallery dl { margin: 0; }


