@charset "UTF-8";
/* CSS Document */

html, body {height: 100%;}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/tileflowers.png);
	color: #4f2209;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A42800;
}
a:hover {
	text-decoration: underline;
	color: #CC3333;
}
a:active {
	text-decoration: none;
	color: #CC3333;
}

a img {
	color: #CC3333;
	text-decoration: none;
	border-style: none;
}

p {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 8px;
	margin-top: 8px;
}

h1 {
	margin: 0 0 5px;
	color: #ae3537;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
}

#sitecontainer {
	width: 1024px;
	background: url(images/bookrepeater.jpg) repeat-y;
	top: 0;
	left: 0;
	position:relative; /* needed for footer positioning*/
	height: 2000px;


}

#maincontainer {
	width: 619px;
	margin-left: 324px;
	background: url(images/contentbg1.jpg) no-repeat;
}

#leftcontainer {
	width: 324px;
	background: url(images/leftphoto2b.jpg) no-repeat;
	height: 747px;
	float: left;
}

#plainleftcontainer {
	width: 324px;
	background: url(images/plainleft.jpg) no-repeat;
	height: 747px;
	float: left;
	
}

#headercontainer {
	width: 643px;
	margin-left: 324px;
	height: 259px;
	background: url(images/header2a.jpg) no-repeat;
}

#plainheadercontainer {
	width: 643px;
	margin-left: 324px;
	height: 10px;
}

#frontheadercontainer {
	width: 643px;
	margin-left: 324px;
	height: 259px;
	background: url(images/headerfront.jpg) no-repeat;
}

#menucontainer {
	width: 200px;
	margin-left: 80px;
}

#logocontainer {
	margin-bottom: 20px;
	margin-top: 12px;
}

div.menuitem {
	text-align: center;
	margin-bottom: 1px;
	font-size: 14px;
}

#content {
	padding: 0 10px 10px;
	width: 600px;
}

p.specialtext1 {
	padding: 0;
	font-style: italic;
	color: #510a04;
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 10px;
}

#frontcontainer {
	width: 619px;
	margin-left: 328px;
	background: url(images/contentbg1.jpg) no-repeat;
}

img.ladyimage {
	float: right;
}

/* @group Shop */

#viewcarttopbutton {
	width: 603px;
	margin-left: 324px;
	text-align: right;
	border-bottom: 1px dotted #ae3537;
	height: 50px;
	padding-bottom: 5px;
}

#shopproductimage {
	width: 430px;
	float: left;
}

#shopproductcontainer {
	width: 540px;
	border-top: 1px dashed #ae3537;
	padding-top: 10px;
	height: 480px;
}

#shopproductthumbs {
	width: 100px;
	margin-left: 440px;
}

div.shopproductthumbimage {
	padding-bottom: 10px;
}

#shopcontent {
	width: 530px;
	border-bottom: 1px dashed #ae3537;
	padding-left: 10px;
	padding-top: 10px;
}

#shoplistcontainer {
	width: 600px;
	height: 650px;
}

div.shoplistitem {
	width: 180px;
	margin-bottom: 0;
	display: inline-block;
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	border: 1px dotted #f6d6a5;
	padding-top: 9px;
}

div.shoplistitemcategory {
	font-size: 12px;
	color: #717171;
	padding-bottom: 3px;
	border-top: 1px dotted #ae3537;
	padding-top: 3px;
}

div.shoplistitemprice {
	border-top: 1px dotted #ae3537;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
	padding-bottom: 5px;
	color: #ae3537;
}

#shopcatnav {
	width: 600px;
	font-size: 12px;
	color: #996600;
	border-top: 1px dotted #ae3537;
	border-bottom: 1px dotted #ae3537;
	padding: 5px 10px 5px 12px;
	margin-bottom: 5px;
	height: 15px;
	float: left;
}

div.catnavitem {
	float: left;
	display: inline-block;
}

div.catnavlabel {
	display: inline-block;
	float: left;
}

h2 {
	margin: 5px 0 0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	height: 40px;
}

div.shoplistnav {
	width: 600px;
	margin-bottom: 20px;
	text-align: center;
	display: none;
	border-top: 1px dotted #ae3537;
	padding-top: 5px;
	float: left;
	clear: left;
}

#shopnavcontainer {
	width: 540px;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 180px;
}


#paypalbutton {
	width: 520px;
	display: inline-block;
	text-align: right;
	padding-top: 0px;
	height: 50px;
	float: left;
}

#pricecontainer {
	font-size: 20px;
	padding-right: 15px;
	display: inline-block;
	float: left;
	width: 360px;
	text-align: right;
	color: #ae3537;
	height: 30px;
}

#catergorycontainer {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 12px;
	display: inline-block;
	height: 30px;
}

#viewcartbottombutton {
	width: 520px;
	display: inline-block;
	text-align: right;
	padding-top: 5px;
	height: 50px;
	float: left;
}


/* @end */

/* @group Blog */

p.bloglisttitle {
	font-size: 16px;
}

div.bloglistmore {
	width: 400px;
}


div.blogposted {
	width: 600px;
	font-size: 12px;
	color:#996600;
	float: left;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 10px;
}

div.bloglistmoreleft {
	width: 200px;
	font-size: 12px;
	color: gray;
	float: left;
	text-align: left;
	padding-top: 2px;
}

div.bloglistmoreright {
	width: 200px;
	margin-left: 200px;
	text-align: right;
}

#bloglistcontainer {
	width: 600px;
	float: left;
}

div.bloglistcontent {
	margin-left: 200px;
}

img.bloglistimage {
	float: left;
	clear: left;
}

div.bloglistitem {
	clear: left;
	border-top: 1px dashed #ae3537;
	padding-bottom: 15px;
	padding-top: 10px;
	display: inline-block;
}



/* @end */

div.backtosection {
	width: 600px;
	border-top: 1px dotted #ae3537;
	border-bottom: 1px dotted #ae3537;
	font-size: 14px;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#footer {
	font-size: 10px;
	width: 800px;
	clear: left;
	padding-bottom: 15px;
	margin-left: 30px;
	height: 50px;




}

h3 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	color: #ae3537;
	
}

h3.title {
	margin: 0 0 5px;
	color: #ae3537;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	
}

h2.title {
	margin: 0 0 px;
	color: #ae3537;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	height: 25px;
}

h4.number_of_photos {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	color: #ae3537;
}

.setpreview {
	float: left;
	margin: 0 20px 1em;
	width: 580px;
	border-bottom: 1px dotted #ae3537;
	padding-bottom: 10px;
}
.setpreview .thumbnail {
        float: left;
        margin-right: 1em;
}
.flickrset a {
        width: 75px;
        height: 75px;
        background: #fff0d6;
        float: left;
        margin: 1px;
        padding: 5px;
}
.flickrset a:hover {
        background: #F67733;
}
.flickrset img {
        border: 0;
}
.pages_nav {
        clear: both;
}
.individual {
        padding: 0 20px;
}

div.flickr_comments {
	font-size: 12px;
	text-align: left;
}
.individual .image {
        text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div.flickr_tag_list {
	font-size: 12px;
}

#maincontainer div.entry-content div.individual div.image img {
	padding-bottom: 10px;
}
.individual .flickrsetnav {
        text-align: left;
}
.individual .flickrsetnav a,
.individual .flickrsetnav a:link,
.individual .flickrsetnav a:visited {
        text-decoration: none;
}
.individual .setname {
        display: inline;
}

