@import url(../thematic/style.css);
@import url(../thematic/library/styles/reset.css);
@import url(../thematic/library/styles/typography.css);
@import url(../thematic/library/styles/images.css);
@import url(../thematic/library/layouts/2c-r-fixed.css);
@import url(../thematic/library/styles/default.css);
@import url(../thematic/library/styles/plugins.css);
/*Theme Name: Reach1to1
URI: http://www.reach1to1.com
Description: Reach1to1 Site Theme
Author: Ashutosh Bijoor
Author URI: http://www.reach1to1.com
Template:thematic
Version:0.1
.
General comments/License Statement if any.
.

Reset the browser defaults
Apply default typography
Add WordPress image styles
Add a basic layout
Start with some default styles
@import url('../thematic/library/styles/18px.css');
Apply default theme styles and colors
It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous
Prepare theme for plugins
=Header
--------------------------------------------------------------*/
#branding
{
	background: transparent url(images/r121logo.jpg) no-repeat scroll 20px 15px;
	height: 30px;
	width: 1070px;
}
#blog-title
{
	display: none;
}
#blog-description
{
	float: right;
	padding-right: 50px;
	/*+placement:anchor-top-right -29px 15px;*/
	position: absolute;
	right: -29px;
	top: 15px;
}
PRE
{
	margin: 10px;
	padding: 5px;
	border: 1px solid #CCC;
}
