/* @override
	http://wwqi-static-site.s3.amazonaws.com/stylesheets/layout.css
	http://localhost:5000/stylesheets/layout.css
	http://www.wwqidev.com/stylesheets/layout.css
*/

/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */


body{
    font-size: 75.0%;
    line-height:1.667em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image:url(../images/papertexture.png);
    background-position:top center;
    background-repeat:repeat;
    background-color:#72808a;
	text-align:left;
	direction:ltr;
}


a{outline-width:0px;color:#D2AF58;text-decoration:none;}
a img {border:none;}
a:link, a:active, a:visited{text-decoration:none;}
a:hover{text-decoration:none;}

.box-transition {
  -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
      -ms-transition: all 0.2s ease-out;  /* IE10? */
       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
          transition: all 0.2s ease-out;
}
.inline-block{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.right{float:right}
.left{float:left}

.icon{
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'Pictos', sans-serif;
}


.searchform input{
    border: 0;
    background: none;
    margin: 5px 0 0 10px;
    display: inline;
    width: 115px;
    outline:none
}

.searchform button {
    width: 32px;
    height: 23px;
    background: url(../images/searchbutton.gif) no-repeat 0 0;
    display: block;
    float: left;
    border: 0;
    cursor: pointer;
    margin: 3px 0 0 10px;
}

.searchform button:hover {
    background: url(../images/searchbutton.gif) no-repeat 0 -22px;
}

.top-margin-0{margin-top:0px!important}
.top-margin-10{margin-top:10px!important}
.top-margin-15{margin-top:15px!important}
.top-margin-20{margin-top:20px!important}


/* AltFooterStick for making the footer stick to the bottom
-------------------------------------------------------------- */

html{height: 100%;}
body{height: 100%;}
#nonFooter{position: relative;min-height: 100%;}
* html #nonFooter{height: 100%;}
#content{padding-bottom: 200px}
#pageFooterWrapper{position: relative;margin-top: -200px}
.container.dark{background:url(../images/classy_fabric.png)}

/* Modal
-------------------------------------------------------------- */
/*!
 * Bootstrap Scroll Modal
 * Version: 1.0
 * Made for your convenience by @theericanderson
 * A variaton of but a small piece of the insanely awesome Twitter Bootstrap (http://twitter.github.com/bootstrap)
 */

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 800px;
  margin: -250px 0 0 -400px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal .close{
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: black;
	text-shadow: 0 1px 0 white;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor:pointer;
	background:none!important;
	padding:0!important;
	margin:0!important;
	font-family:Helvetica, sans-serif!important;
}
.modal h2{
	font-size:18px;
	margin:3px 0;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-backdrop {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-backdrop.fade {
  background-color: rgba(0, 0, 0, 0.0);
}
.modal-backdrop,
.modal-backdrop.fade.in {
  background: rgba(0, 0, 0, 0.8);
}
.modal-backdrop, .modal-backdrop.fade, .modal-backdrop.fade.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.modal-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 1050;
  width: 800px;
  margin-left: -400px;
  padding-bottom: 80px;
  overflow: visible;
}
.modal-wrapper .modal {
  position: static;
  margin: 0;
  z-index: 1060;
}
/* Some different styling for dynamic height modals */
.modal-wrapper .modal .modal-body {
  overflow-y: visible;
  max-height: none;
}


#translation-to-english .modal-body,
#translation-to-english .modal-body * {
  	direction:ltr!important;
	text-align:left!important;
	font-family:'Helvetica Neue', Helvetica, san-serif!important;
}

#transcription-of-farsi .modal-body ,
#transcription-of-farsi .modal-body *{
  	direction:rtl!important;
	text-align:right!important;
}

.modal-body .column{
	margin:0 1%;
}


/* stacked effect
-------------------------------------------------------------- */
.stack {  position: relative; z-index: 10; }
.stack img { max-width: 100%; height: auto; vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.stack:before, .stack:after { content: ""; border-radius: 3px; width: 100%; height: 100%; position: absolute; border: 10px solid #fff; left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}
.stack:before { top: 4px; z-index: -10; } /* 1st element in stack (behind image) */
.stack:after { top: 8px; z-index: -20; } /* 2nd element in stack (behind image) */

/* Third stack example (One stack element rotated in the opposite direction) */
.stack.rotated:before {
	-webkit-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		transform-origin: bottom left;
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		transform: rotate(-2deg);
}
.stack.rotated:after {
	-webkit-transform-origin: bottom left;
		-moz-transform-origin: bottom left;
		transform-origin: bottom left;
		-webkit-transform: rotate(-4deg);
		-moz-transform: rotate(-4deg);
		transform: rotate(-4deg);
}

.item1 	.stack:before,
.item1 .stack:after{display:none}

.collection .stack:after{
	background:#eac574;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#eac574), to(#f7e5b6)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #eac574, #f7e5b6); /* Chrome 10+, Saf5.1+, iOS 5+ */
  	background-image:    -moz-linear-gradient(top, #eac574, #f7e5b6); /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, #eac574, #f7e5b6); /* IE10 */
  	background-image:      -o-linear-gradient(top, #eac574, #f7e5b6); /* Opera 11.10+ */
  	background-image:         linear-gradient(top, #eac574, #f7e5b6);
	border:none;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	top: -4px;
	bottom: -4px;
	right: -8px;
	left: -8px;
	width:auto;
	height:auto;
}

.collection .stack:before{
	background:#eac574;
	width:25%;
	border:none;
	height:11px;
	top:auto;
	right:auto;
	bottom:100%;
	left:1%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    font-family:"Helvetica Neue Light","HelveticaNeue-Light","Helvetica Neue",Arial,Helvetica,sans-serif;
}
h4, h5, h6 { color:#D2AF58 }
h1, h2 { font-weight:200; }
h3, h4, h5, h6 { font-weight:400; }

h1 { font-size: 22px; line-height: 1em; margin-bottom: 0.5em;color:#D2AF58; color:#666; border-bottom:1px dotted #000; padding-bottom:15px; }
h2 { font-size: 18px; margin-bottom:0.761em; line-height:1.167em; color:#C5112C; }
h3 { font-size: 1.50em; line-height: 1.25em; margin-bottom:.5em; color:#D2AF58; margin-top:.5em }
h4 { font-size: 1.167em; line-height: 1.25;color:#990000; }
h5 { font-size: 1.167em; margin-bottom:10px; font-weight:bold; text-transform:uppercase; color:#A3A798 }
h6 { font-size: 1em; }


/* header styles
-------------------------------------------------------------- */

.header{
    margin:0;
    position:relative;
	height:140px;
}
.header .toolbar{
	background:#000;
	border-bottom:1px solid #444;
	height:40px;
	line-height:40px;
	position:relative;
}

.header .toolbar h1{
    margin:0 0 0 140px;
	padding:0;
	color:#fff;
	height:40px;
	line-height:40px;
	float:left;
	font-family:Georgia, serif;
	font-size:17px;
	font-weight:normal;
	border:none;
}

.header .toolbar .branding{
    display:block;
    margin-top:-11px;
    height:144px;
	width:128px;
    background:url(../images/flag.png) 0 0 no-repeat;
    text-indent: -9999px;
	position:absolute;
	z-index:1000;
	top:0;
	overflow:hidden;
	left:0;
}
.header .toolbar .branding:hover{margin-top:-3px}

.header .toolbar ul{float:right; margin:0; padding:0}
.header .toolbar ul li{display:inline;padding:0 10px;}
.header .toolbar li a{color: #D2AF58; font-weight:bold; font-size: 16px;}
.header .toolbar li a:hover{text-decoration:underline}

span.notification{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	color:#fff;
	height:16px;
	line-height:16px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	padding:0 5px;
	font-weight:normal;
	background:#cb0015;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#ec7780), to(#cb0015)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #ec7780, #cb0015); /* Chrome 10+, Saf5.1+, iOS 5+ */
  	background-image:    -moz-linear-gradient(top, #ec7780, #cb0015); /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, #ec7780, #cb0015); /* IE10 */
  	background-image:      -o-linear-gradient(top, #ec7780, #cb0015); /* Opera 11.10+ */
  	background-image:         linear-gradient(top, #ec7780, #cb0015);

	text-shadow:0px 1px 0px #000;
	border:2px solid #fff;
	-moz-box-shadow:0px 0px 3px #000;
	-webkit-box-shadow:0px 0px 3px #000;
	box-shadow:0px 0px 3px #000;
	font-weight:bold;
}

.header .menu{
	height:80px;
	background:url(../images/black_paper.png);
	border-bottom:1px solid #CFCAC4;
	line-height:55px;
}

.header .menu ul{
	margin:0px 0 0px 120px; padding:0;
}

.header .menu ul li{
	display:block;
	float:left;
	height:55px;
	margin:0;
	padding:0;
}
.header .menu ul li a{
	display:block;
	float:left;
	height:75px;
	padding:12px 25px 0;
	border-right:1px solid #444;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	margin:0;
	font-weight:bold;
}
.header .menu ul li a:hover{
	background:#C5112C;
  	background-image: -webkit-gradient(linear, left top, left bottom, from(#C5112C), to(#a4041c))!important; /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #C5112C, #a4041c)!important; /* Chrome 10+, Saf5.1+, iOS 5+ */
  	background-image:    -moz-linear-gradient(top, #C5112C, #a4041c)!important; /* FF3.6 */
  	background-image:     -ms-linear-gradient(top, #C5112C, #a4041c)!important; /* IE10 */
  	background-image:      -o-linear-gradient(top, #C5112C, #a4041c)!important; /* Opera 11.10+ */
  	background-image:         linear-gradient(top, #C5112C, #a4041c)!important;
}

.header .menu ul li span{
	display:block;
	clear:both;
	font-size:12px;
	font-family:'Times New Roman', serif;
	font-weight:normal;
	color:#aaa;
}

/* paper stacks
-------------------------------------------------------------- */
.white-paper-stack,
.dark-paper-stack{
	margin-bottom:0;
	background:transparent!important;
}
.white-paper-stack.top-of-page,
.dark-paper-stack.top-of-page{
	margin-top:-32px;
}

.white-paper-stack .stacks,
.dark-paper-stack .stacks{
	background:url(../images/bg-stack-white.png) 0 0 repeat-x;
	padding:0px;
	margin:0 10px;
	position:relative;
	height:12px;
}
.dark-paper-stack .stacks{
	background:url(../images/bg-stack-dark2.png) 0 0 repeat-x;
}
.white-paper-stack .stacks:before,
.white-paper-stack .stacks:after,
.dark-paper-stack .stacks:before,
.dark-paper-stack .stacks:after{
	content:"";
	position:absolute;
	top:0;
	left:-10px;
	background:transparent url(../images/bg-stack-white-before.png) 0 0 no-repeat;
	width:10px;
	height:12px;
}
.dark-paper-stack .stacks:before,
.dark-paper-stack .stacks:after{
	background:transparent url(../images/bg-stack-dark-before.png) 0 0 no-repeat;
}
.white-paper-stack .stacks:after,
.dark-paper-stack .stacks:after{
	right:-10px;
	left:auto;
	background:url(../images/bg-stack-white-after.png) 0 0 no-repeat;
}
.dark-paper-stack .stacks:after{
	background:url(../images/bg-stack-dark-after.png) 0 0 no-repeat;
}


/* content
-------------------------------------------------------------- */
#content .item-page,
#content .shaded-panel{
	background:#fff;

	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	margin-bottom:30px;
}
#content .shaded-panel.has-sidebar{
	background:#fff url(../images/sidebar-panel.png) 720px 0 repeat-y;
}

#content .shaded-panel.has-sidebar.main-panel-is-dark{
	background:url(../images/sidebar-panel.png) 720px 0 repeat-y;
}
#content .shaded-panel.has-sidebar.browse-page{
	background:#fff url(../images/dark-side.png) 720px 0 repeat-y;
}

#content .page-head{
	background:url(../images/bg-stack.png) 0 0 repeat-x;
	padding:34px 15px 15px;
}

 .page-head.dark{
	background:url(../images/bg-stack-dark2.png) 0 0 repeat-x;
	padding:0px 15px 10px;
	margin:0 10px;
	position:relative;
	height:12px;
}
 .page-head.dark:before,
 .page-head.dark:after{
	content:"";
	position:absolute;
	top:0;
	left:-9px;
	background:url(../images/bg-stack-dark-before.png) 0 0 repeat-x;
	width:10px;
	height:12px;
} .page-head.dark:after{
	right:-10px;
	left:auto;
	background:url(../images/bg-stack-dark-after.png) 0 0 repeat-x;
}
#content .page-head.short{padding:0px 15px 10px;}

#content .dark-list{
	background:#222;
}

#content .extra-padding{
	padding:30px;
}


/* item details
-------------------------------------------------------------- */
.item-page .item-head{
	padding:24px 15px 15px;
}

.item-page.draft .item-head{
	background:#C82D00;
	-moz-box-shadow:inset 0px -1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0px -1px 3px rgba(0,0,0,0.5);
	box-shadow:inset 0px -1px 3px rgba(0,0,0,0.5);
}

.item-page.draft .draft-badge{
	background:url(../images/draft-stamp.png) 0 0 no-repeat;
	width:85px;
	height:85px;
	top:5px;
	left:15px;
	right:auto;
	display:block;
}

.item-page .item-head .add_this_tools{
	float:right;
	width:255px;
	overflow:hidden;
	position:relative;
}

.item-page .item-head .item-tools a{
	color:#333;
	margin:10px 5px 0;
}
.item-page .item-head .item-tools a img{
	position:relative;
	top:2px;
}

.item-thumbnail{
	width:200px;
	height:200px;
	margin-left:20px;
  margin-bottom: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
}

.item-essentials h2{
  color:#d5d5d5;
  font-size:22px;
	font-weight: bold;
	margin: 0px 0 0;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-right:25px;
}

.item-essentials div.description{
	color:#ccc;
	font-size:15px;
	line-height:22px;
	padding-right:25px;
	margin-top:0;
	padding-top:10px;
}

.item-essentials.collection-details h2,
.item-essentials.collection-details p{
	padding-left:10px;
}
.item-thumbnail .image-count{
	display:block;
	position:absolute;
	top:15px;
	height:20px;
	left:8px;
	padding:0 10px 0 5px;
	line-height:20px;
	background:url(../images/bg_white_ribbon.png) top right no-repeat;
	color:#777;
	font-size:10px;
}

.item-audio{
	background:#000;
	padding:20px 15px 10px;
}
.item-translation{
	background:#333;
  padding:10px 0;
}
.item-transcript{
	background:#555;
	padding:10px 0;
}
.item-audio h1{
	padding-left:40px;
	background:url(../images/icon-audio.png) 0 0 no-repeat;
	color:#fff;
	min-height:32px;
	line-height:32px;
	padding-bottom:0px;
	float:left;
}
.item-audio hr{
	border-top:none;
	border-bottom:1px dotted #fff;
	background:transparent;
	margin:0 0 5px;
}

.item-audio h5{
	color:#fff;
	font-size:14px;
	line-height:17px;
}
.item-links,
.browse-collection{
	background:#C82D00;
	padding:20px;
}
.item-links h1,
.item-transcript h1,
.item-translation h1{
	padding-left:40px;
	background:url(../images/icon-image.png) 0 0 no-repeat;
	color:#fff;
	min-height:32px;
	line-height:32px;
	border-bottom:1px dotted #fff;
	padding-bottom:10px;
	margin-bottom:0;
}
.item-transcript h1,
.item-translation h1{border:none}

.browse-collection h1{
	padding-left:40px;
	background:url(../images/icon-image.png) 0 0 no-repeat;
	color:#fff;
	min-height:32px;
	line-height:32px;
	padding-bottom:0px;
	margin-bottom:0;
	border:none;
}
.browse-collection h1 a{color:#fff}

.item-transcript h1{
	background:url(../images/icon-transcript.png) 0 0 no-repeat;
}
.item-translation h1{
	background:url(../images/icon-translation.png) 0 0 no-repeat;
}
.item-links a{
	color:#fff;
	display:block;
	padding:8px 15px;
	border-bottom:1px dotted #fff;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	background:url(../images/bg-link.png) 95% 50% no-repeat;
}

.item-transcript a,
.item-translation a{
	color:#fff;
	display:block;
	padding:8px 15px;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
	font-size:14px;

}

.item-links a:last-child{border:none;}

.item-links a:hover{
	background-color:#000;
}

.item-below-fold{
	color:#666;

}

.last-column{
	float:right!important;
}

.item-details{
	list-style:none;
	padding:20px;
}

.item_related ul li.title{
	color:#888;
	font-size:12px;
	font-weight:bold;
}

.item_related span.title, .item-details span.title {
  display: block;
	min-height:20px;
	line-height:20px;
	padding: 10px 0 10px 25px;
	border-bottom:1px dotted #000;
	margin-bottom:10px;
}

.undated-related-items .title {
  margin-right: 20px;
	background:url(../images/icon-related.png)  0 50% no-repeat;
}

@media only screen and (max-width: 767px) {
  .undated-related-items .title {
    margin-right: 0;
  }
}

.item_related .title.subject{
	background:url(../images/icon-subjects.png)  0 50% no-repeat;
}
.item_related .title.genre{
	background:url(../images/icon-genres.png)  0 50% no-repeat;
}
.item_related .title.collections{
  background:url(../images/icon-collections.png)  0 50% no-repeat;
}
.item_related .title.place{
	background:url(../images/icon-places.png)  0 50% no-repeat;
}
.item_related .title.people{
	background:url(../images/icon-people.png)  0 50% no-repeat;
}
.item_related .title.related_item{
  background:url(../images/icon-related.png)  0 50% no-repeat;
}
.item_related .title.activities{
  background:url(../images/icon-edit.png) 0 50% no-repeat;
}
.item-details ul li,
.item_related ul li{
	list-style:none;
	margin:0;
	padding:4px 0;
	overflow:hidden;
	clear:left;
}
.person .item-details ul li,
.person .item_related ul li{
  overflow: auto;
}

.jp-controls li{
	overflow:visible!important;
}

.item-details ul li:last-child,
.item_related ul li:last-child{
	border:none;
}

.item_related ul li{

}
.item-details ul li.description{
	font-size:12px;
}

.item-details span,
.item_related span {
	margin:0;
}

.item-details span,
.item_related span {
	font-weight:bold;
	color:#333;
	padding:0;
}

.title.collections {
  display: block;
}

.item_related ul li span{
	display:block;
}

.person .item_related ul li span{
	display: inline;
}

.item-details ul li a{
	color:#CA3723;
}

.item-details ul li ul{
	margin:0px;
}

.item-details ul li ul li{
	padding:4px 0 4px 10px;
	margin:0;
	border:none;
	background:url(../images/bullet.gif) 0 50% no-repeat;
}


 .textButton{
	color:#fff;
	display:block;
	margin:0;
	padding:2px 0;
	border-bottom:1px solid #333;
	overflow:hidden;
}

img.icon{
	width:16px!important;
	height:16px!important;
	float:left;
	margin:0 3px 0 0;
}

#item_details_wrapper{

	overflow:hidden;
}

#email-popup-content h2{
	margin:10px 0;
	padding:0;
	font-size:22px;
}

#email-popup-content input[type=text]{
	width:50px;
	height:18px;
}

#email-popup-content .form_row{
	margin:0 0 5px 0;
}

#email-popup-content input[type=submit]{
	border:none;
	margin-top:10px;
}

#email_confirmation p {
	text-align: center;
	padding-top: 10px;
}

#email-popup-content input[disabled]{
	opacity:0.3;
}

#email-popup-content{
	width:400px;

}

#print-popup-content h2{
	margin:10px 0;
	padding:0;
	font-size:22px;
}

#print-popup-content input[type=text]{
	width:50px;
	height:18px;
}

#print-popup-content .form_row{
	margin:0 0 5px 0;
}

#print-popup-content input[type=submit]{
	border:none;
	margin-top:10px;
}

#print-popup-content input[disabled]{
	opacity:0.3;
}

#print-popup-content{
	width:200px;

}

.tag{
	background:url(../images/bullet.gif) 0 5px no-repeat;
	color:#CA3723!important;
	display:inline-block;
	font-size:12px;
	line-height:14px;
	padding:0px 8px 0;
	text-decoration:none;
	margin:0 4px 6px 4px;

}


.block{
	display:block!important;
}
.clear{
	clear:left!important;
}


/* Collections List
-------------------------------------------------------------- */
ul.collections li{
	margin:0;
	padding:0;
}

ul.collections li.draft{
	position:relative;
}

.draft-badge{
	display:none;
}
.draft .draft-badge{
	width:54px;
	height:54px;
	background:url(../images/draft-badge.png) 0 0 no-repeat;
	position:absolute;
	top:0;
	right:0;
	display:block;
	z-index:100;
}
ul.collections li a{
	display:block;
	padding:25px 0;
	border-bottom:1px solid #393939;
}
ul.collections li a:hover{
	background:#333;
}
ul.collections li .collection-thumb{
	float:left;
	width:150px;
	margin-left:30px;
	position:relative;
}

ul.search-results {
  margin: 0 -10px;
}

#pagin {
  float: none;
  margin: 0 -10px;
  padding: 10px 0;
  list-style: none;
  background:url(../images/dark-side.png);
  overflow:hidden;
}

#pagin li {
	float: none;
	margin: 0 10px;
	overflow:hidden;
}
#pagin li.next{float:right}
#pagin li.prev{float:left}

