/*
Theme Name:     SEEFF
Description:    
Author:         admin
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentyeleven/style.css");
/*branding alteration removes grey line above header image
*/
#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}

/*Alteration removes search form from horizontal menu
*/
#branding #searchform {
	display:none;
}
#branding .only-search + #access div {
	padding-right: 0px;
}

/*Alteration removes horizontal menu
*/
#access {
    display: none;
}
/*Alteration adjusts entry title
*/
.entry-title {
	clear: both;
	color: #06C; /*Change This to whatever color you want*/
	font-size: 22px; /*Change This to size you want*/
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
/*Alterations to sidebar
*/

.widget ul li {
 color: #777777;
 font-size: 13px;
 list-style: none outside none;
 }
#main {
	clear: both;
	padding: 0.625em 0 0;
}
#page {
    margin: 0px auto;
    max-width: 1000px;
}

.left-sidebar #secondary,
.left-sidebar #extra-sidebar{
	margin-left: 2.6%; /* decreased by 5% */
	width: 23.8%; /* increased by 5% */
	margin-top: 2%;
}
.left-sidebar #content {
    margin: 0 4.6% 0 34%; /*decreased by 4% */
    width: 61.4%; /* increased by 4% */
}
.breadcrumbs {
	padding-left: 2%;
}
