/*
	In Time of Place
	27 May 2008

	main styles
	floated fixed width (960px)
*/

/*------------------------------------------------------------{   COMMON PAGE ELEMENTS   }------------------*/

body {
	margin:0;
	padding:0;
	text-align:center;
	font-size:80%;
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#464646;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:Arial, helvetica, sans-serif;
}

h1 {
	font-size:200%;
	color:#444;
}

h2 {
	font-size:160%;
	color:#333;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:130%;
}

h5 {
	font-size:120%;
}

h6 {
	font-size:100%;
}

p {
	margin:0;
	padding:6px 0;
	line-height:normal;
}

img {
	border:none;
	background:none;
	padding:0 1px;
}

a {
	padding:2px 4px;
	text-decoration:none;
	color:#ab4600;
}

a:hover {
	background:#ffecdf;	
}

a.highslide {
	padding:0;
}

a.highslide:hover,
a.no_style:hover {
	background:none;
}

li {
	padding:3px 0;
}

/*------------------------------------------------------------{   CONTAINER BLOCKS   }------------------*/

#text_only {
	position:absolute;
	top:0;
	left:0;
}

#text_only a {
	font-size:1px;
	line-height:1px;
	color:#fff;
}

#container {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#header {
	float:left;
	width:960px;
	height:300px;
	padding:20px 0 0;
}

#uni_logo {
	float:left;
	width:177px;
}

#header_image {
	float:left;
	width:600px;
	height:300px;
}

#site_title {
	float:left;
	width:160px;
	padding:100px 10px 0;
	text-align:center;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:230%;
	color:#031793;
}

#content {
	float:left;
	width:606px;
	padding:20px;
}

#footer {
	float:left;
	width:960px;
	text-align:center;
	font-size:x-small;
}

p.footer_images {
	padding:20px 0 0;
}

/*------------------------------------------------------------{   MAIN MENU   }------------------*/

#menu {
	float:left;
	width:160px;
	padding:20px 0;
	font-family:Arial, helvetica, sans-serif;
}

#menu ul,
#menu ul li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul a {
	display:block;
	width:147px;
	padding:3px 0 3px 10px;
	background:none;
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
	color:#ab4600;
}

#menu ul a:hover,
#menu ul a.active,
#menu ul a.active:hover {
	width:145px;
	background:none;
	border-right:2px solid #ab4600;
	color:#ab4600;
}

/*------------------------------------------------------------{   CLASS STYLES   }------------------*/

.blue {
	color:#031793;
	font-size:120%;
}

.small {
	font-size:70%;
}

.photo {
	margin:5px;
	padding:5px;
	border:1px solid #aaa;
}

.hidden {
	display:none;
}

table.styled {
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}

table.styled th{
	background:#efefef;
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
	text-align:right;
}

table.styled td{
	border-bottom:1px solid #bebebe;
	border-right:1px solid #bebebe;
}

/*--------------------------------------------------------{   HIGHSLIDE STYLES   }---------------*/

.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {

}
.highslide:hover img {
background:none;
}

.highslide-wrapper {
	background: #909090;
}
.highslide-image {
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

a.highslide-full-expand:hover {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
