/*
Theme Name: Laura's Theme
Theme URI: 
Description: A custom sub-theme on top of the Twenty Eleven theme, customized for Laura.
Author: Brian Abbott
Author URI: 
Template: twentyeleven
Version: 1.0 / April 2012
.
This sub-theme is merely a stylesheet used to add styles to or override styles from
the Twenty Eleven theme. 
.
*/
@import url(../twentyeleven/style.css);


/* REMOVES THE "POSTED ON [DATE] BY [AUTHOR]" LINE FOR ALL EVENTS PAGES */
/* REMOVED BECAUSE THE POST DATE CREATES CONFUSION WITH THE EVENT DATE */
body.category-events .entry-meta {
	display: none;
}
article.category-events .entry-meta {
	display: none;
}

/* REMOVED THE WORDPRESS FOOTER LINE */
#site-generator {
	display: none;
}


/* SET ALL LISTS TO HAVE THE DISC BULLET INSTEAD OF THE SQUARE */
ul {
	list-style: disc;
}


/* STYLE THE FOOTER MENU */
footer #supplementary ul li {
	display: inline;
	padding-right: 2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
}



/* CENTER UP THE CURRENT MONTH IN THE CALENDAR WIDGET */
#event-calendar table caption {
	text-align: center;
}


/* REMOVES THE EXTRA SPACE ABOVE THE HEADER IMAGE. DEACTIVATE THE HEADER 
	IMAGE IN THE THEME OPTIONS, THEN PLACE THE IMAGE AS A BACKGROUND
	UNDER THE HGROUP BLOCK. THEN, SET NEW HEIGHTS, WIDTH, AND MARGINS */
header#branding hgroup {
	background: url('/wp-content/uploads/2021/10/cropped-Logo1-1-e1635272238169.png/') no-repeat; 

	height: 0px;
	width: 1000px;
	margin: 0;
}
header#branding hgroup h1 {
	margin-left: 35px;
	padding-top: 0px;
	letter-spacing: 0.05em;
}
header#branding hgroup h2 {
	margin-left: 170px;
	color: #FFF;
	letter-spacing: 0.1em;
}

form#searchform {
	margin-top: 275px;
}


/* STYLE THE TOP NAV MENU A LITTLE */
nav#access ul#menu-site-navigation {
	margin-left: -50px;
}


/* STYLE THE TOP NAV MENU A LITTLE */
nav#access ul#menu-site-navigation {
	margin-right: -80px;
}


ul#menu-site-navigation li {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


/* STYLES FOR THE RIGHT-HAND SIDEBAR WIDGETS */
.widget ul {
	list-style: disc;
	margin-left: 20px;
}

aside#upcoming-events ul {
	list-style: none;
}
aside#upcoming-events ul ul {
	list-style: disc;
}
aside#upcoming-events ul a {
	font-size: 12px;
}

/* INDENT THE TAG CLOUD A WEE BIT */
aside.widget_tag_cloud .tagcloud {
	margin-left: 10px;
}
aside.widget_tag_cloud .tagcloud a {
	margin: 0 3px;
}


/* SET SOME FONT PROPERTIES FOR THE HEAD TAGS */
.entry-content h1, .comment-content h1 {
	font-size: 20px;
}
.entry-content h2, .comment-content h2 {
	font-size: 18px;
	padding-top: 1.25em;
	margin-bottom: 0.25em;
}
.entry-content h3, .comment-content h3 {
	text-transform: none;
	font-size: 15px;
	font-weight: bold;
}

/* PREVENTS THE NEXT ARROW FROM PUSHING TO THE NEXT LINE */
nav#nav-single  {
	width: 130px;
}



/* RESTYLE THE EVENT INFO FROM THE RED TABLE TO SOMETHING ELSE */
table.ec3_schedule {
	border: none;
}
table.ec3_schedule td {
	color: #EEEEEE;
	border: none;
}

table.ec3_schedule td.ec3_to,
table.ec3_schedule td.ec3_end {
	display: none;
}
table.ec3_schedule td.ec3_start {
	text-align: left;
	border: none;
}

/*table.ec3_schedule {
	text-align: left;
	border: 0;
}
table.ec3_schedule td {
	border: 0;
}
*/


/* GET RID OF THE "COMMENTS ARE CLOSED" LINE ON BLOG POSTS */
.nocomments {
	display: none;
}


/* PREVENT THE FLEX-WIDTH EFFECTS */
#page {
	min-width: 1000px;
}

