/*******************************************************************************
	Theme Name: HTML5 CSS3 Style sheet  events_tab
	Date: April, 2015
	Description: CSS3 for K of C Website /
	This style sheet should be used for pages on the Events tab.
	[Events, Council Events, & Other Events web pages]
	Version 1.0
	Author: Dennis M. Smith
    Updated: July 2015
*******************************************************************************/

/* events page styles */
.unOrderedList {
	list-style:none;
/*	padding: 0px 0px 0px 40px;  */
	margin-left: 10%;
	font-weight: bold;
	font-size: 115%;	
}

.unOrderedList li {
	padding: 10px 0px 0px 0px;  
	margin-left: 10%; 
	font-weight: normal;
	font-size: 120%;
}

/* format li for officers list */
#liSpace {
	padding-left: 30px;
}
#liBold {
	font-weight: bold;
}

/***************************************************************************
Begin A1 
Used for announcement section in golf outing announcement & 
can be removed when event removed 
***************************************************************************/
.h3names{
	padding-top: 10px;
	font-style: italic;
	font-weight: normal; 
}

/* gazette page styles */

/* give style to links within sections */
section a:link {
	background-color: #ffff66;
	width: 35%;
	border-radius: 20px 20px 20px 20px;
	padding: 4px;
}
/* End A1 */


.center {
	margin-left: 40%;
	margin-bottom: 20px;
	
}

/* create multiple columns for Gazette layout  */


.officer_list {
	width: 40%;
	float: right;
	padding: 10px;
}

#grandKnightReport {
/*	width: 50%;  */
	margin-left: 10%;
	padding: 0px 10px 0px 0px;
}







