/* Base  @import url(/.shared/themes/common/base-weblog.css);*/
/* Portal */
/* Theme  @import url(/.shared/themes/vox/theme-hills_green.css);*/

/* ABOVE.......NOT USED.......DO NOT UNCOMMENT*/


/* navigation */

#nav { clear: both; background: #432859; height: 33px; border: 1px solid #755b87; z-index:9999; position:relative; margin-left:5px;}/* Relative positioning to work around IE x-index bug*/

#engine-nav { width:754px; margin:auto; }

#top-nav {position: relative; z-index: 10; list-style: none; height: 33px; padding: 0; }

#top-nav > li {position: relative; float: left; height: 33px; font: 10px/33px Georgia, "Times New Roman", Times, serif; text-transform: uppercase; color: #ffffff;}

#top-nav > li.twoLine {font: 10px Georgia, "Times New Roman", Times, serif;}

#top-nav li#top-nav-shop { background: #533967; padding: 0 20px 0 20px; margin-right:10px;}

#top-nav li a {display: block; padding: 0 18px 0 18px; font-size: 13px; color: #ffffff; text-align: center; text-decoration:none;}



#top-nav li:hover {position: relative; z-index: 100;}

#top-nav li:hover > a {background: url(http://www.invitationsbydawn.com/pics/1199US/bg-topnav-hover.jpg) no-repeat center; color: #210e31;}



#top-nav div.top-subnav {position: absolute; left: -9999px; background: #ffffff; width: 320px; padding: 0 15px 15px 15px; border: 1px solid #210e31; }

#top-nav div.top-subnav.top-subnav1 {width: 190px;}

#top-nav ul {position:relative; list-style: none; float: left; width: 160px;}

#top-nav ul.top-subnav1 {width: 200px;}

#top-nav ul li {height: auto; line-height: 14px; color: #210e31;}

#top-nav ul li.top-subnav-hdr{ padding: 10px 0 5px 0; font: 14px/14px "Times New Roman", Times, serif; width:190px;}

#top-nav ul li a {display: block; background: none; width:140px; height: auto; padding: 0; font: 11px/13px Arial, Helvetica, sans-serif; color: #210e31; text-align: left; text-transform: capitalize;}

#top-nav .top-subnav1 ul li a {width:190px;}

#top-nav ul li.top-subnav-hdr a { font: 14px "Times New Roman", Times, serif; text-transform: uppercase; width:190px; display:block;}

#top-nav ul li:hover > a {background-image: none; color: #856234; text-decoration: underline;}

#top-nav .two-line ul li:hover > a {width:130px;}

#top-nav ul li.flyOut { margin-left: -15px; }

#top-nav ul li.flyOut a{width:140px; padding-left:5px;}

#top-nav ul li.flyOut ul li.flyOut{ margin-left: -10px; }

#top-nav ul li.flyOut ul li.flyOut a{width:140px; padding-left:0px;}

#top-nav ul li.flyOut ul li a{width:130px; padding-left:0px;}

#top-nav ul li.flyOut ul li.flyOut ul li a{width:130px;}



#top-nav ul ul {position: absolute; top: 0; list-style: none; background: #ffffff; float: none; width: 140px; padding: 10px 0 10px 0; border: 1px solid #210e31;}

#top-nav ul ul li {padding: 0 10px 0 10px;}



#top-nav li:hover div {left: 0;}

#top-nav li:hover ul {z-index: 100;}

#top-nav li:hover ul ul {left:-9999px;}

#top-nav ul ul ul {left:-9999px; display:none;}

#top-nav ul ul li:hover ul {display:block;}

#top-nav ul ul ul ul {left:-9999px; display:none;}

#top-nav ul ul ul li:hover ul {display:block;}



#top-nav li ul li:hover ul {left:-142px; top:-10px;}

#top-nav li ul li ul li:hover ul {left:150px; top:-10px;}

#top-nav li ul.number2 li:hover ul {left: 140px;}












/****end Nav***/



ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/*As Seen In Page*/

