/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CUSTOM CSS ============================== */

/* === WJFC colors
  blue: 0000FE;
  yellow: #FDBB03;
*/

.demo-frontpage h2,
.demo-frontpage h3 {
	text-shadow:1px 1px 1px #FFF !important;
	margin: 0;
}
.demo-frontpage h3 {
	padding-bottom: 5px;
}
.demo-frontpage h2 {
	margin-top: 5px;
}
.demo-frontpage p {
	margin: 0;
}
.demo-frontpage span {
	font-size: 0.9em;
	display: block;
	margin: 3px 0;
	color: #999;
}
.demo-frontpage .jsn-template-featured {
	padding-top: 14px;
}
.demo-frontpage .jsn-template-featured img {
	max-width: 100%;
}
.demo-frontpage div.grid-layout2 div.grid-col {
	width: 49.9%;
}
.demo-frontpage div.grid-layout2 div.grid-col.grid-lastcol {
	float: right;
}
.demo-frontpage ul.jsn-template-list {
	list-style: none;
	border-left: 1px solid #ececec;
	margin: 0;
	box-shadow: -1px 0px 0px 0px #fff;
}
.demo-frontpage ul.jsn-template-list li {
	border-bottom: 1px dotted #ccc;
	padding:10px 0;
	margin: 0 0 0 10px;
}
.demo-frontpage ul.jsn-template-list li:last-child {
	border-bottom: none;
}
.article_separator {
	display: none;
}
.custom-height {
	height: 10px;
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	.demo-frontpage {
		width:auto;
		float:none;
	}
	.demo-frontpage ul.jsn-template-list {
		border-left: none;
	}
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.demo-frontpage ul.jsn-template-list li{
		margin: 0;
	}
	.demo-frontpage div.grid-layout2 div.grid-col {
		width: 100%;
	}
	.jsn-desktop-on-mobile .demo-frontpage div.grid-layout2 div.grid-col {
		width: 49.9%;
	}
}

@media all and (min-width: 601px) {
    #jsn-header {
    background: url("../../../images/template/header_bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 5px;
	margin: 10px 0 5px 0;
  }  
}

#jsn-master {
    background: url("http://williamstownjuniors.com.au/images/template/bg.jpg") repeat fixed 0 0 / 100% 100% rgba(0, 0, 0, 0);
}

select.committee {
    width: auto;
}

.sponsors .readmore-link {
    background-position: 0 2px;
    color: #FDBB03;
    float: right;
    font-style: italic;
    font-weight: bold;
}

/* Contact Information Module */

.contactinfo .info_name {
    font-weight: bold;
    font-size: 110%;
	display: block;
}
.contactinfo .info_telephone {
    margin-left: 15px;
}
fieldset.filters {
	display: none;  
}
  
.coacheslist table {
  width: 100%;
}

.coacheslist td.item-position {
    font-weight: bold;
    font-size: 110%;
}
.coacheslist td.item-title {
    text-shadow: none !important;
    font-size: 100% !important;
}