/*
Theme Name: 3c-ash
Theme URI: http://tewari.info/
Description: Thematic child theme : three column flexible layout, primary on the left, additional widgetized sidebar area below main asides.
Author: Ash Tewari
Author URI: http://tewari.info/
Template: thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('3c-ash.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.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 */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



/* Customizations */

#header_box {
	border-bottom:1px solid #CCCCCC;
}

#branding {
    padding:10px 50px 0px 50px;
}

#blog-title         { padding-top: 6px; }
#blog-description   { padding-top: 3px; }
#blog-description   { padding-bottom: 24px; }

#main {
    clear:both;
    padding:20px;
}

#access {display:none} 

#mainasides-wrap
{
	float:right;
	width:45%;
}

#primary {
	width:50%;
	border-top:0px;
	border-bottom:0px;
}

#secondary {
	width:40%;
}

#footer {    
    padding:20px;
}


#header_box {	
	margin: 0 auto;
	overflow: hidden;
	position: relative;	
	clear: both;
}

/* Moves blog name & description to the left */
#branding {
  float: left; 
  width: 50%;   
}

/* Moves the new widgetized area to the right and levels it with #branding */
#header-aside {
  float: right;
  width: 30%;
  padding: 10px 10px 0px;
}

/* This will clear the floats and keeps the access bottom line
from jumping into the air */
#access {
  clear: both;
}

.textwidget{
	padding-bottom: 24px;

}
