/* changing */

body{
background:#EBEBEB url(styleimages/bgtexture.gif);
}

#intro h1 a{
background: #3d3917 url(styleimages/banner.gif) 0 0 no-repeat;
/* the title banner at the top. associated image: banner.gif */
}

#intro h3,#intro h3 a{
background:#202a21;
color:#DDD392;
/* the date ribbon below the banner */
}

#intro h3 a{
font-weight: bold;
/* at the time of this commenting, I can't remember why I though this was a changing variable,
but I must have had a good reason, right? right. */
}
#intro h3 a:hover{
text-decoration: underline;
/* ditto */
}
.contentmodule h2 a:hover{
margin-right:-10px;
border-right:5px solid #000;
padding-right:5px;
/* ditto */
}
.contentmodule h1 a:hover{
border-width:0;
/* ditto... you know what? maybe I placed these variables here so it would cascade well. Maybe. */
}
#staffbox{
	background-color:#000;
	padding-top:10px;
}
#staffbox a{
	display:block;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:11px;
	text-decoration:none;
}
#staffbox a:hover{
	color:#769ADB;
}

.article #innercontent h1{ color:#587555; }
.article #innercontent h2{ color:#777777; }

/* these apply to the "features" container on the front page */
#features{ background:#000000 url(styleimages/wha.gif) left top repeat-x; color:#D0CEBE; }
#features a{ color:#599EC1;}
#features a:hover{ border-color:#599EC1; }
.front .byline{color:#CCBF62;} /* color of the bylines */

/* these apply to the "arount tappan square" container on the front page */
#ats{ background: #375A52; }
#ats a{ color:#FFFFFF; }
#ats a:hover{ border-color:#FFFFFF; }

/* these apply to the "letters" container on the front page */
#letters{ background: #55736C; }
#letters a{ color:#CCBF62; }
#letters a:hover{ border-color:#CCBF62; }

/* these apply to the "alumni notes" container on the front page */
#notes{ background:#3B5F56; color:#FFF; }
#notes a{ color:#CCBF62; }
#notes a:hover{ border-color:#CCBF62; color:#CCBF62; }

/* these apply to the "losses" container on the front page */
#losses{ background:#344B45; color:#FFF; }
#losses a{ color:#CCBF62; }
#losses a:hover{ border-color:#CCBF62; color:#CCBF62; }

/* these apply to the "bookshelf" container on the front page */
#book{ background:#193B32; color:#FFF; }
#book a{ color:#CCBF62; }
#book a:hover{ border-color:#CCBF62; color:#CCBF62; }

#footer a:hover{ border-bottom: 1px solid #555; }

.pullquote{color:#466 !important;}

#innercontent blockquote p {color:#941 !important;}


.front #footer{
top:520px !important; /* should be equal to the height of the cover image */
}

/* unchanging */

.hide{display:none;}

*{
margin:0;
padding:0;
border:0;
}

body{
font-family:Helvetica,Arial,sans-serif;
font-size:12px;
}

li{
list-style-type: none;
}

#all{
width:1000px;
background: transparent url(styleimages/contentbg.gif) top left repeat-y;
margin:0 auto;
position: relative;
border-left:1px solid #4C4C4C;
}

hr{
border-top:1px dotted #555;
border-bottom:1px dotted #555;
height:1em;
}

#cover{
position:absolute;
top:0;
left:0;
}

#cover .cimage{
margin:0;
padding:0;
height:500px;
}

#cover .caption{
line-height:18px;
font-size:10px;
text-transform: uppercase;
background-color:#000;
color:#FFF;
padding:2px 10px 0 10px;
margin:0;
text-shadow: 0 2px 2px #000;
letter-spacing:.07em;
color:#4A90BF;
font-family:"Gill Sans","Lucida Sans","Lucida Grande",Tahoma,Verdana,sans-serif;
letter-spacing:.07em;
}
#cover .caption b{
color:#FFF;
font-weight:normal;
}
#intro{
width:399px;
position:absolute;
left:401px;
top:0;
z-index: 1;
}
#intro h1 a{
display: block;
height:125px;
text-indent: -9999px;
}
#intro h3{
height:25px;
line-height: 25px;
font-weight: normal;
padding:0 5px;
font-size: 11px;
}
#datevolume{
font-family: "Lucida Sans",Helvetica,sans-serif;
font-style: italic;
display: block;
float:left;
}
#intronav{
display: block;
float:right;
font-family:"Lucida Sans","Lucida Grande",Helvetica,sans-serif;}

#intronav a{
text-decoration: none;
}

.front #innercontent h2{
text-align:right;
font-size:12px;
font-weight: bold;
text-align: right;
margin-bottom:4px;
}

.front #innercontent h2 a{
text-decoration: none;
}

#innercontent{
padding-top:150px;
margin-left:401px;
width:399px;
position:relative;
}

.contentmodule{
border-top:3px solid #FFF;
padding:2px 10px 10px 10px;
}

#features li{
padding:10px 0;
}

#features li p{
text-align: justify;
}

.front .byline{
font-style: italic;
font-family: "Lucida Sans",Helvetica,Arial,sans-serif;
font-size: 11px;
}

.front #cover .byline {
	margin-left: 10px;
	color: #e2e2e2 !important;
}

