@charset "UTF-8";

*, html, body
{
	font-family:"cronos-pro", sans-serif;
    font-weight:300;
}

html, body
{
	background-color:#fff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField, input.button {
	font-family:"cronos-pro", sans-serif;
	font-weight:300;
}
    
a:active
{
	color:#993338;
}

a:hover
{
	background:#fff;
	color:#600;
	text-decoration:underline;
}

input.defaultbutton
{
	background:#600;
	color:#ECC;
}

#container
{
	background-color:#fff;
	font-size:1em;
	margin:0 auto;
	min-width:730px !important;
	text-align:center;
	width:1000px !important;
}

#header
{
	background-color:#fff;
	margin:10px auto;
	min-height:100px;
	position:relative;
	width:1000px;
}

#headerTitle
{
	text-align:center;
}

#header h1
{
	background-color:#fff;
	color:#000;
	font-family:"cronos-pro", sans-serif;
	font-size:13px;
	font-weight:300;
	letter-spacing:0;
	line-height:2.5;
	margin:0;
	padding:0;
	text-transform:none;
}

#footer
{
	background-color:#600;
	color:#fff;
}

#footercontent
{
	color:#fff;
}

#main
{
	background-color:#fff;
	border-bottom:0;
	border-top:0;
	float:none !important;
	margin-top:15px;
	position:relative;
	text-align:center;
	width:100%;
}

#main h2
{
	display:none;
	font-family:"cronos-pro", sans-serif;
	font-weight:300;
	text-transform:uppercase;
}

#main h3
{
	font-family:"cronos-pro", sans-serif;
	font-weight:300;
	text-transform:none;
}

#navbar,#fnavbar
{
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	font-family:"cronos-pro", sans-serif;
	font-weight:300;
	padding-bottom:4px;
	padding-top:4px;
	position:relative;
	text-align:center;
	width:1000px;
	z-index:4;
}

#breadcrumb
{
	border-bottom:1px dotted #600;
	display:none;
	font-style:italic;
	height:18px;
	line-height:1.5em;
	padding:0;
	text-align:center;
}

#content
{
	border-top:0;
	border-bottom:0;
	font-size:13px;
	position:relative;
	width:1000px;
}

#content h3
{
	font-family:"cronos-pro", sans-serif;
	font-weight:300;
	text-transform:uppercase;
}

#content h4
{
	font-family:"cronos-pro", sans-serif;
	font-weight:300;
    /*	margin:2.8em 1.5em 0.25em 1.2em; */
	text-transform:none;
}

#content h5
{
	text-transform:uppercase;
}

span.highlight
{
	border-bottom:1px dotted #600;
}

table.listing tr.highlight
{
	background:#fcff64;
}

table.listing tr.fasttracked
{
	background-color:#ecc;
}

div.separator
{
	border-bottom:1px dotted #600;
	display:none;
}

#rightsidebar ul,#leftsidebar ul
{
	margin-left:0;
	padding-left:0;
}

#rightsidebar li,#leftsidebar li
{
	list-style-type:none;
}

#rightsidebar,#leftsidebar
{
	border-bottom:1px dotted #600;
	display:none !important;
	margin-top:5px;
}

#userbar #login
{
	background-color:#600;
	display:none;
	font-weight:700;
	left:925px;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
	top:-120px;
}

#userbar #userhome
{
	background-color:#600;
	font-size:14px;
	left:885px;
	padding:2px 0 4px 8px;
	position:absolute;
	text-decoration:none;
	text-transform:uppercase;
	top:-110px;
	width:100px;
}

#userbar #register
{
	display:none;
	left:860px;
	position:absolute;
	top:-119px;
}

#userbar #register a
{
	color:#600;
	text-decoration:underline;
	text-transform:none;
}

#userbar li
{
	display:inline;
	margin:0;
	padding:0 7px;
	width:49px;
}

span.navdiv
{
	color:#7e7e7e;
}

span.navdiv2
{
	color:#7e7e7e;
	display:none;
}

#userbar a
{
	color:#fff;
	text-transform:uppercase;
}

#userbar a:hover
{
	background:none;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

#userbar
{
	position:relative;
	z-index:3;
}


#announcementsHome {
    right:0px;
	width: 260px;
    position:relative;
    float:right;
}

#tocHome {
    left:0px;
	width: 740px;
    position:relative;
}

