/* 
ibiblio general styles
author: Dan Lucas
last revised: 12/3/07

This CSS is largely based on the 3 Column CSS found at http://www.positioniseverything.net/articles/onetruelayout/

*/

/*import extra styles*/
@import "http://www.ibiblio.org/ibiblio/includes/styles/index.old.css";
@import "http://www.ibiblio.org/ibiblio/includes/styles/la.css";

/* global styles */
body {
	margin: 0;
	padding: 0;
	font: normal 1em Arial, sans-serif;
        text-gravity: inverse;
}

img {
	border: none;
}

* html body {
	margin: 0;
	padding: 0;
}

input#submit {
	border: 1px solid;
	border-width: 1px 2px 2px 1px;
}
/* end global */


/* header and footer styles */
#header {
	margin: 0;
	padding: 0;
	background-image: url('http://www.ibiblio.org/images/new/header-gradient.png');
	background-repeat: repeat-x;
}

ul#about-links {
	display: inline;
	clear: right;
	position: absolute;
	top: 47px;
	left: 25%;
	margin: 0 auto;
	text-align: center;
}

ul#about-links, #about-links li {
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	margin-right: 20px;
}

#about-links a {
	text-decoration:none;
	color: #EEE;
	padding: 0 3px;
}

#about-links a:hover {
	background-color: #EEE;
	color: #666;
}

#collaboration {
	position: absolute;
	right: 10px;
	padding: 0;
	margin: 0;
	font-size: .6em;
	color: #555;
}

#tagline {
	position: absolute;
	top: 32px;
	margin-left: 5px;
}

#footer {
	border: 1px solid gray;
	border-width: 1px 0;
	font-size: 12px; 
	color: black;
	margin-bottom: 1em;
	margin-top: 1em;
}

#footer {
	clear:both;
}

* html #footer {
	position: relative;
}

#formerly {
	text-align: center;
	font-size: 12px;
}
/* end header and footer styles */



/* Main column content styles */

#content {
	float: left;
	text-align: left;
	width: 67%;
	margin-left:17%;
	font-size: .75em;
	/* background-color: #DDD; used for testing purposes */
}
* html #content {
	display:inline;
}/* To correct the IE Doubled Float-Margin Bug (for IE5 and 6)*/
#banner {
	text-align: center;
}


#banner blockquote {
	text-align: right;
}

div#bannercaption {
	
}

#pressrelease {
	padding-right: 5%;
}

#pressrelease h2 {
	text-align: center;
}


.feature {
	padding: 20px 15px;
/*	clear: both; */
	border-top: 1px dashed black;
	margin-right: 20px;
}

.feature h2 a {
	font-weight: normal;
	color: #B00;
	font-size: .8em;
}

.feature a {
	font-weight: bold;
	text-decoration: none;
}

/* .feature img {
	clear: both;
} */

.rightpicture {
	text-align: left;
}

.rightpicture img {
	float: right;
	margin: 10px;
}

.leftpicture {
	text-align: right;
}

.leftpicture img {
	float: left;
	margin: 10px;
}

hr {
	clear: both;
	width: 85%;
	height: 0;
}

table#speakers {
	text-align: center;
	margin: 0 auto;
}

table#speakers td {
	padding: 10px;
}

#speakers img {
	float: none;
}

/* end Main column content styles */



/* Sidebar content styles */

#collection {
	float:left;
	width: 16%;
	margin-left: -84%;
	font-size: 0.7em;
	padding-left: 9px;
}

.columnsection {
	margin-top: 1em;
	background-image: url('http://www.ibiblio.org/images/new/sidebackground.png');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 10px;
	border: 1px solid #94A6B5;
	/* background-color: red; */
}

.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}

.sidebarlink {
	margin-top: 10px;
	font-weight: bold;
	/* margin-top: 0px; */
	color: #CC0000; 
}

.sidebar {
	font-weight: normal; 
	/* margin-top: 0px; */
	color: black;
	margin: 5px 0;
}

.sidebartitle {
	color: #B00;
	font-size: 1.2em;
}

.sidebartitle a {
	color: #B00;
}

a.toggle  {
	color: #B00;
}
/*#artsCollection {
	height:200px;
}

#geoCollection {
	height: 330px;
}

#langCollection {
	height: 140px;
} */

#other-features {
	float: left;
	width: 15%;
	font-size: 0.7em;}

#collection div, #other-features div {
	width: 90%;
}

#givebanner {
	text-align: center;
}

input#domain-search {
	border: 1px solid #9cf;
	border-width: 1px 2px 2px 1px;
	padding: 2px;
	width: 125px;
}

#wrapper {
	float: left;
	float/**/:none;
}

/* end sidebar content styles */

/* Begin styles for page anchors (about.php for example) */
ul#anchors {
	margin: 0 0 2em 0;
	padding-left: 0;
}

ul#anchors li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
}

#content h2 {
	font-weight: normal;
	font-size: 2em;
	color: #666999;
	margin: 0;
}

#content h3 {
	font-weight: normal;
	font-size: 1.5em;
	color: #C00;
	
}

/* Partners */
.part {
	clear: both;
	margin: 10px 0 100px 0;
}
.part img {
	float: left;
	clear: left;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 20px;
}


/* easy clearing, stuff for the page layout */
#wrapper:after {
	content:'[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper {
	display: inline-block;
}
/*\*/
#wrapper {
	display:block;
}
/*end easy clearing */