#pagin li a, #language-selector a {
	display: block;
	text-decoration: none;
	color: #717171;
	font: bold 11px Arial, sans-serif;
	text-shadow: 0px 1px white;
	padding: 5px 8px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	background: #f9f9f9;

	background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
	background: linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8',GradientType=0 );
}

#pagin li a{
	display: block;
	float: none;
	padding: 0 10px;
	color: white;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 RGBA(0,0,0,0.2);
	background: #C5112C;
	border:1px solid #89071b;
	background: -moz-linear-gradient(top, #C5112C 0%, #9a0a20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5112C), color-stop(100%,#9a0a20));
	text-overflow:ellipsis;
	text-transform: capitalize;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-webkit-box-shadow: 2px 1px 4px RGBA(0,0,0,0.1),inset 0 1px 0 RGBA(255,255,255,0.6);
	-moz-box-shadow: 2px 1px 4px RGBA(0,0,0,0.1),inset 0 1px 0 RGBA(255,255,255,0.6);
	-o-box-shadow: 2px 1px 4px RGBA(0,0,0,0.1),inset 0 1px 0 RGBA(255,255,255,0.6);
	box-shadow: 2px 1px 4px RGBA(0,0,0,0.1),inset 0 1px 0 RGBA(255,255,255,0.6);
	text-align:center;
	width:140px;
}

