/* University of Adelaide
 * LUMEN stylesheet
 * uses pixel sizes.
 * Lumen - The University of Adelaide Magazine
 * February 2006
 */

/* body
------------------------------------------------------ */

body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image: url('/script/lumen/static/images/gradient.gif');
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F2F1F1;
	}
.toplinks {
	color: black;
	font-weight: bold;
}
a.toplinks, a.toplinks:link, a.toplinks:active, a.toplinks:visited {
	color: #cc9;
	font-weight: bold;
	text-decoration: none;
}
a.toplinks:hover { 
	color: white;
	text-decoration: underline;
}

/* search form
------------------------------------------------------ */

input.searchinput {
	font-size: 12px;
	background-color: white;
	width: 145px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #345;
	}
#search form {
	padding: 0px;
	margin: 0px;
	display: inline;
	}
.searchresults, .searchresults li {
	font-weight: normal;
}

/* heading 1
------------------------------------------------------ */

h1 {
	color: #633;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	}
.content h1 a:link {
	color: #633;
	text-decoration: none;
	}
.content h1 a:hover {
	color: black;
	text-decoration: underline;
	}

/* heading 2
------------------------------------------------------ */

h2 {
	color: #358;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
	}
.content h2 a:link {
	color: #358;
	text-decoration: none;
	}
.content h2 a:hover {
	color: black;
	text-decoration: underline;
	}
.heading {
	color: #358;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: normal;
	}

/* horiz nav
------------------------------------------------------ */

a.horiznav {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
a.horiznav:active, a.horiznav:hover {
	color: #003;
	font-weight: bold;
	text-decoration: underline;
	}
.text_header {
	font: normal normal bold 14pt/14pt sans-serif;
    color: #666666;
    white-space: nowrap;
    text-decoration: none;
	}
.text_header2, .text_header2 a, .text_header2 a:visited {
	font: normal normal bold 10pt/10pt sans-serif;
    color: #666666;
    text-decoration: none;
    white-space: nowrap;
	}
.text_header2 a:hover, .text_header2 a:active {
    color: #000066;
	}

/* news
------------------------------------------------------ */

.news a:link,
.news a:visited {
    color: #0000FF;
	}    
table.news_nav a,
table.news_nav a:visited,
a.news_nav,
a.news_nav:visited {
    color: #036;
    text-decoration: none;
	}
table.news_nav a:hover,
table.news_nav a:active,
a.news_nav:hover,
a.news_nav:active { 
	color: #603;
	}
tr.news_header,
td.news_header,
tr.image_header,
td.image_header,
tr.attachment_header,
td.attachment_header {
    background-color: #DCD6B5;
    color: #036;
	}
tr.news_line,
tr.image_line,
tr.attachment_line {
    background-color: #FFFFFF;
	}
tr.news_title,
tr.image_title,
tr.attachment_title {
    background-color: #D8EFF0;
    font: normal normal normal 10pt/12pt sans-serif;
	}
span.news_title,
span.image_title,
span.attachment_title {
    font: normal normal bold 10pt/20pt sans-serif;
    color: #666666;
	}
tr.news_content,
tr.image_content,
tr.attachment_content {
    background-color: #C5CDD3;
    font: normal normal normal 12pt/14pt sans-serif;
    vertical-align: top;
	}
span.news_content,
span.image_content,
span.attachment_content {
    font: normal normal bold 10pt/18pt sans-serif;
    color: #666666;
	}

tr.news_content a,
tr.image_content a,
tr.attachment_content a {
    font: normal normal normal 10pt/12pt sans-serif;
	}
td.news_highlight,
td.image_highlight,
td.attachment_highlight {
    background-color: #FFFFFF;
	}
tr.news_highlight,
tr.image_highlight,
tr.attachment_highlight {
    background-color: #FFFFFF;
	}
.highlight_line {
    line-height: 3em;
    vertical-align: middle;
	}
tr.news_state {
    background-color: #eeeeee;
	}
td.news_field {
    background-color: #FFFFFF; 
    font: normal normal normal 10pt/10pt sans-serif;
	}
th.news_field {
    font-weight: bold;
    text-align: left;
    background-color: #C5CDD3;
	}
tr.news_archive {
    background-color: #DDE5EC;
    font: normal normal normal 9pt/10pt sans-serif;
}
tr.news_archive td {
    padding-top: 2px;
    padding-bottom: 2px;
	}

/* footnotes
------------------------------------------------------ */

div.footnote {
    color: #666666;
    font-size: 95%;
    border-top: 1px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: #333333;
    padding-top: 1em;
    padding-bottom: 1em;
	}
div.contact {
    padding-bottom: 1em;
	}
div.image {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #666666;
    border-style: solid;
	}
div.image a:link,
div.image a:visited {
    font: normal normal normal 9pt/10pt sans-serif;
	}
div.event_image {
    padding-top: 1em;
    padding-bottom: 1em;
	}
div.event_image a:link,
div.event_image a:visited {
    font: normal normal normal 9pt/10pt sans-serif;
	}


/* horizontal navigation
------------------------------------------------------ */

td.news_nav {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0em;
    padding-bottom: 0em;
		}
table.news_nav { background-color: #DED4A5; }

td.fruit {
		border-top: 0px;
		border-left: 1px;
		border-right: 0px;
		border-bottom: 0px;
		border-color: #666666;
		border-style: solid;
		}
table.fruit {
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 10px;
		padding-bottom: 10px;
		}
input.news_nav_submit {
		background-color: #DED4A5;
		color: #036;
		text-decoration: none;
		border-top: 2px;
		border-left: 2px;
		border-right: 2px;
		border-bottom: 2px;
		border-color: #DED4A5;
		border-style: solid;
		}
input.news_nav_submit:hover,
input.news_nav_submit:active { color: #FFFFFF; }

ul.front {
		color: #445566;
		padding-left: 10px;
		}
li {
		padding-bottom: .75em;
		}
.front li {
		color: #456;
		line-height: 1.2em;
		}
.front a:link, .front a:active, .front a:visited {
		text-decoration: underline;
		}
.front a:hover {
		text-decoration: none;
		}
	
/* table styles
------------------------------------------------------ */
table.issue    { margin-bottom: 1em; }
table.issue th { margin-bottom: 1em; }
table.issue td { border-bottom: 1px solid #999; }

td.main_story {
    padding-left: 20px;
    padding-right: 20px;
	}
td.main_story a {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	}
td.main_story a:hover {
    color: #2E4B68;
	}
td.main_story a:active {
    color: white;
	}
td.info {
    padding-left: 20px;
    padding-right: 20px;
	}
td.info {
    color: #576B80;
    font-size: 8px;
    font-weight:normal;
    text-decoration: none;
	}
td.stories {
		width: 50%;
    color: #576B80;
    font-size: 10px;
    font-weight:normal;
    text-decoration: none;
		}
.linkinfo {
		display: none;
		}
hr {
  	border: 0;
  	width: 100%;
		color: #cc9;
		background-color: #cc9;
		height: 1px;
		margin-top: 15px;
		margin-bottom: 15px;
		}
.footer, a.footer {
		color: #456;
		}
ul {
		list-style-type: square;
		list-style-position: outside;
		padding-top: 0px;
		padding-left: 20px;
		padding-bottom: 10px;
		margin-left: 10px; 
		}
span.contact_details {
    color: #456;
		font-size: 10px;
		line-height: 12px;
		}
span.contact_details a:link, span.contact_details a:active, span.contact_details a:visited {
		font-weight: bold;
    color: #369;
		text-decoration: none;
		}
span.contact_details a:hover {
    color: black;
	font-weight: bold;
	text-decoration: underline;
		}

/* makes the up/down/left/right arrow glyphs visible
------------------------------------------------------ */

.arrow {
    font-size: 150%;
    font-weight: bold;
    font-decoration: none;
		}
td.login a {
    color: #369;
    text-decoration: none;
		}
td.login a:visited {
    color: #036;
    text-decoration: none;
		}
td.logout {
    background-color: #036;
    color: #333333;
    font: normal normal bold 10pt/10pt sans-serif;
    white-space: nowrap;
		}
td.logout a {
    color: #ffffff;
    font: normal normal bold 10pt/10pt sans-serif;
    text-decoration: none;
		}
td.logout a:visited {
    color: #ffffff;
    font: normal normal bold 10pt/10pt sans-serif;
    text-decoration: none;
		}
.bzinputreq, p.red, p.login_warning { color: #993300; }
table.login th { background-color: #DCD6B5; }
span.pager {
		font-style: italic;
    white-space: nowrap;
		}
span.pager a {
    color: #369;
    text-decoration: none;
		}
span.pager a:visited {
    color: #036;
    text-decoration: none;
		}
span.pager a:hover {
    color: #036;
    text-decoration: underline;
		}
span.search_highlight {
    background-color: #ff9;
		}

table.states,
table.states a,
table.states a:visited {
    font: normal normal 9pt/9pt sans-serif;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
		}
table.states a:hover {
    color: #0000FF;
		}
tr.print_line {
    background-color: #666666;
		}
    
/* Add in styling for linked text below the cover image */
.keyline-left a {
  color: #369;
}

a img {
  border: none; 
}

.keyline-left h2 {
    /*color: #555;*/
    margin-top: 0;
}
