@charset "utf-8";


.scraptext{
		float: left;
		height: auto;
		clear: both;
}

p.source {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-style: italic;
		color: #F66;
		font-weight: bold;
}

#main .scraptext p {
		padding: 5px;
		margin-top: 1px;
		margin-right: 1px;
		margin-bottom: 5px;
		margin-left: 5px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.15em;
		text-align: justify;
}
#main .scraptext h3{
		font-size:12px;
		color: #33C;
		text-align: left;
}
#main .scraptext .storywide h3 {
		text-align: center;
}

#main .scraptext storywide h3 {
		font-size:12px;
		color: #33C;
		text-align: center;
}

.scraptext .storyleft {
		width: 48%;
		padding: 3px;
		color: #036;
		float: left;
}

.scraptext .storyright {
		width: 48%;
		padding: 3px;
		color: #036;
		float: right;
}


.scraptext .storywide {
		width: 96%;
		color: #036;
		clear: both;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 3px;
}

.scraptext #storyflash {
		padding: 3px;
		color: #036;
		float: right;
		padding-right: 5px;
		margin-right: 40px;
		border: medium solid #6C9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

.postscript  {
		font-size: 16px;
		font-weight: 900;
		color: #F66;
		font-variant: normal;
		line-height: 18px;
}



.scrapbook {
		width: 20%;
		padding: 0px;
		margin-left: -2px;
		float: left;
								
}

.scrapbookholder {
		width: 90%;
		height: auto;
		background-image: url(../images/imagesbackground/background2.jpg);
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px;
		border-radius: 10px;
		margin-left: 10px;
		margin-right: 10px;
		display: inline-block;
}

#main .scrapbookholder .scrapbook img {
		border: 6px solid #6CC;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 20px;
		border-radius: 20px;
		margin-left: 1%;
		 
}

#main .scrapbookholder .scrapbook h3    {
		color: #009;
		font-size: 1.2em;
		margin-left: 5%;
		height: 2em;
}


#main .scrapbookholder .scrapbook p {
		color: #333;
		font-size: 1.1em;
		font-family: Tahoma, Geneva, sans-serif;
		padding-left: 4px;
		border-left: thin;
		border-color: #F96;
		border-left-style: inset;
		padding-right: 2px;
				
}

.scrapbook a {
		text-decoration: none;

}

.scrapbook a img {
		border: none;
		padding: 0px;
		background: #fff;
		border: 1px solid #ddd;
		width: 100px;
		height: 100px;
}

.scrapbook a:hover {
		cursor: pointer;
}

.scrapbook a:hover .desc{
		display: block;
		font-size: 1.2em;
		padding: 10px 0;
		background: #111;
		filter:alpha(opacity=75);
		opacity:.75;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
		color: #FF9;
		position: absolute;/*Absolute required to work in IE*/
		padding: 10px;
		margin: 0;
		width: 250px;
		font-weight: bold;
		width: 300px;
		z-index: 1000; /*Index required to work in IE*/
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #FFF;
		text-transform: capitalize;
}

.scrapbook a:hover .desc strong {
		display: block;
		margin-bottom: 5px;
		font-size:1.2em;
		text-align: center;
		color: #393;
}

.scrapbook a .desc { 
		display: none; }
		
.scrapsidebar {
		height: auto;
		width: 20%;
		display: inline-block;
		margin: 0px;
		padding: 0px;
		margin-left: -5px;
				
}

.scrapsidebarholder {
		width: 120px;
		height: auto;
		background-image: url(../images/imagesbackground/background2.jpg);
		padding-top: 5px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 2px;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px;
		border-radius: 10px;
		margin-left: -5px;
		margin-right: 1px;
		clear: both;
}
#scrapsidebody p   {
		font-size: 1.1em;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		padding-left: 2px;
		padding-right: 2px;
		line-height: 1.1em;
		color: #303;
}

#main .scrapsidebarholder .scrapsidebar img {
		border: 6px solid #6CC;
		-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 20px;
		border-radius: 20px;
		margin-left: 1%;
		 
}

#main .scrapsidebarholder .scrapsidebar h3    {
		color: #009;
		font-size: 1.2em;
		margin-left: 5%;	
}

.scrapsidebar a {
		text-decoration: none;

}

.scrapsidebar a img {
		width: 115px;
		padding-left: 7px;
		border-style:none;
		padding-bottom: 5px;
}