img {border:none;}
#seeninmainwrapper{width:510px;}
#adheader{}
#adswrapper{float:left;}
#adsidebar{width:150px; float:right;}
.adthumb {float:right; width:145px; text-align:center; padding-top:10px; padding-bottom:7px;}
#adimg {float:left;}
#adimgthumb1 {border:3px solid white;}
#adimgthumb2 {border:3px solid white;}
#adimgthumb3 {border:3px solid white;}
#adimgthumb4 {border:3px solid white;}
#adimgthumb5 {border:3px solid white;}
#adimgthumb6 {border:3px solid white;}
.seeninprod {padding:15px 5px; text-align:center; height:155px; width:160px;}
.seeninprod a {text-decoration:none;}
#featuredinad {padding:15px 0px; width:425px; height:25px;float:left; font-weight:bold; font-size:16px;}

/*End as Seen in Page*/









/* Custom */


/* $Id: base-weblog.css 84722 2008-07-08 22:58:38Z abain $ */

/* 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: arial, 'trebuchet ms', sans-serif, arial;
	font-size: 13px;
        background-color: #E5E0CD;
        color: #56396D;
}

form { margin: 0; padding: 0;  }
a { text-decoration: underline; color: #56396D; }
a:visited{color:#674C7B;}
a img { border: 0; }
a:hover {text-decoration: none;}

h1, h2, h3 {color: #56396D;}
a h1,a h2,a h3 {text-decoration:underline;}


/* 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;
}
.pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { /*display: block;*/ }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
        width:968px;
	position: relative;
	margin: 0 auto; /* center on everything else */
	text-align: left;
}
#container-inner { position: static; width: auto;}

#banner { 
	width: 964px;
	margin: 10px auto 0px auto;
}

.logoblock {display:block; height:80px; width:145px;

}

#headtop{position:relative; width:760px; height:145px; top:30px; left:100px;}
#homelink{height:80px;
padding-left:12px;
padding-top:10px;
float:left;
text-indent:-9999px;
width:145px;}
#headadvice{float:left;
font-family:times New Roman;
font-size:20px;
padding-left:15px;}

#headright{float:right; height:115px; width:300px;}
#freecat{float:left; padding:15px 20px 0px 0px;}
#freeship{float:right; padding:22px 25px 0px 0px;}
#prodsearch{display:block; width:300px; float:right;}
#srchbttn{float:right; padding: 2px 5px 0px 5px;}
#srchbx{float:right;}

#headnav{
color:#FFFFFF;
font-size:12px;
font-weight:bold;
height:25px;
padding-left:200px;
padding-top:40px;
width:690px;
}



#headnav li{list-style:none;}
#headnav li a {color:#ffffff;}

#headnavlink1{
        float:left;
        text-align:center;
        width:108px;
}
#headnavlink2{
        float:left;
        text-align:center;
        width:170px;
}
#headnavlink3{
        float:left;
        text-align:center;
        width:105px;
}
#headnavlink4{
        float:left;
        text-align:center;
        width:147px;
}
#headnavlink5{
        float:left;
        text-align:center;
        width:110px;
}



#banner-inner{ 
        width:964px; 
        height:181px; 
        position: relative; 
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#banner-inner a{text-decoration:none; color: #56396D;}

#tagline{
       left:425px; 
       top:13px;
       margin:auto 0;
       position:relative;
       text-align:center;
       width:145px;
}
.blog{font-size:30px; font-weight:bold;}
.white{color:#fff;}

#pagebody{
        background: transparent url(./images/rpbkg.gif) repeat-y center center;
        position: relative; width: 100%;
}
#pagebody-inner { position: static; width: 100%; padding-top:15px; }

/**************Side Bar**************/
.sbrecentpostsbkg {background:transparent url(images/art_hdr.gif) no-repeat top left; 
margin-bottom:15px;

}
.sbrecentposts {


}
.sbcategoriesbkg{background:transparent url(images/off_hdr.gif) no-repeat top left; 
margin-bottom:15px;
}
.sbcategories{

margin-right:10px;
width:166px;
}

.sbaboutbkg{background:transparent url(images/time_hdr.gif) no-repeat top left;
margin-bottom:15px;
}
.sbabout{
 
margin-right:10px;

}

.sbwedassistbkg{background:transparent url(images/assist_hdr.gif) no-repeat top left;
margin-bottom:15px;
}
.sbwedassist{
 
margin-right:10px;

}


.sbwhatsnewbkg{background:transparent url(images/new_hdr.gif) no-repeat top left;
margin-bottom:15px;
}

