@charset "iso-8859-1";
/*
-----------------------------------------------
blr-layout.css : base styles for Bepress Legal Repository 
Author:   Zane Mattingly
Version:  15 April 2010
PLEASE DO NOT CHANGE THIS FILE 
----------------------------------------------- */
#content {
	float:left;
	width:648px; }

#content #query-wrapper {
	display:inline;
	margin-left:30px;
	margin-bottom:20px; 
        width:600px;}

#sidebar {
	float:right;
	width:312px;
	overflow: hidden; }

/* IE Win can be a bit out - you might need to adjust bottom value by -1px or as required */
.verticalalign {
	position:absolute;
	bottom:0; }

#content .verticalalign {
	width:648px; }

#sidebar .verticalalign {
	width: 312px; }

/* hack for Opera 7+*/
@media all and (min-width:0px) {
	.verticalalign {
		width: 100% !important;
	}

	/* But Opera 9 does it right,so CSS3 hax to the max */
	div[id^="wrapper"] #content .verticalalign {
		width:648px !important;
	}

	div[id^="wrapper"] #sidebar .verticalalign {
		width: 312px !important;
	}

}

/* hack for IEs of all persuasions before IE7 */
* html .verticalalign {
	width:100% !important; }

.verticalalign p {
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0; }

#wrapper {
	padding-top:20px;
	width:960px;
	position:relative;
	overflow: hidden;
	/* This hides the excess padding in non-IE browsers */
}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to thenecessary height */
#wrapper {
	/* Normally a Holly-style hack height:1% would suffice but that causes IE 5.01 to completely collapse the wrapper - instead we float it */
	float:left;
	/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes */
	float/**/:none; }

/* easy clearing */
#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 */
#footer {
	clear:both;
	width:960px; }

#header {
	width: 960px; }

/* Safari needs this - otherwise the ghost overflow,though painted correctly obscures links and form elements that by rights should be above it.An unintended side-effect is that it cause such elements to vanish in IE 5.01and 5.5,hence the child selector hack */
*>#footer,*>form,*>#notes,*>.output {
	position:relative;
	z-index:1000; }

.hidden {
	display:none; }

#wrapper #myaccount {
	margin:10px auto;
	width:920px;
	text-align:left; }

#wrapper #myaccount #account-head .title {
	color:#004785; }

#wrapper #myaccount thead tr th {
	color:#fff;
	background-color:#004785; }

#wrapper table,#wrapper form {
	text-align:left; }

#wrapper table,#wrapper form {
	width:628px;
	margin: 10px 5px; }

#wrapper #login-block form {
    width: auto;}

#wrapper form#browse, #wrapper form#author-lname {
	width:270px;}

#wrapper table#search-tools {
	width:545px}
