/* London Archaeological Archive & Research Centre
	Style sheet for all screen layout */

/* Visual Funk css start */

body
{
	background-color: #FFFFFF;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	font: small/1.3 Arial, Verdana, Helvetica, sans-serif;	
}

a 
{
	color: #660000;
	text-decoration: none;
}



a:hover
{
	text-decoration: underline;
}



select, input
{
	font-size: 11px;
	color: #666666;
}


ul
{
	list-style-type: square;
	padding: 0 0 3px 0;
	margin: 0 0 0 10px;
}

.sidebar ul
{
	list-style-type: square;
}

.helppage
{
	font-size: small;
}
li
{
	font-size: 85%;
	margin: 0 0 3px 0;
	padding: 0;
}

li a
{
	color: #333333;
}

h1
{
	color: #990000;
	font-size: 135%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

h2 
{
	color: #990000;
	font-size: 110%;
	margin: 0;
	padding: 0;
}

h3
{
	color: #990000;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 0 0;
}

h4
{
	color: #333333;
	font-size: 100%; 
	font-weight: bold;
	margin: 0;
}

h5
{
	color: #333333;
	margin: 0;
}




img
{
	border: 0;
}



/* main classes */




.container
{

	text-align: left;
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;	
}

.header
{
	height: 30px;
	clear: both;
}

.search
{
	color: #660000;
	font-size: 12px;
	text-align: right;
}

.search-input
{
	border: 1px solid #660000;
	height: 15px;
	width: 115px;
}


.logo
{
	clear: left;
	float: left;
	height: 25px;
	width: 150px;
}

.menu
{
	clear: right;
	border: 1px solid #CDCDCD;
	float: left;
	height: auto;
	width: 723px;
	color: #676767;
	background-color: #F3F3F3;
	display: block;
	float: left;
	margin : 10px 0 10px 0;
}



.menu a
{
	color: #676767;
	display: block;
	float: left;
	padding: 4px 5px 4px 5px;
}

.menu a.active
{
	color: #FFFFFF;
	background-color: #9CB621;
	font-weight: bold;

}

.menu a:hover
{
	color: #444444;
}

.image
{
	clear: both;
	padding-top: 10px;
}


.image-info
{
	background-color: #DEDBDE;
	clear: both;
	font-size: 85%;
	padding: 2px 5px 2px 5px;
	text-align: right;
	width:715px;
}

.image-info a, .about-brown a, .about-brown p a
{
	font-size: 100%;
}


.bottomnavbar
{
	background-color: #DBDBDB;
	clear: both;
	font-size: 80%;
	margin: 20px 0 10px 0;
	padding: 1px;
	text-align: center;
}


.bottomnavbar a
{
	color: #6B6563;
}





/*Layout */

#container{
	width : 725px;
	margin : 10px auto 10px auto;
	padding : 0;
}


#leftColumn {
	float:left;
	display:inline;
	width:107px;
	margin-left: 0;
	margin-right : 10px;
/* Hides from IE-mac \*/
	height: auto !important;
   	height: 1%;
/* End hide from IE-mac */
}



#main{
	width:400px;
	margin-left:117px;
	padding : 0 ;

}

#main-two-columns{
	width:600px;
	margin-left:117px;
	padding : 0 ;
	border : 1px solid red;
}

#main_frontpage{
	width:510px;
	margin-left:0;
	padding : 10px 0 0 0;
}


#bookmark {
	position : relative;
	width:200px;
	top: 0px;
	left:70px;
	float : right;
	height:20px;
	margin : 0 0 0 0;
}

#top img{
	margin : 0;
}

#rightColumn {}

.banner {
	padding-top : 10px;
}

.frontpage-image{
	margin-bottom :5px;
}

/* Breadcrumbs */
#breadcrumbs {
	background: white url(../images/house.gif) top left no-repeat;
	padding : 0 0 0 10px;
	font-size: 75%;
	color : #990000;
}

#breadcrumbs a:link{
	text-decoration :none;
	color : #999999;
}
#breadcrumbs .active{
	font-weight: bold;
	color : #990000;
}

#breadcrumbs a:hover{
	text-decoration : underline;
	color : black;
}

#breadcrumbs a:visited{
	color : #990000;
}


#logoimg{
	margin: 0 0px 0 0px;
	position : relative;
	top: 0px;
	left:0%;
	float: left;
	z-index:10;
	width:120px;
	height: 18px
	
}


