/*   
Theme Name: St. Faith's Narrabeen 2.0
Theme URI: http://www.stfaiths.org.au 
Description: The 2nd iteration of the St. Faith's website
Author: James Kirsop 
Author URI: www.jameskirsop.com
Version: 2.0
*/

/* Universal Styles */
body{
	background-color: #333333;
	font-family: helvetica, verdana;
}

#headerImage{
	height: 170px;
	width: 903px;
	background-color: #ababab;
	background-image: url(images/banners/rotate.php);
}

#pageContainer{
	width: 903px;
	margin: 10px auto;
	background-color: #ffffff;
	position: relative;
}

/* Master Class for all content blocks */
.contentBlock{
        background: #ffffff url(images/contentBackground.jpg) repeat-x;
        float: left;
}

/* blockHeader is a class for the grey bar across the top of each content block*/
.blockHeader{
	height: 29px; /* 39 - 5x2 for padding */
	background: #666666 url(images/contentheader.jpg) repeat-x;
	padding: 4px 0 6px 10px;
	color: #ffffff;
	text-transform: lowercase;
	font-size: 25px;
	margin-bottom: 5px;
}

.blockheader span.heading-small{
	font-size: 12px;
	font-align: right;
	padding-left: 13px;
}

h1, h2, h3, h4, h5, h6{
	padding: 0;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
        margin-right: 6px;
}
h2{color: #0071B9; }
h2 a{color: #0071B9; }

p{
	font-size: 13px;
	margin: 0 5px 5px 5px;
}

img{
	border: 0;
}

a{
	color: #000000;
}

a:hover {
	color: #333333;
}

a:visited {
	color: #111111;
}

#footer{
	background-color: #0071B9;
	width: 903px;
	clear: both;
	height: 42px;
	color: #ffffff;
	font-size: 11.5px;
}

/* Sub-Blocks inside the footer */
#footerleft{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	padding-top: 8px;
	width: 312px;
}

span.copyright{
	font-size: 14px;
	color: #76C3EA;
}

#footerlogo{
	float: left;
	width: 238px;
	text-align: center;
}

#footer_right{
	float: right;
	margin-right: 5px;
	padding-top: 4px;
	margin-right:10px;
	text-align: right;
}

#footer_right img{
	vertical-align: middle;
}

#footer a{color: #ffffff;}

.audioPlayer{
	width: 290px;
	height: 28px;
	margin: 5px;
}

/* Top Nav Bar */
#headerMenu {
	background: #0071b9;
	width: 903px;
	z-index: 5;
	height: 35px;
}
#headerMenu, #headerMenu ul { /* all lists */
	float: left;
	background: #0071B9;
	font-size: 13.2px;
	margin: 0;
	list-style: none;
	padding: 0;
	text-transform: lowercase;
	z-index: 5;
}

#headerMenu a {
	color: #ffffff;
	display: block;
	height: 26px;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
	width: 103px;
	z-index: 5;
}

#headerMenu li { /* all list items */
	float: left;
	width: 103px; /* width needed or else Opera goes nuts */
	height: 35px;
	z-index: 5;
}

#headerMenu li ul { /* second-level lists */
	position: absolute;
	width: 135px;
	left: -999em;
	z-index: 5;
}

#headerMenu li li a{
	width: 135px;
	z-index: 5;
}
#headerMenu li li{
	width: 135px;
	height: 35px;
	z-index: 5;
}

#headerMenu li ul ul { /* third-level lists */
        width: 135px;
        z-index: 5;
	margin: -35px 0 0 125px;
	left: -999em;
}

#headerMenu li li li a{
        width: 135px;
        z-index: 5;
}
#headerMenu li li li{
        width: 135px;
        height: 35px;
        z-index: 5;
}

#headerMenu li:hover ul ul, #headerMenu li:hover ul ul ul, #headerMenu li.sfhover ul ul, #headerMenu li.sfhover ul ul ul {left: -999em;}

#headerMenu li:hover ul, #headerMenu li li:hover ul, #headerMenu li li li:hover ul, #headerMenu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 5;
}

#headerMenu li:hover, #headerMenu li.sfhover {background: #76C3EA/*#4f83e6*/;}

