/* 

church CUSTOM STYLESHEET

---------------------

Customisations for Coro website as the Zion theme does not support wordpress child themes.
*/



/* OVERRIDES */

/* Override header */
#header{
	background-image: none;
	background-color: white;
	border-top: 5px solid #02882c;
}


/* Sermon Audio Overrides */

.sa_widget_title a{
	color: #02882c !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
}

div.sermon{
	max-width: 75% !important;
}





/* ADDITIONAL STYLES */

br.whitespace{
	padding-top: 15px;
}

/* Simple border for images */
.simpleBorder{
	border: 1px solid #333;
}

/* Front Page */
div#fireDangerRating{
	border: 1px solid #ccc;
	padding: 3px 6px;
}

div#fireDangerRating p{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

div#fireDangerRating span.dangerous{
	font-weight: bold;
	background-color: red;
	padding: 3px 5px;
	color: white;
}





/* @group CSS square-buttons - Courtesy of Chris Coyier - */
.square-button {
   border-top: 1px solid #0dff00;
   background: #333333;
   background: -webkit-gradient(linear, left top, left bottom, from(#02882c), to(#333333));
   background: -webkit-linear-gradient(top, #02882c, #333333);
   background: -moz-linear-gradient(top, #02882c, #333333);
   background: -ms-linear-gradient(top, #02882c, #333333);
   background: -o-linear-gradient(top, #02882c, #333333);
   padding: 7.5px 15px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.square-button:hover {
   border-top-color: #3e571e;
   background: #3e571e;
   color: #ccc;
   text-decoration: none;
   }
.square-button:active {
   border-top-color: #172914;
   background: #172914;
   }



/* SUNDAY SCHOOL MATERIALS CSS */

table#ss-book-index{
	border: 1px solid #333;
	width: 100%;
}

table#ss-book-index a{
	font-weight: bold;
}

table#ss-book-index th{
	background-color: #67c21b;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #333;
	width: 50%;
}

table#ss-book-index td{
	background-color: #fff;
	padding: 5px 10px;
	border: 1px solid #333;
	line-height: 1.5;
}



div.ss-book {
	border: 1px solid #333;
	background-color: #67c21b;
	padding: 0px;
	font-size: 10pt;
	margin-bottom: 5px;
}

div.ss-book div.booktitle {
	font-weight: bold;
	font-size: 11pt;
	padding: 4px;
}

div.ss-book div.moreinfo {
	border-top: 1px solid #333;
	font-size: 10pt;
	color: #444444;
	background-color: #ffffff;
	margin: 0;
	padding: 8px 10px 8px 30px;
	clear: both;
}

div.ss-book .moreinfo .biblepart {
	font-size: 8pt;
	float: none;
	padding-left: 3px;
	color: #6c6c6c;
	font-style: italic;
}

div.ss-book p {
	padding: 4px;
	margin: 0;
}

div.ss-book div.infolinks {
	text-align: center;
	padding-bottom: 4px;
	font-weight: bold;
}

div.ss-book div.infolinks span.download {
	padding: 5px;
}


