/* @group Global colors */
body{
	background: url(static/images/bkgrnd.jpg) repeat left top #262626; /* Old browsers */

}

.sidebar .box p {font-size:90%;}

p{
		color: #5a524d;
}


/* @end */

/* @group structure */

hr{border-color:#f7f7f7;margin: 0;padding: 0;color:#f7f7f7;background-color:#f7f7f7;}
hr.spacer{
	margin-bottom: 2em;
}
.container_outer{
width: 990px;
margin: 0 auto;
}

header{
	margin-top: .5em;
}
header h1{font: 3em/95% calluna, ff-tisa-web-pro, "Warnock Pro", Georgia, serif;
text-transform: uppercase;color: #FFF;text-align: left;padding-top:.22em;
margin-left: -.25em;
}

.box h1{
		font-family: calluna, museo-sans, Helvetica, Arial, Tahoma, sans-serif;
}

.box h1.title{
	font-size: 1.8571428571em;
	line-height: 120%;
	margin: 0;

}

.date{
	font-size: .85em;
		color: #6b95b4;
}

header h1{color: #c4513e;
	font-family:  calluna, minerva-modern, sans-serif;
	font-weight: 700;
}


header h1 a,header h1 a:link,header h1 a:active,header h1 a:visited{
	color: #6b95b4;
	-webkit-transition: all 1000 ease;
	-moz-transition: all 1000 ease;
	-o-transition: all 1000 ease;
	transition: all 1000 ease;

}

.box h1.title a:hover
{
	color: #6b95b4;
}

header h1 a:hover{
	color: #fff;
}
h1 a,h1 a:link,h1 a:active,h1 a:visited{text-decoration: none;color: #413e38;
-webkit-transition: all 1000 ease;
-moz-transition: all 1000 ease;
-o-transition: all 1000 ease;
transition: all 1000 ease;

}

h1 a:hover{color:#4f4b44;
-webkit-transition: all 1000 ease;
-moz-transition: all 1000 ease;
-o-transition: all 1000 ease;
transition: all 1000 ease;
}

.search{padding: .147em 0 1em 0;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
-webkit-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
}



.search form{
width: 225px;


}

.search{
	margin: 2.28571428571429em auto 0 auto;
}
.content_area{
	min-height: 400px;
}

/* @end */

/* @group navigation */


nav ul {
/*float: left;*/
	padding:0;
	margin:1.78571428571429em 0 0 0;

	text-align: left;
}

nav ul li{
display: block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: .45em;

		font-family: museo-sans, Helvetica, Arial, Tahoma, sans-serif;
}

nav ul li a,
nav ul li a:link,
nav ul li a:active,
nav ul li a:visited{
	padding: .1786em .71em .1786em .571em;
	color: #6b615b;
	color: #8c7f77;
	text-decoration: none;
	-moz-border-radius: 3px;
	border-radius: 3px;


	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;


}

nav ul li a:hover{
	background-color: #272725;
/*	border:1px solid #696a5f;	*/
	color:#FFF;
}




body#home #home_tab a,
body#about #about_tab a,
body#books #books_tab a,
body#events #events_tab a,
body#fellows #fellows_tab a,
body#news #news_tab a,
body#blog #blog_tab a,
body#library #library_tab a,
body#library_archive #library_archive_tab a,
body#library_audio-visual #library_audio-visual_tab a,
body#a-commonplace-book #a-commonplace-book_tab a,
body#convergence-contest #convergence-contest_tab a

 {
	background-color: #a79f98;
/*	border:1px solid #696a5f;	*/
	color:#111;

}

body#home #home_tab a:hover,
body#about #about_tab a:hover,
body#books #books_tab a:hover,
body#events #events_tab a:hover,
body#fellows #fellows_tab a:hover,
body#news #news_tab a:hover,
body#blog #blog_tab a:hover,
body#library #library_tab a:hover,
body#library_archive #library_archive_tab a:hover,
body#library_audio-visual #library_audio-visual_tab a:hover,
body#a-commonplace-book #a-commonplace-book_tab a:hover,
body#convergence-contest #convergence-contest_tab a:hover {
color: #FFF;
}



.nav_article_prev a,
.nav_article_prev a:link,
.nav_article_prev a:active,
.nav_article_prev a:visited,
.nav_article_next a,
.nav_article_next a:link,
.nav_article_next a:active,
.nav_article_next a:visited

{
color: #b08409;

}
.nav_article_prev a:hover,
.nav_article_next a:hover{
	color: #FFF;
}




/* @end */

/* @group Footers  */
#footer{
	margin-top: 3em;
}

#suprafooter{
	border-top: 1px solid #b0afa8;
	border-bottom: 1px solid #b0afa8;
	padding: .5em 0;
	font-size: .9em;
}

#footer ul {
	text-align: left;
}

