/*
Victims Style Page
copyright 2004-7 by Advocates for Children in Therapy, Inc.
created by Larry Sarner
version 2.5 (3 Mar 2007)
*/

@import url(../mainstyle.css) all;

/*################ Header ################*/

#introquote div {
	display:	     block;
	width:	     45%;
	background:      #CCFFFF;
	margin-left:	      27.5%;
	margin-bottom:  2em;
	padding:	     10px;
	border:	      solid thin;
	border-color:      rgb(0%,50%,50%);
	}

#introquote p {
	color: black;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold
	}

#headline p.tombstone {
	background: gray;
	border: solid medium green;
	color: white;
	font-family:	helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-left: .5in;
	margin-right: .5in;
	margin-top: 6pt;
	margin-bottom: 12pt;
	}

#headline h1 {
	padding-top:	1em;
	padding-bottom:	1em;
	}
	
#headline img.logo {
	display:	 block;
	margin-left:	 auto;
	margin-right: auto;
	}

#headline img.lft {
	display:	  block;
	border:	  solid thin;
	float:		  left;
	margin-left:   72px;
	margin-right: 72px;
	}

#headline img.rt {
	display:	  block;
	border:	  solid thin;
	float:		  right;
	margin-left:   72px;
	margin-right: 72px;
	}

#headline p.capright {
	margin-top:  1px;
	margin-right: 72px;
	text-align:	right;
	font-size:	8pt;
	}

#headline p.capleft {
	margin-top:  1px;
	margin-left:   72px;
	text-align:	left;
	font-size:	8pt;
	}

/*################ Paragraph Styles ################*/

p {
	color: black;
	font-size: 10pt;
	font-weight: medium
	}
	
p.note {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold
	}

p.credit {
	font-size: 6pt;
	margin-top: 0
	}

p.linked {
	text-align: left;
	text-indent: -20px;
	margin-left: 20px;
	margin-top:	    5pt;
	margin-bottom: 5pt
	}

p.unlinked {
	text-align: left;
	margin-left: 20px;
	margin-top:	    5pt;
	margin-bottom: 5pt
	}

/*################ Story ################*/

#story div {
	display:	 block;
	background:  white;
	margin-left:	 10%;
	margin-right: 10%;
	padding:	 1em;
	border:	 solid thin
	}

#story p {
	font-size: 10pt;
	text-indent: 2em;
	text-align: justify;
	font-weight: medium;
	margin-top: 0;
	margin-bottom: 0
	}

#story p.lead {
	text-align: justify;
	margin-top: 8pt;
	margin-bottom: 0
	}

#story p.lead:first-line { vertical-align: bottom }

#story p.lead:first-letter {
	float:		 none;
	border:	 none;
	font-size:	 200%;
	color:		 rgb(75%,0%,0%);
	vertical-align: baseline;
	}

#story img {
	display:	  block;
	border:	  solid thin;
	margin-left:	  auto;
	margin-right:  auto;
	}

#story ul {
	font-size: 10pt;
	text-align: justify;
	font-weight: medium;
	margin-left:	  auto;
	margin-right:  auto;
	}

#story ul li {margin-left:5%;}

#story h3.caption {
	margin-top:		5px;
	margin-bottom:	5px;
	padding:		0;
	font-family:		helvetica;
	font-size:		9pt;
	text-align:		center;
	}

#story p.credit {
	font-family:	     helvetica;
	font-size:	     6pt;
	margin-top:	     1px;
	margin-bottom:  0;
	padding:	     0;
	text-indent:	     0;
	text-align:	     center;
	}

#story p.caption {
	font-family:	helvetica;
	font-size:	8pt;
	text-indent:	0;
	text-align:	justify;
	}

/*################ Photos ################*/

#photoleft div {
	display:	    block;
	width:	    30%;
	margin-top:	    2px;
	margin-bottom: 2px;
	margin-left:	     0;
	margin-right:     5px;
	float:		     left;
	padding:	     5px;
	border:	     solid thin;
	}

#photoright div {
	display:	    block;
	width:	    30%;
	margin-top:	    2px;
	margin-bottom: 2px;
	margin-left:	     5px;
	margin-right:     0;
	float:		     right;
	padding:	     5px;
	border:	     solid thin;
	}

/*################ Webography ################*/

#webography div {
	display:	 block;
	background:  #FFFBF0;
	margin-left:	 15%;
	margin-right: 15%;
	padding:	 1em;
	border:	 solid thin;
	}

#webography h4 {
	margin-top: 0;
	text-align:    center;
	}

#webography p {
	margin-top:	    5pt;
	margin-bottom: 5pt;
	text-indent:	     0;
	}

#webography img {
	border:	  none;
	float:		  left;
	vertical-align:  middle;
	padding-right: 3px;
	}

