
@font-face {font-family: calibri2; src: url('calibri.ttf');}

@font-face {font-family: daun;src: url('daunpenh.ttf');}

@font-face {font-family: younglove; src: url('young_love_ES.ttf');}

@import url(http://fonts.googleapis.com/css?family=Quicksand);


body {background-color:white;width:800px;  margin: 0 auto;}


#main {width: 800px;  border-top:solid 1px black; margin: 0 auto;}

.nav {	width: 800px; top:0px;  margin: 0 auto;}

#credits {padding-left:626px; font-family: 'Quicksand', sans-serif; position:absolute; display:none; }

.nav ul {margin-left:122px; padding-top:16px}

.nav li {list-style: none;	display: inline; padding-right:36px;  margin-left:0px;}

#pages a{font-size: 14pt; font-family: daun; color: black; text-decoration: none; font-weight:light; display: inline; padding-bottom:0px; line-height:0px;}

#pages a:hover {text-decoration:underline;}

h2 {font-family: calibri2; font-size: 12px;color: black; font-style:italic; font-weight:100;}

h2 a {color: black;font-style: italic; text-decoration: none;}

p {font-family: calibri2; font-size: 12px;color: black; font-style:italic; font-weight:100; text-align: center;}

h1 a {color: black;  text-decoration:none; padding-left: 0px; line-height: 0px;}

h1 {color: black; font-size:60pt; font-family: 'Open Sans Condensed', sans-serif; font-weight:100; font-style:italic; text-align:center; ;}



.folio table, th, td {border: solid white 16px; border-left: 0px;border-bottom:0px;}

.folio a {font-family:calibri; font-size: 10pt;}

.post-thumb{}

.wrapper{}


#credits a {text-decoration:none;
color:black;
font-size:12px;}

.hidden {display: none;}




span.rollover {
	opacity: 0.5;
	-o-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition: -webkit-transform 3s;
	background: #000;
	cursor: pointer;
	height: 185px;
	width: 252px;
	position: absolute;
	z-index: 10;
	opacity: 0.5;
}

span.rollover:hover {
	opacity: 0.0;
	-o-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition: -webkit-transform 3s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
 