#pagin li a span{
	cursor: pointer;
	font-weight: normal;
	font-family: Pictos;
	font-size: 14px;
	display: inline-block;
	height: 30px;
	line-height: 32px;
	position: relative;
	float:right;
	top:-1px;
	right:-11px;
	text-align: center;
	font-size:25px;
	color:#fff;
}

#pagin li.prev a span{
	float:left;
	-moz-border-radius:15px 0 0 15px;
	-webkit-border-radius:15px 0 0 15px;
	border-radius:15px 0 0 15px;
	left:-11px;
	right:0;
}
#pagin li a.current {
	color: white;
	text-shadow: 0px 1px #3f789f;

	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
	background: #7cb9e5;
	background: -webkit-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
	background: -moz-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
	background: -o-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
	background: -ms-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
	background: linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb9e5', endColorstr='#57a1d8',GradientType=0 );
}

#language-selector a:hover {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
	background: #fff;

	background: -webkit-linear-gradient(top, #fff 0%, #e8e8e8 100%);
	background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
	background: -o-linear-gradient(top, #fff 0%, #e8e8e8 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e8e8e8 100%);
	background: linear-gradient(top, #fff 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e8e8e8',GradientType=0 );
}

#pagin li a:active,#pagin li a.current:active {
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,1) !important;
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,1) !important;
	box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,1) !important;
}

#pagin li a.current:hover {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
	background: #99cefc;

	background: -webkit-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
	background: -moz-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
	background: -o-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
	background: -ms-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
	background: linear-gradient(top, #99cefc 0%, #57a1d8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cefc', endColorstr='#57a1d8',GradientType=0 );
}

