/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { color: #8b2c2e; text-decoration: underline; }
a:visited { color: #e88686; text-decoration: underline; }
a:hover { color: #a3b8cc; }

a img { border: 0; }

/* h1, h2, h3, h4, h5, h6 { font-weight: normal; } */
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6
{
   font-family: verdana, helvetica, arial, sans-serif;
}



/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; float:left; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 766px; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}
#gamma {
display:inline;
float:right;
min-height:1px;
position:relative;
}

#alpha-inner, #beta-inner, #gamma-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px 10px 18px 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.trackbacks,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.comments
{
   position: static;
   overflow: hidden;
   clear: both;
   padding: 0px 15px;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
}

.comments-open-footer,
.archive-content
{
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 340px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 0px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}



/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a{ color: #FFF;  text-decoration: none;}
.content-nav a { color: #E88686;  text-decoration: none;}
/* .module-content a:visited, .content-nav a:visited { color:#D48787;  text-decoration: none;} */
.module-content a:visited, .content-nav a:visited { color:#FFF;  text-decoration: none;}
/* .module-content a:hover, .content-nav a:hover { color: #E88686;  text-decoration: underline;} */
.module-content a:hover, .content-nav a:hover { color: #FFF;  text-decoration: underline;}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0 10px ;
   border-left: 5px solid #AE3F42;
   padding: 5px;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 12px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
   min-width: 766px;
   color: #462e2e;
   background-color: #36414d;
}

#container
{
   width: 968px; /* 766 + 202 */
   margin-bottom: 20px;
}

#container-inner
{
   border-width: 0;
   border-style: solid;
   border-color: #292e33;
}

#banner
{
   width: 751px; /* necessary for ie win */
   height: 168px;
   background-image:url(/images/header.gif);
   background-repeat:no-repeat;
   background-position: bottom right;
   padding: 0;
   margin: 0;
}

#banner-inner
{
   padding: 17px 2px 0 15px;
   border-width: 0;
   border-style: solid;
   border-color: #fff;
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-shadow: #36414d 0 2px 3px;
	left: -4000px;
	position: absolute;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
	left: -4000px;
	position: absolute;
}

#alpha {
	margin: 0 0 0 15px;
	width: 534px;
	background-color: #AE3F42;
	background-image: url(/images/btm_curve.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#beta {
   color: #FFF;
	width: 202px;
	background-image: url(/images/sidebar_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding: 257px 0 0 0;
	top: -160px;
}
#gamma {
color:#FFFFFF;
padding: 0;
width: 202px;
margin-top: 50px;
}

.date-header
{
   margin-top: 0;
   margin-left: 15px;
   margin-bottom: 6px;
   padding: 13px 0 0 10px;
   color: #FFFFFF;
   font-size: 18px;
   height: 35px;
}

.entry-header
{
   margin-top: 0;
   margin-left: 15px;
   margin-bottom: 6px;
   padding: 13px 0 0 40px;
   color: #772122;
   font-size: 18px;
   background-image: url(/images/icon_rose2.gif);
   background-repeat:no-repeat;
   background-position:left;
   height: 35px;
}
.entry-header a
{
   color: #772122;
   text-decoration: none;
}
.entry-header a:visited, .entry-header a:hover
{
   text-decoration: none;
}
.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.interact-footer, .share-icons {
/*	background-image: url(images/bk_icons.gif);
	background-repeat: repeat-x;
	background-color: #bdc0c3; */
	font-size: 10px;
	padding-top: 4px;
	height: 23px;
	text-align: right;
}
.share-icons {
	padding-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dae0e6;
}
.interact-footer img, .share-icons img {
	margin: 0 3px 0 15px;
}
.interact-footer a:link, .share-icons a:link, .interact-footer a:visited, .share-icons a:visited {
	text-decoration: none;
}
.interact-footer a:hover, .share-icons a:hover {
	color: #000;
}

.comment-footer,
.trackback-footer
{
   margin: 15px 0 20px 0;
   border-bottom: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}
.entry-footer {
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
	margin-bottom: 0;
	border: none;
}

.comment-footer form {
   text-align: left;
}

.comment-content,
.trackback-content,
.trackback-footer
{
   margin-left: 10px;
}

#trackbacks-info
{
   margin: 10px 10px;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
}

.module-content
{
   margin: 0 0 10px 0;
   padding: 0 10px 0 10px;
   font-size: 11px;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mailinglist input { font-size: 10px; }
.module-mailinglist #name { width: 120px; }
.module-mailinglist #email { width: 120px; }


.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #a3b8cc;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 15px 10px 30px;
   list-style: none;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 5px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #E88686;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}





/* Hop Studios CSS */
body {
	background-image: url(/images/background_lighter.gif);
}
#beta ol, #beta ul {
margin: 0 0 0 30px;
padding: 0;
}
#beta ul ul {
margin: 5px 0 0 10px;
padding: 0;
}
.recipe td, .recipe th, .recipe table {
    border-color: #D9CCA9;
    border-style: solid;
}
.recipe table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
.recipe tr {
vertical-align: top;
}
.recipe td, .recipe th {
	margin: 0;
	padding: 1px 2px 1px 4px;
    border-width: 1px 1px 0 0;
}
td p, th p {
	margin: .25em 0 .25em 0;
	padding: 0;
}
th {
	text-align: center;
}

.entry
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 511px;
   background-image:url(/images/top_inner_curve.gif);
   background-position: top;
   background-repeat:no-repeat;
   background-color:#FFFFFF;
   margin: 4px 10px 14px 10px;
   padding: 0;
}
.entry-content {
	padding: 0px 15px;
}
#entry-1 {
	margin-top: 10px;
}

.module-header {
   padding: 0;
   color: #772122;
   font-size: 18px;
   height: 32px;
}
.module-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
}
#beta-inner {
   background-color:#AE3F42;
   padding: 10px 0 0 0px;
   border-width: 0;
}
#gamma-inner {
background-color:#AE3F42;
border-width:0pt;
padding: 0pt 0pt 0px;
}
#btn_sign_up {
margin: 7px 32px;
}
#btn_search {
margin: 7px 32px;
}
.credit {
   clear: both;
   float: right;
   padding-right:20px;
   margin: 0 0 5px 0;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: left;
}