.scrapsidebar a .desc {	display: none; }

.scrapsidebar a:hover {
		cursor: pointer;
}

.scrapsidebar a:hover .desc{
		display: block;
		font-size: 1.1em;
		padding: 10px 0;
		background: #111;
		filter:alpha(opacity=75);
		opacity:.75;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
		color: #FF9;
		position: absolute;/*Absolute required to work in IE*/
		padding: 10px;
		font-weight: bold;
		width: 110px;
		z-index: 1000; /*Index required to work in IE*/
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #FFF;
		margin-left: -15px;
		margin-top: -200px;
		text-transform: capitalize;
}

.scrapsidebar a:hover .desc strong {
		display: block;
		margin-bottom: 5px;
		font-size:1.1em;
		text-align: center;
		color: #393;
}

.imgscrapleft {
		overflow: hidden;
		float: left;
		position: relative;
}

.imgscrapleft a {
		text-decoration: none;
		float: none;
		margin-right: 3px;
}

.imgscrapleft a img {
		border: none;
		padding: 0px;
		background: #fff;
		border: 4px solid #6CC;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 100px;
		margin-bottom: 11px;
		height: 100px;
}

.imgscrapleft a .desc {
		display: none;
}

.imgscrapleft a:hover .desc {
		display: table-caption;
		font-size: 1.2em;
		padding: 10px 0;
		background: #111;
		filter:alpha(opacity=75);
		opacity:.75;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
		color: #FF9;
		position: fixed;
		bottom: 50%;
		left: 30%;
		padding: 10px;
		margin: 1px;
		width: 300px;
		border-top: 1px solid #999;
		font-weight: bold;
		z-index: 1000;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-transform: capitalize;
}

.imgscrapleft a:hover .desc strong {
		display: block;
		margin-bottom: 5px;
		font-size:1.2em;
		text-align: center;
		color: #393;
}

.imgscrapleft a .more {
		position: absolute;
		right: 2px;
		font-size: 1.2em;
		color: #FF6;
		background: #000;
		padding: 5px 10px;
		filter:alpha(opacity=65);
		opacity:.65;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
		top: -43px;
}

.imgscrapleft a:hover .more {
		visibility: hidden;
}




.imgscrapright {
		overflow: hidden;
		float: right;
		position: relative;
}

.imgscrapright a {
		text-decoration: none;
		float: none;
		margin-left: 3px;
}

.imgscrapright a img {
		border: none;
		padding: 0px;
		background: #fff;
		border: 4px solid #6CC;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 100px;
		margin-bottom: 11px;
		height: 100px;
}

.imgscrapright a .desc {
		display: none;
}

.imgscrapright a:hover .desc {
		display: table-caption;
		font-size: 1.2em;
		padding: 10px 0;
		background: #111;
		filter:alpha(opacity=75);
		opacity:.75;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
		color: #FF9;
		position: fixed;
		bottom: 50%;
		left: 30%;
		padding: 10px;
		margin: 1px;
		width: 300px;
		border-top: 1px solid #999;
		font-weight: bold;
		z-index: 1000;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-transform: capitalize;
}

.imgscrapright a:hover .desc strong {
		display: block;
		margin-bottom: 5px;
		font-size:1.2em;
		text-align: center;
		color: #393;
}

.imgscrapright a .more {
		position: absolute;
		right: 2px;
		font-size: 1.2em;
		color: #FF6;
		background: #000;
		padding: 5px 10px;
		filter:alpha(opacity=65);
		opacity:.65;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
		top: -43px;
}

.imgscrapright a:hover .more {
		visibility: hidden;
}

.storywide #storyflash {
		padding: 3px;
		color: #036;
		float: right;
		margin-right: 3px;
		border: medium solid #6C9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-left: 3px;
}

