/*
Theme Name:     Bride and Breakfast Twenty Ten Child Theme
Theme URI:      http: //brideandbfast.ph/
Description:    Child theme for Bride and Breakfast based on the Twenty Ten theme 
Author:         Ian Simpao
Author URI:     http: //brideandbfast.ph/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/* This is the custom header image--removed lines above and below the header image */
#branding img {
	border-top: none;
	border-bottom: none;
}

/* This is the navigation bar--changed color */
#access {
	background: #333333;
}

/* This is the header--reduced padding above header image */
#header {
	padding: 22px 0 0 0;
}

/* This is the author comment--added lines above and below */
li.bypostauthor {
	border-top: 3px solid #FCE6DE;
	background-color: #FFF8F5;
}

/* This is the sidebar width--widened to 300 */
#container {
	margin: 0 -300px 0 0;
}
#content {
	margin: 0 340px 0 20px;
}
#primary,
#secondary {
	width: 280px;
}

/* This is removing the title from category archive pages */
.page-title {
display: none;
}