*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body{
    margin:0;
    font-family:sans-serif;
}
div#wrap {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	min-height:100%;
}
header {
	position:relative;
    display: block;
    height: 150px;
    background-color:rgba(0,0,0,.4);
    padding:10px;
    color:#fff;
}
    header h1{
    	position:absolute;
        font-size:3em;
        margin:0;
        right:40px;
        bottom:0;
    }
        header h1 a{
            text-decoration:none;
            color:white;
        }
    header span#logo{
		display: block;
		height: 130px;
		width: 90%;
		background-size: contain;
		position: absolute;
		left: 10px;
		top: 10px;
    }
	header p#phone {
		float: right;
		clear: right;
		font-size: 2em;
		margin: 0;
        margin-right:40px;
	}
nav{
    background:rgba(0,0,0,.75);
    color:white;
    border-top:1px outset gray;
    border-bottom:1px outset gray;
}
    nav a{
        color:white;
    }
    nav ul{
        list-style-type:none;
        margin:0;
        padding:15px;
    }
        nav ul li{
            display:inline;
        }
            nav ul li a{
                text-decoration:none;
                margin:0 15px 0 0;
            }
div#content{
    overflow:hidden;
    width:65%;
   	min-height:100%;
    float:left;
    padding:10px 20px 60px 20px;
    background:rgba(255, 255, 255, 0.30);
	margin-bottom: -15000px;
    padding-bottom: 15100px;
}
	div#content h3 {
		background-color: rgba(0, 0, 0, 0.68);
		color: rgba(255, 255, 255, 0.94);
		padding: 3px 10px;
		clear:both;
	}
	div#content h4 {

	}
	div#content label{
		display:inline-block;
		width:150px;
	}
	div#content input[type='text'],select{
		width:200px;
		height:2.5em;
		width:calc(100% - 160px);
		padding:5px 10px;
		margin-bottom:15px;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 3px;
		border-style: inset;
		border-color: lightblue;
		border-width: 2px;
	}
	div#content textarea {
		width:100%;
		min-height:200px;
		padding:5px 10px;
		font-family:inherit;
		background: rgba(255, 255, 255, 0.5);
	}
	div#content input[type='submit']{
		font-size:1.5em;
		float:right;
		margin-top:15px;
		background: rgba(255, 255, 255, 0.5);
	}
	div#content div#announcementContent img{
		max-width:300px;
		max-height:400px;
		float:right;
		clear:both;
		margin:5px 5px 5px 15px;
	}
	div#content div#announcementContent img:nth-of-type(2n){
		float:left;
		clear:both;
		margin:5px 15px 5px 5px;
	}
	h2 a{
		text-decoration:none;
	}
		table {
			min-height:600px;
			border:1px solid gray;
			width:100%;
			background-color:rgba(255, 255, 255, 0.4);
			border-radius:3px;
		}
			table th {
				background-color: rgba(30, 144, 255, 0.6);
				color: whitesmoke;
				border-radius:3px;
			}
			table td{
				border:1px solid gray;
				width:14%;
				vertical-align:top;
				text-align:right;
				border-radius:3px;
				height:100px;
			}
				table td.calendarCell.calendarCellToday {
					background-color: rgba(214, 255, 0, 0.27);
				}
div#sidebar{
	overflow:hidden;
	width:35%;
	float:left;
	background:rgba(195, 195, 195, 0.7);
   	min-height:200%;
    padding: 10px;
    color: #484747;
	margin-bottom: -15000px;
	padding-bottom: 15000px;
}
	div#sidebar li {
		margin: 20px 0;
	}
		div#sidebar ul:last-child {
			margin-bottom: 100px;
		}
.facebookImageWrapper{
	position:relative;
	max-width:180px;
	height:160px;
	overflow:hidden;
	border:1px solid black;
	float:left;
	padding:0;
	margin:5px;
	text-align:left;
	background: rgba(255,255,255,.5);
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.79);
}
.facebookImageWrapper a{
	display:block;
	width:100%;
}
	.facebookImageWrapper a img{
		max-height:135px;
		width:inherit;
	}
.facebookImageTitle{
	text-align:center;
	display:inline-block;
	width:100%;
	font-size:.6em;
}
.facebookLargerImageWrapper {
	overflow: hidden;
	float: left;
	margin: 10px;
	padding:5px;
	max-width:400px;
	min-height:300px;
	text-align:center;
	background: rgba(255,255,255,.5);
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.79);
}
	.facebookLargerImageWrapper img {
		max-height: 260px;
	}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}
footer {
    display: block;
    height: 60px;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    padding: 0 10px;
    position: fixed;
    bottom: 0;
    color: #fff;
    font-size: .8em;
}
[class^='icon-']:before, [class*=' icon-']:before {
	font-family: 'servicebuilder-icons';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*.icon-church:before { content: '\e82e'; }
.icon-birthday:before { content: '\e844'; }*/
/***************PORTABLE*********************/

@media all and (max-width :770px){
	div#wrap {
		overflow:hidden;
	}
	div#wrap header#header {
		width:100%;
		height:20%;
		margin:0;
		padding:0;
		background:white;
	}
	div#wrap header#header p#phone {
    	display: none;
	}
	div#wrap header#header h1 {
    	display: none;
	}
	div#wrap header#header span#logo {
    	width: 100%;
    	height: 100%;
	}
	div#wrap nav#navMenu {
		overflow:hidden;
		height:15px;
		position:relative;
		padding-top:40px;
	}
		div#wrap nav:before{
			content:"Menu ≡";
			text-align:left;
			font-size:1.5em;
			position:absolute;
			top:5px;
			left:6px;
		}
		div#wrap nav#navMenu:hover{
			height:100%;
		}
	div#wrap nav#navMenu  ul li {
		display: block;
		font-size: 2em;
	}
	div#wrap nav#navMenu  ul li:last-child{
		float:left !important;
	}
	div#wrap div#content {
		width:100%;
	}
	div#wrap div#sidebar {
		width:100%;
		padding-bottom: 1400px;
	}
	div#wrap footer#footer{
		display:none;
	}
}
