@charset "utf-8";
/*
www.buffalolawreview.org
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, a {
	margin: 0;
	padding: 0;
	border: 0;
}



/* === Layout === */
body {
	text-align: center;
	min-width: 1000px;
	color: #434343;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	background: #909c9a;
}

.container {
	text-align: center;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	font-size:1.3em;
}

.header {
	display: none;
}

.main {
	clear: both;
	margin: 0px 10px 0px 0px;
	width: 1000px;
	text-align: left;
	background: #dfdfdf;
	border: #d0d0d0;
	overflow: hidden;
}

/* for one column configuration */
.singlecol {
	float: left;
	padding: 15px 10px 32767px 10px;
	margin-bottom: -32767px;
	width: 707px;
	background: #ffffff;
	border-left: 1px solid #000000;
}

.leftcol {
	float: left;
	padding: 15px 10px 32767px 10px;
	margin-bottom: -32767px;
	/*width: 343px;*/
	width: 343px;
	background: #ffffff;
	border-left: 1px solid #000000;
} <!--

.newscol {
	float: left;
	padding: 15px 10px 32767px 10px;
	margin-bottom: -32767px;
	width: 250px;
	background: #ffffff;
	border-left: 1px solid #000000;
}

.midcol {
	float: left;
	width: 343px;
	padding: 15px 10px 32767px 10px;
	margin: 0px 0px -32767px 0px;
	background: #dfdfdf;
	border-left: 1px solid #b3b3b0;
	border-right: 1px solid #000000;
}

/* The Docket configuration */
.docket-left {
	float: left;
	padding: 10px 5px 32767px 5px;
	margin-bottom: -32767px;
	width: 175px;
	background: #ffffff;
	border-left: 1px solid #000000;
}

.docket-mid {
	float: left;
	padding: 15px 10px 32767px 10px;
	margin-bottom: -32767px;
	width: 521px;
	background: #ffffff;
	border-left: 1px dotted;
}

/* === Column Headings === */
.current {
	display: none;
}

.forthcoming {
	display: none;
}

.docket {
	display: none;
}

.board ul {
	margin: 15px 5px 2px 40px;
	list-style: none;
}

.board ul ul {
	margin: 0px 5px 10px 50px;
}

/* === Text Properties === */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #1d0993;
}


/* Right sidebar title */
h1 {
	clear: both;
	color: #333333;
	margin: 2px 5px 2px 5px;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #b3b3b0;
}

/* Issue and Volume number text */
h2 {
	font-size: 1.2em;
}

/* Article/Note/Comment designatoin */
h3 {
	font-weight: bold;
	font-size: 1.2em;
}

/* Page titles */
h4 {
	font-weight: 500;
	border-bottom: 1px #5b5b5b dotted;
}

/* Page sub-headings */
h5 {
	font-size: 115%;
	font-weight: 550;
	font-variant: small-caps;
}

h6 {
	clear: both;
	margin: 0;
	font-weight: 550;
	font-size: 150%;
}

p {
	clear: both;
	margin: 5px 20px 15px 20px;
	line-height: 130%;
}

/* Text properties for current issue */
p.article {
	clear: both;
	text-indent: 0px;
	color: #434343;
	margin: 0px 0px 0px 5px;
	font-size: 1.0em;
	font-weight: 400;
}

p.author {
	clear: both;
	color: #434343;
	text-align: right;
	text-indent: 0px;
	margin: 5px 5px 0px 0px;
	font-size: 1.0em;
	font-weight: 400;
	font-style: italic;
}

p.cite {
	clear: both;
	color: #919191;
	text-indent: 0px;
	text-align: right;
	margin: 0px 5px 15px 0px;
	font-variant: small-caps;
}

/* Text properties for Forthcoming Issue */
p.author-upcoming {
	clear: both;
	color: #434343;
	text-align: right;
	text-indent: 0px;
	margin: 5px 5px 15px 0px;
	font-size: 1.0em;
	font-weight: 400;
	font-style: italic;
}

/* Text properties for The Docket */
p.article-docket {
	clear: both;
	text-indent: 0px;
	color: #434343;
	margin: 15px 0px 0px 5px;
	font-size: 1.2em;
	font-weight: 700;
}

p.author-docket {
	clear: both;
	color: #434343;
	text-indent: 0px;
	margin: 0px 0px 10px 10px;
	font-size: 1.1em;
	font-weight: 400;
}

p.text-docket {
	margin: 5px 5px 20px 5px;
	/*line-height: 150%;*/
}

p.recent-docket {
	clear: both;
	margin: 5px 3px 10px 3px;
	line-height: 130%;
}

/* Text properties for right sidebar */
p.right{
	clear: both;
	margin: 5px 5px 15px 5px;
	text-indent: 0px;
	color: #5f5f5f;
	font: 100% Geneva, Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;	
}

table.masthead {
	text-align: center;	
	width: 100%;
}

.masthead ul {
	list-style-type: none;
}

/* === UB Law Link === */
.lawlink {
	display: none;
}

/* === Navigation === */
.nav {
	display: none;
}

/* === Footer === */
.cr {
	width: 1000px;
	height: 25px;
	background: #000000;
	text-align: center;
	padding-top: 5px;
	color: #ffffff;
}