@import url("reset.css");

/* == Generic styles ======== */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #efefef;
	margin: 0;
	padding: 20px;
	}


/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	
	}
	
h2 {
	color: #9c191e;
	font-size: 1.6em;
	margin: 0 0 .5em 0;}

h3 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 0 0 .5em 0;
	}

h4 {font-size: 1.2em; line-height:1em; margin-bottom:0.5em; font-style:italic;}

h5 {font-size: 1em; line-height: 1.2em; margin-bottom:1.2em;}

h6 {}


/* Links */

a:link, a:visited {
	color: #5e564b;
	}
	
a:hover, a:active {
	color: #a29d97;
	}


a:link img, a:visited img {
	border: 1px solid #fff;
	}
	
a:hover img, a:active img {
	border: 1px solid #5e564b;
	}	



h1 a {text-decoration: none;}







/* Misc. elements */

p, ul, ol, dl {
	line-height: 1.3em;
	margin: 0 0 1em 0;
	}
	
abbr,acronym {border: none; font-style: normal;}


hr {
	width:100px;
	color: #9c191e;
	background-color: #9c191e;
	height: 5px;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	}


/* TAGS */

#tagcloud {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	}

#tagcloud a:link,
#tagcloud a:visited {
	text-decoration: none;
	color: #5e564b;
	}
	
#tagcloud a:hover,
#tagcloud a:active {
	color: #a29d97;
	}

.tags li {
	display:inline;
	}



#tags {
	margin: 20px 0 0 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	}

#tags a:link,
#tags a:visited {
	text-decoration: none;
	color: #645723;
	}
	
#tags a:hover,
#tags a:active {
	color: #858434;
	}
		
	
#tags h3 {
	}

#tags ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#tags ul li {
	display: inline;
	padding: 0 1em 0 0;
	white-space: nowrap;
	float: left;
	}


	
/* Microformats */

.hTagcloud ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.hTagcloud li {display:inline; margin-right:5px; line-height:110%;}

	.popular, .-popular {font-size:120%}
	.v-popular {font-size:140%;}
	.vv-popular {font-size:180%;}
	.vvv-popular {font-size:220%;}
	.vvvv-popular {font-size:260%;}
	.vvvvv-popular {font-size:300%;}
	.vvvvvv-popular {font-size:340%;}
	.vvvvvvv-popular {font-size:360%;}
	.vvvvvvvv-popular {font-size:380%;}



/* Reusable classes */
.hide {text-indent: -1000em; width: 0; height: 0; overflow: hidden;}
.padding {width:774px; margin:0 auto;overflow:hidden;}

.navigation {list-style:none; margin-left:0; padding-left:0;}
	.navigation li {display:inline;}
	.navigation a {text-decoration:none;}




.clearboth {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	margin: 0;
	}



/* LAYOUT - GENERAL */

#wrap {
	width: 824px;
	margin: 0 auto;
}



#content {
	clear: both;
	margin: 20px 0;
	position: relative;
	z-index: 0;
	}
	
	


/* HEADER */

#header {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("../images/treasures.gif") top left no-repeat;
	height: 110px;
	z-index: 80;
	}


	

#header h1 {
	margin: 0;
	padding: 0;
	width: 320px;
	height: 90px;
	float: left;
	}

#header h1 a {
	width: 320px;
	height: 90px;
	display: block;
	padding: 0;
	text-decoration: none;
	}

#header h1 span {
	visibility: hidden;
	display: none;
	line-height: 0;
	}

#header #header-intro {
	position: absolute;
	top: 10px;
	right: 0;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #5e564b;
	text-align: right;
	/*text-transform: uppercase;*/
	}
	
#header #topnav {
	position: absolute;
	bottom: 0;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	background-color: #9c191e;
	border-bottom: 1px solid #9c191e;
	border-top: 1px solid #9c191e;
	}

#header #topnav a:link,
#header #topnav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;	
	}

#header #topnav a:hover,
#header #topnav a:active {
	text-decoration: underline;
	font-weight: bold;
	}
	
#header #topnav ul {
	list-style: none;
	margin: 0 0 -2px 0;
	padding: 0;
	line-height: 1.5em;
	position: relative;
	}

#header #topnav ul li {
	display: block;
	float: left;
	width: 200px;
	padding: 2px 0 2px 5px;
	margin: 0;
	border-right: 1px solid #eaeaea;
	position: relative;
	text-align: left;
	/*bottom: 2px;*/
	}	
	
#header #topnav ul li.last {
	/*border-right: 1px solid #5e564b;*/
	}
	
#header #topnav li ul {
	position: absolute;
	top: 1.5em;
	left: 0;
	visibility: hidden;
	text-align: left;
	padding: 0;
	margin: 0 0 1px 0;
	width: 14em;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}


.ie #header #topnav li ul {
	padding: 2px 0 3px 0;
	}
	
.ie6 #header #topnav li ul {
	left: 0;
	}

		

#header #topnav li:hover ul,
#header #topnav li.hover ul {
	visibility: visible;
	}


#header #topnav li ul li {
	display: block;
	padding: 0;
	margin: 0;
	width: 17em;
	border-left: 1px solid #5e564b;
	position: relative;
	border-bottom: 1px solid #5e564b;
	white-space: nowrap;
	top: 5px;
	background-color: #c2c5bb;
	border-right: 1px solid #5e564b;
	}