#browse
{
	border-top:1px solid #C8C8C8;
	float:left;
	margin-left:0;
	padding-left:8px;
	padding-top:3px;
	position:relative;
	width:467px;
}

#altBrowse ul
{
	margin-left:-35px;
	margin-top:-3px;
}

#altBrowse
{
    float:left;
    font-size:0.8em;
    margin-left:5px;
    margin-top:10px;
    width:470px;
}

#browse ul
{
	margin-left:-38px;
}

span.bDivide
{
	color:#5c5c5c;
	margin-left:4px;
	margin-right:8px;
}

#browse li.browseBy
{
	margin-right:12px;
}

#altBrowse li.browseBy
{
	margin-left:2px;
	margin-right:12px;
}

#sidebar
{
	display:none !important;
}

#headersubscription
{
	color:#7E7E7E;
	font-size:11px;
	left:400px;
	margin-top:-140px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	width:600px;
	z-index:4;
}

#headersubscription a.loglink
{
	font-size:14px;
}

#footerlog
{
	color:#818181;
	font-size:14px;
	font-style:italic;
	margin-top:25px;
	position:absolute;
}

#footerlog a
{
	font-size:12px;
	font-style:normal;
	text-transform:uppercase;
}

#navbar
{
	clear:both;
	margin-bottom:7px;
	margin-top:-15px;
}

#fnavbar
{
	clear:both;
	margin-top:20px;
}

#navbar a
{
	color:#000;
	font-size:11px;
}

#navbar a:visited
{
	color:#000;
}

#navbar a:hover
{
	background:#fff;
	color:#600;
}

ul.menu a
{
	font-weight:700;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	text-transform:uppercase;
}

ul.menu a:hover
{
	border-bottom:4px solid #000;
	color:#600;
	font-weight:700;
	padding-bottom:2px;
}

ul.menu li
{
	display:inline;
	margin:0;
	padding-bottom:5px;
	padding-left:4px;
	padding-right:4px;
}

#ls_top
{
	left:524px;
	margin-bottom:-15px;
	position:relative;
	top:-73px;
	width:500px;
	z-index:3;
}

#fontsize
{
	float:right;
	left:-26px;
	position:relative;
	text-align:right;
	top:-40px;
}

#log
{
	left:427px;
	position:absolute;
	top:-70px;
}

#query.textField2
{
	background-color:#F0F0E8;
	border-color:#666 #E8E8E1 #E8E8E1 #666;
	border-style:solid;
	border-width:1px;
	padding:3px;
	width:240px;
    font-size:1em;
}

