/*
Theme Name: FPLC
Theme URI: http://www.faithpointlutheranchurch/wp/wp-wpcontent/themes/fplc
Author: Grant Henry
Author URI: http://www.marlamayer.com
Description: Custom theme for FaithPoint Lutheran Church
Version: 1.4
Template: twentyeleven
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);

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

body {
	font-family: 'Open Sans', sans-serif;
/*	background: #dbdbdb; 
	background: #ffdc7a; */
	background: #f9e8ae; 
}

/*#primary, #colophon {
	border-left: 4px solid #8b010f;
	border-right: 4px solid #8b010f;
	width: 992px;
} working on red border */

/*#colophon {
	border-bottom: 4px solid #8b010f;
	padding-top: 0px;
} working on red border */

.singular .entry-title {
	font-size: 20px;
	line-height: 35px;
}

<!-- header customizations -->
#branding #searchform {
right: 1.0%;
}

#branding .with-image #searchform {
top: 10px;
bottom: -7px;
display: none;
}

#access {
/*background-image: url("../../uploads/2012/08/menu-background.jpg");
background-repeat: repeat-y; */
background: #ffdc7a;
/*border-top: 3px #8b010f solid; */
border-bottom: 2px #8b010f solid; 
	background: -moz-linear-gradient(#ffffff, #ffdc7a);
	background: -o-linear-gradient(#ffffff, #ffdc7a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffdc7a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#ffffff, #ffdc7a);
/*	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px; */

}

#branding .only-search + #access div {
padding-right: 20px;
}

#access li > a, #access a  {
color: #373737;
font-weight: bold;
}
#access a {
line-height: 2.833em;
}

#access li:hover > a, #access a:focus {
/*color: #e7d2b3; */
color: #8b010f;
}

#access ul ul {
top: 2.833em;
}

#access div {
margin: 0 1.2%;
}

#main {
	padding: 0px;
}

.singular.page .hentry {
	padding-top: 0px;
}

.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {

	margin: 0;
}

#comments {
	display: none;
}

.comments-link a {
	display: none;
}

.by-author, .cat-links, .tag-links, .sep, footer.entry-meta, div.entry-meta {

	display: none;
	
}

#secondary {
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 2em;
	padding: 10px 20px 10px 10px;
}

.singular #content, .left-sidebar.singular #content {
margin: 0 26% 0 2%;
width: 72%;
}

#content {
margin: 0 26% 0 2%;
width: 72%;
}
<!-- text content customizations -->

.singular .entry-header {
	width: 100%;
}

.entry-title {
font-size: 20px;
}

.widget-title {
/*	display: none; */
	text-transform: inherit;
	font-size: inherit;
}

.widget ul {
	list-style: none;
} 

.entry-format {
	display: none;
}

/* tell me more widget on New 2 FP page */
#new-sidebar {
	padding: 5px 5px 5px 5px;
	border: 1px black solid;
	background: #dbdbdb;
	width: 198px; 
}

.indexed.format-image .entry-content p:first-child a {
	display: inline;
}