.article #innercontent p,.article #innercontent h1,.article #innercontent h2,.article #innercontent h3
{
padding-left:20px;
padding-right:20px;
}

.article #innercontent p,.article #innercontent ul{
line-height:1.3em;
color:#333;
margin:1em 0;
}
.article #innercontent li{
margin:5px 20px;
list-style-type: disc;
}

p.prologue{
font-size:1.4em;
color:#666 !important;
}
p.byline{
font-size:11px;
font-family:"Lucida Sans","Lucida Grande",Helvetica,sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
margin-top:0 !important;
}

p.signed{
margin:1em 20px 2em 20px !important;
font-weight:bold;
}

p.editor{
font-family:"Lucida Sans",Helvetica,sans-serif;
font-style: italic;
font-size: 11px;
}

#innercontent blockquote{
margin:0 20px;
text-align: justify;
font-size:1.1em;
font-family:Georgia,Times,serif;
font-style: italic;
}

.image,.note,.pullquote,.unnote,.images{
float:left;
margin:0 0 0 -367px !important;
width:350px;
padding:20px 8px !important;
background:#FFF;
border:1px solid #444;
border-right-width:0px;
}

.images{padding-bottom:0 !important
}

.unnote{
margin:0 0 0 -385px !important;
border-right-width:1px;
}

.image img,.images img{
border:1px solid #AAA;
padding:1px;
background-color:#FFF;
display:block;
margin:0 auto;
}
.image .caption,.images .caption{
display: block;
font-size:11px;
color:#555;
text-align: left;
margin:5px 10px 0 10px;
}
.images .caption{
border-bottom:1px solid #CCC;
margin-bottom:20px;
padding-bottom:4px;
}
.pullquote{
font-size:30px;
font-family: Georgia,serif;
line-height:30px !important;
text-align: right;
}

.article #innercontent h1,.article #innercontent h2,.article #innercontent h3{
padding:10px 20px 5px 20px;
text-align:left;
font-size:36px;
font-family: "Lucida Sans","Lucida Grande",Helvetica,Arial,sans-serif;
}

.article #innercontent h2{ font-size:18px; }
.article #innercontent h3{ font-size:12px; }

.article #innercontent table{
border:1px solid #CCC;
margin:0 20px;
width:360px;
}

.article #innercontent td,.article #innercontent th{padding:4px;}
.article #innercontent th{text-align:left;font-weight:bold;background-color:#EEE;}

acronym,.caps{ font-size:11px; letter-spacing:1px; }

#archive{
position:absolute;
width:149px;
top:0;
left:801px;
}

#archive h1{
text-align: center;
margin-top:10px;
}

#archive p a{
display:block;
text-align:center;
font-size:13px;
font-weight:bold;
text-decoration: none;
color:#677;
padding:11px;
margin:3px 10px;
}
#archive p a:hover{
background-color:#FFF;
border:1px solid #DDD;
padding:10px;
}
#archive p img{
border:1px solid #CCC;
padding:1px;
background:#FFF;
}

#menu{
margin:10px;
}
#menu h1 a{
display: block;
font-size:12px;
color:#777;
text-decoration: none;
text-align: left;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
padding:5px 5px 5px 20px;
background:#FFF url(styleimages/menu.gif) 8px 4px no-repeat;
}

#menu h1 a:active{
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;

}#menu h1 a:hover{
color:#333;
}

#menu li h4{
width:35px;
float:left;
text-align:right;
}

#menu li ul{
padding-left:40px;
margin:10px 0;
}

#menu .wrapper{
position:absolute;
top:10px;
background-color: #FFF;
padding:5px;
border:1px solid #CCC;
width:117px;
}

#menu li ul a,#closemenu a{
color:#555;
padding:1px 0;
display:block;
text-decoration: none;
border-bottom:1px solid #CCC;
text-transform: uppercase;
font-size:11px;
}

#closemenu a{
font-weight:bold;
text-align: right;
color:#222;
}

#menu li ul a:hover,#closemenu a:hover{
background-color:#AAA;
color:#FFF;
}

#footer{
position:absolute;
left:0;
width:400px;
border-top:2px solid #444;
height:200px;
text-indent: -9999px;
background: transparent url(styleimages/footer.gif) 10px 10px no-repeat;
}

.article #footer{
bottom:0;
}

#footer a{
display:block;
position:absolute;
}

#footer #f2 a{
top:110px;
left:8px;
height:15px;
width:140px;
}
#footer #f3 a{
top:168px;
left:8px;
height:15px;
width:145px;
}

#footer br{
display: none;
}

#gohome a{
display:block;
position:absolute;
top:50px;
left:50px;
padding:20px;
}
#gohome a:hover{
background-color:#666;
}

h2.eyebrow{
color:#999 !important;
font-size:12px !important;
margin:0 20px !important;
padding:0 !important;
text-transform: uppercase;
font-weight:normal;
letter-spacing:.1em;
font-family:"Gill Sans",Tahoma,Verdana,sans-serif;
}

.hung{
float:left;
margin-left:-2em;
width:1.8em;
text-align:right;
}

.oam,cite{
font-style: italic;
}

/* bookshelf */

.publishing{
display:block;
color:#999;
}
