
/* 	University of Adelaide
	Template:	Academic v1 - print
	Version:	1.2
	Updated: 	23/06/2010
------------------------------------------------------- */

/* GENERAL BODY */
body {
	text-align: center;
	margin: 10px;
	padding: 0px;
	background-image: none;
	background-color: #fff;
	}
#container { margin: 0 auto; padding: 0px 10px 10px 10px; width: 950px; text-align: left; background: #fff; }

table.main {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}
/* Footer ------------------------------------------------------- */
#container-footer {
	clear:both;
	position:relative;
	width:100%;
}
#footer {
	color:#456;
	font-size:0.8em;
	height:80px;
	line-height:12px;
	margin:0 auto;
	padding:10px;
	position:relative;
	width:auto;
}
#footer a {
	color:#369;
}
#footer-left {
	float:left;
	text-align:left;
	width:50%;
}
#footer-right {
	float:right;
	text-align:right;
	width:50%;
}
/* clear space for footer ---------------------------------------- */
div#clearfoot {
	background-color:#fff;
	clear:both;
	height:10px;
}

/* additional in-content styline that needs to be applied in print */

/* Widget - Small floating in-content widget
------------------------------------------------------ */
div.float-widget {
	background-color: #ffffff;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #aabbcc;
	float: right;
	margin: 0px 0px 0px 20px;
	padding: 10px;
	position: relative;
	vertical-align: top;
	width: 180px;
}
/* Widget - Infohead
------------------------------------------------------ */
/* widget infohead */
.infohead-widget {
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #bb0000;
	color: #003366;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 4px 0px;
	width: 180px;
}
div.promo-widget a:visited, div.promo-widget a:visited, div.promo-widget a:visited {
color: #776;
}
div.promo-widget a, div.promo-widget a:link {
color: #369;
} 

/* Widget - Keyline in-content small floating widget
------------------------------------------------------ */
div.keyline-widget {
	border: 1px solid #aabbcc;
	float: right;
	margin: 0 0 20px 20px;
	padding: 10px;
	width: 180px;
}
div.keyline-widget p {
	color: #003366;
	font-size: 11px;
	line-height :14px;
	margin-top :0;
	padding-top :0;
}