#footer ul li{
display: inline;
font: .7em/100% Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
color: #b0afa8;
	padding:0 2em 0 0;


}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited{
text-decoration: none;
color: #b0afa8;

}

#footer ul li a:hover{
	color: #FFF;
}

/* @end */

/* @group Misc  */

p.small, .small{
	font-size: 70%;
}

.left{
	float: left;
	margin-right: 12px;
}

.right{
	float: right;
	margin-left: 12px;
}

.cover_image{
/*	-webkit-box-shadow: 3px 4px 8px 0px #333333;
	-moz-box-shadow: 3px 4px 8px 0px #333333;
	box-shadow: 3px 4px 8px 0px #333333;*/

box-shadow:			0px 0px 15px #ccc;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 	0px 0px 10px rgba(0, 0, 0, 0.45);

}

.caption{
	font-size: 90%;
	font-style: italic;
	text-align: left;
}

m0{
	margin: -1% 0;
}
.slideshow_quote{
	height: 90px;
	display: block;
}

ul.buylist{
	text-align: left;
margin: 3em 0;
}

ul.buylist li{
	list-style-type: none;
	color: #C74538;
	display: inline;
	margin-left: 0;
	text-align: right;
	margin-right: 2em;

}
.amazon{margin-bottom:-5px;}

ul.buylist li a,
ul.buylist li a:link,
ul.buylist li a:visited,
ul.buylist li a:active
{
	color: #C74538;
	text-decoration: none;
	text-align: right;
}

ul.buylist li a:hover{
	color: #000;
}



/* @end */

/* @group Boxes  */



#promo_slideshow{
	height: 320px;
	width: 620px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#row-top .box{ /*this makes the slideshow work on the home page. It must be a fixed height*/
	height: 290px;
}

.box_search_results{
	padding: 5em;
}
.box{
	padding: 3%;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;



}

.box, a .box{
	background: #f6f6f7 url(static/images/global/box_bkrnd_textured.png) repeat top left;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

}

.box p {
margin: 0 0 10px 0;
font-size: 1.14285714285714em;
/*font-size:1.07142857142857em;*/
line-height: 1.45em;
	font-family:Georgia, "Times New Roman", serif;
}

p.quote, .quote{

	font-size: 1.14285714285714em;
	text-align: left;
	font-family:Georgia, "Times New Roman", serif;
}


.big, h4.big{
	font-size: 2em;
}

.quote_who{
	color: #807b78;
	font-size: .8em;
	padding-left: 1em;
}


.chunk{
}

/*.dark{
/*	background-color: #d7d3c2;	*!/
background-color: #f7f7f7;
}

.light{
/*		background-color: #ebe9e1;*!/
background-color: #f7f7f7;
}

.medium{
/*	background-color:#e1ded2;*!/
background-color: #f7f7f7;
}*/

.light_text{
	color:#ebe9e1 ;
}

a:hover .box{text-decoration: none;
	background-color: #a79f98;
	background-image: none;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

}

a {
	text-decoration: none;
}

a:hover .box h2{
/*	color: #b6ae95;
	text-shadow: 0px 2px 0px #FFF;*/
}

a:hover .box p{
color: #b5aea9;
}

/* @end */
/* @group Text */

/*.big p{
	font-size:1.286em;
line-height:1.22em;
}
*/

p a,
p a:link,
p a:active,
p a:visited

{
	color: #6b95b4;
}

p a:hover{
	color: #000;
}
.margin_note{

float:right;color:#999;
	font-family:  museo-sans, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 1.85em;
}


.dark{
	background: #262626;
	color: #262626;
	border-color: #262626;
}


h2 {
	font-weight: bold;
	color: #a79f98;
	font-family: calluna, museo-sans, Helvetica, Arial, Tahoma, sans-serif;
font-size: 2.4em;
letter-spacing: .00125em;
/*text-transform: lowercase;*/
	text-shadow: 0px 2px 0px #111;
	text-align: left;

}

h2 a,
h2 a:link,
h2 a:active,
h2 a:visited


{
	color: #a79f98;
}

h2 a:hover{
	color: #FFF;
}

/*calluna, */

.box h2 {
z-index: -10;
width: 100%;
/*	margin: 5% 0 -10% 0;*/
	margin: 0.125em 0 .35em 0;
	padding: 0;
	font-weight: bold;
	color: #e5e5e5;
	font-family:  calluna, museo-sans, Helvetica, Arial, Tahoma, sans-serif;
font-size: 3.8em;
letter-spacing: .00125em;
text-transform: none;
	text-shadow: 0px 2px 0px #FFF;
	text-align: center;

}

.box h2.overlay{
	font-size: 3em;
	margin: 3px 0;
	padding: 0;
	text-align: center;
}


