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

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

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

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

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


#mainContent h1 { 
	font-family: georgia, serif; 
	font-style: italic; 
	font-weight: normal; 
	font-size: 2em; 
	line-height: 1.5em; 
	text-align: left;
	padding: 0px 140px 0 10px;
	color: #c93;
	clear: left;
}

#mainContent h2 { 
	font-family: georgia, serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.5em; 
	line-height: 1.5em; 
	text-align: left;
	padding: 0px 140px 0 10px;
	color: #c93;
	clear: left;
}

#mainContent p, #mainContent ul, #mainContent ol { 
	font-family: georgia, serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.2em; 
	line-height: 1.5em; 
	text-align: left;
	padding: 0px 140px 5px 10px;
}

#mainContent ul { 
	list-style-type: square;
}

#mainContent .quote {
	font-family: georgia, serif; 
	font-style: italic; 
	font-size: 1.4em; 
}

#mainContent .signature {
	font-family: Tahoma, sans-serif; 
	font-weight: bold; 
	margin-top: -20px;
	margin-left: 200px;
	color: #c93;
}

.copyright { 
	padding: 40px 0 0 130px;
	font-family: georgia, serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 0.9em; 
	line-height: 1.2em; 
	text-align: left;
	color: #ed9;
}

.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 ul {
	padding: 0;
	margin: 0;
}

#gallery ul li , #gallery ul li a {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	border: none;
	font-family: georgia, serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em; 
	line-height: 1em; 
	text-align: center; 
	color: #ed9;
	text-decoration: none;
}

#gallery_middle img {
	border: 1px solid #ed9;
}

/* ------- 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;
}

/* ------- Navigation ------- */
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover {
	width:180px;
	height:40px;
	margin-top: 10px;
	text-decoration: none;
	float:left;
}

#navigation a:hover {
	background-position:0 -40px;
}

.navHome {
	background: url('../x_images/nav_home.gif') no-repeat;
}
.navPhantom {
	background: url('../x_images/nav_phantom.gif') no-repeat;
}
.navRollac {
	background: url('../x_images/nav_rollac.gif') no-repeat;
}
.navSunsetter {
	background: url('../x_images/nav_sunsetter.gif') no-repeat;
}
.navAwnings {
	background: url('../x_images/nav_awnings.gif') no-repeat;
}
.navContact {
	background: url('../x_images/nav_contact.gif') no-repeat;
}
.navTestimonials {
	background: url('../x_images/nav_testimonials.gif') no-repeat;
}

.navHome_C {
	background: url('../x_images/nav_home_C.gif') no-repeat;
}
.navPhantom_C {
	background: url('../x_images/nav_phantom_C.gif') no-repeat;
}
.navRollac_C {
	background: url('../x_images/nav_rollac_C.gif') no-repeat;
}
.navSunsetter_C {
	background: url('../x_images/nav_sunsetter_C.gif') no-repeat;
}
.navAwnings_C {
	background: url('../x_images/nav_awnings_C.gif') no-repeat;
}
.navContact_C {
	background: url('../x_images/nav_contact_C.gif') no-repeat;
}
.navTestimonials_C {
	background: url('../x_images/nav_testimonials_C.gif') no-repeat;
}

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

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