.storywide h3 {
		text-align: right;
}
#scrapmontage{
		border: medium double #F93;
		position: relative;
		height: 300px;
		background-image: url(../images/imagesbackground/background2.jpg);
		padding: 5px;
		margin: 2px;
				-moz-border-radius: 10px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 10px;
		border-radius: 10px;
}
#scrapmontage img {
		-moz-border-radius: 5px; /*Rounded Corners for boxes CSS3*/
		-webkit-border-radius: 5px;
		overflow: hidden;
}
#scrapmontage img.img1 {
	position: absolute;
	right: 40%;
	top: 46%;
	height: 75px;
	width: 100px;
	z-index: 10;
}
#scrapmontage img.img2 {
		position: absolute;
		right: 52%;
		top: 22%;
		height: 75px;
		width: 100px;
		z-index: 2;
}
#scrapmontage img.img3 {
	position: absolute;
	right: 40%;
	top: 15%;
	height: 75px;
	width: 100px;
	z-index: 3;
}
#scrapmontage img.img4 {
	position: absolute;
	right: 28%;
	top: 22%;
	height: 75px;
	width: 100px;
	z-index: 4;
}
#scrapmontage img.img5 {
	position: absolute;
	right: 62%;
	top: 36%;
	height: 75px;
	width: 100px;
	z-index: 5;
}
#scrapmontage img.img6 {
	position: absolute;
	right: 18%;
	top: 36%;
	height: 75px;
	width: 100px;
	z-index: 6;
}
#scrapmontage img.img7 {
	position: absolute;
	right: 62%;
	height: 75px;
	width: 100px;
	bottom: 18%;
	z-index: 7;
}
#scrapmontage img.img8 {
	position: absolute;
	right: 18%;
	height: 75px;
	width: 100px;
	bottom: 18%;
	z-index: 8;
}
#scrapmontage img.img9 {
	position: absolute;
	right: 47%;
	height: 75px;
	width: 100px;
	margin-bottom: 2px;
	bottom: 5%;
	z-index: 9;
}
#scrapmontage img.img10 {
	position: absolute;
	right: 33%;
	height: 75px;
	width: 100px;
	margin-bottom: 2px;
	bottom: 5%;
	z-index: 1;
}

#scrapmontage img.img11 {
		position: absolute;
		right: 68%;
		top: 11%;
		height: 75px;
		width: 100px;
		z-index: 11;
}

#scrapmontage img.img12 {
		position: absolute;
		right: 12%;
		top: 11%;
		height: 75px;
		width: 100px;
		z-index: 12;
}

#scrapmontage img.img13 {
		position: absolute;
		height: 75px;
		width: 100px;
		z-index: 13;
		bottom: 1%;
		left: 16%;
}

#scrapmontage img.img14 {
		position: absolute;
		right: 1%;
		top: 1%;
		height: 75px;
		width: 100px;
		z-index: 14;
}

#scrapmontage img.img15 {
		position: absolute;
		top: 1%;
		height: 75px;
		width: 100px;
		z-index: 15;
		left: 1%;
}

#scrapmontage img.img16 {
		position: absolute;
		height: 75px;
		width: 100px;
		z-index: 16;
		right: 12%;
		bottom: 1%;
}

#scrapmontage img.img17 {
		position: absolute;
		height: 75px;
		width: 100px;
		z-index: 17;
		right: 1%;
		bottom: 15%;
}

#scrapmontage img.img18 {
		position: absolute;
		height: 75px;
		width: 100px;
		z-index: 18;
		bottom: 15%;
		left: 1%;
}

#scrapmontage img.img19 {
		position: absolute;
		height: 75px;
		width: 100px;
		z-index: 18;
		bottom: 40%;
		left: 1%;
}

#scrapmontage img.img20 {
		position: absolute;
		height: 75px;
		width: 100px;
		z-index: 18;
		bottom: 40%;
		right: 1%;
}









#scrapmontage img:hover{
	position: absolute;
	margin-bottom: 3px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #FFC;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
		
}


#scrapmontage a {
	text-decoration: none;

}
#scrapmontage a img {
	border: none;
	padding: 0px;
	background: #fff;
	border: 1px solid #ddd;
	width: 100px;
}

#scrapmontage a:hover {
	cursor: pointer;
}

#scrapmontage a:hover .desc{
		display: block;
		font-size: 1.2em;
		padding: 10px 0;
		background: #111;
		filter:alpha(opacity=75);
		opacity:.75;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
		color: #FF9;
		position: absolute;/*Absolute required to work in IE*/
		padding: 10px;
		margin: 0;
		width: 250px;
		border-top: 1px solid #999;
		font-weight: bold;
		width: 300px;
		z-index: 1000; /*Index required to work in IE*/
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		text-transform: capitalize;
}
#scrapmontage a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.2em;
	text-align: center;
	color: #393;
}
#scrapmontage a .desc {	display: none; }