#language-selector {
  width: 80%;
  margin: 4em auto 10em auto;
  clear: both;
}
#language-selector:after {

}
#language-selector a {
  font-size: 150%;
  padding: 0 10px;
  height:40px;
  line-height:40px;
}

#language-selector #language-selector-en,
#language-selector #language-selector-fa {
  width: 45%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
}

#language-selector #language-selector-fa {
  float: right;
  text-align: right;
}

.language-selector-text {
  color: #ccc;
  min-height: 35em;
}

.language-selector-text h1 {
  color: #decc90;
  height: 3em;
}
.language-selector-text h2 {
  color: #ccc;
}
#language-selector-fa h2{direction:rtl}

#landing #home-main {
  margin-bottom: 30px;
}
#landing .header h1 {
  margin: 0 1em;
  font-size: 200%;
}

#landing .header h1.title-en {
  float: left;
}

#landing .header h1.title-fa {
  float: right;
}

#landing #pageFooter {
  text-align: center;
}

#landing .header {
  height: 100px;
}

#landing .header .menu {
  height: 40px;
}
.results-found {
  color: #FFF;
  font-size: 1.5em;
  margin-top: .5em;
}



ul.collections li .collection-meta{
	margin-left:200px;
	margin-right:30px;
}
ul.collections li .collection-thumb img,
.collection-thumb img{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	width:100%;
	z-index:6;
	position:relative;
	bottom:auto!important;

	box-shadow: 0 1px 5px rgba(0,0,0,0.9);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
}
ul.collections li.collection .collection-thumb img{width:80%; margin:5px auto; display:block}
ul.collections li .collection-thumb .layer1,
ul.collections li .collection-thumb .layer2,
.collection-thumb .layer1,
.collection-thumb .layer2{
	position:absolute;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.8);
	padding:0px;
	top:1px;
	background: -moz-linear-gradient(center bottom, #ffffff 0%, #fefefe 40%, #fefefe 100%);
	background: -o-linear-gradient(center bottom, #ffffff 0%, #fefefe 40%, #fefefe 100%);
	background: -webkit-linear-gradient(bottom, #ffffff 0%, #fefefe 40%, #fefefe 100%);
	border: 1px solid rgba(34, 25, 25, 0.25);
}
.item1 .plural{display:none}
li.collection .collection-thumb{
	background-size:100% 100%;
}
ul.collections li .collection-thumb .layer1,
.collection-thumb .layer1{
	z-index:2;
	right:0px;
	left:2px;
	bottom:1px;
}
ul.collections li .collection-thumb .layer2,
.collection-thumb .layer2{
	z-index:1;
	right:2px;
	left:4px;
	bottom:-2px;
}

ul.collections li a span.date{
	display:block;
	font-weight:bold;
	color: #D3515E;
	 background-image: url(../images/sprites-dots.png);
	background-position: 0px -211px;
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0;
}

ul.collections li a h3{
	color:#fff;
	font-weight:bold;
	padding:0;
	margin:0px 0 10px 0;
}

ul.collections li a p{
	color:#9E9E9E;
}
ul.collections li a .collection-essentials{
	margin-right:70px;
	border-right:1px solid #393939;
	padding-right:10px;
	min-height:120px;
}
ul.collections li a .items-in-collection{
	float:right;
	width:50px;
	font-size:11px;
	color:#888;
	margin-top:20px;
	text-align:center;
}
ul.collections li a .items-in-collection strong{
	font-size:29px;
	display:block;
	color:#fff;
	margin-bottom:2px;
}
/* #Collection Details
================================================== */
.collection-highlights{
	padding:20px 0;
	background:#111;
	overflow:hidden;
}
.collection-highlights h1{
	color:#fff;
	margin:0 20px 10px 20px;
	padding:10px 0;
}
.collection-highlights div{
	width:16.666%;
	float:left;
	text-align:center;
}

.collection-highlights div img{
	width:80%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

/* Home page
================================================== */
#home-main{
	overflow:hidden;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	padding:0px;
	background:#222;
	position:relative;
}


#home-main .welcome{
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	background:url(../images/home-search-arrow.png) 100% 0 no-repeat;
	width:50%;
	height:65px;
	line-height:65px;
	color:#fff;
	text-indent:20px;
	font-size:15px;
	font-weight:bold;
	z-index:100;
	margin:0;
	text-shadow:0px 1px 2px #000;
}

#home-main .welcome i{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	display:block;
	background:url(../images/explore-arrow.png) 50% 50% no-repeat;
	margin:0;
	width:25px;
}

#home-main .rslides{
	margin:0 -10px;
	width:auto;
}
#home-main .rslides li{margin-bottom:0}
#home-main .side-stuff{margin-right:-20px; margin-left:0; padding:0 10px 50px 10px}
#home-main .side-stuff #about {padding:15px 10px 10px}
#home-main .side-stuff #about p{
	color:#CCCCCC;
	font-size:1em;
	line-height:1.4em;
	margin:0;
	max-height:179px;
}


#home-main #search-wrapper{
	background:#C5112C;
	margin:0px;
	position:absolute;
	right:0;
	bottom:0;
	padding: 0px 0;
	width: 50%;
	z-index: 100;
	height:65px;

}

#home-main #search-wrapper h4{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin-bottom:3px;
	padding:0;
	margin:7px 10px 5px;
}


#home-main #search-wrapper #search-form{
	background:#fff;
	display:block;
	float:none;
	height:26px;
	margin:20px 10px 0px ;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#home-main #search-wrapper #search-form form{margin:0}

#home-main #search-wrapper #search-form input{
	height:26px;
	padding:0;
	line-height:26px;
	border: 0;
	background: none;
	margin: 0px 0px 0 10px;
	display: block;
	float: left;
	outline: none;
	border:none!important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	width:auto;
	width:400px;
	line-height:1;

}

#home-main #search-wrapper #search-form button{
	width: 23px;
	height: 23px;
	background: url(../images/searchbutton.gif) no-repeat 0 0;
	display: block;
	float: right;
	border: 0;
	cursor: pointer;
	margin: 2px 4px 0 10px;
}


/* Home featured collections
================================================== */
.ie7 .es-carousel{
	position:relative;
}
.es-carousel-wrapper{
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(top, #ddd 0%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ddd 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ddd 0%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ddd 0%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(top, #ddd 0%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	padding-bottom:0!important;
}
.es-carousel-wrapper.persons{
  background: #ddd; /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f5f5f5 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f5f5f5 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(top, #f5f5f5 0%,#e3e3e3 100%); /* W3C */
}

#carousel h2{
    text-transform:uppercase;
    font-size:15px;
    color:#888;
    font-weight:bold;
    float:none;
	margin-bottom:15px;
	text-shadow:0px 1px 0px #fff;
	padding-bottom:5px;
	width:100%!important;
	display:block;
	margin:-10px -35px 0;
	padding:10px 35px;
	border-bottom:1px solid #fff;
}

#indexList .es-carousel-wrapper.persons h2{
  font-size:19px;
  padding:0 10px 6px;
  width:auto!important;
  font-weight:normal;
  color:#636363;
  margin:0;
  border-bottom:1px solid #d8d8d8;
}
#indexList .es-carousel-wrapper.persons{
  padding:10px 0;
}

.es-carousel-wrapper.persons a.name{
  font-size:13px;
  font-weight:bold;
  color:#636363;
  margin-bottom:20px;
}



#indexList .es-carousel-wrapper.persons .person-thumbnail{

  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
  -webki-box-shadow:0px 0px 10px rgba(0,0,0,0.3);
  margin:0 auto 15px;
}

#personscarousel .es-nav span{
  bottom:0px;
  height:auto;
}

.es-carousel-wrapper.persons .es-carousel{
  margin:0 35px;
}

#indexList .es-carousel-wrapper.persons li{
  text-align: center;
  background:none;
}

#carousel .collection-thumb{
	position:relative;
	padding-bottom:5px;
	width:90%;
	margin:0 auto;

}

#carousel .swipe{
	width:82px;
	height:56px;
	position:absolute;
	bottom:10px;
	left:10px;
	opacity:0.2;
	display:none;
	background:url(../images/swipe.png) 0 0 no-repeat;
}

