@charset "utf-8";
/* ---------------------------------------------
Screen Stylesheet for http://www.inequality.com
Updated: 01/22/09 - Mike Dalling / The Elfenworks Foundation
Version: 2.0
-------------------------------------------------

::TOC::
	1 = Resets
	2 = Defaults
	3 = Typography
	4 = Template
	5 = Links
	6 = Navigation
	7 = Forms
	8 = Global Classes
	9 = Pages

--------------- 1 = Resets --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin:0;
	padding:0;
}
fieldset, table {
	border:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	overflow:hidden;/*word-wrap:break-word;  will not validate IE only */
}
caption, th, td {
	text-align: left;
}
/* ---------- 2 = Defaults --------------------- */
html {
	font-size:100.01%;
	height: 101%; /* forces scroll on short length pages */
}
body {
	height:100%;
	font:75%/1.25 Arial, Tahoma, Geneva, Helvetica, sans-serif;
	background:#ECE8DD;
	color:#444;
}
/* ---------- 3 = Typography ------------------- */
address, h1, h2, h3, h4, h5, h6, li, p, pre {
	padding: .3em 10px;
}
h1 {
	font-size:2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-weight:normal;
}
h2 {
	font-size:1.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1.1em;
	color:#000;
}
h3 {
	font-size:1.1em;
	text-transform:uppercase;
	color:#990000;
}
h4 {
	font-size:1.2em;
}
address, li, p {
	font-size:1.2em;
	line-height:130%;
}
pre {
	font-size: 12px;
}
#li_center_news {
	list-style-image:url(../_images/css-li-info.gif);
}
#li_center_pi_news {
	list-style-image:url(../_images/css-li-info.gif);
}
#li_calendar {
	list-style-image:url(../_images/css-li-calendar.gif);
}
#li_workingpapers {
	list-style-image:url(../_images/css-li-workingpapers.gif);
}
#li_aaffiliate{
	list-style-image:url(../_images/css-li-associates.gif);
}
blockquote {
	padding-left:20px;
}
ol {
	padding-left:30px;
}
hr {
	border:0;
	border-bottom:1px solid #ccc;
}
/* ---------- 4 = Template --------------------- */
#masthead {
	width:100%;
	height:67px;
	position:relative;
	background:#990000 url(../_images/css-mastheadcontent-bg.jpg) bottom center no-repeat;
}
#masthead-scspi-logo {
	width:333px;
	height:auto;
	position:relative;
	float:left;
}

#masthead a {
	color:#E7D19A;
}
#search {
	width:255px;
	height:50px;
	position:relative;
	float:left;
	color:#888;
	padding: 0;
	text-align:left;
}
#advanced-search {
	width:410px;
	height:50px;
	position:relative;
	float:right;
	padding: 15px 0 0 0;
	text-align:right;
	margin-right:25px;
}
#submenu {
	width:100%;
	height:auto;
	position:relative;
	background: #ECE8DD;
	color:#fff;
	z-index:598;
}
#nav-submenu {
	width:840px;
}
.content {
	margin:auto;
	height:auto;
	width:840px;
}
#main-content {
	width:100%;
	height:auto;
	background: #fff;
	z-index:1;
}
#main-content li {
	padding:1px 8px 1px 0px;
	margin:0 0 0 20px;
}
#main-content ul  {
	margin:0 0 0 15px;
	list-style-type:disc;
	list-style-position:outside;
}
.column {
	width:272px;
	height:auto;
	position:relative;
	float:left;
	margin:10px 0 15px 0;
}
.half {	    /* i.e. <div class="half column"> makes a column 150px wide */
	width:150px;
}
.two {  /* i.e. <div class="two column"> makes a column twice wide */
	width:544px !important;
}

.three {	/* i.e. <div class="three column"> makes a column thrice wide */
	width:822px !important;
}
.featured {
	border-top:1px solid #ccc;
	/*background:url(../_images/css-featured-bg.jpg) no-repeat top center;*/
	margin: 0px !important;
	padding:5px 0 5px 0;
}
.featuredinset {
	/*border-right:1px dotted #ccc;*/
	/*background:url(../_images/css-featured-border.gif) right bottom no-repeat;*/
	margin:0 !important;
	padding:0 5px;
	width:267px;
}
.featuredinset a, .sidebar h2 a, .sidebar li a {
	border-bottom:1px dotted #444;
	text-decoration:none;
	color:#000099;
}
.featuredinset a:hover, .sidebar h2 a:hover, .sidebar li a:hover {
	border-bottom:1px solid #990000;
	text-decoration:none;
	color:#990000;
}
.featuredtitle {
	width:148px;
	float:right;
	position:relative;
}
.featuredtext {
	padding:5px 0 0 1px;
	margin:0 0 10px 0 !important;
	width:250px;
}
.frame {
	width:auto;
	height:auto;
	border:1px solid #777;
	position:relative;
	float:left;
	margin:5px;
}