.ie6 #header #topnav li ul li {
	padding: 0 0 .2em 0;
	}

.ie #header #topnav li ul li {
	top: 2px;
	}	

	
#header #topnav li ul li a:link,
#header #topnav li ul li a:visited,
#header #topnav li ul li a:hover,
#header #topnav li ul li a:active {
	display: block;
	width: 13em;
	padding: .2em 2em 2px 1em;
	color: #2f2f2f;
	}


#header #topnav li ul li:hover,
#header #topnav li ul li.hover {
 	background-color: #5e564b;
	}

#header #topnav li ul li:hover a,
#header #topnav li ul li.hover a:link,
#header #topnav li ul li.hover a:visited,
#header #topnav li ul li.hover a:hover,
#header #topnav li ul li.hover a:active {
	color: #ffffff;
	}
	






/* HOME PAGE */
#featured { 
    position: relative; 
    margin: 0 0 20px 0; 
    z-index: 0; 
    width: 100%; 
    } 

#featured-item { 
    float: left; 
    width: 515px; 
    /* border-bottom: 1px solid #000; */ 
    } 
    
#featured-item .home-thumb { 
    float: left; 
    width: 103px; 
    height: 103px; 
    margin: 0; 
    padding: 0; 
    } 

#featured-pic { 
    float: right; 
    width: 309px; 
    height: 205px; 
    margin: 0; 
    padding: 0; 
    background-image: url(../images/blurb.gif);
    } 
    
#featured-pic span.replaced-text {
	display: none;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	}    

#home-main {
	margin: 0;
	padding: 0;
	height: 1%;
	position: relative;
	}
	
	
	
#home-categories {
	width:100%;
	
	}	
	
	
ul.home-cat-col {
	width: 185px;
	float: left;
	position: relative;
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	/*border-right: 1px solid #5e564b;*/
	height: 1%;
	}
	
ul.home-cat-col li {
	/*float: left;*/

	margin: 0 5px .6em 0;
	font-weight: bold;
	}
	
ul.home-cat-col li a:link, ul.home-cat-col li a:visited {text-decoration: none;}	

ul.home-cat-col li a:hover, ul.home-cat-col li a:active {
	/*filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
}







#home-main #tagcloud {
	width: 350px;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	}



/* Items browse */

ul.pagination {
	margin: 0;
	padding: 0;
	float:right;
	padding-bottom: 10px;
	}

ul.pagination li {
	margin: 0;
	padding: 0;
	float:left;
	list-style-type: none;
	font-weight: bold;
	font-size: 7pt;
	margin-right: 5px;
	}

ul.pagination li.current {
	/*font-size: 130%;*/
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #5e564b;
	color: #fff;
	}
	
ul.pagination li.first, ul.pagination li.previous, ul.pagination li.next, ul.pagination li.last {
	/*font-size: 7pt;
	padding-top: 1px;*/

	}	
	
ul.pagination li a:link, ul.pagination li a:visited {
	padding: 1px;
	border: 1px solid #a29d97;	
	color: #5e564b;
	text-decoration: none;
	}	
	
ul.pagination li a:hover, ul.pagination li a:active {
	padding: 1px;
	border: 1px solid #5e564b;
	text-decoration: none;
	}
		
.item {overflow:hidden; border-bottom:1px dotted #ccc; margin-bottom:17px; padding-bottom:18px;}
	.item .item-content {float:right; margin-left:18px; margin-bottom:18px;}
	.item .item-meta {float:left;}

#browsethumbs {
	position: relative;
	height: 1%;
	}

#browsethumbs .thumb {
	position: relative;
	float: left;
	margin: 0 20px 30px 0;
	width: 250px;
	}

#browsethumbs .thumb img {
	float: left;
	}
	
#browsethumbs .thumb p {
	margin: 0;
	padding: 0 0 0 110px;
	line-height: 1.2em;
	font-size: 90%;
	}

#browsethumbs .thumb a:link,
#browsethumbs .thumb a:visited {
	text-decoration: none;
	color: #333333;
	}

#browsethumbs .thumb a:hover,
#browsethumbs .thumb a:active {
	color: #5E564B;
	}
					

/* Item show */

#item-images {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 340px;
	}

.item-image-main {
	margin: 0 10px 10px 0;
	}

.item-image-thumb {
	float: left;
	margin: 0 10px 10px 0;
	}


#item-info {
	padding: 0 0 0 350px;
	margin: 0;
	}


#footer {
	clear:both;
	border-top: 1px solid #9c191e;
	padding: 3px 0;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	line-height: 1em;}

#omeka-logo {
	font-size: .7em;
	}

#bottomnav {
	color:#9c191e;
	font-size:9pt;
	padding-left: 3px;
	}

#bottomnav a:link, #bottomnav a:visited {color:#5e564b; font-weight: bold; text-decoration: none;}
#bottomnav a:hover, #bottomnav a:active {color:#a29d97; font-weight: bold; text-decoration: underline;}

/* THESE STYLES ARE USED WHEN PRINTING FULL SIZE IMAGES DISPLAYED VIA LIGHTBOX.
THESE IDs CLASSES ARE APPLIED IN lightbox.js */

#lightboxPrintHeader {
	/* background: url("../images/treasures.gif") top center no-repeat; */
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0;
	display: none;
	}
	
.ie6 #topNavPrint {
  display: none;
  }