@import url('https://fonts.googleapis.com/css?family=Indie+Flower');

body {
background-color: #d0abbe;
}

h1 {
margin-top: 0px;
margin-bottom: -10px;
font-family: "Indie Flower";
font-size: 4em;
font-weight: 300;
padding-top: 0px;
padding-bottom: 0px;
line-height: 100%;
color: #825d87;
}

a {
color: #825d87;
}

#titlediv {
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#pronounce {
	font-style: italic;
}


.contentdiv {
display: none;
width: 750px;
position: relative;
margin-left: auto;
margin-right: auto;
}

.titlespan {
	font-weight: bold;
	font-family: "Indie Flower";
	color: #825d87;
}


#pleft {
width: 100px;
}

#pright {
width: 400px;
position: absolute;
left: 140px;
top: 0px;
}



#photowrapinner {
	text-align: center;
}

#photowrapinner img {
vertical-align: top;
}



#menuwrap {
width: 150px;
position: absolute;
right: 75px;
top: 15px;
z-index: 50;
}


#menutitle {
	font-weight: bold;
	font-family: "Indie Flower";
	text-align: right;
	width: 150px;
	display: block;
	padding-right: 10px;
	color: #825d87;
}

.menuitem {
 	border: 1px solid #825d87;
	color: #825d87;
	cursor: pointer;
	text-align: right;
	padding: 5px;
}

.menuitem:hover {
	background-color: #b58eb5;
}

.actleft {
display: block;
width: 100%;
color: #825d87;
cursor: pointer;
border: 1px #825d87 solid;
border-radius: 5px;
padding: 5px;
position: relative;
}

.actleft:after{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:15%;
    border:10px solid transparent;
    border-left: 10px solid #825d87;
}

.inactleft {
display: block;
width: 100%;
color: #b58eb5;
cursor: pointer;
border: 1px #b58eb5 solid;
border-radius: 5px;
padding: 5px;
}

.inactleft:hover {
	background-color: #b58eb5;
	color: #825d87;
}

.actright {
display: block;
width: 100%;
color: #000000;
border: 1px solid #000000;
border-radius: 5px;
margin-left: -15px;
padding: 5px;
position: absolute;
}

.inactright {
display: none;
width: 100%;
color: #b58eb5;
}

.leftlink {
	text-decoration: none;
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(overlay.png) repeat; 
    text-align:center;
}

#lightbox p {
    color:#fff; 
    font-size:12px; 
}


#lightbox img {
	margin-top: 100px;
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-height:550px;
    max-width:750px;
}

#footerdiv {
	margin-top: 100px;
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

#menuwrap {

width: 85%;
position: relative;

}

}

