/* sclr.css - stylesheet for www.scottishlawreports.org.uk
	SCLR 2008 / Justis Publishing 2008 */
	
html
{
	height: 100%;
	background-color: #eaead1;
}

/* @group main content areas */

body
{
	position:  relative;
	width: 950px;
	min-height: 99.9%;
	margin: 0 auto;
	padding: 0 5px;
	border-bottom: solid 1px #fff;
	font: normal 80%/140% verdana, helvetica, arial, sans-serif;
	background: #518ac8 url(../images/bg_body.png) 0 0 repeat-y;
	color:  #fff;
}

div#header
{
	position: relative;
	width: 948px;
	height: 153px;
	z-index:0;
	border: solid 1px #fff;
	background: transparent;
	color: inherit;
}

div#content
{
	position: relative;
	padding: 30px 0 50px 0;
	background-color: #fff;
	color: #000;
	overflow: hidden;
	_height: 1%; /*ie6 hack */
}

body.home div#content
{
	/* background: #fff url(../images/bg_content.jpg) 0 100% no-repeat;*/
	padding: 30px 0 120px 130px;
}

div#content_sub_JustCite
{
	padding-left: 240px;
	padding-right: 20px;
	font-size:  90%;
	clear: both;
}

body.home div#content_sub
{
	padding-left: 120px;
	width: 340px;
}

p
{
	margin: 0.7em 0;
}

/* @end */

/* @group branding */

div#branding
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-color: inherit;
	height: 155px;
	width: 230px;
}



/* @end */

/* @group navigation */

#nav_global
{
	position: relative;
	top: 10px;
	left: 0px;
	font-size: 90%;
	background: transparent;
	color: inherit;
	font-family:arial, serif;
}

