/*-----Prevents iPhone from resizing in landscape mode -----*/
html {-webkit-text-size-adjust: none; }

/*-----BODY -----*/
body {
	background-color: #433165;
	font-size: 16px;
	font-weight: 300;	
}


/*-----WRAPPERS -----*/
div#navWrapper, div#headWrapper, div#contentWrapper, div#footerWrapper {
	min-width: 320px;
}







/*-----NAVigation -----*/
nav ul li {}
nav ul li a {
	text-decoration:none;
	font-size: 1.2em;
	display:block;
	text-align:center;
	padding: .4em;
	color: #F2F2F2;
	
	background: #444444;
	background: -webkit-linear-gradient(top,  #444444 0%,#000000 100%); /*chrome-safari*/
	background: linear-gradient(to bottom,  #444444 0%,#000000 100%);	
}
nav ul li a:hover {
	color:#fff;
}





/*-----HEADER -----*/
header {
	background-image: url(../images/PhoneHead.png);
	background-repeat:no-repeat;
	height: 200px;
}
header h1 {
	display:none;	
}




/*-----CONTENT -----*/
#content {
	min-height: 5em;
}
#content h1 {
	font-size: 1.9em;
	border-bottom: 1px solid #444;
	margin: 0 2%;
	padding-top: 1em;
	color: #F2F2F2;
	font-weight:700;
}
#content p {
	margin: 0 2%;
	padding-top: .75em;
	color: #ccc;
}
article h2 {
	color: #aaa;
	font-size: .8em;
	padding: .5em;
	background: #444444;
	background: -webkit-linear-gradient(top,  #444444 0%,#000000 100%); /*chrome-safari*/
	background: linear-gradient(to bottom,  #444444 0%,#000000 100%);	
}
#content div#gplus {
	padding-top: 1em;
	float: right;	
}
article {
	width: 96%;
	margin: .9em 2%;	
}
article iframe {
	width: 100%;
	border: none;
	background-color: #333;	
}





/*style the facebook feed to be responsive*/
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}










/*----- FOOTER -----*/
div#footerWrapper {
	clear:both;
	background: #030406;
	background: -webkit-linear-gradient(top,  #030406 0%,#181818 100%); /*chrome-safari*/
	background: linear-gradient(to bottom,  #030406 0%,#181818 100%);		
}
footer {
	text-align: center;
}
footer p {
	color: #aaa;
	padding: 1.5em;	
	font-size: .75em;
}

/*----- OTHER -----*/
.keepOpen {
	clear: both;	
}
