/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #161616;
}

a:link, a:visited  {
	color: #af1373;
	text-decoration: none;
	border: 0;
	text-transform:none;
	}

a:hover, a:active {
	background-color: #e7ebd7;
	text-decoration: none;
	color: #9B0F66;
	}
	

h1 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #127697;
	line-height: 1.5;
	}


	  
/*---------------------------------------------- content --------------------------------------------------*/

#content {
    position: relative;
	margin: 25px 20px 20px 40px;
	width: 680px;
	max-width: 680px;
	vertical-align: top;
	horizontal-align: center;
	text-align: left;
	padding: 10px;
	line-height: 1.5;
	}
		
#content p {
	margin: 15px 30px 5px 0px;
	padding: 0;
	}


/*---------------------------------------------- footer --------------------------------------------------*/	

#footer {
	width: 100%;
	vertical-align: top;
	horizontal-align: center;
	text-align: center;
	padding: 0;
	margin: 10px 0;
	border: 0;
	clear: both;
	}

	
	


/*---------------------------------------------- font styles --------------------------------------------------*/

.text {
	font-size: 12px;
	color: #404040;}
	
.booktitle {
	font-weight: bold;
	font-style: italic;
	}
	
.booktitle-big-pink {
	font-size: 13px;
	color: #870d5a;
	font-weight: bold;
	font-style: italic;
	}
	
/*--used on NEXT pg for directly under h1 tag----*/
.bktitle-big{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #2b4477;
	line-height: 1em;
	}

.med-pk {
	color: #C13487;
	}
	
.med-pk-sml {
	font-size: 10px;
	color: #C13487;
	line-height: 14px;
	}
	
.big {
	font-size: 12px;
	letter-spacing: .08em;
	}
	
.dk-blu-big {
	color: #2b4477;
	font-size: 14px;
	font-weight: bold;
	}

.dk-pink-caps, .teal-caps{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.2;
	}
	.dk-pink-caps {color: #870d5a;}
	.teal-caps {color: #127697;}

.dk-pink{
	color: #870d5a;
	letter-spacing: 0.05em;
	line-height: 1.2;
	}
.pink-caps-sml{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.3em;
	color: #870d5a;
	}
.med-pk-caps {
	color: #C13487;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.3em;
	}
	
.large-pk-caps {
	color: #C13487;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.7em;
	}
	
.med-pk {
	color: #C13487;
	}
	
.lt-pk {
	color: #C85B9E;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.3em;;
	}
	
.teal-caps-sml{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.3em;
	color: #127697;
	}
	
.teal{
	color: #127697;
	}

.center-bold-sml {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1em;
	text-align: center;

}
.captions {color: #474848;}
.posted {
	font-size: 10px;
	font-style: italic;
	color: #9ece98;
	horizontal-align: right;
	text-align: right;
	display: inline;
	}

.small {
	font-size: 10px;
	line-height: 1.4;
	}

.small-center {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	}

	.small-center-pad {
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	margin: 5px 0px 5px 0px;
	}

.small-right {
	font-size: 10px;
	line-height: 1.4;
	text-align: right;
	}
	
/*----------- -*/
