/*
Theme Name:     Twenty Eleven Child
Theme URI:      http: //wp.cedarfort.com
Description:    Basic CFI Author website, Child theme for the Twenty Eleven theme
Author:         Rebecca Greenwood
Author URI:     http: //cedarfort.com
Template:       twentyeleven
Version:        0.1.2
*/



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


/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px !important;
}


/* Nav bar color adjust */

#access {
background: #3e290a !important;

}

/* Search box color adjust */

#branding .only-search #s {
background-color: #6b4f20 !important;
}

/*  text color adjustments */ 

body {
color: #000 !important; }

/* No Search Box on small screens */

@media (max-width: 650px) {
	#branding #searchform {display: none !important;}
}



/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* removing fancy borders to all WordPress-added images, because it's driving me nuts */
	border: 0px !important;
	padding: 0px !important;
}/* WordPress Stats Smiley - disable */img#wpstats { display:none; }


.buynow,
.buynow table,
.buynow tbody,
.buynow td,
.buynow img,
.buynow tr
{
	border: 0px !important; 
	margin-left:auto !important;
	margin-right:auto !important;
	padding: 0 !important;
	outline: 0 !important;
	border-spacing: 0 !important;
	line-height: normal !important;
}

.buynow table,
.buynow tbody
{
width: 292px !important;
}

.buynow img {
max-width: 100% !important;
}