body {
padding: 0;
margin: 0;
font-size: 12px;
font-family:  'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
background: #48270b;
color: #020100;
}

a:focus, a:hover, a:active { outline:none }

#wrapper  {
width: 774px;
background: #fff;
margin: 0 auto;
/*border: 1px solid #b29f8e;*/
padding: 0  32px 0 24px;
/*padding: 16px 32px 16px 24px;*/

}

#header {
height: 114px;
+height: 119px;
text-align: center;
position: relative;
}

#header h1 {
margin: 0;
padding: 0px 0 0 0;
position: absolute;
top: 23px;
left: 295px;
+left: 294px;/* ie7 hack */
}

#blog-banner {
height: 116px;
background: url(images/blog_banner.jpg) no-repeat;
margin: 0px 0 15px 0;
}

/*---[ navigation ] ---------------------*/

.bottom_nav UL{
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav{
	padding: 0px 0 12px 0px;
	position: relative;
	height: 30px;
}

.nav UL{
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0px;
}

.nav UL LI, .bottom_nav UL LI{
	float: left;
	margin: 0;
	padding: 0;
}

.nav UL LI IMG, .bottom_nav UL LI IMG{
	display: block;
}

.main_area{
	clear: both;
	padding: 0;
	margin: 0;
	position: relative;
}

.bottom_images{

}

#sub_nav_rollover{
position: absolute;
top: -10px;
left: 198px;
padding: 10px;
border-color: #d8cfc6;
border-width: 1px;
border-style: solid;
background-color: #ffffff;
z-index: 100;
visibility: hidden;
}
#about_nav_rollover {
	position: absolute;
	top: -13px;
	left: 0px;
	padding: 8px;
	border-color: #d8cfc6;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	z-index: 100;
	visibility: hidden;
	}
#account_nav_rollover{
	position: absolute;
	top: -13px;
	left: 670px;
	padding: 8px;
	border-color: #d8cfc6;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	z-index: 100;
	visibility: hidden;
	}


#jewelry_nav_rollover {
	position: absolute;
	top: -13px;
	left: 75px;
	padding: 8px;
	border-color: #d8cfc6;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	z-index: 100;
	visibility: hidden;
	}

#boutique_nav_rollover{
	position: absolute;
	top: -13px;
	left: 268px;
	padding: 8px;
	border-color: #d8cfc6;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	z-index: 100;
	visibility: hidden;
	}

#stores_nav_rollover {
	position: absolute;
	top: -13px;
	left: 595px;
	padding: 8px;
	border-color: #d8cfc6;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	z-index: 100;
	visibility: hidden;
	}


/*---[ Layout ] ---------------------*/

#contnetBox {
background: #f7f5f3;
/*background: #e1b682;*/
border-top: 1px solid #d4cac0;
padding: 0 12px 0 12px;
}

#contnet {
width: 488px;
float: left;
}

#sidebar {
width: 246px;
background: #f7f5f3;
float: right;
}

/*---[  ] ---------------------*/

.clear{
clear: both;
}

.align-left{
float: left;
}

.align-right{
float: right;
}

img {
border: none;
}

.imgleft {
float: left;
padding: 2px 10px 0 0;
}

ul, li, ol {
margin: 0;
padding: 0;
}

a{
color:#48270b;
text-decoration: none;
}

a:hover{
color:#000;
text-decoration: underline;
}

/*---[  ] ---------------------*/

.post {
margin: 0;
padding: 0 0 10px 0;
background: #fff;
border-bottom: 1px solid #d4cac0;
}

.post .postby {
font-size: 11px;
color: #48270b;
background: #f7f5f3;
padding: 3px 0 0 10px;
border: 1px solid #f7f5f3;
overflow: hidden;
}

.post .postby .comments {
width: 90px;
background: url(images/comments-icon.gif) no-repeat;
height: 14px;
float: left;
padding: 0 0 0 8px;
}

.post .postby .comments a {
color: #000;
text-decoration: none;
font-size: 11px;
}

.post .postby .comments a:hover {
text-decoration: none;
}

.post h2 {
margin: 0px;
padding: 18px 0 5px 10px;
font: 18px "Times New Roman", Times, serif;
text-transform: uppercase;
color: #48270b;
}

.post h2 a {
color: #48270b;
text-decoration: none;
}

.post h2 a:hover {
color: #48270b;
text-decoration: underline;
}


.post h3 {
margin: 0px;
padding: 18px 0 5px 10px;
font: 18px "Times New Roman", Times, serif;
text-transform: uppercase;
color: #48270b;
}

.post h3 a {
color: #48270b;
text-decoration: none;
}


.entry {
margin: 0px;
line-height: 18px;
font-size: 11px;
clear: both;
}

.entry p {
margin: 0px;
padding: 0px 10px 0 10px;
}

.readmore, .entry a {
color: #a79582;
text-decoration: none;
}

.readmore:hover, .entry a:hover {
color: #a79582;
text-decoration: underline;
}

.postInfo{
border-top: 1px solid #d4cac0;
margin: 20px auto 0px auto;
padding: 5px 0 0 5px;
font-size: 11px;
line-height: 19px;
width: 470px;
}

