@import url(http://fonts.googleapis.com/css?family=Belgrano);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700);

body {
	margin: 0 0 20px 0;
	padding: 0;
	background: rgb(199,227,224) url(../images/bg.jpg);
	font: 1em/1.2em 'Belgrano',Georgia, serif;
	text-shadow: rgba(73,87,81,.3) 0.1em 0.1em 0.1em;
	color: #332426;
	line-height: 1.4em;
	text-align: center;
}

a:link {
	color: #394d4b;
	text-decoration: none;
}

	a:visited {
		color: #394d4b;
	}

	a:hover {
		color: #992639;
		text-decoration: underline;
	}
	
	a:active {
		color: #992639;
	}
	
	a span { visibility: hidden !important } /* hide text placeholder */


a.pink:link {
	display: block;
	margin-top: 1em;
	text-align: center;
	color: #992b3d;
}

	a.pink:visited {
		color: #992b3d;
	}

	a:hover {
		color: #394d4b;
	}

	a:active {
		color: #992639;
	}

#mainContainer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 0 0; /* move content down past header */
	text-align: center;
}

div.copyright {
	display: block;
	position: relative;
	width: 100%;
	margin: 10px auto 0 auto;
	font-size: .70em;
	letter-spacing: .1em;
	text-align: right;
}

h2 { /* Beat Museum logo */
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 116px;
	height: 64px;
	margin: 5px 0 0 0;
	background: url(../images/beat-museum.png) top center no-repeat;
}

h2 a { display: block; }
	
a.carolyn {
	display: block;
	position: absolute;
	top: 7px;
	left: 20px;
	width: 497px;
	height: 192px;
	background: url(../images/carolyn-cassady.png) center no-repeat;
}

ul.nav {
	position: absolute;
	top: 20px;
	right: 0;
	width: 700px;
	text-align: right;
	z-index: 9999;
}

	ul.nav li {
		display: inline;
		padding: 0px .2em;
	}
	
	ul.nav li a {
		font-size: .75em;
		padding: 5px 10px;
		color: #394d4b;
	}
	
	ul.nav li a:hover {
		border-radius: 6px 6px 6px 6px;
		background: rgba(255,255,255,.5);
		text-decoration: none;
		color: #992639;
	}

hr {
	visibility: hidden;
	clear: both;
}

#body {
	position: relative;
	width: 960px;
	padding: 20px 20px 10px 20px;
	text-align: left;
	background: rgba(255,255,255,.3);
	border: solid 1px rgba(73,87,81,.2);
	border-radius: 10px 10px 10px 10px;
}

#intro {
	width: 480px;
	float: left;
	margin: 0 20px 20px 20px;
	font-size: .85em;
}

body #col2 {
	width: 430px;
	float: left;
	text-align: center;
}

/* Photo Slideshow */

#slideshow {
    position: relative;
	width: 400px;
    height: 300px;
	border: solid 15px rgba(255,255,255,.3);
	box-shadow: rgba(73,87,81,.3) 0.1em 0.1em 0.1em;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow img.last-active {
    z-index: 9;
}

#contact {
	position: relative;
	width: 430px;
	margin: 20px auto 0 auto;
	text-align: center;
}

#contact button, a.button, input[type="submit"] {
	margin-top: 40px;
	padding: 10px 20px 10px 20px;
	background: #992b3d;
	box-shadow: inset #e8415d 0.1em 0.1em 0.1em;
	border: solid 1px #661d29;
	border-radius: 10px 10px 10px 10px;
	font: 1.2em/1.3em 'Belgrano',Georgia, serif;
	color: white;
	text-shadow: #691d2a 0.1em 0.1em 0.1em;
}	
	
	#contact button:hover {
		cursor: pointer;
		text-shadow: #691d2a 0.2em 0.2em 0.2em;
	}

	#contact button:active {
		background: #e8415d;
		box-shadow: inset #992b3d 0.1em 0.1em 0.1em;
	}

#contact form {
	display: none;
	font: normal .95em/1.2em 'Belgrano',Georgia, serif;
	color: #5c6665;
}

#contact form button, 
#contact form a.button, 
#contact form input[type="submit"] {
	margin: 10px;
	padding: 5px 10px 5px 10px;
	font-size: .85em;
}

form input[type="text"], form textarea {
	width: 300px;
	padding: .2em;
	border: solid 1px rgba(73,87,81,.5);
	border-radius: 10px 10px 10px 10px;
	box-shadow: inset rgba(73,87,81,.3) 0.1em 0.1em 0.1em;
	font: inherit;
	color: inherit;
}

#captcha {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 430px;
	background: rgb(255,255,255);
	border-radius: 10px 10px 10px 10px;
	box-shadow: rgba(73,87,81,.3) 0.1em 0.1em 0.1em;
	overflow: hidden;
}

#tributes {
	padding-top: 20px;
	border-top: solid 1px rgba(73,87,81,.2);
	font-size: .85em;
}

#tributes .entry {
background: white;
margin: 0 0 10px 0;
padding: 20px;
border: solid 1px rgba(73,87,81,.3);
border-radius: 10px 10px 10px 10px;
box-shadow: rgba(73,87,81,.3) .3em .3em .3em;	
}

#tributes .entry p {
	margin: 0 0 0 20px;
	padding: 0 0 1em 10px;
	border-left: solid 1px rgba(73,87,81,.5);
}
	#tributes .entry p em {
		font-style: italic;
	}
	
	#tributes .entry p.last {
		padding-bottom: 0;
	}

#tributes p.trib-nameloc {
	margin: 0 0 1em 0;
	padding: .4em .2em .2em 1em;
	background: #ffd9df;
	border: 0;
	border-radius: 5px 5px 5px 5px;
	font: 1.2em 'Josefin Sans',Helvetica,Arial,sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

#tributes p.trib-nameloc strong {
	font-weight: bold;
	font-weight: 700;
}