input.textfield
{
	border-color:#666 #E8E8E1 #E8E8E1 #666;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

select.selectMenu
{
	border-color:#666 #E8E8E1 #E8E8E1 #666;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

#altHeader
{
	height:115px;
	position:relative;
	top:0;
}

#userNav
{
	left:30px;
	position:relative;
	top:65px;
}

#altImage
{
	border:0;
	float:left;
	width:500px;
}

#altImage img
{
	border:none;
}

#search2
{
	float:right;
	margin-right:22px;
	position:relative;
	top:-8px;
	z-index:3;
}

#altSearch
{
	float:left;
	width:470px;
}

#line
{
	border-top:1px solid #7e7e7e;
}

#img_info
{
	-moz-user-select:none;
	color:#FFF;
	font-family:Garamond;
	font-size:18px;
	left:503px;
	padding:10px;
	position:absolute;
	top:150px;
	width:393px;
}

#img_info a:link
{
	color:#d1a6ac;
	line-height:34px;
	text-decoration:underline;
	text-transform:uppercase;
}

#homepageimage
{
	float:left;
	margin-top:-20px;
}

#issuecoverimage
{
	clear:left;
	float:left;
}

#issuecoverimage img
{
	-moz-box-shadow:2px 3px 5px #444;
	-webkit-box-shadow:2px 3px 5px #444;
	border:1px solid #818181;
	box-shadow:2px 3px 5px #444;
	float:left;
}

#issues #issuecoverimage img
{
	-moz-box-shadow:2px 3px 7px #444;
	-webkit-box-shadow:2px 3px 7px #444;
	border:0;
	box-shadow:2px 3px 7px #444;
}

#t_o_c
{
	float:left;
	left:20px;
	position:relative;
}

#comissdesc
{
	width:200px;
}

#issuetitle
{
	float:left;
}

#artinfo
{
	float:left;
	position:relative;
	top:20px;
	width:760px;
}

#artd
{
	float:left;
	left:333px;
	position:absolute;
	top:5px;
}

table.tocarticle td.tocauthors
{
	color:#727272;
	font-style:italic;
	padding-left:0;
	vertical-align:top;
}

h3.curtitle
{
	color:#414141;
	margin-top:-40px;
}

#fulltoc
{
	float:left;
	margin-bottom:20px;
	margin-top:5px;
	padding-top:110px;
	top:105px;
	width:400px;
}

#toctitle
{
	float:left;
	width:400px;
}

#issuedescription
{
	border-bottom:2px solid #000;
	float:left;
	width:400px;
}

h4.tocsectiontitle
{
	margin-bottom:0 !important;
	margin-left:0 !important;
	margin-top:20px !important;
	position:relative;
}

table.tocarticle
{
	border-top:1px solid #000;
	float:left;
	left:20px;
	padding-bottom:5px;
	padding-top:5px;
	position:relative;
	top:10px;
	width:400px;
}

table
{
	background-color:#fff;
}

#future
{
	float:left;
	width:250px;
}

#custfooter
{
	clear:both;
	float:left;
	margin-bottom:50px;
	margin-top:50px;
}

#uofr
{
	line-height:21px;
	text-align:right;
}

#uofr span
{
	color:#3f3f3f;
	font-family:"cronos-pro", sans-serif;
	font-size:15px;
	font-weight:300;
}

#uofr img
{
	margin-left:680px;
	margin-top:10px;
}

#artfooter #custfooter img
{
	float:right;
	margin:0;
	position:relative;
}

#artfooter #uofr
{
	float:right;
	width:500px;
}

ol.editorialTeam
{
    padding-left: 30px;
}

ol.editorialTeam li
{
	margin-bottom:15px;
}

#member li
{
    list-style: none outside none;
}


#pagetitle
{
	border-bottom:1px solid #565656;
	font-family:"cronos-pro", sans-serif;
	font-size:24px;
	font-weight:300;
	margin-bottom:15px;
	margin-top:10px;
	padding-bottom:10px;
	text-align:left;
}

#mainm
{
	color:#000;
	font-family:"cronos-pro", sans-serif;
	font-weight:300;
	margin-bottom:90px;
	width:650px;
}

#subtitle
{
	border-bottom:1px solid #565656;
	font-family:"cronos-pro", sans-serif;
	font-size:14px;
	font-weight:700;
	margin-bottom:15px;
	padding-bottom:15px;
}

#pinfo
{
	font-family:"cronos-pro", sans-serif;
	font-weight:300;
	margin-bottom:25px;
	margin-top:3px;
}

span.ptitle
{
	color:#565656;
	font-family:"cronos-pro", sans-serif;
	font-size:13px;
	font-weight:300;
}

span.nametitle
{
	font-family:"cronos-pro", sans-serif;
	font-weight:700;
}

#conshell
{
	line-height:15px;
	position:relative;
}

span.ctitle
{
	font-size:18px;
}

#conadd
{
	margin-top:40px;
	width:200px;
}

#coneditor
{
	margin-top:20px;
	width:200px;
}

#coninfo
{
	float:left;
	width:450px;
}

#conshell a
{
	text-decoration:underline;
}

#relshell
{
	font-size:15px;
	line-height:25px;
	position:relative;
	width:850px;
}

a.reltitle
{
	color:#600;
	font-size:19px;
}

#relshell p
{
	margin-top:30px;
}

#subshell
{
	color:#000;
	font-size:15px;
	line-height:17px;
	position:relative;
	width:855px;
}

#issues #issue
{
	border-top:solid 2px #600;
	margin-top:-5px;
}

#issues h3
{
	color:#600;
	margin-top:20px;
}

#bidisclaimer
{
	font-size:15px;
	margin-top:55px;
}

#bidisclaimer ul
{
	list-style:none;
}

#newsshell
{
	font-family:"cronos-pro", sans-serif;
	font-size:12px;
	font-weight:300;
	line-height:30px;
	margin:0 auto;
	position:relative;
	width:1000px;
}

#nentry img
{
	-moz-box-shadow:0 3px 5px #444;
	-webkit-box-shadow:0 3px 5px #444;
	box-shadow:0 3px 5px #444;
	float:left !important;
	margin-right:10px;
}

#nentry
{
	float:left;
	margin-bottom:50px;
	width:980px;
}

#nentry span.date
{
	color:#3f3f3f;
	font-size:12px;
}

#ntitle
{
	border-bottom:2px solid #000;
	border-top:1px solid #7e7e7e;
	font-family:"cronos-pro", sans-serif;
	font-size:1.3em;
	font-weight:300;
	margin-top:-3px;
	padding-bottom:0;
	padding-top:6px;
}

#nheader h1
{
	font-family:"cronos-pro", sans-serif;
	font-size:30px;
	font-weight:300;
	padding-top:10px;
}

#announcementsHome h3 {
    text-transform:none;
    text-align:left ;
}

#announcementsHome h4 {
    margin:0px;
	margin-bottom:3px;
}

