/* ---------- © Eric Dubois ---------- */
/* ---- http://www.ericdubois.com ---- */

/* ------- Styles for text and image elements ------- */

/* ------- Text ------- */
a { 
	text-decoration: none;
	color: #811;
	border: none;
}

a:link, a:visited { 
	color: #811;
}

a:hover { 
	color: #922;
	text-decoration: underline;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

/* ------- Main pages ------- */
#mainContent h1 { 
	font-family: Arial Black, arial, verdana, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 2em; 
	line-height: 1.5em; 
	text-align: center;
	padding: 0px 20px 0 20px;
	color: #811;
	clear: left;
}

#mainContent h2 { 
	font-family: arial, verdana, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 1.5em; 
	line-height: 1.2em; 
	text-align: left;
	padding: 10px 20px 0 0;
	color: #811;
	clear: left;
}

#mainContent h3 { 
	font-family: arial, verdana, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1.2em; 
	text-align: left;
	padding: 10px 20px 0 0;
	color: #811;
	clear: left;
}

#mainContent p, #mainContent ul, #mainContent ol { 
	font-family: arial, verdana, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: 1.5em; 
	text-align: left;
	padding: 0px 20px 0 0;
}

#mainContent blockquote p { 
	font-family: arial, verdana, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em; 
	text-align: left;
	padding: 5px 20px 0 20px;
}

#mainContent ul { 
	list-style-type: square;
	padding: 5px 20px 0 20px;
}

#mainContent p.center {
	text-align: center;
}

.code { 
	font-family: 'Courier New', Courier, monospace; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em; 
	line-height: 1.2em; 
	text-align: center; 
	color: #003366;
}

/* ------- Pop-up pages ------- */
#popContent h1 { 
	font-family: Arial Black, arial, verdana, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 2em; 
	line-height: 1.5em; 
	text-align: center;
	padding: 0px 20px 0 20px;
	color: #347;
}

#popContent h2 { 
	font-family: arial, verdana, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 1.5em; 
	line-height: 1.5em; 
	text-align: left;
	padding: 10px 20px 0 20px;
	color: #347;
}

#popContent p, #popContent ul, #popContent ol { 
	font-family: arial, verdana, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: 1.5em; 
	text-align: left;
	padding: 0px 20px 0 20px;
	margin-top: 0;
}

#popContent blockquote p { 
	font-family: arial, verdana, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em; 
	text-align: left;
	padding: 5px 20px 0 20px;
}

#popContent ul { 
	list-style-type: square;
	padding: 5px 20px 0 40px;
}

#popContent p.copyright { 
	font-size: 0.9em; 
	line-height: 1em; 
	text-align: right;
	padding: 0px 20px 0 20px;
}

#popContent p.center {
	text-align: center;
}

/* ------- Footer ------- */
.webmaster { 
	padding: 50px 80px 0 0;
	float: right;
}

.webmaster a { 
	font-family: georgia, serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 0.9em; 
	line-height: 1.2em; 
	color: #338;
	text-decoration: none;
}
.webmaster a:hover { 
	color: #449;
}

/* ------- Gallery ------- */
#gallery {
	padding: 0;
	margin: 0;
	clear: both;
}

#gallery img {
	border: none;
	margin: 5px;
}

/* ------- Images ------- */
img {
	margin: 0px;
	border: none;
	padding: 0px;
}

img.floatright { 
	float: right;
	margin: 0 0 10px 10px; 
}

img.floatleft { 
	float: left;
	margin: 0 10px 10px 0; 
}

.hiddenPic { 
	display: none;
}

.clear {
	clear: both;
}


/* ------- JS Warning ------- */

.warning {
	margin: 5px auto;
	border: 3px solid white;
	padding: 20px;
	width: 600px;
	background: red;
	clear: both;
	font: 2em bold;
	color: white;
}

