@charset "utf-8";

/* + Several common resets */

html {
	height: 100%;
}

body {
	color: #000;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	min-height: 100%;
	min-width: 1000px;
	padding: 0px;
	position: relative;
}

input {
	font-size: 62.5%;
}

* html body { /* IE hack for the body height*/
	height: 100%;
}

a {
	color: #440000;
}

a:hover {
	color: #880000;
}
a img {
	border: 0px;
}

h1, h2, h3, h4, h5 {
	color: #8c2b17;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
	
h1 {
	font-size: 1.8em;
}

h1.smaller {
	color: #000000;
	font-size: 1.4em;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.6em;
}

h2.smaller {
	color: #000000;
	font-size: 1.2em;
}

h3 {
	font-size: 1.4em;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}
/* - Several common resets */

/* + The CSS of the document */

/* + header */
div#headerContainer {
	background: #932b20 url('../../images/_rjm/header/bg.jpg') repeat-x;
	height: 131px;
	width: 100%;	
}
div#header {
	background: url('../../images/_rjm/header/logo.jpg') no-repeat;
	height: 131px;
	position: relative;
	width: 100%;
}
a#logoLink {
	display: block;
	height: 90px;
	left: 20px;
	position: absolute;
	top: 20px;
	width: 240px;
}
div#quickLinks {
	background: #a96059 url('../../images/_rjm/header/arrow.jpg') no-repeat;
	font-size: 1.2em;
	height: 23px;
	line-height: 23px;
	padding: 5px 25px 5px 0px;
	position: absolute;
	right: 0px;
	width: 334px;
	z-index: 2000;
}
div#quickLinks a {
	background: url('../../images/_rjm/header/dropdown.gif') 0px 7px no-repeat;
	color: #9f2618;
	float: right;
	display: block;
	padding: 0px 0px 0px 1em;
	text-decoration: none;
	width: 13.3em;
}
ul#quickLinksList {
	font-size: 1.2em;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 23px;
	top: 27px;
	width: 14.3em;
	z-index: 2000;
}
ul#quickLinksList a {
	color: #9f2618;
	background: #ead7d3;
	display: block;
	float: none;
	line-height: 150%;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	padding: 0px 0.5em;
	width: 13.3em;
}
ul#quickLinksList a:hover {
	background: #FFF;
}
ul#quickLinksList ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul#quickLinksList ul a{
	background: #f6eced;
	padding: 0px 0.5em 0em 1.0em;
	width: 12.8em;
}
a#language {
	color: #FFF;
	font-size: 1.2em;
	position: absolute;
	right: 25px;
	top: 40px;
	z-index:1;
}
a#language:hover {
	color:#ead7d3;
}
div#journalInfo {
	bottom: 10px;
	color: #FFF;
	font-size: 1.1em;
	position: absolute;
	right: 24px;
	text-align: right;
}
/* - header*/

/* + the line after header */
div#line {
	border-bottom: 1px solid #9f2618;
	border-top: 1px solid #9f2618;
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	margin: 3px 0px 14px 0px;
	width: 100%;
}
/* - the line after header */

/* + main layer */
div#main {
	
}
ul#menu {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 15%;
}
ul#menu li {
	color: #FFF;
	display: block;
	float: left;
	font-size: 1.2em;
	margin-bottom: 5px;
	line-height: 25px;
	text-align: right;
	white-space: nowrap;
	width: 100%;
}

ul#menu li.search {
	background: #9c301a url('../../images/_rjm/menu/bg.gif') 100% 0% no-repeat;
	margin-top: 50px !important;
}

ul#menu li a {
	background: #9c301a url('../../images/_rjm/menu/bg.gif') 100% 0% no-repeat;
	color: #FFF;
	display:block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
ul#menu li a:hover {
	text-decoration: underline;
}
ul#menu ul {
	background: #FFF;
	display: block;
	list-style-type: none;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
