/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url('images/paper.gif');
	background-repeat: repeat;
  	margin: 0px;
  	padding: 0px;
	width: 100%;
	text-align: center;
}

h1 {
	color: #D8781E;
	font: bold italic 2.6em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.smalltop {
	margin-top: 0px;
	padding-top: 10px;
}

h2 {
	color: #00249C;
	font: bold italic 1.2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
}

h3 {
	color: #080808;
	font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p a {
	color: #000000;
	font-weight: bold;
}
p a:hover {
	color: #2DAEEB; 
}

#workspace {
	margin: 0px auto;
	padding: 0px;
	width: 910px;
	height: auto;
	position: relative;
	z-index: 0;	
}

#header {
	color: #333333;
	font: bold italic 2.8em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0px auto;
	padding: 0px;
	height: 110px;
	position: relative;
	top: 52px;
	left: 17px;
	z-index: 1;
}

#navbar {
	margin: 0px;
	padding: 5px;
	height: 30px;
	margin-bottom: 5px;
	position: relative;
	top: 50px;
	z-index: 9;
	
}
#navmain ul {
	color: #080808;
	font: bold italic 1.5em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	list-style-type: none;
	margin: 0px;
	text-align: center;
}

#navmain ul li { 
	display: inline;
}

#navmain ul li a {
	text-decoration: none;
	color: #080808;
	padding: 0em .5em;
}

#navmain ul li a:hover {
	color: #2DAEEB;
}

#navmain ul li .current {
	color: #0007D5;
}

#gallerynav ul {
	color: #080808;
	font: bold italic 1.1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	list-style-type: none;
	margin: 0em;
	text-align: center;
}

#gallerynav ul li { 
	display: inline;
}

#gallerynav ul li a {
	text-decoration: none;
	color: #080808;
	padding: 0em .5em;
}

#gallerynav ul li a:hover {
	color: #2DAEEB;
}

#fairy {
	text-align: left;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -185px;
	left: -126px;
	z-index: 8;
}

#mainbox {
	font: 1em Garamond, Georgia, "Times New Roman", serif;
	height: 100%;
	margin: 0px;
	padding:  0px 50px;
	position: relative;
	top: 50px;
}

#mainbox p {
	text-align: left;
}

/* holders for border images on top and left */
#border-left {
	background-image: url('images/left.gif');
	background-repeat: repeat;
	float:left;
	height:110%;
	left:-8px;
	position:absolute;
	width:16px;
	top:-7px
}

#border-top {
	background-image: url('images/top.gif');
	background-repeat: repeat;
	height: 16px;
	width: 880px;
	margin: 0px;
	position: relative;
	top: -5px;
	left: -16px;
}

/* art gallery pages */
.category {
	display: -moz-inline-box;
	display: inline-block;
  	margin: 10px 50px;
  	border: 1px solid #663300;
  	height: auto;
  	width: 208px;
}
* html .category { display:inline; }  /* for IE 6 */
* + html .category { display:inline; }  /* for IE 7 */

.category img {
  	display: inline;
  	margin: 3px;
  	border: 1px solid #FFFFFF;
 }

.category a:hover img {
  	border: 1px solid #000000;
}

.desc  {
	font: bold italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
 	text-align: center;
  	width: 200px;
  	margin: 2px;
 }
 
.thumbnail {
	
	display:inline;
	height: auto;
	width: auto;
	margin: 0px 5px;
}

.thumbnail a img {
	border: 1px solid #000000;
	margin-bottom: 10px;
}

/* -----------------Google Slideshow------------*/

.gss a img {border : none;}

.gss {
       width: 288px;
       height: 288px;
       color: #0A0A0A;
       background-color: #FCFDF4;
       padding: 5px;
	   margin: auto;
}


/* -----------------LightBox CSS--------------- */ 

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* --------------- Feedburner ---------------- */

div.feedburnerFeedBlock {
	margin-top: -5px;
	width: 100%;
	overflow:hidden;
}

div.feedburnerFeedBlock p.feedTitle {
	font-size: 100%;
	font-weight: bold; 
}

div.feedburnerFeedBlock span.headline {
	display: block;
	font-size: 1.5em;
	border-bottom: 1px solid #00249C;
	border-top: 1px solid #00249C;
	margin: 10px 0px;
	padding: 5px 0px;
	text-align: center;
}

div.feedburnerFeedBlock span.main {
	padding-top: 10px;
}

div.feedburnerFeedBlock p.date {
	margin-left: 0em;
	font-size: 80%;
	margin-right: 0em;
	color: #aaaaaa ;
}

div.feedburnerFeedBlock li {
	text-indent: 0px ;
	margin-bottom: 0px;
	text-align: left;
}

div.feedburnerFeedBlock ul {
	margin:0px;
	padding-bottom:0px;
	padding-left: 0px;
	border-bottom:0px dotted #ccc;
	list-style:none;
}

div.feedburnerFeedBlock li a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0c0c0c; 
}

div.feedburnerFeedBlock li a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #2DAEEB; 
}

div.feedburnerFeedBlock li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0c0c0c; 
}

div.feedburnerFeedBlock li a:visited:hover {
	color: #2DAEEB;
	text-decoration: underline;
}

div.feedburnerFeedBlock li a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #2DAEEB;
}

div.feedburnerFeedBlock img {
	border: none; 
}

#creditfooter
{
	display: none;
}
