/*
Theme Name:	Modified Titan
Theme URI:	http://www.chown-r.com/press
Description:	Fix Titan wasted space on left side
Version:	1
Author:		Tony Burbank
Author URI:	http://www.chown-r.com
Template:	titan
*/

/* Import Titan Sheets:
---------------------------------- */
@import url("../titan/stylesheets/master.css"); 

.wrapper {
	width:1000px;
}

#content {
	width:720px;
}

.entry {
	width:550px;
}

/* Required Wordpress Classes, don't remove these.
   Seriously, don't.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }
