@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 {
	background: url(/images/banner.gif);
	height: 130px;
	width: 1000px;
}

.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: 345px;*/
	width: 250px;
	background: #ffffff;
	border-left: 1px solid #000000;
}

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

.newscol {
	float: left;
	width: 250px;
	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 {
	background: url(/images/current.gif);
	height: 30px;
	width: 250px;
	margin-bottom: 0px;
}

.forthcoming {
	background: url(/images/forthcoming.gif);
	height: 30px;
	width: 250px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.docket {
	background: url(/images/docket.gif);
	height: 30px;
	width: 250px;
	margin-bottom: 10px;
}

.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: none;
	color: #1d0993;
}

a:hover {
	text-decoration: underline;
}



/* 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 {
	color: #16175c;
	font-variant: small-caps;
	margin-left: 25px;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 1.2em;
}

/* Article/Note/Comment designatoin */
h3 {
	clear: both;
	color: #000000;
	margin-left: 5px;
	margin-bottom: 5px;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.2em;
}

/* Page titles */
h4 {
	clear: both;
	color: #333333;
	margin: 2px 20px 2px 20px;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: 500;
	font-variant: small-caps;
	border-bottom: 1px #5b5b5b dotted;
}

/* Page sub-headings */
h5 {
	clear: both;
	color: #16175c;
	margin: 10px 5px 0px 20px;
	font-size: 115%;
	font-weight: 550;
	font-variant: small-caps;
}

h6 {
	font-size: 200%;
	display: none;
}

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: block;
	clear: both;
	width: 1000px;
	height: 25px;
	margin: 0px;
	background: #000000;
	text-align: right;
	font-weight: 500;
	color: #e4e4e4;
	font-size: 1.3em;
}

.lawlink li {
	float: right;
	width: auto;
	padding-right: 20px;
	padding-top: 2px;
	list-style: none;
}

.lawlink ul, ol {
	list-style: none;
	display: block;
}

.lawlink a:link, .lawlink a:visited, .lawlink a:active {
	text-decoration:none;
	color: #ffffff;
}

.lawlink a:hover{
	text-decoration: none;
}


/* === Navigation === */
.nav {
	background: #000000;
	display: block;
	width: 1000px;
	height: 25px;
	list-style: none;
	font-weight: 500;
	color: #ffffff;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.nav a {
	display: block;
	width: auto;
	color: #ffffff;
}

.nav a:hover{
	/*background: #333333;*/
	text-decoration: underline;
}

/* Navigation bar properties */
.nav li {
	float: left;
	margin: 5px 3px 2px 5px;
	height: 18px; /**/
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 2px;
}


.nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	list-style: none;
	background: #dfdfdf;
} 

.nav li ul li {
	padding: 0px;
	float: none;
	width: 141px;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #666666;
}

.nav li ul li.top { /* add extra space on top of dropdown menu */
	margin-top: 10px;
}

/* Dropdown Menu Properties */
.nav li:hover ul { 
	left: auto;
	top: 180px; /**/
	width: 150px;
	background: #d3d3d3;
	border: 1px solid #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.nav li:hover ul li {
	background: inherit;
	padding-top: 0px;
}

.dropdown a {
	color: #434343;
}

.dropdown a:hover {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #1b31ba;
	text-decoration: underline;
}

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