@charset "utf-8";
/* CSS Document */


#wrap {
	width: 800px; 
	margin: 0 auto; 
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #EEEEEE;
}
#main #bookshelf {
	background-image: url(../images/smallgraphpaper.jpg);
	background-repeat: repeat;
	width: 800px;
	vertical-align: middle;
	/*margin-left: 10%;*/
}

#main #bookshelf img {
	margin-right: 100px;
	margin-left: 100px;
}

/* book guy image stays in same spot even when scrolling down */
#bookguy {
	position: fixed;
	right: -130px;
	/*left: -100px;*/
	height: 144px;
	width: 144px;
	top: 300px;
}
#searchpage {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18px;
	background-color: #EAEAEA;
	text-align: center;
	border: thick inset #6C6C6C;
}

h1 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding: 10px;
}
h2 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
h3 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	padding: 10px;
}
.navbar {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	font-weight: bold;
	background-color: #ABABAB;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #FFFFFF;
	border-right-color: #2D2D2D;
	border-bottom-color: #2D2D2D;
	border-left-color: #FFFFFF;
}
/* format contact me form - right align input boxes on contact me form*/

/*Fixes reCaptcha padding issue.*/
#recaptcha_widget_div div {padding-bottom:0px !important;}

#bookshelf #contactme form#contact div {
	padding-bottom: 10px;	
}

#bookshelf #contactme form#contact .label {
	display:block;
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	padding: 5px 10px 0 0;
	font-weight: bold;
	border-top-color: #B87E00;
	border-right-color: #B87E00;
	border-bottom-color: #B87E00;
	border-left-color: #B87E00;
}

#bookshelf #contactme form#contact .label {
	width: 150px;	
}


#bookshelf #contactme form#contact input[type="radio"] {
   display: inline-block;
   margin-top: 10px;	
}

#contactbutton {
	width:100px;
	height:40spx;
}
	
#nolabel {
	margin-left: 150px;
	padding-left: 10px;
}

#contact .indent label.error {
  margin-left: 0;
}
#contact label.error {
  font-size: 0.8em;
  color: #F00;
  font-weight: bold;
  display: block;
  margin-left: 150px;
}
#contact  input.error, #contact select.error  {
  background: #FFA9B8;
  border: 1px solid red;
}

/* end contact me formatting */

#bannerimage {
	height: 128px;
}



#main #header #bannerimage h1 {
	text-align: center;
	vertical-align: middle;
	margin-top: -75px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/* display list horizontally */
li {
	display: inline;
	padding-right: 25px;
}

#header {
	width: 800px;
	/*margin-left: 10%;*/
}
/* clear both sides to prevent overflow from previous items */
.footer {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	font-weight: normal;
	background-color: #C0C0C0;
	text-align: center;
	width: 800px;
	clear: both;
}

#main #header .navbar ul li .button {
	color: #000000;
	text-decoration: none;
}

#main #header .navbar ul li .button:link {
	background-color: #ABABAB;
}
#main #header .navbar ul li .button:hover{
	background-color: #D5D5D5;
}

#main #header .navbar ul li .button.selected {
	color: #FFF;
}
/* removes borders around images for IE */
img {
    border: 0;
}
.resources tr td {
	padding: 10px;
}

/*if media type is print, left align page so will print better, and don't print nav or img */
@media print {
	#main #bookshelf {
		width: 800px;
		vertical-align: middle;
		margin-left: 0px;
	}
	#bookguy {
		display: none;
	}
	#header {
		width: 800px;
		margin-left: 0px;
	}
	img#bookend1 {
		visibility:hidden;
	}
	.navbar {
		display: none;
	}
	/* tried this, but doesn't seem to work! */
	table .resources tr td {
		page-break-inside:avoid;
	}
}
/* CSS for image gallery on web awards page */
#main #bookshelf div.imggallery
  {
  margin:5px;
  border:1px solid #000000;
  height: 205px;
  width: 250px;
/*  height:auto;
  width:auto;
*/  float:left;
  text-align:center;
  }
#main #bookshelf div.imggallery img
  {
  display:inline;
  margin:3px;
  border:1px solid #000000;
  }
#main #bookshelf div.imggallery a:hover img
  {
  border:1px solid #000000;
  }
#main #bookshelf div.imgdesc
  {
  text-align:center;
  font-weight:normal;
  width:250px;
  margin:2px;
  }


/* CSS for Scroll to top function */

#back-top {
	position: fixed;
	bottom: 30px;
	/*	margin-left: -150px;*/	
	margin-right: 0px;
	right: 10px;
}

#back-top a {
	width: 75px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 75px;
	height: 75px;
	display: block;
	margin-bottom: 7px;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	background-color: #ddd;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #777;
}
#main #bookshelf #contactme {
	border: medium solid #000000;
	margin: 20px;
	padding: 20px;
}
#main #bookshelf #contactme #mailsent {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin: 20px;
	padding: 20px;
	width: 600px;
	border: thick solid #000000;
	height: 400px;
}
