﻿@import url(./rasmussenv2.css);


#cookbookCover2
{
	position:relative;
	float:right;
	padding-bottom:25px;
}

#cookbookCover1
{
	position:relative;	
	float:left;
}

#p1
{
	margin-top:2em;
}


#p2
{
	margin-top: -1em;
}

#p3
{
	margin-top: 25px;
	padding-bottom:5px;	
}

#p4
{
	margin-top:2em;
	border-top:1px dashed #d0d0d0;
}

#shareStoryLink
{
	margin-top:1em;
}

#coverGallery
{
	position:relative;
	padding-bottom:1em;
}

#galleryWindow
{	
	margin: auto auto auto auto;
	width:600px; 
	height:400px; 
	background:#EFF7FF; 
	overflow:hidden; 
	border:2px solid #336699;
}

.thumbNailContainer
{
	margin:15px;
	width:250px;
	height:auto;
}

a.galleryitem
{
	float:left;
	margin:18px;
}

a.galleryitem img
{
	border: none;
	width:108px;
	height:162px;
}

a.galleryitem:link, 
a.galleryitem:visited
{
	display:block;
	color:#000; 
	text-decoration:none; 
	border:2px solid #EFF7FF;
	width:108px; 
	height:162px;
	float:left;	
}

a.galleryitem:hover
{
	white-space:normal; 
	border:2px dashed #4F5F2F;
}

span.galleryPageLink
{
	font-style:italic;
	font-weight:bold;
}
a.galleryPageLink:hover
{
	text-decoration:underline;
}
a.galleryPageLink:visited,
a.galleryPageLink:link
{
	color:#4F5F2F;
}
.galleryPageLink
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-style:normal;
	text-decoration:none;
	color:#4F5F2F;
}

.galleryPageLinkContainer
{
	margin:auto 15px auto 15px;	
	text-align:right;
}