.box h2.overlay{
	position: relative;
	bottom: 60px;
	color: #f7f7f7;
	color: rgba(247, 247, 247, 0.32);
	text-shadow: none;
	z-index: 1000;
	margin-bottom: -48px;

}


.box h3{
font: .77em/110% Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
text-transform: uppercase;
font-weight: bold;
color: #f7f7f7;

	background-color: #a79f98;
	width: 60%;
	margin: .425em 0 1em -1.27em;
	padding: .5em 1.25em;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0px;




text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.199219);

	-webkit-box-shadow: 1px 1px 4px 0px #a59b75;
	-moz-box-shadow: 1px 1px 4px 0px #a59b75;
	box-shadow: 1px 1px 4px 0px #a59b75;
	}

.box h3 a:hover{
		color: #FFF;
	}

	.note{
	font-size: 1em;
	font-family:Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
		color:#b08409;
		margin-bottom: 1em;

	}

	ul#layouts li{
		display: inline;
	}
	ul#layouts li a{
		color: #FFF;
	}


	h4{
font-size: 1.17em;
font-family: museo-sans, Helvetica, Arial, Tahoma, sans-serif;
text-transform: none;
font-weight: bold;
color: #6b95b4;
margin: 1em 0 .025em 0;

	}


p.pagination{
	font: 1.17em/110% Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #877e7b;
	margin-left: .5em;
}

p.pagination a,
p.pagination a:link,
p.pagination a:active,
p.pagination a:visited{
	color: #a79f98;
}

p.pagination a:hover{
	color: #FFF;
}

h3{
		font: 1.17em/110% Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		color: #877e7b;

}

a.active{
	color: #a79f98;
}

h3 a.active{
	color: #FFF;
}


.resultRowOne{
	padding: 1em;
	background-color: #dedede;
}

.resultRowTwo{
	padding: 1em;
}

.title{
	color: #111;
}


/* @end */

/* @group lists */
ul.tags {

padding:0;
	margin:0;
	text-align: left;

}

ul.tags li{
display: inline;
	font-size: .89em;
	margin-bottom: 1em;
	margin-right: 1em;
	float: left;
}

ul.tags li a,
ul.tags li a:link,
ul.tags li a:active,
ul.tags li a:visited{
	padding: .2em .571em .29em;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background-color: #a79f98;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;


}

ul.tags li a.active{
	color: #FFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #272725;
}


ul.tags li a:hover{
	background-color: #272725;
/*	border:1px solid #696a5f;	*/
	color:#FFF;
}



ul.box {
	padding:0;
	margin:0;
	text-align: left;
}

ul.box li{
	margin-bottom: .45em;
	color: #f7f7f7;
		padding: .5em .35em;


	text-align: left;



}

ul.box li a,
ul.box li a:link,
ul.box li a:active,
ul.box li a:visited{
	color: #333;
	text-decoration: none;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;


}

ul.box li a.active{
	color: #FFF;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #272725;
}


ul.box li a:hover{
-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0px;




text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.199219);

	-webkit-box-shadow: 1px 1px 4px 0px #a59b75;
	-moz-box-shadow: 1px 1px 4px 0px #a59b75;
	box-shadow: 1px 1px 4px 0px #a59b75;


	background-color: #a79f98;
/*	border:1px solid #696a5f;	*/
	color:#FFF;
}

/* @end */
/* @group Forms */

input[type="search"] {
  -webkit-appearance: textfield;
}

label{
	color: #a79f98;
	margin: 0;
}


input.nice_form{
color:#999;
background-color: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 1.3em;
	width: 280px;

}

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 2px 10px;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

  }


/* @end */

.writing{
	width: 12em;
	margin-bottom: 18px;
	float: left;
	background-color: #FFF;
	padding: 1em;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

a.writing:hover{

}

.writing h1.title{
		font-family: calluna, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 1.571428571em;
	line-height: 120%;
	margin: 0;

}


a.writing:hover h1.title
{
	color: white;
}

a.writing:hover{text-decoration: none;
	background-color: #a79f98;
	background-image: none;

	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;

}


a:hover .writing h2{
/*	color: #b6ae95;
	text-shadow: 0px 2px 0px #FFF;*/
}

a:hover .writing p{
color: #b5aea9;
}



.poster .box{
	overflow: visible;
	clear:both;
	float: none;
}


.poster h2 {
	font-size: 2.4em;

}
.poster img {
	 box-shadow: 0 30px 50px rgba(0,0,0,0.3);
}

.poster-wrapper {
	min-height: 340px;
	float:left;
	margin: 2em 1.2em 2em 1.2em;
}

.poster-wrapper a p {
color: #6b95b4;
}


.poster-wrapper p {
font-size: .85em;
padding: 1em .35em;
}



.poster img:hover   {
	-webkit-transform: scale(2.5);
  -moz-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 500;
  overflow: visible;
}

.poster img:hover body {
	opacity: 0.3;
	background-color:#111;
}