/*

Theme Name: Twenty Ten Child

Description: Child theme for the Twenty Ten theme 

Author: Steven Huang

Template: twentyten

*/

@import url('../twentyten/style.css');

/* change body font-family from serif for consistency */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: helvetica,arial,verdana,sans-serif;
}

.notitle {
	color: white;
	font-size:0px;

	line-height:0px;

	padding:0 0 0 0;

}

#header {
	margin-top:0px;
	padding: 0px 0 0;
}

/* Hide Title and Description above header image. */
#site-title,
#site-description {
    display: none;
}

/* Remove black border around header image */
#branding img { 
	border-bottom: 0px solid #fff; 
	border-top: 0px solid #fff; 
	border-left: 0px;
}

/* Remove margins around Blog container */
#wrapper {
	width:940px;
	margin:0px auto 0;
	padding:0;
}

/* Increase width of 'One-column, no sidebar' template to fill the available blog width */
/*	width: 640px; */
.one-column #content {
	margin: 0 auto;
	width: 96%;
}

#siteinfo a {
display: none;
}

h2 {
	font-size: 18px;
}

/* thethe-tab group title */
h2.thethe-tabs-group-title {
	font-size: 18px;
}


/* thethe-tab group tabs */
h2.summary {
	font-size: 16px;
}

/* FAQ categories */
h2.faq-catname {
	font-size: 18px;
}

a.qa-faq-anchor {
	font-size: 17px;
}

/* remove Star Ratings and Date, minor formatting changes, from 'Customer Reviews' postings */
#wpcr_respond_1  .base  { width:0px !important; height:0px !important; }

abbr.dtreviewed {
	font-size: 0px !important;
}

span.fn {
	font-size: 16px !important;
	font-weight: bold !important;
}

#wpcr_respond_1 h4.summary { 
	padding: 10px 0 0px 0 !important;
	line-height: 0em !important;
	font-weight: bold !important;
}

/* remove the [Show as slideshow] link for NextCellent gallery [nggallery] */
.slideshowlink {
	display: none;
}
