/*
Theme Name: burg
Theme URI: http://www.wpport.com/free-ported-themes/burg/
Description: A minimalist wordpress theme designed using 960 grid system. Released under GPL.
Version: 1.0
Author: WPPORT
Author URI: http://www.wpport.com
Tags: light, right-sidebar, two-columns, fixed-width 
*/

@import url("css/reset.css");
@import url("css/960.css");
@import url("css/burg.css");

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
}

.alignleft {
	float: left;
	margin:10px 10px 10px 0;
}

.alignright {
	float: right;
	margin:10px 0 10px 10px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & alignment */