/**

 * Additional styles for ACS Digital Library
 *
 * Change colour scheme from green default to Blue
 * Set content to 100% of page width
 * Move sidebar from right to left side
 * Remove dotted borders
 * Set the width of the content relative to font size
 * Center page header
 * Added ad format
 *
 * By Tom Worthington 16 Nov 2006
 */


@import url("http://dl.acs.org.au/styles/standardcommon.css");


body {background-color: #FFFFFF;
	color: #000000;}

a:link {
	color: #1C5BA2;
}

a:active {
	color: #144276;
}

a:visited {
	color: #1C5BA2;
}

a:hover {
	color: #144276;
	background: #DCEAF9;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #E0E0D8;
	border-top: #1F66B7;
	border-left: #1F66B7;
	border-bottom: #9BC2EE;
	border-right: #9BC2EE;
}

input.button {
	background-color: #9BC2EE;
}

input.defaultButton {
	background-color: #1C5BA2;
	color: #FFFFFF;
}

#header {
	background-color: #9DC0D8;
	background-image: url("http://journals.sfu.ca/acs/styles/dlbanner.gif");
	width: 100%;
}

#header h1 {
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.21em;
}


#body {
	width: 100%;
	margin: 0;
}

#footer {
	min-height: 5em;
	background-color: #9DC0D8;
}

#footerContent {
	width: 100%;
	margin: 0;
}
/*
#sidebar {
	float: right;
	width:160px;
	max-width:100%;
	margin: 0;
	padding-left: 1em;
}

#sidebar div.block {
	padding-bottom: .5em;
}

#main {
	width:70%;
	min-width:8em;
	max-width:50em;
	float: left;
	margin: 0;
	padding: 1em;
}



#developedBy {
	display: none;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Additional text styles
 * /

span.disabled, label.disabled {
	color: #1F66B7;
}

span.formRequired {
	color: #0D294A;
}

.advertisement {
	float: right;
	width:160px;
	max-width:100%;
	padding: 0em 0em 0em .25em;
	font-size: 0.65em;
	clear: right;
	overflow: hidden;
	}

.shavead {
	width: 180px;
	padding: 0em 0em .5em 0em;
	margin: 0em 0em 0em -10px;
	position: relative;
	overflow: hidden;
	clear: right;
	}

.acknowledgments {
	}

.acknowledgments img {
	float: left;
	padding: .5em;
	}
*/

