/*******************************************************************************
    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 Contacts tab.
	[Contacts, Catholic Church Links, Business Links & Council Links web pages]
	Version 1.0
	Author: Dennis M. Smith
    Updated: July 2015
*******************************************************************************/

.center {
	margin-left: 40%;
	margin-bottom: 20px;
	
}

.church_links {

		/* set background as a linear gradient */
/*	background-image: -moz-linear-gradient(top, #66CCFF 0%, #3366FF 80%);
	background-image: -webkit-linear-gradient(top, #66CCFF 0%, #3366FF 80%);
	background-image: -o-linear-gradient(top, #66CCFF 0%, #3366FF 80%);
	background-image: linear-gradient(top, #66CCFF 0%, #3366FF 80%);	
*/
	
			/* set background as a linear gradient */
	background-image: -moz-linear-gradient(top, #66CCFF 0%, #3399FF 90%);
	background-image: -webkit-linear-gradient(top, #66CCFF 0%, #3399FF 90%);
	background-image: -o-linear-gradient(top, #66CCFF 0%, #3399FF 90%);
	background-image: linear-gradient(top, #66CCFF 0%, #3399FF 90%);	
}


.church_links li { /* same as unOrderedList class on events_tab */
	list-style:none;
	padding: 10px 0px 0px 0px;  
	margin-left: 10%; 
	font-weight: normal;
	font-size: 120%;
	
}

.church_links a:link {
/*	background-color: #ffff66; */
	width: 35%;
	border-radius: 20px 20px 20px 20px;
	padding: 1px;
	color: #000000;
}


.church_links a:visited {
/*	background-color: #ffff66; */
	width: 35%;
	border-radius: 20px 20px 20px 20px;
	padding: 1px;
}





