/*

Theme Name: Boyce Library Website
Theme URI: http://library.sbts.edu/
Description: Three column liquid, widget ready, theme based on the Fluid Web theme by <href="http://www.2yi.net">Your Index</a>
Version: 1
Author: Jason Fowler

*/	


/********************************Headers************************/
#headerwrap	{
	background: #ECEAC2 url(ref_images/ref_header3.jpg) no-repeat center top;
	width: 770px;
	line-height: 130%;
	height: 175px;
	margin: auto;
	display: block;
	}

#headerwrap a	{
	display :block;
	width: 100%;
	height: 100%;
	}


								/***************************General Styles****************
								***********************************************************/  

html	{
	text-align: center;
	}

*	{
	margin: 0px;
	padding: 0px;
	}

body {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;	
	background-color: #ECEAC2;
	background: #ECEAC2 url(img/test.gif) repeat-x; 
	font-size: 12px;
	text-align: center; 
	color: #000000;
	font-family:  sans-serif, Times, "Times New Roman", serif;
	}

							   
/*********************** Headings Global *******************************************************************/

h1	{
	font-size: 1.25em;
	margin: 1em;
	color: #262626;
	text-align: center;
	}

h2	{
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 6px;
	text-align: left;
	text-transform: capitalize;
	}

h3	{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 16px;
	margin-top: 6px;
	margin-bottom: 12px;
	text-align: left;
	text-transform: capitalize;
	}

h3 a:link, h3 a:visited	{
	color: #656453;
	font-weight: bold;
	}

h3 a:link:hover, h3 a:visited:hover	{
	color: #9a9677;
	font-weight: bold;
	text-decoration: underline;
	}

h4	{
	margin-top: 15px;
	font-size: 12px;
	text-transform: capitalize;
	}
	

/*************************************** Paragraph **************************/

p	{
	margin-bottom: 12px;
	}

/*************************************** Blockquote ***********************/
blockquote	{
	padding-left: 17px;
	padding-right: 15px;
	margin-left: 25px;
	margin-right: 25px;
	}




                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#blogtitle	{
	color: #4F4F4F;
	float: left;
	text-align: left;
	margin-top: 10px;
	padding: 7px;
	}

#blogtitle a:link {
	color: #4F4F4F;
	text-decoration: none;
	border: none;
	}

#blogtitle a:visited {
	color: #4F4F4F;
	text-decoration: none;
	border: none;
	font-weight: bold;
	}

#blogtitle a:hover {
	color: #D5E1B1;
	text-decoration: none;
	}



                         /***************************************************
                         *********************** Site Description **************
                         *****************************************************/

#sitedesc	{
	float: left;
	text-align: left;
	margin-top: 45px;
	margin-left: 3px;
	padding-top: 4px;
	font-size: 16px;
	font-weight: bold;
	color: #EFEFEF;
	}

#comment	{
	width: 350px;
	}

#container	{
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	}

                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav	{
	float: left;
	width: 170px;
	margin: 0;
	padding: 6px;
	padding-left: 10px;
	padding-top: 12px;
	margin-top: 12px;
	margin-left: 5px;
	text-align: left;
	background-color: #9A9677;
	min-height: 475px;
	}

#leftnav ul		{
	list-style-type: none;
	}




 				  	   /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav	{
	float: right;
	width: 170px;
	margin: 0;
	padding: 6px;
	padding-left: 10px;
	padding-top: 12px;
	margin-right: 5px;
	text-align: left;
	background-color: #9A9677; 
	border: 1px #a6992a;
	margin-top: 12px;
	min-height: 475px;
	}
	
#rightnav ul	{
	list-style-type: none;
	}
                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content	{
	margin-left: 200px;
	border: 1px #999999 solid;
	margin-right: 200px;
	padding: 1em;
	padding-top: 6px;
	margin-top: 12px;
	text-align: left;
	background-color: #fff;
	min-height: 475px;
	}

#content h3 {
	color: #000000;
	}

#content ul {
	list-style-type: disc;
	list-style-position: inside;
	}

#content ul li{
	padding-left: 15px;
	}

#content ul li ul li{
	padding-left: 10px;
	list-style: disc;
	}

#content ol{
	list-style-position: inside;
	padding: 2px;
	margin-bottom: 10px;
	}


                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap	{
	clear: both;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #999999;
	width: 98%;
	color: #333;
	padding: 5px;
	font-weight: normal;
	}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft	{
	margin-top: 10px;
	margin-bottom: 10px;
	background: none;
	}

#sidebarleft ul li	{
	display: block;
	padding-bottom: 1px;
	background: none;
	padding-top: 1px;
	margin-top: .25em;
	text-align: left;
	font-size: 1em;
	}

#sidebarleft ul li a	{
	display: block;
	border-bottom: 1px #525045 solid;
	color: #eceac2;
	text-decoration: none;
	font-weight: bold;
	}

#sidebarleft ul li a:visited	{
	border-bottom: 1px #525045 solid;
	color: #eceac2;
	text-decoration: none;
	font-weight: bold;
	}

#sidebarleft ul li a:hover	{
	border-bottom: 1px #525045 solid;
	text-decoration: none;
	color: #656453;
	font-weight: bold;
	}
	

#sidebarleft ul li ul li{
	padding-left: 20px;
	}