.frame img {
	border:2px solid #fff;
}
.column li {
	padding:1px;
}
#right {
	float:right;
}
#left {
	float:left;
}
#footer {
	clear:both;
	width:100%;
	height:auto;
	position:relative;
	background:#ECE8DD url(../_images/css-footer-bg.png) top repeat-x;
	padding-top:10px;
	margin-bottom:20px;
	color:#777;
}
.sidebar {
	width: 282px;
}

.sidebar .column {
	border: 1px solid #e4e4e4;
	background: #f9f5e8;
	padding-bottom:10px;
}
.sidebar h1, .sidebar h2 {
	/*background:#f0ede4;
	border-bottom:#ccc 1px solid;*/
}
#pagetitle {
	margin-bottom: 0 !important;
}
#local_content {
	padding-bottom:25px;
}
/* ---------- 5 = Links ------------------------ */
a {
	text-decoration: underline;
}
a:visited {
	text-decoration:underline;
}
a:active, a:focus, a:hover {
	text-decoration:none;
	outline:none;
}
a img {
	border:none;
}
/* ----------  6 = Navigation ------------------ */

	/* ::Main Menu:: --- */
#menu {
}
#menu li {
}
#menu li a {
}
#menu li a:active, #menu li a:focus, #menu li a:hover {
}
/* ::Footer Menu:: --- */

#copyright hr{


	width:80%;
	color:#bbb;
	height:1px;
	border-bottom:1px dotted #bbb;
	clear:both;

}

#footer ul  {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:90%;
	font-weight:bold;
	line-height:170%;
	margin:0 0 7px;
	width:375px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color:#888;

}
#footernav {
	width:440px !important;
}
#footer li {
	display:inline;
	margin-right:8px;
}
#footer li a {
	color:#888;
}
#footer li a:active, #footer li a:focus, #footer li a:hover {
	color:#990000;
	text-decoration:none;
}

#footer .heading {
	font-size:1.1em;
	color:#000;
	float:left;
	font-weight:bold;
	line-height:150%;
	width:60px;
}
#share {
	width:125px;
	float:right;
	position:relative;
}
/* ---------- 7 = Forms ------------------------ */
label {
	cursor:pointer;
}
input, label, select, textarea {
	vertical-align:middle;
	font-size:inherit;
	font-family:inherit;
}
input, textarea {
	padding:.2em;
}
textarea {
	overflow:auto;
}
/* ---------- 8 = Global Classes --------------- */
.center {
	text-align:center;
}
.clear {
	clear:both;
	padding:0;
	margin:0;
	line-height:normal;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.hidden {
	display:none;
}
.inline {
	display:inline;
}
.large {
	font-size:20px;
	font-weight:bold;
}
.light {
	color:#CCC;
}
.small {
	font-size:10px;
	font-weight:normal;
}
.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:1.45em;
}
.cite {
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-variant:small-caps;
	margin-left:15px;
}
.emphasis {
	border: 1px solid #e4e4e4;
	background: #f9f5e8;
	/*background-color:#ECE8DD;
	border:8px solid #F5F5DC;*/
	color:#666;
	margin-top:10px;
}
.emphasis h1, .emphasis h2, .emphasis h3 {
	color:#333;
}

/* ---------- 9 = Pages ------------------------ */

/* /// place specific page rules here if needed /// */

/* /// index /// */
#index-banner {
	width:100%;
	height:310px;
	position:relative;
	background:#29090a url(../_images/css-index-banner-bg.jpg) top no-repeat;
	color:#fff;
}
#index-banner a {
	color:#0CF;
}
#index-banner h1, #index-banner h2 {
	color:#fff;
}
#index-dynamic-bar {
	width:100%;
	height:26px;
	position:relative;
	background-color:#fff; /*#ECE8DD*/
}

/* /// subpage /// */
.sitemap ul{ /* center_sitemap.html */
	font-size:9pt;
}
.sitemap h2 { /* center_sitemap.html */
	background:#ECE8DD;
}

.webmastersedge {
	background:#000 url(../_images/css-webmastersedge.jpg) top center repeat-y !important;
}

/* ///  search page /// */
.detailed {
	background-color:#F9F5E8;
	border:1px solid #E4E4E4;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.notopmargin {
	margin-top: 0 !important;
}