#carousel .collection-thumb img{
}
.es-carousel{direction:ltr}
.es-carousel ul li{
	overflow:visible;
	background:url(../images/carousel-border.png) 100% 0 repeat-y;
	margin:0;
	padding-top:10px;
}


#carousel .collection-data{

	position:relative;
	padding:10px;
	height:130px;
}

#carousel .collection-data .title{
	display:block;
	font-size:1.124em;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#444;
	text-shadow:0px 1px 0px #fff;
}

#carousel .collection-data .description{
	color: #777;
	line-height: 13px;
	font-size: 0.97em;
}


/* index List
================================================== */

#indexList{
	color:#666;
	background:#fff;
	clear:left;
	overflow:hidden;

}

#indexList h2{
	border-bottom:1px dotted #aaa;
	color:#333;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding-bottom:10px;
	text-shadow:1px 1px 0 #eee;
	margin-bottom:6px;
}

#indexList ul li a{
	color:#333;
	font-size:13px;
}

#indexList ul li a:hover{
	color:#CA3723;
	text-decoration:underline;
}

#indexList ul li a span{
	color:#999;
	font-size:11px;
}

#indexList ul.alphabet{
    padding:5px 0 0px 0px; list-style:none;
	margin:0px auto!important;float:none;
	clear:both;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}

#indexList ul.alphabet li {
	border-right:1px solid #ccc;
	float:left;
	font-size:11px;
	height:auto;
	padding:0 5px;
	text-transform:uppercase;
	color:#333;

}

#fullIndex #indexList ul.alphabet li {
	border-right:1px solid #ccc;
	float:left;
	font-size:12px;
	height:auto;
	padding:0 8px;
	text-transform:uppercase;
	color:#333;
}

#indexList ul.alphabet li a{
	font-size:12px;
}

#indexList ul.alphabet li a.selected{
	font-weight:bold;
	color:#CA3723;
}

#indexList .subjects_list{
	margin-top:10px;
}

#indexList .dob{
	color:#333;
	margin:0;

}

#indexList ul li ul{
	margin-left:20px;
	line-height:13px;
	color:#CA3723;
	font-size:12px;
}

#indexList ul li ul li a{
	font-size:12px;
}

.otherIndexes{
	float:right;
	overflow:hidden;
}

.otherIndexes a{
	margin-left:10px;
	color:#CA3723;
}

.otherIndexes a:hover{
	text-decoration:underline;
}

.persons_list .person_item a.person-link{
  display:block;
  margin-right:40px;
  margin-left:30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.persons_list .person_item  .person-image{
  width:24px;
  height:24px;
  border-radius:12px;
  -webkit-border-radius:12px;
  -moz-border-radius:12px;
  position: absolute;
  top:5px;
  left:0px;
}
.persons_list .person_item{
  border-bottom:1px solid #f6f6f6;
  padding:5px 0;
  position: relative;
  line-height:normal;
  margin:0;
  height:24px;
}

.persons_list .person_item a.item-link{
  position: absolute;
  top:5px;
  right:0px;
  background:url(../images/icon-item-red.png) 100% 3px no-repeat;
  padding-right:15px;
  color:#c82d00!important;
  font-weight:bold;
  font-size:13px;
  height:18px;
  line-height:18px;
  background-size:12px auto;
}


/* #Footer
================================================== */

#pageFooterWrapper {
    width: 100% !important;
    background: url(../images/black_paper.png);
    text-shadow: #000 0px -1px 1px;
    clear:left;}
#pageFooter {

    margin: 0 auto 0 auto;
    height: 150px;
    padding-top: 50px;
    font-size: 12px;
    line-height: 1em; color: #999999;
}


#pageFooter ul { list-style: none; padding: 0; margin: 0; }


#pageFooter li {
    float:left;
    display: block;
    padding: 0 0 3px 0;
    margin: 0 15px 3px 0;
    line-height: 1.8em;
    font-size: 1.167em;
    text-transform:uppercase;
    color:#A3A798 }

#pageFooter a:link {
    color: #aaa;
    padding: 0 0 0 10px; font-weight: bold;}

#pageFooter  a:visited {
    color: #aaa;
    text-decoration: none;
    padding: 0 0 0 10px; }

#pageFooter a:hover {
    color: #C5112C;
    text-decoration: none;
    padding: 0 0 0 10px; }

#pageFooter a:active {
    color: #555;
    text-decoration: none;
    padding: 0 0 0 10px; }

#pageFooter  p{
    color:#888;
    margin:3px 0 0 40px;
    font-size:10px;
}


/* #Static Pages
================================================== */
.static-content li {

	padding-left: 20px;
	background: url(../images/list_bullet.gif) 0 5px no-repeat;
	line-height:20px;
}
.static-content h1{font-size:28px; color:#000;}
.static-content a{color:#C5112C}
.static-content h2{font-size:22px}
.static-content h3{color:#333; font-size:15px}
.faq p{line-height:20px}
.faq h3{background:#f5f5f5; padding:10px 5px; font-weight:bold}


/* #Browse Page
================================================== */

/* sidebar */
#browse-bar{
	background:#efefef;
	color:#333;
	padding-top:10px;
}

#browse-bar h1{
	padding-left:40px;
	color:#666;
	min-height:32px;
	line-height:32px;
	border-bottom:1px dotted #aaa;
	padding-bottom:10px;
	background:url(../images/icon-browse.png) 0 0 no-repeat;
}

#browse-bar  h3{
	padding:8px 5px 8px 5px;
	margin:0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #fff;

	font-weight:bold;
}
#browse-bar  h3.has-children{
	padding-left:15px;
	background: url("../images/arrow_collapsed.png") 0 12px no-repeat;
}
#browse-bar  h3 .icon{font-size:18px}
#browse-bar  h3:first-child,
#browse-bar  h3.first{border-top:none}
#browse-bar  h3.last{border-bottom:none}
#browse-bar h3.last{
	border-bottom:none;
}

#browse-bar h3.active{
	background:  url("../images/arrow_expanded.png") 0 12px no-repeat;
	border-bottom:none;
}

#browse-bar h3 a{
	font-size:14px;
	color:#444
}

#browse-bar  .list{
	margin:0 -10px;
	padding:0;
	border-bottom:1px solid #ccc;
}
#browse-bar .list a{
	color:#333;
	padding-left:20px;
	background:url(../images/bullet-grey.gif) 11px 8px no-repeat;
	display:block;
	position:relative;
	padding-right:28px;
	padding-top:2px;
	padding-bottom:2px;
}
#browse-bar .list a.more{
	background:url(../images/bullet.gif) 11px 8px no-repeat;
}
#browse-bar .list a:hover{
	background-color:#e4e4e4;
}
#browse-bar .list a > span{
	position:absolute;
	top:0;
	right:13px;
}
#browse-bar .list a:hover{
	color:#CA3723
}
#browse-bar  .list ul{
	padding:5px 0;
}

#browse-bar  .list li{
	padding:0px;
	font-size:12px;
	line-height:14px;
	margin: 0px;
}

#browse-bar  .list li.current{
	display: block;
	float: none;
	padding: 0 10px 0 35px;
	color: white;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	background: #C5112C;
	text-overflow:ellipsis;
	text-transform: capitalize;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	margin:0 0px 0 10px;
	position:relative;

}
#browse-bar  .list li.current a {
	cursor: pointer;
	font-weight: normal;
	font-family: Pictos;
	font-size: 14px;
	background:#000;
	display: inline-block;
	width: 30px;
	height: 100%;
	left:0;
	top:0;
	position: absolute;
	text-align: center;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	color:#fff;
	padding:0;
}

#browse-bar  .list li.current span{color:#eba9b3}
#browse-bar  .list li span{
	font-size:10px;
	color:#999;
}


.browse-search{
	margin:0px -10px 0px;
	background:#C5112C;
	padding:10px;
}


.browse-search h1{
	padding-left:40px;
	background:url(../images/icon-search.png) 0 0 no-repeat;
	color:#fff;
	min-height:32px;
	line-height:32px;
	border-bottom:1px dotted #fff;
	padding-bottom:10px;
}
.browse-by-type h1{
	padding-left:40px;
	background:url(../images/icon-types.png) 0 0 no-repeat;
	color:#444;
	min-height:32px;
	line-height:32px;
	border-bottom:none;
	padding-bottom:10px;
	margin:0 10px 10px;
}


