﻿/******************************************************************************************
CSS Reset, thank you Eric Meyer...http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
	changed attributes are noted
****************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	background-color: #ffffff;	/* ADDED (http://flickr.com/groups/underwearshowing/pool/)*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* force form controls and tables cells to inherit the correct size (http://www.clagnut.com/blog/348/)*/
input, select, th, td { 
	font-size:1em 
}

p  /*ADDED*/
{
	margin:0.5em 0 1.5em;
}

ul, ol {/*ADDED*/
	margin-bottom:1.25em;
}

h4 { /* ADDED */
	margin:1.25em 0 0.25em;
	text-transform:uppercase;
}

/******************************************************************************************
General Classes
****************************************************************************************/
.fright
{
	float: right;
}
.fleft
{
	float: left;
}
.warningMsg
{
	float: left;
	font-size: 12px;
	color:  ffff00;
}


/******************************************************************************************
Anchors
****************************************************************************************/

#headerNav li a
{
	color:#FFFFFF;
	text-decoration:none;
}
#headerNav li a:hover
{
	text-decoration: underline;
}

/******************************************************************************************
Headings: Since setting font-size to 100%, need to manually set all font-sizes
****************************************************************************************/
#header h1
{
	right:8px;
	position:absolute;
	top:27px;
}

	#header h1 a:link, #header h1 a:visited
	{
		display: block;
		background: transparent url(http://www.uwgb.edu/library/files/images/uwgb-logo.gif) no-repeat 0 0;
		text-indent: -9000px;
		overflow: hidden;
		text-decoration: none;
		width: 229px;
		height: 16px;
	}
	
#header h2
{
	left:74px;
	position:absolute;
	top:37px;
}

#header h2 a:link, #header h2 a:visited
{
	display: block;
	background: transparent url(http://www.uwgb.edu/library/files/images/cofrin-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
	text-decoration: none;
	width: 365px;
	height: 34px;
}


#header h3
{
	left:255px;
	position:absolute;
	top:72px;
}

#header h3 a:link, #header h3 a:visited
{
	display: block;
	background: transparent url(http://www.uwgb.edu/library/files/images/tagline.png) no-repeat 0 0;
	text-indent: -9000px;
	overflow: hidden;
	text-decoration: none;
	width: 184px;
	height: 21px;
}

/******************************************************************************************
Form elements- http://www.456bereastreet.com/archive/200410/styling_even_more_form_controls/
****************************************************************************************/
	fieldset
	{
	border: 1px solid #ececec;
	padding: 0px 20px 20px 20px;
	}

	legend
	{
	color: #345575;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 10px;
	}

	label { }

	optgroup { font-style: normal; }

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"]
	{
	padding: 1px 3px;
	/* http://www.viget.com/inspire/comments/styling-the-button-element-in-internet-explorer/ */
	overflow: visible;
	width: auto;
	}

	input[type="password"], input[type="text"], textarea
	{
		color: #555555;
	}

	input[type="password"], input[type="text"], textarea
	{
		border: 1px solid #cccccc;
	}
	input[type="password"], input[type="text"], textarea, select
	{
		color: #555555;
		font-size: 1em;
		outline-width: 0px;
	}



/*	input[type="password"], input[type="text"], textarea { padding: 4px; }*/
	input[type="password"]:focus, input[type="text"]:focus, textarea:focus { border: 1px solid #aaaaaa; }

	textarea { overflow-y: auto; resize: both; }

/******************************************************************************************
Template
****************************************************************************************/
html, body 
{ 
		font-size: 100%;
		width: 100%; 
		background-color: #003300;
		text-align: center;
} /* Fixes 800x600 problem */


body {
	line-height:1.125em; /* 1.125=18 http://www.alistapart.com/articles/howtosizetextincss*/
	font-family: arial, sans-serif;
	color: #3c3d34;
}

#header
{
	background: transparent url(http://www.uwgb.edu/library/files/images/header-burst.gif) no-repeat 40px 2px;
	height: 96px;
	width: 927px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#headerNav
	{
		color:#FFFFFF;
		display:inline;
		font-size:0.6em;
		position:absolute;
		right:5px;
		top:1px;
	}
		#headerNav li
		{
			border-right:1px solid #A7A7A7;
			display:inline;
			padding:0 4px;
		}
		#headerNav li.lastChild
		{
			border-right:medium none;
		}
	#searchText
	{
		color:#888888;
		font-size:0.7em;
		padding:2px;
		position:absolute;
		right:60px;
		top:62px;
		width:150px;
	}
	#searchButton
	{
		position:absolute;
		right:33px;
		top:62px;
	}
	
/* Footer area */
#footer {
	color: #fff;
	font-size: .7em;
	height: 50px;
	line-height: normal;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	width: 858px;
}
	
#footer a { 
	color: #fff;
}

#footer a:hover {
	text-decoration:none;
	color: #c7d6c7;
}
	
#support-libraries {
	background: url('/library/files/images/support-library-logo.gif') no-repeat left top;
	height: 0;
	overflow: hidden;
	padding-top: 33px;
	width: 137px;
	float: right;
}

#fed-depository {
	background: url('/library/files/images/depossquare.gif') no-repeat left top;
	height: 0;
	overflow: hidden;
	padding-top: 49px;
	width: 70px;
	float: right;
}
