﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* end reset */
/* CSS layout */
html {
	margin : 0;
	padding : 0;
}
body {
	left: 20%;
	line-height : 1;
	color : black;
	background : #c0c0c0 url('../images/backgrounds/general.jpg') fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin : 0;
	padding : 1em 2em 2em 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	font-family: "Century Gothic";
}
img {
	border-width: 0px;
	width: 100%;
	max-width: 900px;
	height: auto;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
	-webkit: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
/* responsive */
img, embed, object, video {
	max-width: 900px;
	height: auto;
}
video {
	width: 100%;
	height: auto;
	max-height: 100%;
}
/* responsive */

.noDropShadow {
	box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit: 0px 0px 0px;
}
p {
	font-weight: normal;
	margin-top : 0;
	text-align : justify;
}
h1 {
	font-size: 250%;
	letter-spacing : 1px;
	padding-bottom : 1em;
	color : rgba(0,0,0,9);
}
h2 {
	font-size: 115%;
	letter-spacing : 1px;
	margin-bottom : 0;
	color : rgba(100,100,100,1);
}
h3 {
	font-size: 110%;
	font-weight: bold;
	letter-spacing : 1px;
	margin-bottom : 0;
	color : black;
}
h4 {
	font-size: 90%;
	letter-spacing : 1px;
	margin-bottom : 0;
	color : black;
}
h5 {
	font-size: 80%;
	letter-spacing : 1px;
	margin-bottom : 0;
	color : black;
}
h6 {
	font-size: 55%;
	letter-spacing : 1px;
	margin-bottom : 0;
	color : black;
}
a:link {
	color: rgba(0, 0, 0, 0.9);
	-webkit-transition: color 1s ease-in;
	-moz-transition: color 1s ease-in;
	-o-transition: color 1s ease-in;
	transition: color 1s ease-in;
	text-decoration: none;
}
a:visited {
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
}
a:hover {
	no-border-bottom: 2px dotted navy;
	color: rgba(0, 0, 255, 0.9);
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	position: relative;
	z-index: 1000;
}
a.noBckgr:hover {
	text-decoration: none;
	background-color: transparent;
}
a:active, focus {
	color: rgba(0, 0, 0, 1);
}
a: img {
	border: 0 none;
}
a:hover img {
	text-decoration: none;
}
ol {
	background: transparent;
	margin-left: -22px;
}
ul {
	background: transparent;
	margin-left: 0;
	line-height: 160%;
}
li {
	background: transparent;
	margin-left: 0px;
	list-style-type: none;
	font-size: 95%;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */;
	page-break-inside: avoid; /* Firefox */;
	break-inside: avoid; /* IE 10+ */
}
figcaption {
	font-size: 95%;
	font-style: oblique;
	color: #333;
	max-width: 800px;
	padding-top: 0.55em;
}
nav {
	width: 14%;
	float: left;
	position: fixed;
	padding-left: 1em;
	background-color: none;
	top: 2%;
}
section {
	top: 10%;
	margin-left: 14%;
	padding: 2% 4% 15% 3%;
	position: relative;
	width: 75%;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 8px 22px 22px 0 rgba(0,0,0,0.3);
	box-shadow: 8px 22px 22px 0 rgba(0,0,0,0.3);
}
article {
	float: left;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 8px 22px 22px 0 rgba(0,0,0,0.3);
	box-shadow: 8px 22px 22px 0 rgba(0,0,0,0.3);
	padding: 0 22% 2% 2%;
	margin-left: 18%;
	position: relative;
}
aside {
	float: right;
	position: relative;
	display: inline;
	clear: both;
}
#footer {
	position: relative;
	bottom: 0;
	padding-left: 14%;
	width: 100%;
	height: 60px; /* Height of the footer */;
	background: none;
}