.browse  h1{
	padding-left:40px;
	background:url(../images/icon-browse.png) 0 0 no-repeat;
	color:#fff;
	min-height:32px;
	line-height:32px;
	border-bottom:1px dotted #fff;
	padding-bottom:10px;
}

.browse-search a:hover{
	text-decoration:underline;
}

.browse-search .searchbox{
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.browse-search .searchbox input{
	width:600px;
	-moz-box-shadow:none!important;
	box-shadow:none!important;
	-webkit-box-shadow:none!important;
	border:none!important;
	margin:2px 0 2px 10px;
	float:none;
}

.browse-search .searchbox button{float:right}

.browse-search span.examples{
	margin-top:5px;
	display:block;
	clear:left;
	color:#fff;
}

.browse-search .advanced-search{
	position:relative;
	top:8px;
}
.browse-by-type{
	padding-bottom:20px;
	padding-top:10px;
	margin: 0px -10px;
	background:url(../images/paper.png);
	border-bottom:1px solid #ccc;
	background: #DDD;
	background: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #efefef 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #efefef 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#dddddd 100%);
	background: linear-gradient(top, #efefef 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dddddd',GradientType=0 );
}
.browse-by-type a {
	text-align:center;
	color:#555;
	display:block;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;

	margin-bottom:10px;
}


.browse-by-type a img{
	width:80%;
	display:block;
	margin:0 auto;
}


.browse-by-type a span{}

.browse-by-type a:hover .icon{
	color:#C82D00;
	text-shadow:0px 1px 0px #000;
	-webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
	     -moz-transition: all 0.2s ease-out;  /* FF4+ */
	      -ms-transition: all 0.2s ease-out;  /* IE10? */
	       -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
	          transition: all 0.2s ease-out;
}
.browse-by-type a .icon{
	display:block;
	font-size:55px;
	color:#000;
	text-shadow:0px 1px 0px #888;

}

.view-all{
	float:right;
	font-size:12px;
	color:#333;
}
#browse-bar .browse-by-period h1{
	background:url(../images/icon-period.png) 0 0 no-repeat;
	color:#fff;
	margin-bottom:0;
}
.browse-by-period ul{margin:0; padding:0}
.browse-by-period ul li{
	display:block;
	padding:0;
	overflow:hidden;
	border-bottom:1px solid #111;
	border-top:1px solid #444;
	margin:0;
}
.browse-by-period ul li:first-child{
	border-top:none;
}
.browse-by-period ul li:last-child{
	border-bottom:none;
}
.browse-by-period ul li a{
	color:#ccc;
	text-shadow:0px 1px 0px #000;
	padding:15px 0 0;
	overflow:hidden;
	cursor:pointer;
	display:block;
}
.browse-by-period ul li a span{
	padding:6px 0 0;
	position:relative;
}
.browse-by-period ul li a:hover{
	color:#fff;
}
.browse-by-period ul li a:hover em{
	background:#C5112C;
}
.browse-by-period a em{
	width:30px;
	height:30px;
	padding:2px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
	background:#fff;
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.4);
	box-shadow:0px 0px 3px rgba(0,0,0,0.4);
	float:left;
	margin:0 5px -3px 0;
	top:-10px;
	position:relative;
}

.browse-by-period a em img{
	background-image:url(../images/sprite-periods.png);
	height:30px;
	width:30px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	background-repeat:no-repeat;
}

.browse-by-period .aqa-muhammad-khan a em img{
	background-position:-180px 0;
}
.browse-by-period .fath-ali-shah a em img{
	background-position:0px 0;
}
.browse-by-period .muhammad-shah a em img{
	background-position:-30px 0;
}
.browse-by-period .nasir-al-din-shah a em img{
	background-position:-60px 0;
}
.browse-by-period .muzaffar-al-din-shah a em img{
	background-position:-90px 0;
}
.browse-by-period .muhammad-ali-shah a em img{
	background-position:-120px 0;
}
.browse-by-period .ahmad-shah a em img{
	background-position:-150px 0;
}
.browse-by-period .early-pahlavi a em img{
	background-position:-210px 0;
}
.browse-by-period .pre-qajar a em img{
	background-position:-240px 0;
}
.browse-by-period .undated a em img{
	background-position:-270px 0;
}
.browse-by-period .post-qajar a em img{
  background-position:-210px 0;
}

.secondary-browse-facets{
	overflow:hidden;
	margin:0 -10px;
	background:url(../images/paper.png);
}
.secondary-browse-facets h3{
	padding:8px 10px;
	color:#444;
	text-shadow:0px 1px 0px #fff;
	font-size:21px;
	border-bottom:1px solid #ddd;
	margin:0 -10px;
}
.secondary-browse-facets .four.columns{
	min-height:320px;
	background:url(../images/2px-divider.png) 100% 0 repeat-y;

}
.secondary-browse-facets .four.columns ul{border-top:1px solid #fff}
.secondary-browse-facets .four.columns ul li{
	margin:0;
}
.secondary-browse-facets .four.columns ul li a{
	color:#555;
	text-shadow:0px 1px 0px #fff;
	display:block;
	padding:5px 0;
}
.secondary-browse-facets .four.columns ul li a:hover{
	color:#000;
}
.secondary-browse-facets .four.columns ul li a:hover span{
	color:#C5112C;
}
.secondary-browse-facets .four.columns ul li span{
	color:#aaa;
	float:right;
}
.secondary-browse-facets .people{
	margin-right:-10px;
	padding:0 10px;
}
.secondary-browse-facets .places{
	margin-right:-10px;
	padding:0 10px;

}
.secondary-browse-facets .subjects{
	margin-right:-10px;
	padding:0 10px;
}
.special-searches{
	background:url(../images/lghtmesh.png);
	margin:0 -10px;
	padding:10px 10px;
	border-bottom:1px solid #ccc;
}
.special-searches h3 a{
	color:#555;
}
.special-searches h3.has-translation{
	background:url(../images/icon-translation-black.png) 0 0 no-repeat;
	margin:0;
	padding:0px 0 0 40px;
	height:32px;
	line-height:32px;
	font-size:14px;
}
.special-searches h3.has-transcription{
	background:url(../images/icon-transcript-black.png) 0 0 no-repeat;
	margin:0;
	padding:0px 0 0 40px;
	height:32px;
	line-height:32px;
	font-size:14px;
}
ul.collections.facets li a {
	display: inline;
	padding: 0;
	border-bottom: none;
}

/* #over-riding audio player defaults
================================================== */
.mejs-container{
	float:right;
}
.mejs-container .mejs-controls{
	background:#000!important;
}

/* #People page styles
================================================== */
.item-essentials.person, .item-essentials{
  background: #353535;
  padding-bottom:10px;
  padding-top: 30px;
}
.person h2{
  color:#d5d5d5;
  font-size:22px;
}
.person .person-thumbnail{
  width:100%;
  height: auto;
  max-width: 190px;
  max-height: 190px;
  -moz-border-radius:7px;
  border-radius:7px;
  -webkit-border-radius:7px;
  -webkit-box-shadow:0px 0px 4px rgba(0,0,0,0.6);
  -moz-box-shadow:0px 0px 4px rgba(0,0,0,0.6);
  box-shadow:0px 0px 4px rgba(0,0,0,0.6);
  margin-left:20px;
  margin-bottom:20px;
}

.person .birth, .person .death{
  color:#787878;
}

.person-place{
  font-size: 11px;
  margin-left: 5px;
  color: #D2AF58;
}

.person .dob, .person .dod{
  font-size:14px;
  font-weight:bold;
}

.person .birth a,
.person .death a{
  display:inline-block;
  padding-left:12px;
  background:url(../images/icon-places-gold.png) 0 4px no-repeat;
  background-size:10px auto;
  font-weight:bold;
}

.person .button-wrapper{
  display: block;
  margin-top: -13px;
}

.person .show-full-bio, .person .show-biblio, .person .hide-full-bio, .person .hide-biblio{
  color:#D2AF58;
  font-size:11px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
  margin-top: 11px;
  margin-right: 15px;
  line-height:16px;
  font-weight:bold;
}

.person .disabled-link {
  color: #787878!important;
  -webkit-transition: color .5s linear 0.3s;
  -moz-transition: color .5s linear 0.3s;
  -o-transition: color .5s linear 0.3s;
  transition: color .5s linear 0.3s;
  cursor: text;
}

.hide-full-bio, .hide-biblio {
  display: block;
  margin: 5px 15px 20px 0;
}

.person .description .short, .person .description .long {
  width: 90%;
}

.person .description .long{
  display:none;
  margin-bottom: 0;
}

.person .description .bibliography{
  display:none;
  margin-bottom: 0;
}

.person-callout{
  padding: 12px 10px;
  background: #222222;
  text-align: center;
}

.person-callout h6{
  color:#d5d5d5;
  font-size:18px;
  font-weight: 500;
  margin:3px 0 0 4px;
}

.person-callout h6:before{
  background: url('/images/list_bullet.gif') no-repeat;
}

.person .help-us{
  font-weight: bold;
  font-size: 11px;
}

.container .person .column {
  margin-left: 0;
  margin-right: 0;
}

/* override timelinejs styles */
#person-timeline .vco-storyjs .vco-feature h3, .vco-storyjs .vco-feature a {
  font-family: "Helvetica Neue", sans-serif;
}

