/*  
Theme Name: iBlogPro2

Theme URI: http://www.pagelines.com/themes/

Description:  iBlogPro2 theme by <a href="http://apowers.com">Andrew Powers</a> and <a href="http://www.pagelines.com">Pagelines</a>, inspired by Apple. 

Version: 2.0.1

Author: Andrew Powers

Author URI: http://www.pagelines.com

*Theme supports widgets and has 5 different sidebars (accordion, box, three in footer). 
 Note: An empty widget can break the design.

*Edit the iBlogPro options in the admin to customize
	
	This theme was designed and built by Andrew Powers @ Pagelines

	By downloading and using this theme, you agree to NOT resell or distribute this theme		

*/

body {
	background: #ffffff url(none);
	font: 12px/16px Arial, Helvetica, sans-serif;
	padding: 0 40px;
	margin: 0px;
	color: #000000;
}
#page {
	background: none;
}
#wrapper {
	width: 100%;
	margin: 0px;
}

h1 {
	color: #000000;
	margin: 0px;
	left: 0;
}
h1 a{
	color: #000000;
	text-decoration: none;
}


#left-col {
	width: 100%;
}

#content {
	padding: 0;
	background: #ffffff;
	width: 100%;
}
.post .title {
	clear: both;
	width: 100%;
	margin: 0;
}
.postdata .category{
	background: none;
	padding: 0;
	float: left;
}
.postdata .comments{
	background: none;
	padding: 0;
	float: right;
}