ul#menu ul li {
	background: #FFF;
	color: #000;
	font-size: 1em;
}
ul#menu ul li a {
	background: none;
	color: #000;
	line-height: 110%;
	padding: 1px 10px 1px 10px;
}
div#aside {
	float: right;
	font-size: 1.2em;
	width: 15%;
}
div.arrow {
	background: #9c301a url('../../images/_rjm/aside/bg.gif') 0% 50% no-repeat;
	color: #FFF;
	line-height: 25px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 10px;
	position: relative;
	z-index: 1;
}
div.arrow a {
	display: block;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	z-index: 1;
}
div.arrow a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#contentContainer {
	border-left: 1px solid #9f2618;
	border-right: 1px solid #9f2618;
	margin: 0px auto 0px auto;
	padding-bottom: 70px;
	width: 68%;
}
div#content {
	font-size: 1.2em;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 20px 0px;
	text-align: justify;
}
ul#rubricsLinksList,
ul#issueLinksList {
	background: #ffffff;
	border: 1px solid #9f2618;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	width: 90%;
	z-index: 1000;
}
a#rubricsLinks {
	background: url('../../images/_rjm/header/dropdown.gif') no-repeat 	95% 60%;
}
a#issueLinks {
	background: url('../../images/_rjm/header/dropdown.gif') no-repeat 	95% 60%;
}
ul#rubricsLinksList a {
	color: #9c301a;
	display: block;
	line-height: 110%;
	padding: 2px 0px 2px 0px;
	text-indent: 5px;
}
ul#rubricsLinksList a:hover {
	background: #f6eced;
	text-decoration: none;
}
ul#rubricsLinksList li,
ul#issueLinksList li {
	line-height: 110%;
	margin: 0px;
	padding: 0px;
}
ul#issueLinksList a {
	color: #9c301a;
	display: block;
	line-height: 110%;
	padding: 2px 0px 2px 0px;
	text-indent: 5px;
}
ul#issueLinksList a:hover {
	background: #f6eced;
	text-decoration: none;
}
form#subscribe {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 208px;
}
form#subscribe input.text {
	border: 1px solid #9c301a; 
	color: #9c301a;
	float: left;
	font-size: 0.9em;
	height: 16px;
	line-height: 16px;
	margin: 4px 0px 4px 0px;
	padding: 0px 3px 0px 3px;
	width: 200px;
}
form#subscribe input.submit {
	background: #f6eced;
	border: 0px;
	color: #9c301a;
	float: right;
	font-size: 0.9em;
	height: 16px;
	line-height: 16px;
	margin: 4px 0px 4px 5px;
	padding: 0px 2px 0px 3px;
	width: 60px;
}

form#search {
	padding: 0px;
	margin: 0px 0px 0px 4px;
	_margin: 0px 0px 0px 2px;
	height: 25px;
}

form#search input.text {
	border: 0px; 
	color: #9c301a;
	float: left;
	font-size: 0.9em;
	height: 16px;
	line-height: 16px;
	margin: 4px 0px 4px 0px;
	padding: 0px 3px 0px 3px;
	width: 70%;
}

form#search input.submit {
	background: #f6eced;
	border: 0px;
	color: #9c301a;
	float: left;
	font-size: 0.9em;
	height: 16px;
	line-height: 16px;
	margin: 4px 0px 4px 5px;
	padding: 0px 2px 0px 3px;
	width: 15%;
}
div#journal {
	color: #9c301a; 
	font-size: 0.9em;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
ul.archive {
	list-style-type: none;
	padding: 5px 0px 0px 10px;
	margin: 0px;
}
ul.archive li {
	font-weight: bold;
}
ul.archive li li{
	font-weight: normal;
	padding: 0px 0px 10px 0px;
}
ul.archive ul {
	list-style-type: none;
	margin: 0px;
	padding: 7px 0px 5px 10px;
}
form#searchJournal {
	margin: 0px;
	padding: 0px;
}
form#searchJournal p {
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
form#searchJournal input {
	font-size: 1em;
}
form#searchJournal input.wideText {
	border: 1px solid #bbbbbb;
	padding: 2px 1px 2px 1px;
	width: 265px;
}
form#searchJournal select.smallText {
	width: 90px;
}
form#searchJournal input.submit {
	margin-top: 20px;
}
form#login {
	width: 220px;
}
form#login input.text {
	border: 1px solid #9c301a;
	color: #9c301a;
	font-size: 0.9em;
	height: 16px;
	line-height: 16px;
	margin: 4px 0px 4px 0px;
	padding: 0px 3px 0px 3px;
	width: 200px;
}

form#login input.submit {
	border: 1px solid #9c301a;
	background: #f6eced;
	color: #9c301a;
	font-size: 0.9em;
	height: 20px;
	line-height: 20px;
	margin: 4px 0px 4px 5px;
	padding: 0px 2px 0px 3px;
	width: 60px;
}

/* - main layer */

/* + footer */
div#footer {
	background: #9c301a;
	bottom: 0px;
	clear:both;
	color: #FFF;
	font-size: 1.1em;
	height: 60px;
	position: absolute;
	width: 100%;
}
div#footer a {
	color: #FFF;
}
div#address {
	float: left;
	margin: 10px;
}
div#copyrights {
	float: right;
	margin: 15px 10px 0px 0px;
	text-align: right;
}

ul.rubricList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.rubricList li {
	padding-bottom: 10px;
}

/* - footer */

ul#searchItems {
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}

ul#searchItems li {
	margin-bottom: 10px;
}

/* - The CSS of the document */