table.announcements td.separator {
    clear:both;
    font-size:1em;
}

#mainarticle
{
	float:left;
	margin-right:40px;
	width:650px;
}

#rstarticle
{
	float:left;
	text-align:left;
	width:200px;
}

div.rtseparator
{
	border-bottom:2px dotted #000;
	line-height:0;
	padding:0;
	width:300px;
}

#content span.footnote
{
	color:#f30;
}

#content a.ftnlink
{
	color:#600;
	font-family:"cronos-pro", sans-serif;
	font-size:0.8em;
	font-weight:700;
	text-decoration:none;
	vertical-align:super;
}

.footnoteholder
{
	border-left:1px solid #ccc;
	font-size:0.8em;
	line-height:1.2em;
	margin:20px 0 50px;
	padding:20px 10px;
}

#footnotesexshell
{
	font-family:"cronos-pro", sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:20px;
	margin:0 auto;
	width:950px;
}

#footnotesection
{
	border-left:solid 1px #838383;
	color:#838383;
	font-size:11px;
	font-style:italic;
	line-height:12px;
}

.footnoteholder div.footnote
{
	margin:0 0 10px;
}

a,.footnoteholder a
{
	color:#600;
	text-decoration:none;
}

a:link,a:visited,li.bititle
{
	color:#600;
}

label.error,span.formerror,ul.formerrorlist
{
	color:#f60;
}

table.listing td.headseparator,table.listing td.endseparator
{
	border-top:1px dotted #600;
}

#navbar #announcements,#navbar #search,.hide,.stbutton .stbutton_gradient,#abouthide,#contactpage,div.separatorarchives,.hidethis,#extra #container #header,#extra #container #navbar,#extra #container #userbar,#extra #container #custfooter,#extra #container #headersubscription,#extra #container #footersubscription
{
	display:none;
}

#browse li,#altBrowse li
{
	display:inline;
	float:left;
	list-style:none;
	padding-right:5px;
	position:relative;
}

#log a:link,#log a:hover,#log a:visited
{
	background-color:#fff;
	color:#600;
	text-decoration:underline;
}

#search2 input.button,#altsearch input.button
{
	background-color:#600;
	border:medium none;
	color:#FFF;
	cursor:pointer;
	font-family:"cronos-pro", sans-serif;
	font-size:11px;
	font-weight:300;
	margin-top:-1px;
	padding:4px 3px;
	text-transform:uppercase;
}

#img_info a:hover,#img_info a:visited
{
	background:none;
	color:#d1a6ac;
	text-decoration:underline;
}

#currentjump a:hover,h3:hover
{
	text-decoration:none;
}

#rightcol,#leftcol
{
	float:left;
	width:50%;
}

#cclicence
{
    text-align:center;
	font-size:0.8em;
}
#cclicence img
{
    margin-bottom:3px;
}

#announcementsHome h4[title="Journal"]:before {
	content: url("journal.jpg");
    float:left;
    padding-right: 5px;
    padding-bottom: 2px;
}

#announcementsHome h4[title="Book"]:before {
	content: url("book.jpg");
    float:left;
    padding-right: 5px;
    padding-bottom: 2px;
}

#announcementsHome h4[title="Conference"]:before {
	content: url("conference.jpg");
    float:left;
    padding-right: 5px;
    padding-bottom: 2px;
}

#announcementsHome h4[title="Miscellaneous"]:before {
	content: url("other.jpg");
    float:left;
    padding-right: 5px; 
    padding-bottom: 2px;
}