/*
Theme Name:	BrandedBrain
Theme URI: 	http://www.brandedbrain.com
Description: BrandedBrain Make custom changes in the <code>themes/myBrandedBrain</code> folder.
Version: 1.0
Author:		Stacy
Author URI:	http://www.brandedbrain.com
Template: BrandedBrain
*/

@import url("master.css");
@import url("style-options.css");

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

/* Page Templates
-----------------------------------------------------------*/

#content.no-sidebar { width: 920px; }
#content.no-sidebar li.comment { width: 560px; }

body.page-template-left-sidebar-php #sidebar { 
  width: 300px;
  float: left; 
  padding: 0;
}
body.page-template-left-sidebar-php #content { 
  width: 600px;
  float: right; 
  padding: 20px 0 20px 20px;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

#twitter_update_list a  {
	background: none;
	display: inline;
	padding: 0;
}
#fuzzyTime {
	display: block;
}
#followMe {
	font-size:1.4em;
}

#Logo {
	vertical-align: bottom;
	clear: both;
	float: right;
	width: 200px;
	margin-bottom: 0px;
	margin-right: 20px;
}
#postftr {
	margin-top: 5px;
}