#headerMenu div.right{
	float: right;
	width: 170px;
}

#searchform{
	background: url(images/search_background.png) no-repeat left top;
	margin: 4px 0 0 0;
	width: 170px;
	padding: 0px;
	height: 50px;
	position: absolute;
}

#searchform input.searchvalue{
	border:none; color: #666666; 
	margin: 3.5px 0 0 8px;
	width: 129px;
}
#searchform input.submit{
	background: url(images/search_arrowbutton.png) no-repeat;
	width: 20px; height 20px;
}
#searchform .searchbt{
	padding: 0px; /*margin: 1px 0px 0px 140px;*/ top: 2px; background: none; 
	margin: 3px 0px 0 10px;
	float: left;
}


/* Left Hand Buttons */
#leftHandNav, #leftHandNav ul{
        width: 180px;
        height: 300px;
        background-color: #e3e3e3;
        float: left;
	margin: 0;
	padding 0;
	list-style: none;
}
#leftHandNav ul{
	padding: 0;
	height: 300px;
}

#leftHandNav li{
	height: 60px;
}

#leftHandNav a{
	display: block;
	background: #e3e3e3 url(images/leftbutton_hover.jpg) repeat-x;
	padding: 21px 0 16px 0;
	text-decoration: none;
	text-align: center;
	color: #333333;
	font-size: 17.5px;
	text-transform: lowercase;
	height: 23px;
}

#leftHandNav a:hover {
	display:block;
	background: #a2a2a2 url(images/leftbutton_hover2.jpg) repeat-x;
	color: #ffffff;
	padding: 21px 0 16px 0;
	height: 23px;
}

/* Home Page Blocks */
#contentBlock1, #contentBlock2{
	margin-top: 8px;
	clear: both;
}

#contentBlock1{
	padding-top: 10px;
	height: 300px;
	clear: left;
}

#contentBlock2{
	height: 290px;
}

#thisSunday{
	width: 403px;
	margin-right: 5px;
	margin-left: 5px;
	height: 300px;
}

#thisSunday .video{
	background-color: #999999;
	z-index: 0;
}
#thisSunday img{
	padding: 0 5px 5px 5px;
}

#podcast{
	width: 310px;
	height: 300px;
}

#podcast object{
	margin: 0 5px 5px 5px;
}

#podcast img{
	margin: 5px;
}

#news{
	width: 275px;
	margin-right: 5px;
	height: 290px;
	font-size: 14px;
}

#news p{
	padding: 0;
	margin: 0 5px 7px 7px;
	font-size: 14px;
}

#events{
	width: 623px;
	height: 290px;
}

#events .blockheader{
	margin: 0;
}

/*General Pages*/
#pageContent{
	width: 718px;
	margin-left: 5px;
	padding-bottom: 15px;
	min-height: 300px;
	color: #282828;
}

#pageContent img.pageheader {
	width: 703px;
	height: 200px;
	color: #000000;
	background-color: #000000;
	margin: 4px 0 10px 8px;
}

#pageContent img{
	margin: 5px;
}

#pageContent h1, #pageContent h2, #pageContent h3, #pageContent h4, #pageContent h5, #pageContent h6{
	margin-left: 8px;
	margin-right: 8px;	
}

#pageContent p{
	margin-left: 8px;
	margin-right; 8px;
	margin-bottom: 15px;
}

div.alignleft{
	clear: both;
	float: left;
	padding: 0 10px 0 10px;
}
div.alignright{
	float: right;
	padding: 0 10px 0 10px;
}

/* Podcast Archive */
div.podcastarchivecontainer{
	clear: both;
	min-width: 700px;
	margin: 10px 10px 10px 10px;
}

div.podcastalbumart{
	float: left;
	width: 140px;
	min-height: 120px;
}

div.podcastalbumart img{
	width: 120px;
	height: 120px;
	padding: 0px;
	margin: 0px;
}

div.podcasttext{
	float: left;
	min-width: 500px;
}

div.podcastinfo{
	width: 500px;
	padding-top: 10px;
}

div.podcastplayer{
	width: 400px;
	padding-top: 15px;
}

