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

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

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

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

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

#mainContent h1 { 
	font-family: georgia, serif; 
	font-style: italic; 
	font-weight: normal; 
	font-size: 2.5em; 
	line-height: 1.5em; 
	text-align: center;
	padding: 0 20px;
	margin: 0;
	color: #702;
}

#mainContent h2 { 
	font-family: georgia, serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.8em; 
	line-height: 1.5em; 
	text-align: left;
	padding: 0 20px;
	margin: 0;
	color: #912;
}

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

#mainContent ul, #mainContent ol { 
	padding-left: 50px;
}

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

#mainContent blockquote p { 
	font-family: courier, monospace; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em; 
	text-align: left;
	padding: 0 40px;
}

#mainContent p a:link, #mainContent p a:visited { 
	color: #912;
}
#mainContent p a:hover { 
	color: #702;
	text-decoration: none;
	background: #f88;
}

/* ------- Gallery ------- */
#gallery {
	padding: 0;
	border: none;
	margin: 0;
}

#gallery div {
	margin: 0;
	border: none;
	padding: 0;
	width: 180px;
	display: inline-block;
	overflow: hidden;
	text-align: center; 
}

#gallery img {
	border: 0;
}

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

/* ------- Welcome ------- */
#welcome {
	width:540px;
	height:20px;
	margin: 0px;
	padding: 40px;
	font-family: 'trebuchet ms', sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.5em; 
	text-align: left;
	overflow: hidden;
}
#welcome strong {
	font-weight: normal; 
	font-size: 125%; 
}

/* ------- Signature ------- */
#col1Sig p { 
	padding: 110px 0px 0 0px;
	font-family: 'trebuchet ms', sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.1em; 
	line-height: 1.5em; 
	text-align: center;
	color: #000;
}

#col1Sig a { 
	font-size: 80%; 
	color: #c97;
}
#col1Sig a:hover { 
	color: #969;
	text-decoration: none;
}

/* ------- Navigation Sidebar------- */
#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover {
	width:180px;
	height:20px;
	margin: 0px auto;
	padding: 5px;
	font-family: 'trebuchet ms', sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1.5em; 
	color: #999;
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 1.5em; 
	color: #64A;
}

#navigation a:hover {
	background: #FDB;
	color: #437;
}

/* ------- Navigation Caterpillar------- */
#artNav {
	margin: 0 85px;
	border: none;
	padding: 0;
	display: block;
}
.navBook, .navArt, .navEdit, .navLicense  {
	margin: 0;
	border: none;
	padding: 0;
	width: 105px;
	height: 80px;
	display: inline-block;
	float: left;
}
.navBook  {
	background: url('../x_images/nav_book.gif')  no-repeat;
}
.navArt  {
	background: url('../x_images/nav_art.gif')  no-repeat;
}
.navEdit  {
	background: url('../x_images/nav_editorial.gif')  no-repeat;
}
.navLicense  {
	background: url('../x_images/nav_licensing.gif')  no-repeat;
}
.navBook:hover, .navArt:hover, .navEdit:hover, .navLicense:hover  {
	background-position:0 -80px;
}


/* ------- Navigation Bugs------- */
#portNav {
	margin: 0;
	border: none;
	padding: 0;
	height: 65px;
	display: block;
	text-align: center; 
}
#arrowPrev, #arrowNext {
	margin: 0;
	border: none;
	padding: 0;
	width: 100px;
	height: 65px;
	display: inline-block;
	overflow: hidden;
}
#arrowPrev {
	background: url('../x_images/bugPrev.gif')  no-repeat;
}
#arrowNext {
	background: url('../x_images/bugNext.gif')  no-repeat;
}
#arrowPrev:hover, #arrowNext:hover {
	background-position:0 -65px;
}
#arrowPrev:active, #arrowNext:active {
	background-position:0 -130px;
}

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