#person-timeline .vco-storyjs .vco-feature h3 {
  font-size: 24px;
  color: #222;
}

#person-timeline .vco-storyjs .vco-feature a {
  color: #CA3723;
  font-weight: bold;
  font-size: 12px;
}

#person-timeline .vco-slider .slider-item .content .content-container .text {
  width: auto!important;
  /* !important is necessary to override inline styles from timelinejs-generated markup */
}

#person-timeline .nav-next, #person-timeline .nav-previous {
  background: transparent;
  color: #999;
}

#person-timeline .vco-slider .nav-previous .date {
  text-transform: capitalize;
}

.vco-slider .nav-previous .date,
.vco-slider .nav-previous .title {
}

.vco-slider .nav-previous .icon,
.vco-slider .nav-next .icon,
.vco-slider .nav-previous .date,
.vco-slider .nav-next .date,
.vco-slider .nav-previous .title,
.vco-slider .nav-next .title {
  opacity: .5;
}

.vco-slider .nav-previous:hover .icon,
.vco-slider .nav-next:hover .icon,
.vco-slider .nav-previous:hover .date,
.vco-slider .nav-next:hover .date,
.vco-slider .nav-previous:hover .title,
.vco-slider .nav-next:hover .title {
  opacity: .8;
}

#person-timeline .vco-notouch .vco-slider .nav-next:hover .icon {
  margin-left: 61px;
}

#person-timeline .vco-notouch .vco-slider .nav-previous:hover .icon {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .vco-slider .nav-previous .date,
  .vco-slider .nav-next .date,
  .vco-slider .nav-previous .title,
  .vco-slider .nav-next .title {
    display: none;
  }

  #person-timeline .vco-skinny.vco-notouch .vco-slider .nav-next .icon {
    background-position: -184px 0;
  }

  #person-timeline .vco-skinny.vco-notouch .vco-slider .nav-previous .icon {
    background-position: -160px 0;
  }
}

@media only screen and (max-width: 479px) {
  #person-timeline .vco-storyjs .vco-feature h3 {
    font-size: 16px;
    line-height: 20px;
  }

  #person-timeline .vco-storyjs .vco-feature h2 {
    font-size: 12px;
  }
}

#person-timeline .timenav-line, #person-timeline .active .dot {
  background-color: #CA3723;
}

#person-timeline .marker.active .flag-content h3 {
  color: #CA3723;
}
/* end override timelinejs styles */

.person .related-items li{
  margin:10px 0;
  padding:0;
}

.person .related-items .related-item-thumbnail{
  width:64px;
  height:64px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  float:left;
}
.person .related-items .related-item-data{
  margin-right: 20px;
  margin-left:75px;
  height:64px;
}

.person .related-item-data li p {
  line-height: inherit;
}