.postInfo a {
color: #a79582;
}

/*---[ Begin Comments ] ---------------------*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}



#commentform p {
	margin: 0px 0;
	}

#commentform input {
width: 267px;
.width: 264px;
padding: 2px;
margin: 5px 5px 1px 0;
padding: 6px;
	}

#commentform input:focus, #commentform select:focus, #commentform textarea:focus {

	}


#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

#commentform label {
width: 200px;
display: block;
float: left;
padding: 15px 0 0 0;
}



.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
background-color: #f8f8f8;
/*border-top: 1px solid #d4cac0;
border-bottom: 1px solid #d4cac0;*/
border: 1px solid #d4cac0;
}

#respond {
margin: 0;
padding: 0 0 5px 0;
font-size: 14px;
color: #48270b;
border-bottom: 1px solid #48270b;
}

.alert {
color: red;
}


button.sub_button {
width: 102px;
height: 26px;
background: url(images/button_send.gif) no-repeat;
border: none;
display: block;
cursor: pointer;
text-indent: -9999px;
margin: 2px 0 0 0;
}

/*---[ Sidebar content  ] ---------------------*/



#searchBox {
background: #fff;
padding: 12px 5px 15px 5px;
margin: 19px 0 0 0;
}


/* Begin Form Elements */
#searchform {
margin: 0px 0 10px 0;
padding: 5px 3px 5px 37px;
}

/*#sidebar #searchform #s {
width: 115px;
padding: 2px;
}*/

.inputBox {
background: #cec6be;
border: 1px solid #48270b;
text-transform: uppercase;
font-size: 10px;
color: #48270b;
width: 138px;
padding: 4px;
}

.btn_go {
border: none;
background: #48270b;
color: #fff;
text-transform: uppercase;
font-size: 10px;
font-weight: bold;
cursor: pointer;
padding: 4px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

.pagetitle {
margin: 0px;
padding: 10px 0 10px 10px;
font-size: 22px;
font-family: "trebuchet MS", verdana, arial;
color: #48270b;
}


.email-icon {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #48270b;
text-decoration: none;
font-weight: bold;
}

.emailBox {
text-align: center;
/*background: url(images/email_icon.gif) no-repeat 90% 50%;*/
width: 100%;
height: 21px;
}

.emailBox .emailBoxLeft {
float: left;
padding: 5px 0 0 37px;
}

.emailBox .emailBoxRight {
float: right;
padding: 0 16px 0 0;
}

.rssBox {
text-align: center;
/*background: url(images/rss_icon.gif) no-repeat 90% -1px;*/
width: 100%;
height: 22px;
padding: 10px 0 0 0;
}

.rssBox .rssBoxLeft {
float: left;
padding: 5px 0 0 37px;
}

.rssBox .rssBoxRight {
float: right;
padding: 0 27px 0 0;
}

.rss-icon {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #48270b;
text-decoration: none;
font-weight: bold;

}

#newslatterBox {
background: #fff;
padding: 5px 5px 14px 5px;
margin: 14px 0 0 0;
}

#newslatterBox h2 {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #48270b;
padding: 0 0 0 37px;
}

#newslatterBox p {
margin: 0;
padding: 0 0 0 37px;
}

.box {
background: #fff;
padding: 10px 0px 15px 0px;
margin: 14px 0 0 0;
width: 246px;
}

.box h2 {
margin: 0;
padding: 0 0 0 3px;
font: 10px Arial, Helvetica, sans-serif;
color: #a79582;
text-transform: uppercase;
}


.box ul {
margin: 0;
padding: 0px 0 0 0;
}

.box li {
margin: 0;
padding: 0;
list-style: none;
}

.box li a {
text-decoration: none;
text-transform: uppercase;
color: #48270b;
font-size: 10px;
}

.box li a:hover {
text-decoration: underline;
}

.box li ul {
padding: 3px 0 0 0;
margin: 0px;
}

.box li ul li {
margin: 0;
padding: 0 0 0 12px;
}

.box .connect {
margin: 0;
padding: 8px 0 0 12px;
}

/*.box2 {
background: #fff;
padding: 10px 0px 15px 0px;
margin: 14px 0 0 0;
width: 230px;
}

.box2 h2 {
margin: 0;
padding: 0 0 0 0px;
font: 10px Arial, Helvetica, sans-serif;
color: #a79582;
text-transform: uppercase;
}*/

.navigation {
display: block;
margin-top: 10px;
margin-bottom: 60px;
}

.bottom_nav {
width: 830px;
margin: 5px  auto 0px auto;
}

#comments {
font: 25px Georgia, "Times New Roman", Times, serif;
}

.inputTextFooter {
    color: #AF957E;
    font-family: arial;
    font-size: 8px;
    font-weight: bold;
    height: 12px;
    padding: 3px 0 0;
    width: 170px;
}
.bottom_nav ul li {
    height: 25px;
    vertical-align: middle;
}
.contact_info {
float: left;
width: 290px
}
.contact_image {
float: left;
width: 450px
}