/* The top menu */
#menu {
	background-color : #F3F3F3;
	border : 1px solid #CDCDCD;
	padding : 5px;
	margin : 10px 0 10px 0;
}

#menu a:link{
	text-decoration : none;
	padding-right : 10px;
}

#menu a:link, #menu a:visited{
	color : #666;
}

#menu a:hover{
	color : black;
}

#leftColumn ul{
	margin:0;
	padding:0;
}


/*Left hand menu */
li.navLevel4{
	color : #666666;
}
li.navLevel1 a:link, 
li.navLevel1 a:visited{
	color : #663333;
}
li.navLevel2 a:link, 
li.navLevel2 a:visited, 
li.navLevel3 a:link, 
li.navLevel3 a:visited {
	color : #666666;
}

li.navLevel4 a:link, 
li.navLevel4 a:visited{
	color : #666;
}

li.navLevel1 a:hover, 
li.navLevel2 a:hover, 
li.navLevel3 a:hover, 
li.navLevel4 a:hover {
	color : #000;
	text-decoration:underline;
}


#navigation {
	line-height : 150%;
}

#navigation a{

}

#navigation a.active{
	color : #990000;
	font-weight : bold;
}

#navigation strong{
	color : #990000;
	font-weight : bold;
}

li.navLevel1, 
li.navLevel2, 
li.navLevel3{
	list-style: none;
}

li.navLevel4{
	list-style-position : inside;

}
li.navLevel1 a:link, 
li.navLevel1 a:visited{
	font-weight: bold;
}


li.navLevel1 { margin-left : 0px; font-size: 100%;}
li.navLevel2 { margin-left : 10px; font-size: 95%;}
li.navLevel3 { margin-left : 15px; font-size: 95%;}
li.navLevel4 { margin-left : 20px; font-size: 95%;}


/* The help features */
.help {
	position : relative;
	width : 180px;
	margin :  -29px -180px 0 0;
	padding :0;
	float:right;
	background-color: #F2F2F2;
}

.help h1{
	border : 1px solid #DDDDDD;
	font-size: 95%;
	color : #990000;
	padding : 2px 2px 2px 15px;
	margin : 0;
	background: white url(../images/helpHover.gif) top left no-repeat;
}

.help a:link,.help a:visited{
	color : #660000;
	text-decoration: none;
}

.help p{
	padding : 5px 10px 0 10px;
	font-size: 90%;
}

#help00, 
#help01, 
#help02, 
#help03,
#help04,
#help05,
#help06,
#help07,
#help08,
#help09,
#help10,
#help11,
#help12,
#help13,
#help14,
#help15,
#help16,
#help17,
#help18,
#help19,
#help20,
#help21
{
	visibility : hidden;
}

#survey
{
	visibility : hidden; width:220px; top:30px; left:-170px; z-index:10;
}

#survey a:link{
	text-decoration : none;
	padding-right : 10px;
}

#survey a:hover
{
	text-decoration : underline;
	color : black;
}

/* The search form */

#advancedsearch p{
	margin-top : 10px;
	margin :0 0 10px 0;
}
input{
	border : 1px solid #A5ACB2;
}


#advancedsearch h2, #advancedsearch-sidebar h2{

	padding : 2px 2px 2px 5px;
	margin: 10px 0 10px 0;
	margin-top : 20px;
	background: #DDDDDD;
	color: #333333;
	font-size : 95%;
	font-family: Arial, Helvetica, sans-serif;
}

#advancedsearch-sidebar h1{
	color: #333333;
	margin-top : 10px;
	margin-bottom : 2px;
}

#advancedsearch-sidebar h2{
	color: #333333;
	margin : 0;
}

img {
	border : 0;
}

.itemname {
	width : 140px;
	clear: left;
	display: block;
	float : left;
}

.radio, .checkbox{
	border:0;
}

.clearButton{
	background-color: #9F7777;
	color :white;
	border :0;
}

.searchButton{
	background-color: #EC1C2E;
	color :white;
	border :  0;
}

span.indent, p.indent{
	padding-left:140px; 
}

span.indent {padding-left:20px; }

.small{
	font-size : 80%;
}

.discreet {
	color : #666666;
}

.borderTop{
	border-top : 1px solid #dddddd;
}

.boxes {
	margin-top : 40px;
}

.box-0, .box-1, .box-2, .box-3{
	width:200px;
	top : 100px;
	display: block;
	float:right;
}