.person .related-items .related-item-data p{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.person .item-details h1 {
  border-bottom: none;
  display: inline;
  margin-right: 5px;
}

.person .item-details-header {
  border-bottom: 1px dotted #000;
}

.person .item-details-header a {
  color: #CA3723;
}

.person .item-details:last-of-type {
  background: #efefef;
  border-top: 1px solid #d5d5d5;
  margin-bottom:0;
}

.related-person{
  padding:10px 0;
  border-bottom:1px solid #efefef;

}

.related-person .related-person-data{
  height:40px;
  margin-left:10px;
  float:left;
}
.related-person .person-thumbnail{
  width:40px;
  height:40px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  margin:0;
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  float:left;
}

.related-person .related-person-name{
  color:#c82d00;
  display:block;
  position: relative;;
  max-width:225px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.related-person-name span {
  font-weight: normal;
}

.related-person .related-person-name .related-person-relationship {
  font-weight:bold;
  color:#888888;
  font-size:10px;
  margin-top: -3px;
  text-transform: uppercase;
}

.items-below-fold.person{
 position: relative;
}

.person .timeline{
  margin:0 -20px;
}

.person .related-collection {
  margin: 10px 0;
}

.person .related-collection:first-child {
  margin-top: 0;
}

.person .related-collection .collection-thumbnail{
  width:40px;
  height:40px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  margin:0;
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  float:left;
}

.person .related-collection-data{
  height:40px;
  margin-left:5px;
  float:left;
  max-width:300px;
}
.person .related-collection-data a{

  color:#c82d00;
  display:block;
  position: relative;;
  max-width:225px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		#home-main .side-stuff #about p {max-height:100px; overflow:hidden; text-overflow:ellipsis}
		#home-main #search-wrapper #search-form input{width:160px}
		#content .shaded-panel.has
		-sidebar{
			background:#fff url(../images/sidebar-panel.png) 576px 0 repeat-y;
		}
		#content .shaded-panel.has-sidebar.main-panel-is-dark{
			background: url(../images/sidebar-panel.png) 576px 0 repeat-y;
		}
		#content .shaded-panel.has-sidebar.browse-page{
			background:#fff url(../images/dark-side.png) 576px 0 repeat-y;
		}
    .person .person-thumbnail, .item-thumbnail{
      max-width: 145px;
      max-height: 145px;
    }

		.browse-search .searchbox input{width:480px}
		#home-main .welcome{font-size:13px}
		#home-main #search-wrapper #search-form input{
			width:300px;
		}
		#pageFooter a{font-size:11px; font-weight: bold;}
		#pageFooter .noimage img{width:250px;}
  }
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.header{
			height:auto;
		}
		.header .toolbar{
			height:auto;
		}
		.header .toolbar .branding{
			width:51px;
			height:57px;
			background-size:100%;
			margin-top:-5px;
		}
		.header .toolbar ul{
			display:block;
			background:#000;
			float:right;
			margin-top:0px;
		}
		.header .toolbar h1{
			margin-left:60px;
			font-size:16px;
		}
		.header .menu{
			line-height:auto;
			height:auto;
		}
		.header .menu ul {
			margin: 0px;
		}
		.header .menu ul li,
		.header .menu ul li a,
		.header .menu ul {
			float:left;
			display:block;
			height:auto;
			font-size:14px;

		}
		.header .nav ul{margin:0}
		.header .menu ul li a{
			display:block;
			float:none;
			padding:10px 6px;
		}
		.header .menu ul li:last-child a{
			border:none;
		}
		.header .menu ul li span{display:none}
		.header .menu ul li.sub{
			float:left;
			padding:0;
			margin:0;
		}
		.header .menu ul li.sub a{
		}
		.header .menu ul li a:hover{
			background:transparent!important;
		}

		#content .item-page{
			margin-top:10px;
		}

		.item-essentials.person, .item-essentials{
      padding-top: 20px;
      padding-bottom: 10px;
      box-sizing: border-box;
      -moz-box-sizing:border-box;
		}

		.item-links,
		.item-links a{
			-moz-border-radius:0;
			-webkit-border-radius:0;
			border-radius:0;
		}
		.item-essentials h2,
		.item-essentials p, .person-meta, .button-wrapper{
			padding-left:20px;
		}

    .person >.three.columns{
      position:absolute;
    }
    .person >.twelve.columns{
      padding-left:0px;
      box-sizing:border-box;
      -moz-box-sizing:border-box;
    }
    .person .person-thumbnail, .item-thumbnail{
      max-width: 91%;
      max-height: 91%;
      width: 100%;
      height: auto;
    }
    .person .full-bio{
      height:30px;
      margin-top:10px;
      line-height:30px;
      padding:0 40px;
    }

    .person .related-items li {
      margin: 15px 0;
    }

    .related-person .related-person-name {
      top: 30%;
    }

		.item_related{padding:15px}
		ul.collections li .collection-thumb{
			float:left;
			width:70px;
			margin-left:30px;
			position:relative;
		}
		ul.collections li .collection-meta{
			margin-left:120px;
			margin-right:30px;
		}
		ul.collections li a .collection-essentials{
			margin-right:50px;

		}
		ul.collections li a .items-in-collection{
			width:30px;

		}
		ul.collections li a .items-in-collection strong{
			font-size:20px;
		}
		.collection-highlights div{
			width:33%;
			float:left;
			text-align:center;
		}
		.item-essentials.collection-details h2,
		.item-essentials.collection-details p{
			padding-left:20px;
			padding-right:20px;
		}

		#indexList .sixteen{
			padding:0 10px;
		}
		#indexList .otherIndexes{float:none}
		#indexList .otherIndexes a {
			margin:4px 5px 5px 0; display:inline-block; font-size:11px;
		}
		#home-main .eleven.columns{position:relative}
		#home-main .side-stuff{margin:0}
		#home-main #search-wrapper{left:0; width:100%;}
		#content .item-page, #content .shaded-panel{margin-top:0px}
		#pageFooter li { font-size:11px; margin-right:5px}
		#home-main #search-wrapper #search-form{margin-right:20px}
		#home-main #search-wrapper #search-form input{width:340px}
		#home-main .side-stuff #about p {max-height:none; margin-bottom:15px;}
		#home-main .side-stuff #about {padding-left:0; margin-right:10px}
		.browse-search {margin: 0px 0px 0px}
		.browse-search .searchbox input{width:320px}
		#browse-bar h1{margin-left:10px; margin-right:10px}
		#browse-bar h3{padding-left:10px; padding-right:10px}
		#browse-bar h3.has-children {
			background: url("../images/arrow_collapsed.png") 14px 12px no-repeat;
			padding-left:30px;
		}
		.browse-by-type{padding:10px 0px; margin:0}
		.browse-by-type .alpha a{border-top:none}
		.browse-by-type .omega a{border-bottom:none}
		.browse-by-type a {
			text-align:center;
			overflow:hidden;
			font-weight:normal;
			padding:5px 0;
			font-size:11px;
			font-weight:bold;
			text-shadow:none;
		}
		.browse-by-type a .icon{
			float:left;
			font-size:25px;
			margin-left:10px;
			margin-right:10px;
			color:#fff;
			width:30px;
			text-align:center;
		}
		.browse-by-type .two.columns{
			margin:0!important;
			width:33%;
			float:left;
		}

		#home-main .welcome{
			font-size:12px;
			height:30px;
			line-height:30px;
			width:100%;
			text-align:center;
			text-indent:0;
			background:url(../images/30black.png);
		}
		#home-main .welcome i{
			display:none;
		}
		#carousel h2{margin-left:-35px; margin-right:0; padding-left:35px; padding-right:0; text-indent:10px;}
		.es-nav span{height:40px!important; top:100%!important;
			width:206px!important;
			-moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
			-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
			box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
			padding-left:0!important;
			padding-right:0!important;
		}
    #personscarousel .es-nav span{
      width:50%!important;
    }
		.es-nav span.es-nav-next{right:4px!important;}
		.es-nav span.es-nav-prev{left:4px!important}
		.es-carousel-wrapper{padding-right:0px!important; margin-bottom:60px!important; padding-left:0!important;}
		#carousel .swipe{display:block}
		#pageFooter {height:auto; padding-top:10px;padding-bottom:10px;}
		#pageFooter .noimage img{
			width:290px;
			margin:10px auto 0;
			display:block;
		}
		#pageFooter .footerNav li{
			display:block;
			padding:6px 0;
			float:none;
			margin:0;
			border-bottom:1px solid #333;
		}
		#pageFooter p {margin:0 0 3px 0; text-align:center;}
		.white-paper-stack.top-of-page,
		.dark-paper-stack.top-of-page{
			margin-top:10px;
		}
		.secondary-browse-facets{padding:0px; margin:0}
		.secondary-browse-facets .people,
		.secondary-browse-facets .places,
		.secondary-browse-facets .subjects,
		.secondary-browse-facets .four.columns{
			margin:0px;
			padding:0px;
			background:none;
			min-height:10px;
		}
		.secondary-browse-facets h3,
		.secondary-browse-facets ul{
			margin:0 0px;
			padding: 0 10px;
		}
		.secondary-browse-facets h3{padding:10px}
		.secondary-browse-facets ul li a {
			padding:10px 0;
			border-bottom:1px solid #ddd;
		}
		.browse-by-period{
			background:url(../images/darkdenim4.png);
			padding-top:10px;
		}
		.browse-page #browse-bar{padding-top:0;}
		.browse-by-period ul{
			margin:0 10px;
		}
		.special-searches{
			margin:0;
		}

    #landing h2.welcome-message {
        display: none;
    }
    #landing .language-selector-text  {
        min-height: 0;
    }

    #landing .language-selector-text h1 {
        height: 5em;
    }

		#landing #pageFooter{height: 150px;padding-top: 50px;}
		ul.search-results,#pagin {margin:0}
		.browse-by-type a span{padding:0 10px; text-shadow:none;white-space:nowrap; text-overflow:ellipsis; overflow:hidden; display:block}
		.special-searches h3.has-translation{margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #ccc; margin-right:15px;}
		#language-selector a{height:auto; padding:11px;}
    .items-below-fold.person .last-column .border{
      display:none;
    }

    .related-person .person-thumbnail{
      width:40px;
      height:40px;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
    }
    .related-person .related-person-data{
      height:60px;
    }
    .persons_list  .person_item{
      margin:0 10px!important;
    }
  }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container .one-third.column, .container .two-thirds.column {
      width: 380px;
      padding: 0;
    }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
    .container .one-third.column, .container .two-thirds.column {
      width: 260px;
      padding: 0;
    }
		.item_related {
      padding:0
    }
    .item-thumbnail img{
      width:100%;
      height:auto;
    }
    .item-essentials div.description {
      padding-right: 0;
    }
    ul.collections li .collection-thumb{
      float:none;
      width:auto;
      margin-left:30px;
      margin-right:30px;
    }
    ul.collections li .collection-thumb img{
      width:100%;
    }
    ul.collections li .collection-meta{
      margin-left:30px;
      margin-right:30px;
				margin-top:10px;
			}
			.collection-highlights div{
				width:50%;
				float:left;
				text-align:center;
			}
			.browse-search .searchbox input{width:210px}
			#home-main #search-wrapper #search-form input{width:220px}
			#home-main .welcome{
				font-size:10px;
				text-indent:0px;
			}

			#content.static-content  .extra-padding{padding:10px}
			.es-nav span{
				width:146px!important;
			}
			#landing .header h1.title-en{
				font-size:20px;
			}
			#landing .header h1.title-fa{
				float:none;
				text-align:center;
			}
			#language-selector-en .language-selector-text h1{
				font-size: 20px;
				margin: 0;
				height: 120px;
			}
			#language-selector-fa .language-selector-text h1{
				font-size: 22px;
				margin: 0;
				height: 120px;
			}
			#language-selector-en a{font-size:13px; line-height:inherit}
			#language-selector-fa a{font-size:17px; line-height:19px; }
      .persons_list  .person_item{
        margin:0 10px!important;
      }
      .person .person-thumbnail {
        max-width: 87%;
        max-height: 87%;
      }
    }
	}







/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
Just create a "fonts" folder at the root,
copy your FontName into code below and remove
comment brackets */

/*	@font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('eot'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
font-weight: normal;
font-style: normal; }
 */
