/* Clear a bunch of defaults */

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0; padding:0;
}

/* Stuff */

.highlightbox {
	background: #eef; border-top: 1px solid #3064BF; border-bottom: 1px solid #3064BF;
	padding: .5em; margin: 1em 0;
}

img{ border:0; }

/* Utility classes */

.clear { clear: both; }
.hidden { display: none; }
.noborders, .noborders td, .noborders th { border: none; }
.indent { padding-left: 2em; }

.floatleft { float: left; margin: .5em .5em .5em 0; }
.floatright { float: right; margin: .5em 0 .5em .5em; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
img.floatleft { margin-right: 0; border-right: .5em solid white; }
img.floatright { margin-left: 0; border-left: .5em solid white; }

.center {text-align: center;}
a.center { display: block; margin-left: auto; margin-right: auto; }
table.center {margin-left: auto; margin-right: auto; text-align: inherit;}

.red { color: red; }

/* Some special classes we can use for printing */
.print-only { display: none; }
/*.no-print { display: auto; }*/

/* Blog posts */

.blogpost { }
.blogmeta { margin-top: 2px; font-size: 82%; color: #666; text-align: right;}
.blogmeta .floatleft { width: 20em; margin: 0 0 0 0em; text-align: left; }
.blogtime { font-weight: bolder; }
.blogsinglemeta {
	background: #eef; border-top: 1px solid #3064BF; border-bottom: 1px solid #3064BF;
	padding: .5em .75em; margin: 1em .75em; font-size: 82%; 
}
.blogsinglenav { margin: 1em .75em;  }



/* Library Hours table */

/* OLD style before featured resource         table.hours { margin: 0 auto 10px auto; width: auto;} */
table.hours { margin: 0 auto 10px auto; width: auto; display:none;} 
.MayFeatured { background:url("/images/resources/featured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.JuneFeatured { background:url("/images/resources/juneFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.JulyFeatured { background:url("/images/resources/julyFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.AugustFeatured { background:url("/images/resources/augustFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.SeptemberFeatured { background:url("/images/resources/septemberFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.OctoberFeatured { background:url("/images/resources/octoberFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.NovemberFeatured { background:url("/images/resources/novemberFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.DecemberFeatured { background:url("/images/resources/decemberFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.JanuaryFeatured { background:url("/images/resources/januaryFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.FebruaryFeatured { background:url("/images/resources/februaryFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.MarchFeatured { background:url("/images/resources/marchFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
.AprilFeatured { background:url("/images/resources/aprilFeatured.jpg") no-repeat scroll 0 0 transparent; border:medium none; display:block; height:150px; margin:0 auto 10px; width:180px; }
table.hours td {width: auto; padding: 3px 8px;}
table.hours th {text-align: center; }
table.hours td.today {background: #E6DfCF; }

/* Flickr Badge */
.zg_div {margin:10px auto; width:117px;}
.zg_div_inner {border: solid 1px #806440; background-color:#FFFFFF;  color:#000; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#0047C2; background:inherit !important; text-decoration:none !important;}

/* Font Size Buttons */
#fontSize{
	position:relative;
	left:-15px;
	top:-20px;
	width: 100px;
	float: right;
	height: 5px;
	color: white;
}