.box-0{
	width :200px;
/* was 115px but text looked too different to the other boxes MR 14/11/2006 */
	float:left;
}

/* Search results */
.searchnav{
	background-color: #F2F2F2;
	text-align: center;
}

.result-item{
	background-color: #F2F2F2;
}

.result-item p{
	margin :0;
	padding : 0;
}

.odd{
	background-color: transparent;
}

.result-col-1{
	float:left;
	clear: left;
	padding: 12px 10px 12px 6px;	
	width:200px;
	margin: 0;

/* Hides from IE-mac \*/
	height: auto !important;
   	height: 1%;
/* End hide from IE-mac */
}

.result-col-2{
	border-bottom : 1px solid #F2F2F2;
	position : relative;
	margin-left : 200px;
	border-left : 1px solid #D7D7D7;	
	padding: 12px 10px 12px 9px;
	
}

.result-item-head{
	background-color: #DDDDDD;
	margin : 0;
}
.result-item-head p{
	color: #333333;
	font-weight: bold;
	margin :0;
}
.result-col-1-head{
	float:left;
	padding: 2px 10px 1px 6px;
	display:inline;
	/*width:107px; MR 2007, doesn't fit results headers */
	width:200px;
	margin-left: 0;
/* Hides from IE-mac \*/
	height: auto !important;
   	height: 1%;
/* End hide from IE-mac */
}

.result-col-2-head{
	position : relative;
	margin-left : 140px;
	border-left : 1px solid #D7D7D7;	
	padding: 2px 10px 1px 6px;
}

.navigate-results{
	text-align : center;
}

.navigate-results a, .navigate-related-objects a{
	margin : 0 5px 0 5px;
}

.navigate-results a.active{
	font-weight : bold;
}

/*Digital resources */

.digital-resources{
	width : 600px;
	clear: left;
}

.digital-resources h2{
	color : #333333;
	font-size : 100%;
	line-height: 90%;
	float:left;
	padding: 3px 0px 0px 0px;	

	width:120px;
	margin-left: 0;
/* Hides from IE-mac \*/
	height: auto !important;
   	height: 1%;
/* End hide from IE-mac */
}

.digital-resources-label{
	color : #333333;
	font-size : 100%;
	line-height: 90%;
	float:left;
	padding: 3px 0px 0px 0px;	

	width:120px;
	margin-left: 0;
/* Hides from IE-mac \*/
	height: auto !important;
   	height: 1%;
/* End hide from IE-mac */
}

.digital-resources p{
	position : relative;
	margin-left : 131px;
	padding: 3px 10px 12px 0;
}

.digital-resources ul{
  	list-style-position:inside;
	position : relative;
	margin-left : 141px;
	padding: 3px 10px 12px 0;
	color : #660000;
}

.inline-image{
	width : 140px;
	float:left; 
	background-color : #F3F3F3;
	margin : 5px 5px 5px 0;
}

.inline-image p{
 	padding : 5px;
}

/* Related objects */

.related-objects{
	width : 612px;
	margin-left : 117px;
	margin-bottom : 10px;
}

.navigate-related-objects{
	background-color : #F3F3F3;
	border : 1px solid #CCCCCC;
	text-align:center;
	margin : 10px 0 10px 0;
}

.related-object-image {
	text-align : center;
	height: 180px;
	overflow : hidden;
	vertical-align : bottom;
	padding-top : 10px;
	border-top : 1px solid #CCCCCC;
}
.related-object-item{
	width : 24%;
	float : left;
}



.related-object-item-info{
	background-color : transparent;
	padding : 6px;
	font-size : 90%;
	overflow : hidden;
}

.ams_table {
	text-transform: capitalize;
}


/* Various */

div.spacer {
  clear: both;
  height : 1px;
}

.hidden
{
	display: none;
}

p
{
	padding: 0;
	margin: 0 0 0.5em 0;
}



.options
{
	padding: 5px 0 5px 0;
}

.email
{
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #9C9663;
	font-size: 80%;
	height: 9px;
	padding: 2px 0 2px 15px;
}

.options .email
{
	margin-left: 525px;
}

.print
{
	background-image: url(../images/print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #9C9663;
	font-size: 80%;
	height: 13px;
	margin-left: 10px;
	padding: 2px 0 2px 15px;
}

.contents
{
	clear: both;
	padding: 5px 0 10px 0;
}

.about
{
	color: #7B7B7B;
	font-size: 80%;
	text-align: center;
}