#sidebar ul li ul li{
	border-bottom: none;
	}
	
#sidebarleft ul li ul li a{
	border-bottom: none;
	font-weight: bold;
	}

#sidebarleft ul li ul li a:hover {
	border-bottom: none;
	font-weight: bold;
	}

#sidebarleft ul li ul li a:visited{
	border-bottom: none;
	font-weight: bold;
	}

#sidebarleft h2 {
	font-weight: bold;
	color: #5D6F53;
	font-size: 12px;
	display: none;
	}

                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright	{
	margin-top: 5px;
	margin-bottom: 10px;
	background: none;
	}

#sidebarright ul li	{
	display: block;
	padding-left: 15px;
	padding-bottom: 5px;
	}

#sidebarright ul li ul li{
	padding-left: 10px;
	}

#sidebarright a {
	color: #eceac2;
	text-decoration: none;
	border: none;
	font-weight: bold;
	}

#sidebarright a:hover {
	color: #656453;
	border: none;
	font-weight: bold;
	}

#sidebarright a:visited:hover {
	color: #656453;
	border: none;
	font-weight: bold;
	}

#sidebarright a:visited {
	text-decoration: none;
	border: none;
	font-weight: bold;
	}

#sidebarright h2, #sidebarright h2 a	{
	font-weight: bold;
	color: #e6e5dd;
	font-size: 13px;
	padding: 1px;
/*	border-bottom: solid 2px; */
	margin: 3px;
	display: inline;
	}

#sidebarright .textwidget {
	border-top: solid 2px #e6e5dd;
	}


#leftnav p, #rightnav p	{
	margin: 0 0 1em 0; 
	}

#content h2 { 
	margin: 0 0 .5em 0; 
	}



                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata	{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	background-color: #9A9677;
	color: #000;
	font-weight: bold;
	}

.postmetadata a:link, .postmetadata a:visited	{
	border: none;
	color: #ECEAC2;
	}

.postmetadata a:hover	{
	border: none;
	color: #656453;
	}

.postmetadata a:visited:hover	{
	border: none;
	color: #656453;
	}

p.postmetadata alt	{
	font-size: 1.5em;
	}

                         /***************************************************
                         *********************** Links Global ********************
                         *****************************************************/

a:link	{
	color: #9a9677;
	text-decoration: none;
	font-weight: bolder;
	}

a:visited	{
	color: #656453;
	font-weight: bolder;
	text-decoration: none;
	}


a:hover	{
	color: #656453;
	}

a:hover, a:visited:hover	{
	text-decoration: underline;
	}

#feed, #feed img a:link, #feed img a:visited	{
	border: none;
	}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist	{
	padding-left: 40px;
	padding-right: 15px;
	background: #F7FFDF url(img/bquote.gif) repeat-y;
	}

.commentlist li	{
	margin: 8px 10px 8px 15px;
	padding-left: 12px;
	list-style: none;
	background: url(img/comment.gif) no-repeat;
	}

.commentlist a:link	{
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #5C6F22;
	}

.commentlist a:visited	{
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #5C6F22;
	}

.commentlist a:hover	{
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	}

.commentlist a:visited:hover	{
	border: none;
	text-decoration: underline;
	font-weight: bold;
	color: #000;
	}

 
/* *************** Intro section **************** */
#intro {
	border: 1px #999 solid;
	background-color: #eceac2;
	text-align: justify
	}

#intro p	{
	padding-left: 10px;
	padding-right: 10px;
	}

#intro p a	{
	color: #656453;
	font-weight:bold;
	}

#intro p a:hover	{
	color: #9a9677;
	font-weight:bold;
	}

#headerwrap p	{
	display: none;
	}

/************* Definition Lists **************/
dl dd	{
	padding-left: 2em;
	padding-bottom: .5em;
	}

dl dt	{
	padding-bottom: .25em;
	}

/* Catalog Search Section */
#catalog_search	{
	text-align: center;
	border-bottom: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-left: 1px #999999 solid;
	padding: 5px;
	}

/************tables*************/
table {
	border: 1px #999999 solid;
	}

td {
	border: 1px #999999 solid;
	padding: 5px;
	}

th {
	border: 1px #999999 solid;
	padding: 5px;
	}

/***************** Long Page Navigation **************/
.long_page_nav {
	border: 1px #999 solid;
	float: right;
	width: 150px;
	padding: 5px;
	margin: 5px;
	list-style-type: none;
	text-transform: capitalize;
	}

h2.long_page_nav {
	display: none;
	}

ul.long_page_nav li{
	list-style-type: none;
	}
	
#content ul.long_page_nav li ul li{
	list-style-type: none;
	}

ul.long_page_nav li {
	padding-bottom: 5px;
	}

ul.long_page_nav ul{
	padding-left: 10px;
	list-style-type: none;
	}
	
/********************** Bibliography *********************/

div.bibliography {
	text-indent: -2em; 
	margin-left: 2em;
	}
	
/****************bye****************/
	/* The following class hides elements I don't like to see. :) */

.bye	{
	margin-left: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	}

label.bye	{
	margin-left: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	}

/********** Translator Styles **********/
#sidebarleft table	{
	border-color: #9a9677;
}

#sidebarleft tbody tr	{
	border-color: #9a9677;
}

#sidebarleft tbody td	{
	border-color: #9a9677;
}