.comment-rose {
   background-color: #f9b9ba;
}
.comment-content1 {
   clear: both;
   margin: 0;
   line-height: 1.5;
}
.comment-footer1 {
   clear: both;
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}
.comments-open-footer1 {
   clear: both;
   margin: 5px 10px 20px 10px;
}
.entry-footer1 {
   clear: both;
   margin: 0 0 5px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: left;
}
.pkg1 {display: block; }
.trackback-content1 {
   clear: both;
   margin: 0;
   line-height: 1.5;
}
.trackback-footer1 {
   clear: both;
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}
.module-header1 {
   padding: 13px 0 0 40px;
   color: #772122;
   font-size: 18px;
   background-image: url(/images/icon_rose.gif);
   background-repeat:no-repeat;
   background-position:left;
   height: 35px;
}
.module-header1 {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
}

.content-nav a {
  margin-top: 0;
}


#home-link {
	position: absolute;
	left: 0px;
	top: 0px;
}

.alignright
{
   float: right;
   margin: 0 0 10px 10px;
}

.module-forum {
	background-color: #e88686;
}
/* FORUM BOX IN POST */
.forumpromo {
	background-color: #ece6d7;
	border: 1px solid #462e2e;
	margin-bottom: 18px;
}
.forumpromo p {
padding-right: 8px;
padding-left: 8px;
}

/* Amazon Styles */
div.amazon-image {     height:110px;     margin:2px 0px;     padding-top:7px; } 
p#prices {     white-space:nowrap; } 
p#privacy {     position:absolute;     margin:0px auto;     left:0px;     bottom:0px;     width:118px;     background-color:#E88686; } 
p#privacy a, p#privacy a:visited {     color:#a1a1a1; } 
span.price {     color:#990000; } 

