/* General Style */ 
body {
	/*background:#DCDCDC;
	background-image: url(117606.jpg);*/
	background-size: cover; 
 	font-size: larger;
	text-align: left;
	margin:0em;
	padding:0em;
}

h1 {
	font-size:1.65em;
	line-height:1.25em;
	text-align: center; 
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
	padding:0em;
	text-align:center;
}

h2 {
	font-size:1.5em;
	line-height:0.2em;
	font-family:Helvetica;
	font-weight: bold;
    text-align: left;
	color:#2F2D2C;

}

h3 {
	font-size:1.5em;
	line-height:0.8em;
	font-family:Helvetica;
	font-weight: bold;
	color:#2F2D2C;
	margin:0em;
	padding:0em;
	text-align:left;
}

h4 {
	font-size:1.5em;
	line-height:2.8em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
}

h5 {
	font-size:0.75em;
	line-height:2.8em;
	font-family:Helvetica;
	font-weight:100;
	color:#2F2D2C;
	margin:0em;
}


p {
	font-size:1.0em;
	line-height:1.25;
	font-family:Helvetica;
	font-weight:85;
	color:#2F2D2C;
	text-align:left;
}

ul {
	margin:0px;
	padding:0px;
}


 li {
	 font-size:1.0em;
	line-height:1.25em;
	font-family:Helvetica;
	font-weight:85;
	color:#2F2D2C;
	margin:0.50em;
	padding:0.50em;
	text-align: left;
 }

/*
img {
	width:75%;
	height:auto;
	max-width:85%;
}


img:hover {
	width:85%;
	height:auto;
	max-width:85%;
}


iframe{
	width:85%;
	height:auto;
	max-width:100%;
}
*/

a {
	text-decoration: none;
}

/* On Top Bar */
#menubar {
	display:block;
	/*background: #3485C7;*/
	/*background-image: url(117606.jpg);*/
	background-size: cover;
	color: #3485C7;
} 
#menubar ul {
	display:block;
	width:2em;
	padding:0.9em;
}
#menubar ul li {
	display:inline;
}
#menubar ul li a.menubutton {
	display:none;
}
/* Header */ 
header {
	display:block;
	background-image: url(117606.jpg); 
	background-size: cover;
	color: white;
	text-align:center;
}

/* Navigation */ 
nav {
	display:block;
	height:2.0em;
	background:#3485C7;
	text-align:center;
}

nav ul {
	display:block;
}
nav ul li {
	display:inline;
	margin:0em 0.188em 0em 0.188em;
}
nav ul li a {
	color:#FFFFFF;
	font-size: 1.125em;
	line-height:2.0em;
	padding:0.563em 0.938em 0.375em 0.983em;
	transition:background 0.2s;
	-webkit-transition:background 0.2s;
}

nav ul li a:hover {
	background:#3485C7;
	border-bottom: 0.188em solid #3485C7;
}
nav ul li a.active {
	border-bottom: 0.188em solid #3485C7;
}

/* Content Area*/
#main {
	display:left; 
	width:96%;
	max-width:980px;
	margin:1.25em auto;
	padding:0em;
}

#main article {
	display:inline-block; 
	width:95.3%; 
	background:#FFFFFF;
	vertical-align: top;
	margin:0em;
	padding:0em;
	text-align:center;
}

#main article img {
	max-width:360px;
	box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 5px;
}

#main article img:hover {
	max-width:640px;
	border-radius: 5px;
}



#main article iframe {
	max-width:60px;
	box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 5px;

}


#main aside {
	display:inline-block;
	width:30.6%;
	margin-left:3%; 
	padding:0em;
	vertical-align:top;
}

#main aside section {
	margin-bottom:1.563em;
	background:#FFFFFF;
	border-bottom: 0.188em solid #E7590B;
}

#main article h2 {
	padding:1em 1.8em 1em 1.8em;
}

#main aside section ul {
	padding:0em 1.875em 1.25em 2.5em;
}
/* Footer */ 
footer {
	display:left;
	background:#3485C7;
	text-align:center;
}

footer ul {
	display:left;
	width:100%;
	max-width:980px;
	text-align:left;
	margin:0px auto;
}

footer ul li {
	display:inline;
	font-size:0.8em;
	line-height:2.8em;
	color:#E2DBDB;
	padding:0em 3.625em 3em 0.625em;
}
footer ul li a {
	color:#E2DBDB;
}


/* Mobile Style */
@media screen and (max-width:800px) {
	body {
		font-size:90%;
	}
}
@media screen and (max-width:600px) {
	#main aside, #main article {
		width:100%;
		display:block;
		margin:0.625em 0em 0.625em 0em;
	}
}
@media screen and (min-width:550px) {
	nav.nav {
		display:block !important;
	}	
}
@media screen and (max-width:550px) {
	body {
		font-size:86%;
	}
	#menubar ul li a.menubutton {
		display:block;
	}	
	nav {
		display:none;
		height:auto;
	}
	nav ul li {
		display:block;
		margin:0.3em 0em 0.3em 0em;
	}
}
