/*  
eJournal core css  
*/

body { background-color:#6d6e71; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:0.9em; color:#333; }

#wrapper { margin: 0 auto; padding:0; margin-top:0; background:#fff; width:982px; }

#breadcrumb { padding-left:0.4em; margin: 0.4em 0.4em 0 0; line-height:0.8em; text-align:right;}
#breadcrumb a, #breadcrumb span { font-size:0.7em; }
#breadcrumb span { color:#b1aaa0; }

#head { background-color:#fff; height:156px; margin-top:1em; background-repeat:no-repeat; background-position:right; }
#head p { float:right; margin:0em 0.4em; } 
#head p a { color:#fff; font-size:0.75em; text-decoration:none; }
#footer { background-color:#322a6e; height: 50px;  margin-top:1em; clear:both; color:#fff; padding: 0.5em 1em; }
#footer p { margin:0; font-size:0.7em; }
#footer a { color:#fff; font-size:0.7em; }
#footer div.right-content { float:right; text-align:right; }
#breadcrumb {float:right;}

h1.offscreen { position:absolute; left: -10000px; top: -10000px;  }

#content { float:left; width:630px; font-size:0.8em; padding-top:2em; padding-left:5.5em; margin: 0 0 1.6em 0; }
#content p { line-height:1.5em;}

h3 { color:rgb(67, 30, 47); font-size:1.4em; margin: 1em 0 0.2em 0; }
h4 { color:rgb(67, 30, 47); font-size:1.2em; margin: 1em 0 0.2em 0; }
h2.issue-no { color:#404041; font-family: Arial, Geneva, sans-serif; font-size:0.75em; font-weight:bold; float:left; margin:0.9em 0 0 3.6em; }

#content li a { text-decoration:none; }
#content li {margin-bottom:1em;}
#content a { color:#322a6e; font-weight:600; }
#landing-links ul{margin:auto 0 2em 0;padding-left:0.2em;}
#landing-links li {color:#4b2363; padding-left:0em;}
#landing-links {margin-top:3em;}

#menu { float:right; color:#fff; background-color:#c6c1d6; width:220px; height:600px; margin:0; }
#menu ul.main-menu li { list-style-type:none; padding: 0.4em 0; font-size:0.8em; margin-left:0; }
#menu ul.main-menu li a { color:#322a6e; padding-left:0em; text-decoration:none; font-size:1.1em; }
#menu ul.main-menu li a:hover { background-color:rgb(255, 255, 255); text-decoration:underline; }


ul.main-menu { margin-top:2em; }
ul.main-menu li a { margin-top:2em; line-height:1.6em; }

ul.menu-other { margin-top:0.4em; margin-bottom:0; background-color:#6d6e71; list-style-type:none; padding-left:4.4em; width:25.2em; float:left; background-repeat:no-repeat; background-position:right; }
.menu-other li {  color:#fff; border:none; display:inline; }
.menu-other li span {font-weight:normal; font-size:0.7em; }
.menu-other li a { color:#fff; padding: 0.7em 0 0 0em; line-height:2.1em; text-decoration:none; font-size:0.7em; font-weight:bold; } 
.menu-other li a:hover { text-decoration:underline; } 

#journal-search { color:#333; margin-left:2.5em; margin-top:3em; }
#journal-search h3 { color:#333; font-size:1.2em; border:0; font-weight:normal;  margin-bottom:0.3em; }
#journal-search label { font-size:0.9em; }
#journal-search form { border-top: 1px dashed rgb(75, 35, 99); margin-bottom:0.3em; }
#journal-search ul { padding-left:0; }

a img { border:0; }
#content a:hover { text-decoration:underline; color:#DC1A22; }

#from_the_editor { min-height:150px; font-size:1.1em; position: relative; margin: -0.6em 0% 0% 0%; }
#from_the_editor h2 { margin-left: 15em; font-weight:600;color:#4b2363; margin-bottom:-1.4em; font-size: 100%; }
#from_the_editor p { text-indent: 10em; margin: 0% 0% 0% 15em; }
#from_the_editor img { position:absolute; left:0%; top:0.4em; }
	

.article_title{margin:1em 0 0 0 !important;}
.float-left { float:left; }
.clear-float { clear:both; }
.author { color:#848891; font-weight:600;}
.no-bullet { list-style-type:none; }
.margin-left_0 { margin-left:0; }
.margin-bottom_1 { margin-bottom:1em; }
.margin-bottom_2 { margin-bottom:2.5em; }
.margin-top_0 { margin-top:0; }

.editor_links{font-size:0.95em;}
.articles_list{margin:0 0 2em 0; padding:0;}
.browse_button{float:right; margin-right:1em; margin-top:0.5em;}
.search_button{margin:0.5em 0 0 8em;}
.journal_search{border:1px solid rgb(103, 86, 165); margin-bottom:0.3em; width:170px;}
.full_ed{text-align:right;}

span.button{float:right;margin-right:0em;}
span.button a{margin:0 1em;font-weight:300 !important;color:#6756a5 !important;}


.no-border { border: none; }

/* form */
div.form-errors p, div.form-errors ul li, p.form-errors {
    font-weight: bold;
    background-color: #f00;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 110%;
    text-indent: 0%;
}
div.form-errors ul{
padding-left:0;
margin-left:0;
}
/* -----------------------------------
 NEW Inline Definition List */
 dl.table-def dt
{
  margin-bottom: -3.1em;
  line-height: 3.1em;
}

dl.table-def dd
{
  padding-left: 0%;
  line-height: 3.1em;
  font-size: 1em;
}

dl.table-def sup
{
  font-size: 80%;
  bottom: 0.4em;
  vertical-align: bottom;
  position: relative;
}


dl.table-def.X3 dt { width:3em; }
dl.table-def.X3 dd { margin-left:3em; }

dl.table-def.X4 dt { width:4em; }
dl.table-def.X4 dd { margin-left:4em; }

dl.table-def.X5 dt { width:5em; }
dl.table-def.X5 dd { margin-left:5em; }

dl.table-def.X6 dt { width:6em; }
dl.table-def.X6 dd { margin-left:6em; }

dl.table-def.X7 dt { width:7em; }
dl.table-def.X7 dd { margin-left:7em; }

dl.table-def.X8 dt { width:8em; }
dl.table-def.X8 dd { margin-left:8em; }

dl.table-def.X9 dt { width:9em; }
dl.table-def.X9 dd { margin-left:9em; }

dl.table-def.X10 dt { width:10em; }
dl.table-def.X10 dd { margin-left:10em; }

dl.table-def.X11 dt { width:11em; }
dl.table-def.X11 dd { margin-left:11em; }

dl.table-def.X12 dt { width:12em; }
dl.table-def.X12 dd { margin-left:12em; }

dl.table-def.X13 dt { width:13em; }
dl.table-def.X13 dd { margin-left:13em; }

dl.table-def.X15 dt { width:15em; }
dl.table-def.X15 dd { margin-left:15em; }

dl.table-def.X17 dt { width:17em; }
dl.table-def.X17 dd { margin-left:17em; }

dl.table-def.X19 dt { width:19em; }
dl.table-def.X19 dd { margin-left:19em; }

dl.table-def.X21 dt { width:21em; }
dl.table-def.X21 dd { margin-left:21em; }

dl.table-def.X23 dt { width:23em; }
dl.table-def.X23 dd { margin-left:23em; }

dl.table-def.X25 dt { width:25em; }
dl.table-def.X25 dd { margin-left:25em; }

dl.table-def.X27 dt { width:27em; }
dl.table-def.X27 dd { margin-left:27em; }

dl.table-def.X29 dt { width:29em; }
dl.table-def.X29 dd { margin-left:29em; }

dl.table-def.X30 dt { width:30em; }
dl.table-def.X30 dd { margin-left:30em; }

dl.table-def.X32 dt { width:32em; }
dl.table-def.X32 dd { margin-left:32em; }

/*  
eJournal PDf page css  
*/
.article_content{
width:400px;
float:left;
}
.article_content h3{
margin-top:0;
}
.article_tools
{float:left;}
.article_tools ul li
{margin:0.5em 0;}

/*
Search
*/
.result{margin-bottom:1em;}

ul.stories
{
/*
	background-image: url(http://localhost/eNewsletter-prep/eNewsletter-prep/templates/aejt/draft/aejt_2011-04-19_files/pdf.gif);
*/
	background-image: url(http://www.acu.edu.au/__data/assets/image/0011/50312/pdficon_small.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 2em;
	padding-left: 0%;
	margin-left: 0%;
}
ul.stories li
{
	list-style-type: none;
	padding-left: 0%;
	margin-left: 0%;
	margin-bottom: 1em;
	position: relative;
}
ul.stories li h3
{
	margin: 0%;
	font-size: 100%;
	font-weight: normal;
}
ul.stories li p
{
	margin: 0%;
}
ul.stories li p.author
{
	font-weight: bold;
	color: #848891;
}
ul#articles.stories li p.reviewer
{
	display: none;
}
#content ul.stories li a.abstract
{
	display: block;
	position: relative;
	width: 10em;
	margin-top: -1.4em;
	left: 36em;
	font-weight: normal;
	color: #6756A5;
}
#content ul.stories li a.download
{
	display: block;
	position: relative;
	width: 10em;
	margin-top: -1.2em;
	left: 46em;
	font-weight: normal;
	color: #6756A5;
	padding-bottom: 0.4em;
}
/* roll over */
#landing-links li.article_title a :hover {
position:relative;
}
#landing-links li.article_title .rollover {
        z-index:100;
	display:block;
	height: auto;
	width: 40em;
	background-color: #fcfcfc;
	border: 3px solid #7f8080;
	color: #fff;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	padding: 1em 1em 1.5em 1em;
	-webkit-box-shadow: 5px 5px 5px #333;
	-khtml-box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
	-ms-box-shadow: 5px 5px 5px #333;
	-o-box-shadow: 5px 5px 5px #333;
	box-shadow: 5px 5px 5px #333;
	color: #333;
	min-height: 5.5em;
        position: absolute;
	left: -111111em;
	opacity: 0;
        top:-7em;
}

#landing-links li.article_title a:hover .rollover {
        left:30em;
	opacity: 1;
 -webkit-transition: opacity .3s ease-in-out;
 -khtml-transition: opacity .3s ease-in-out;
 -moz-transition: opacity .3s ease-in-out;
 -ms-transition: opacity .3s ease-in-out;
 -o-transition: opacity .3s ease-in-out;
 transition: opacity .3s ease-in-out;
}
#landing-links li.article_title a .rollover:before {
	display: block;
	position: absolute;
	left: -19px;
	top: 6.35em;
	width: 29px;
	height: 27px;
	content: ' ';
	background-image: url('http://www.acu.edu.au/__data/assets/image/0008/445274/course-popup-arrow_19x21.png');
	background-position: 0% 4px;
	background-repeat: no-repeat;
}
#landing-links .rollover h3 {
	font-size: 1em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #bfbfbf;
	color: #00539f;
	font-size: 105%;
	margin-top: 0%;
	margin-bottom:0.5em;
}
