/*
Theme Name: My Dirt
Theme URI: http://www.mydirt.ca
Description: Custom WordPress Theme made by <a href="http://www.madebyguerrilla.com">Guerrilla</a>.
Tags: guerrilla, theme, custom, framework
Version: 1.0
Author: Mike Smith
Author URI: http://www.madebyguerrilla.com
*/

/* Default Stylesheet */
@import url('css/default.css');

/*****************************************************
	
	You may add css codes under this line which will
	Allow you to overwrite any CSS that is in your
	default.css file.
	
*****************************************************/

/* Post Image Width */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.postwrap img { max-width: 580px; }

.contentwrap {
	width: 620px;
}

.postwrap {
	width: 600px;
}

.posttitle {
	width: 600px;
}


.sidebarwrap {
	float: left;
	margin: 0;
	padding: 0;
	width: 340px;
}

.sidebox {
	width: 300px;
}