/*
Theme Name:     TheStyle Child
Theme URI:      http://beawesomeinstead.com/
Description:    Child theme for the TheStyle theme by elegant themes
Author:         @aa2on	
Author URI:     http://aawest.net
Template:       TheStyle
Version:        1.0.0
*/

@import url("../TheStyle/style.css");

/*---- header spacing -----*/

#logo {
margin-top: 5px !important;
margin-left: 10px !important;
margin-bottom: -10px;
}

#header {
margin-bottom: 0px !important;
/*---text-align:center; --*/
} 

/*--- hides breadcrumb structure from single post ---*/
#breadcrumbs{
display:none;}

/*---- extends sidebar width ------*/
#sidebar .sidebar-fixedwidth { padding-right: 305px; }
	.sidebar-fixedwidth #sidebar { width:286px; position:absolute; right:0; top:0; }
		.sidebar-fixedwidth #tabbed-area li a { font-size:24px; }

/*---- extends sidebar adwrap for two 125x15 ads ------*/
#sidebar .adwrap {
width: 266px;
}


/*---- fixes sidebar width  ------*/
#sidebar {
width: 290px !important;
}


/*----- removes category on homepage -----*/
.entry .category {
display: none;
}



/*---- deletes date on homepage post thumbs ------*/
.month {
display:none;
}

/*---- deletes posted by ------*/
.postinfo {
display:none;