/* 
Theme Name: WIU Library Theme
Author: Sean West
http://www.wiu.edu/library/
*/

/* Begin Typography & Colors */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Helvetica Neue","Trebuchet MS",Arial,sans-serif;
    font-size: 62.5%;
    height: 100%;
    width: 100%;
}
#page {
	background-color:#fff;
	text-align: left;
	margin: 0;
	padding: 0;
}
#header {
	background: none;
	margin: 0;
	padding: 0;
}
#headerimg 	{
	margin: 0;
	padding: 0;
}
#content {
	font-size: 1.2em;
	padding: 10px 0 0 20px;
}
#content h2 a{
	color:#333;
}
#content h2 a {
	text-decoration: none;
}
#content a {
	color: #663399;
	text-decoration: none;
}
#content a:hover {
	color: #663399;
	text-decoration: underline;
}
#content img {
	border: 1px solid #999;
	padding: 5px;
	background-color: #fff;
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #9900cc;
}
.even, .alt {
	border-left: 1px solid #9900cc;
}
.clear {
	clear:both;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: white;
}
h1 {
	font-size: 3em;
	text-align: left;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #9966cc;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #cc00ff;
	padding: 2px;
	background: #fdfdfd;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #660066;
}
#sidebar li, #sidebar li a {
	color: #660066;
	text-decoration: none;
}
#sidebar li a:hover {
	text-decoration:underline;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #330066;
	text-decoration: none;
}
a:hover {
	color: #330033;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background: #fff url(http://wiu.edu/images/consistent/bkg_tile.jpg) repeat-x;
}
#page {
	margin: 0px auto;
	padding: 0;
	width: 1010px;
}
#header {
	background: url(http://wiu.edu/images/consistent/main_header.jpg) no-repeat scroll 0 0 transparent;
	height: 140px;
	position: relative;
	width: 1010px;
	z-index: 100;
}
#header h1, #header h1 a  {
	color: #fdfdfd;
	text-decoration: none;
}
#header h2 {
	color: #fdfdfd;
}
#headerNav {
    left: 0;
    position: absolute;
    top: 20px;
}
#headerNav ul {
    background: url("http://wiu.edu/images/consistent/bkg_tile.png") repeat-x scroll 0 0 transparent;
    float: left;
}
#headerNav ul li {
    background: url("http://wiu.edu/images/consistent/divider.png") no-repeat scroll right center transparent;
    float: left;
    list-style-type: none;
}
#headerNav ul li.last {
    background: none repeat scroll 0 0 transparent;
}
#headerNav ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
}
#headerNav ul li a:hover {
    color: #FFCB00;
    text-decoration: none;
}
.hide {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}
#searchBar {
    background: url("http://wiu.edu/images/consistent/search_bar_tile.gif") repeat-x scroll 0 0 transparent;
    font-size: 1em;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 13px;
    width: 403px;
    z-index: 101;
}
#searchBar img {
    float: left;
    padding-right: 8px;
}
#searchBar p, #searchBar label {
    float: left;
    margin-right: 3px;
}
#searchBar input.radio {
    float: left;
    margin-right: 3px;
    margin-top: 12px;
}
#searchBar input.searchTextbox {
    float: left;
    font-style: italic;
    font-weight: normal;
    margin-right: 3px;
    margin-top: 9px;
}
#searchBar .floatRight {
    margin-right: 8px;
}
#searchBar ul {
    float: left;
}
#searchBar ul li.webTools {
    background: url("http://wiu.edu/images/consistent/web_tools_arrow.png") no-repeat scroll left center transparent;
    cursor: pointer;
    float: left;
    margin-left: 7px;
    padding: 0 8px;
}
#searchBar ul li.webTools a {
    color: #000000;
    text-decoration: none;
}
#searchBar ul li ul.webToolsDropDown {
    background: url("http://wiu.edu/images/consistent/dropdown_tile.gif") repeat-x scroll 0 0 #C1C1C3;
    left: -9999px;
    position: absolute;
    top: 36px;
    z-index: 102;
}
.showWebToolsDropDown {
    left: 0 !important;
}
#searchBar ul li ul.webToolsDropDown {
    float: left;
    height: auto !important;
    min-height: 200px;
}
#searchBar ul li ul.webToolsDropDown li {
    background: url("http://wiu.edu/images/consistent/divider_line_tile.gif") repeat-x scroll center bottom transparent;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
}
#searchBar ul li ul.webToolsDropDown li.last {
    background: none repeat scroll 0 0 transparent;
}
#searchBar ul li ul.webToolsDropDown li a {
    color: #000000;
    display: block;
    font-weight: bold;
    text-decoration: none;
}
#searchBar ul li ul.webToolsDropDown li a:hover {
    color: #4F107A;
}
#headerLinks {
    height: 32px;
    position: absolute;
    right: 2em;
    top: 8.3em;
    z-index: 99;
}
#headerLinks a {
    color: #FFFFFF;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-left: 3em;
    text-decoration: none;
    text-transform: uppercase;
}
#headerLinks a:hover {
    color: #FFCB00;
}
#headerLinks a img {
    float: left;
    margin-right: 0.5em;
    width: 32px;
}
#menu {
    height: 47px;
}
#menu ul {
    background-color: #333333;
    float: left;
    height: 47px;
}
#menu ul li {
    display: inline;
    float: left;
    height: 47px;
    list-style-type: none;
}
#menu ul li a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
    height: 47px;
    line-height: 47px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#menu ul li a:hover {
    color: #FFCB00;
}
#menu li.academics a {
    background: url("http://wiu.edu/images/consistent/academics.jpg") no-repeat scroll 0 0 transparent;
    width: 123px;
}
#menu li.admissions a {
    background: url("http://wiu.edu/images/consistent/admissions.jpg") no-repeat scroll 0 0 transparent;
    width: 132px;
}
#menu li.alumni a {
    background: url("http://wiu.edu/images/consistent/alumni.jpg") no-repeat scroll 0 0 transparent;
    width: 102px;
}
#menu li.arts a {
    background: url("http://wiu.edu/images/consistent/arts.jpg") no-repeat scroll 0 0 transparent;
    width: 87px;
}
#menu li.athletics a {
    background: url("http://wiu.edu/images/consistent/athletics.jpg") no-repeat scroll 0 0 transparent;
    width: 122px;
}
#menu li.giving a {
    background: url("http://wiu.edu/images/consistent/giving.jpg") no-repeat scroll 0 0 transparent;
    width: 98px;
}
#menu li.libraries a {
    background: url("http://wiu.edu/images/consistent/libraries.jpg") no-repeat scroll 0 0 transparent;
    width: 118px;
}
#menu li.studentLife a {
    background: url("http://wiu.edu/images/consistent/student_life.jpg") no-repeat scroll 0 0 transparent;
    width: 140px;
}
#menu li.wiuQC a {
    background: url("http://wiu.edu/images/consistent/wiu_qc.jpg") no-repeat scroll 0 0 transparent;
    width: 88px;
}
#breadCrumbHeader {
    background: url("http://wiu.edu/images/consistent/header_box.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 54px;
    width: 214px;
}
#breadCrumbHeader h2 {
    font-size: 1.4em;
    padding: 18px 1em 0 1px;
    text-align: right;
}
#breadCrumb {
    background: url("http://wiu.edu/images/consistent/breadcrumb_bar.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 54px;
    width: 796px;
}
#breadCrumb p {
    color: #363636;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 54px;
    padding-left: 1em;
}
#breadCrumb a {
    color: #363636;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 35px;
	margin: 0 0 0 2em;
	width: 600px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 110px;
	width: 796px;
}
.post {
	margin: 0 0 40px;
	text-align: justify;
	border-bottom: solid medium #ae53ad;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
/* footer */
#footerPad {
    height: 100px;
}
#footer {
    height: 85px;
    margin: 0 auto;
    position: relative;
    width: 990px;
}
#footer img {
    float: left;
}
#footer ul {
    background: url("/images/consistent/footer_tile.gif") repeat-x scroll 0 0 transparent;
    bottom: 20px;
    float: left;
    height: 33px;
    left: 70px;
    position: absolute;
}
#footer ul li {
    background: url("/images/consistent/footer_divider.gif") no-repeat scroll right center transparent;
    float: left;
	list-style:none;
}
#footer ul li.last {
    background: none repeat scroll 0 0 transparent;
    clear: right;
}
#footer ul li a {
    color: #363636;
    display: block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#footer ul li a:hover {
    color: #4F107A;
}
#footer ul li a img {
    padding-top: 0.9em;
}
#footer .copywrite {
    bottom: 0;
    font-size: 1em;
    left: 70px;
    position: absolute;
}
#footer .copywrite a {
    color: #363636;
    text-decoration: none;
}
#footer .address {
    bottom: 0;
    position: absolute;
    right: 0;
}
#footer .address, #footer .address p {
    clear: right;
    float: right;
    font-size: 1em;
}
#footer .address p a {
    color: black;
}
/* End Footer */
/* End Structure */

/*	Begin Headers */
h1 {
	padding: 2px 0 0 50px;
	margin: 0;
	color: white;
}
h2 {
	margin: 0;
	padding: 0 0 0 50px;
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
h3 {
    color: #663399;
    font-size: 1.6em;
    font-weight: bold;
    padding: 12px 12px 6px;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
h4 {
    color: #C98210;
    font-size: 1.3em;
    font-weight: bold;
    padding: 6px 12px;
}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.imgnoborder {
	margin: 0;
	padding: 0;
	border: 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 150px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { 
	padding: 0; 
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 0;
	margin-left:710px;
	width: 300px;
	background: url(http://cms.wiu.edu/libraries/side_nav_bkg.gif) repeat-x;
}
#sidebar form {
	margin: 0;
}
#sidebar img {
	border: 1px solid #999;
	padding: 5px;
	margin:1em;
	background-color: #fff;
	text-align:	center;
}
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fdfdfd; }
/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #660099;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #9900cc;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #9900cc;
	text-align: center;
	background-color: #b69ece;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
