/*twentyten
Theme Name: child of twentyten
Theme URI: http://epicsharedserver.info/berean
Description: Child Theme for twentyten 
Author: Chris
Author URI: http://epicsharedserver.info/berean
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");

/** this removes the "posted by and when" on the post **/

.entry-meta {
color:#888888;
display:none;
font-size:12px;
}

/** this removes the name "berean on the footer **/

#site-info {
display:none;
float:left;
font-size:14px;
font-weight:bold;
width:700px;
}

/**** this removes "proudly powered by Wordpress" ***/

#site-generator {
display:none;
font-style:italic;
position:relative;
}

/** removes the "comments off" text ****/

.entry-utility {
clear:both;
color:#888888;
display:none;
font-size:12px;
line-height:18px;
}

/** adjust bottom margin on pages ****/
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
margin-bottom:17px;
}


/** this makes the main page content section wider **/
#container {
float:left;
margin:0 -240px 0 0;
width:103%;
}

/*** makes title disapper from header **/
#site-title {
display:none;
float:left;
font-size:30px;
line-height:36px;
margin:0 0 18px;
width:700px;
}

/*** removes space above header **/

#header {
padding:0 0 0;
}


/*** removes space below text **/
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6  {
color:#000000;
line-height:1.5em;
margin:0 0 0;
}

/***removes border above header ****/

#branding img {
border-bottom:1px solid #000000;
border-top:medium none;
clear:both;
display:block;
}

/**** this changes the size of the gap above the header ***/

#site-description {
	clear: right;
	float: left;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
	margin-top:-20px;
	display:none;
}

/**keeps the content centered****/

#main {
float:left;
overflow:hidden;
padding:40px 0 0;
}
	
	
/***** makes header image disappear ***/

#branding img {
border-bottom:1px solid #000000;
border-top:medium none;
clear:both;
display:none;
}

/*makes gap above featured content disappear*/

#main {
float:left;
overflow:hidden;
padding:0 0 0;
}


/*aligns navbar*/
#access {
background:none repeat scroll 0 0 #686966;
display:block;
float:right;
margin:28px -20px 26px 27px;
width:940px;
}

/*top margin for text on homepage*/
#content .entry-title {
color:#000000;
font-size:21px;
font-weight:bold;
line-height:1.3em;
margin-top:26px;
}

/*top margin for featured content*/
#container {
float:left;
margin:4px -240px 0 0;
width:102%;
}


/*navbar text color*/
#access a {
color:#ffffff;
display:block;
line-height:38px;
padding:0 10px;
text-decoration:none;
}

/*centeres nav bar */

#access {
background:none repeat scroll 0 0 #686966;
display:block;
float:right;
margin:28px 1px 29px 27px;
*margin:28px 2px 29px 20px;
width:918px;
}

/*home page image top*/
#content img.aligncenter {
margin-bottom:20px;
}
style.css
#content .alignleft, #content img.alignleft {
display:inline;
float:left;
margin-right:24px;
margin-top:-39px;
}

#content .entry-title {
color:#000000;
display:none;
font-size:21px;
font-weight:bold;
line-height:1.3em;
margin-top:0;
display:none;
}

#content .alignleft, #content img.alignleft {
display:inline;
float:left;
margin-right:24px;
margin-top:-1px;
}

/*
LAYOUT: full column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.full-column #content {
	margin: 0 auto;
	width: 900px;
}

/* this changes the font size of the navabr */

#access .menu-header,
div.menu {
	font-size: 16px;
	margin-left: 12px;
	width: 928px;
}

/* this changes the color of the nav hover */

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000000;
	