a:link, a:visited
{
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

a:hover, a:active
{
	background-color: inherit;
	color: #c8c850;
	text-decoration: underline;
}

div#footer a:link, div#footer a:visited
{
	text-decoration: underline;
}

#nav_global h2
{
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 26px;
	width: 100%;
	margin: 0;
	font: bold 120%/180% arial, verdana, sans-serif;
	
}

#nav_sclr-pubs
{
	position: absolute;
	left: 230px;
	width: 220px;
    height: 142px;
}

#nav_sclr-resources
{
	position: absolute;
	left: 470px;
	width: 220px;
	height: 142px;
	border-left: solid 1px white;
}

#nav_sclr-info
{
	position: absolute;
	left: 710px;
	width: 217px;
	height: 142px;
	border-left: solid 1px white;
}


#nav_global ul
{
	padding: 0 10px;
}

div#nav_global h2 a
{
	display: block;
	width: 100%;
	padding: 0 10px;
	height: 100%;
	text-decoration: none;
	border-top:solid 1px white;
}

div#branding #url_sclr
{
	font-size: 80%;
	margin: 0 auto;
	text-align: center;
	color: #ccc;
	height: 31px;
	background-color: white;
	width: 100%;
	bottom: -3px;
	position: absolute;
	font: bolder 11px/31px verdana, sans-serif;
} 

div#nav_global #nav_sclr-info h2 a:link, div#nav_global #nav_sclr-info h2 a:visited
{
	background-color: #5250c8;
	color: #fff;
}

div#nav_global #nav_sclr-info h2 a:hover, div#nav_global #nav_sclr-info h2 a:active
{
	background-color: #bfbfea;
	color: #5250c8;
}

div#nav_global #nav_sclr-resources h2 a:link, div#nav_global #nav_sclr-resources h2 a:visited
{
	background-color: #c8c850;
	color: #fff;
}

div#nav_global #nav_sclr-resources h2 a:hover, div#nav_global #nav_sclr-resources h2 a:active
{
	background-color: #eaeabf;
	color: #c8c850;
}

div#nav_global #nav_sclr-pubs h2 a:link, div#nav_global #nav_sclr-pubs h2 a:visited
{
	background-color: #c85350;
	color: #fff;
}

div#nav_global #nav_sclr-pubs h2 a:hover, div#nav_global #nav_sclr-pubs h2 a:active
{
	background-color: #eac0bf;
	color: #c85350;
}

#nav_local
{
	padding:  0;
	padding-top: 12px;
	width: 230px;
	font-family:arial, sans-serif;
}

#nav_local li
{
	border: 0;
	padding-left: 5px;
	border-left: solid 10px #fff;
}

#nav_local h3
{
	font-weight: bold;
	margin: 15px;
}


body.info #nav_local li.selected
{
	/*background: #5250c8 url(../images/bg_local_selected.png) 110% 50% no-repeat;*/
	border-left: solid 10px #5250c8;
	color: #5250c8;
}


body.resources #nav_local li.selected
{
	border-left: solid 10px #c8c850;
	color: #c8c850;
}

body.pubs #nav_local li.selected
{
	border-left: solid 10px #c85350;
	color: #c85350;
}

body.info #nav_local h3
{
	color: #5250c8;
}

body.resources #nav_local h3
{
	color: #c8c850;
}

body.pubs #nav_local h3
{
	color: #c85350;
}

div#nav_meta
{
	visibility: hidden;
	display: none;
}

/* @end */

/* @group footer */

div#footer
{
	position: relative;
	width: 948px;
	margin: 0 1px;
	font-size: 90%;
	padding-bottom: 100px;
	background: transparent;
	color: inherit;
}

div#footer p
{
	position: absolute;
	width: 219px;
	padding:  5px 0 0 10px;
	border-left:solid 1px white;
	margin: 0;
}

div#footer p#copyright
{
	left: 0;
	border: 0;
}

div#footer p#sitemap
{
	left: 230px;
}

div#footer p#sitecredits
{
	left: 470px;
}

div#footer p#toplink
{
	left: 710px;
}

div#footer p#toplink a
{
	display: block;
	width: 100%;
	background:transparent url(../images/arrow_up.png) 100% 50% no-repeat;
}

/* @end */

/* @group lists */

dl.name-value-h
{
	position: relative;
	width: 230px;
	text-align: left;
	padding: 0;
	margin-top: 0.5em;
	font-size: 90%;
}

dl.name-value-h dt
{
	position: relative;
	left: 0;
	width:40%;
	color: #518ac8;
	padding: 2px 0;
	margin:0;
}

dl.name-value-h dd
{
	position: relative;
	width: 60%;
	left: 40%;
	margin: -18px auto 0 0;

}

ul.bulleted li
{
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0.5em;
	margin-left: 2em;
}

ul.list-h
{
	display:block;
	margin: 0.5em auto;
	width: 75%;
}

ul.list-h li
{
	float:left;
	display: block;
	padding: 5px;
}

/* @end */

/* @group quotes */

body.home blockquote
{
	margin: 30px;
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
}

body.standard blockquote
{
	font-weight: normal;
	margin: 2em;
}



/* @end */

/* @group headings */

h1
{
	margin: 0.3em 0;
	font: bolder 170%/170% Georgia, sans-serif;
	color: #518ac8;
}

h2
{
	margin: 0.3em 0;
	font: bolder 150%/180% Georgia, sans-serif;
	color: #518ac8;
}

h3
{
	margin: 0.7em 0;
	font: bolder 14px/24px "helvetica neue", helvetica, arial, sans-serif;
	color: #518ac8;
}

h4
{
	margin: 0.3em 0;
	font: bolder 13px/28px "helvetica neue", helvetica, arial, sans-serif;
	color: #518ac8;
}

body.home div#content_sub h2
{
	text-indent: -120px;
}

body.home div#content_main h2
{
	text-indent: 30px;
}

body.standard ul.list_links h3
{
	margin: 0;
}

ul.list_links p
{
	margin: 0;
}


/* @end */

/* @group images */

img#img_logo
{
	width: 160px;
	height: 120px;
	margin: 0px auto;
	display: block;
}



/* @end */

/* @group links */

a:link, a:visited
{
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

a:hover, a:active
{
	background-color: inherit;
	color: #c8c850;
	text-decoration: underline;
}

div#footer a:link, div#footer a:visited
{
	text-decoration: underline;
}

div#content a:link
{
	background-color: inherit;
	color: #0000ff;
	text-decoration: underline;
}

div#content a:visited
{
	background-color: inherit;
	color: purple;
	text-decoration: underline;
}
div#content a:hover, div#content a:active
{
	background-color: inherit;
	color: #c85350;
	text-decoration: underline;
}

div#nav_local a:link, div#nav_local a:visited
{
	text-decoration: none;
}

div#nav_local a:hover, div#nav_local a:active
{
	text-decoration: underline;
}

/* @end */

/* @group misc classes */

sup
{
	line-height: 50%;
	font-size:85%;
}

.author
{
	text-align: right;
	font-size: 90%;
	margin: 1em 0;
	color: #999;
	color: #518ac8;
	font-weight: normal;
}

.blue_sclr
{
	color: #518ac8;
	background-color: inherit;
}

.col1
{
	width: 220px;
	padding: 10px;
}


.col2
{
	width: 450px;
	padding: 10px;
}

.col3
{
	width: 670px;
	padding: 10px;
}

.fr
{
	float:right;
}

.fl
{
	float:left;
}

.clear
{
	clear: both;
}

.note
{
	color: #518ac8;
	font-size: 90%;
	margin:20px;
}

.nowrap
{
	white-space: nowrap;
}

.centre
{
	text-align: center;
}

.footnote
{
	font-size: 85%;
	padding: 0.5em 0;
	border-top: solid 1px #ccc;
	margin: 2em auto;
}
/* @end */

/* @group misc ids */

#regnote
{
	clear:both;
	position: absolute;
	bottom: 10px;
	left: 1px;
	width: 948px;
	font-size: 80%;
	text-align: center;
	/*line-height: 140px;
	 background-color: #eaeabf;
	font-style: italic; */
}

#sc_more
{
	padding-left: 15px;
	background: transparent url(../images/double-arrow.gif) 0 5px no-repeat;
	margin: 20px 0px 20px 15px;
}

/* @end */

#openaccess
{
	position: relative;
	width: 670px;
	height:  240px;
	background: #fff url(../images/bg_openaccess.png) no-repeat;
	padding:  10px;
}

#intro_openaccess
{
	margin-top: 0;
}

#openaccess p
{
	width: 65%;
}

#link_sessionsample
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left:  2px;
}

#link_justisQSG
{
	font-size: 80%;
	padding-left:25px;
	background: transparent url(../images/ico-pdf_18x18.gif) 0 50% no-repeat;
}

#tagline_justis
{
	position: absolute;
	bottom:  40px;
	right: 15px;
}

#link_broken
{
	position: absolute;
	top: 250px;
	left: 0px;
	width: 190px;
	padding: 10px 20px;
	font-size: 90%;
	background-color: #eaeabf;
}

.small-em
{
	font-size:  90%;
	font-style: italic;
}

strong
{
	font-weight: bold;
}

#navbar1
{
	padding-top:  20px;
}

#img_mdj-bottle
{
	position:absolute;
	left: 40px;
	top: 300px;
}

.sidepanel
{
	padding: 10px;
	background-color: #eaeabf;
	margin-top:20px;
	font-size: 90%;
}

body.links #content_main h3
{
	border-top: solid 1px #518ac8;
	padding: 10px 0 0;
}

.copyright_adlib
{
	font-size: 90%;
	text-align: center;
	font-style: italic;
}

body.sitemap div#pubs h2
{
	color: #c85350;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
}

body.sitemap div#resources h2
{
	color:#c8c850;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
}

body.sitemap div#info h2
{
	color:#5250c8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
}

body.sitemap #content
{
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

body.sitemap ul.bulleted li
{
	font-size:90%;
	padding:0;
}