/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; font-size: 13px; color: #666666; font-family: Arial, helvetica, sans-serif; background-image: url(../images/background.png); background-repeat: repeat-x;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 10px; color: #111111;}	
a, img { outline: none; border:none; color: #000; font-weight: bold; text-transform: uppercase;}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: block; margin-bottom: 10px;}
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
	}

/* Structure */
#wrapper {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding: 2%;	
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	} 

#flex {
	display: -webkit-flex;
	-webkit-flex-flow: row wrap;
	}
	
#main {
	width: 65%;
	margin-right: 5%;
	float: left;
	display: -webkit-flex;
	-webkit-flex-flow: column;
	}		
	
aside {
	width: 30%;
	float: right;
	display: -webkit-flex;
	-webkit-order: 1;
	-webkit-flex-flow: column;
	}
	
#main a, aside a, #copyright a {
		text-transform: none;
	}

#copyright{
	margin-top: 15px;
	font-size: 8px;
	float: right;
	}
	
/* Banner */			
#banner {
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	width: 100%;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	}

	#banner img {
		width: 100%;
		}

header {
	width:100%;
	height: 155px;
	}
		
/* Logo */
header #logo {
	height: 142px;
	width: 115px;
	float: left;
	display: block;
	background: url(../images/anglicanLogo.png) 0 0 no-repeat;
	text-indent: -9999px;
	}

	header H1 {
		padding-top: 29px;
		padding-left: 29px;
		padding-right: 29px;
		float: left;
		color: #F7F8FA;
	}

.psalm {
	line-height: 1.4em;
	font-size: 14px;
}
	
/* Nav */
header nav {
	float: right;
	margin-top: 20px; 
	}
	
	header nav li {
		display: inline;
		margin-left: 5px;
		margin-right: 0px;
		}
		
		header nav li a {
			color: #ffffff;
		}

#skipTo {
	display: none;
	}
	#skipTo li {
		background: #F7F8FA;
		}

		
.season{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.heading{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.content{
	margin-left: 2em;
	margin-bottom: 10px;
	}
	
.subcontent{
	margin-left: 0.5em;
	}

.verse{
	text-align: right;
	margin-right: 3em;
	margin-bottom: 5px;
	}

.note{
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.content .indent{
	display:block;
	}
	
.together{
	font-weight: bold;
	}	
	

/* Media Queries */

@media screen and (max-width: 750px) {

	#main {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}
		
	aside {
			display: -webkit-flex;
			-webkit-order: -1;
			-webkit-flex-flow: column;
			margin: 0 0 10px; 
			width: 100%;
		}

}

@media screen and (max-width: 500px) {

	#skipTo {
		display: block;
		}
	
	header H1 {
		padding-top: 29px;
		padding-left: 5px;
		float: left;
		color: #F7F8FA;
		font-size: 1.5em;
	}
	
	header #logo {
		height: 114px;
		width: 92px;
		float: left;
		display: block;
		background: url(../images/anglicanLogo-sml.png) 0 0 no-repeat;
		text-indent: -9999px;
	}
	
	header nav {
		float: left;
		clear: left;
		margin: 0 0 10px; 
		width: 100%;
		}	
		header nav li {
			margin: 0;
			background: #efefef;
			display: block;
			margin-bottom: 3px;
			}
			header nav li a {
				display: block;
				padding: 15px;
				text-align: center;
				color: #000000;
				}	
	header {
		height: 369px;
	}
}