.sbfindonlinebkg{background:transparent url(images/new_com.gif) no-repeat top left;
margin-bottom:15px;
}

.sbwhatsnew{
 
margin-right:10px;

}





.sbarchivesbkg{background:transparent url(images/assist_hdr.gif) no-repeat top left; 
margin-bottom:15px;
}
.sbarchives{


margin-right:10px;
width:166px;

}
.module{padding-top:6px;}
.module-content{ border:1px solid #C5AED5;
margin-top:7px;
padding:10px 0px 10px 25px;
width:169px;}

.module-header {
color:#FFFFFF;
font-size:15px;
font-weight:bold;
padding-left:40px;

}
.module-header a, .module-header a:visited{color:#ffffff;}
ul.module-list{list-style-type:none;}

/*************End Side Bar************/

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;

	min-height: 1px;
}

#alpha, #beta, #gamma, #delta
{
	float: left;
	margin: 0 0 0 20px;
}

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	padding: 0 0 25px;
}

#alpha { margin-left:100px;
width:543px; }
#beta-inner { width: 196px;}
#beta { width: 196px;}
#gamma, #delta { width: 200px; }



#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}

#alpha-inner{border-right:1px dashed #C5AED5; padding-left:15px;}


/* 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;
	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;
}


/* nav */

.nav-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-list-item
{
	display: block;
	float: left;
}

.nav-list-item a
{
	display: block;
	padding: 5px 10px;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

/************Entry************/

.articles {background:transparent url(/images/pen_gold.gif) no-repeat top left; }
.offers {background:transparent url(/images/money_gold.gif) no-repeat top left; }
.time_saving_options {background:transparent url(/images/time_gold.gif) no-repeat top left; }
.wedding_assistance {background:transparent url(/images/person_gold.gif) no-repeat top left; }
.whats_new {background:transparent url(/images/new_gold.gif) no-repeat top left; }

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.date-header{
float:right;
font-size:12px;
padding-right:65px;
padding-top:15px;
}

.entry-body{padding:10px 5px 15px 0px;}
.entry-content { border-top:1px dotted #C5AED5; width:530px;}

.entry
{
        padding:15px 0px;
        width:535px;
}

.entry li{margin-left:25px;}

.entry-header { font-family:times new roman, arial; margin-left:25px;
padding-left:30px; font-size:22px; }

.entry-header a {text-decoration:none;}
.entry-more-link { font-weight: bold; }

.entry-footer
{
	border-top:1px dotted #C5AED5;
	font-weight: normal;
        float:left;
        width:530px;
}

.post-footers{font-style:italic;}

.content-header{padding-left:15px;}




/************Advice Home****************/

.advicehome h2{}

/************End Entry************/


/************Non English****************/


#nonenglish a {text-decoration:underline;}
.nonenglishprod {float:left;
padding:15px 0;
text-align:center;
width:260px;}



/* footer */
#footer {background: url(http://www.invitationsbydawn.com/pics/1199US/bg-footer.jpg) no-repeat bottom; width: 754px; padding: 0 60px 35px 105px;}
#footer-top {background: #ddcee5; padding: 0 15px 0 0; font: 12px/33px Georgia, "Times New Roman", Times, serif; color: #351f47; text-transform: uppercase; text-align: right;}
#footer-top em {font-size: 14px;}
#footer-middle {background: url(http://www.invitationsbydawn.com/pics/1199US/bg-footer-middle.gif) repeat-x #ffffff; padding: 0 0 10px 0;}
#footer-middle a {display: block;}
.footer-middle-column {float: left; width: 130px; padding: 0 10px 0 10px;}
.footer-middle-column-hdr {padding: 0 0 8px 0; font: 14px/36px Georgia, "Times New Roman", Times, serif; color: #ffffff;}
.footer-banner {float: left; width: 250px; height: 65px; padding: 0 0 10px 0; text-align: center;}
#footer-bottom {background:#ded9c3; height: 47px; text-align: center;}
#footer-bottom a {font: 8px Georgia, "Times New Roman", Times, serif; color: #502c56; text-transform: uppercase;}
#footer-copy {padding: 10px 0 10px 0; font: 9px Arial, Helvetica, sans-serif; color: #676243;}


/* ph=1 */
/* nhm:from_kauri */
