@charset "utf-8";
/* CSS Document */

a:link {color:#fff;}
a:visited {color:#fff;}
a:hover {color:#69F;}
a:active {color:#63F;}

h1 {
	text-align:center;
}

h2 {
	text-align:center;
}

.line {
	text-decoration:underline;
}

body {
	background-image:url(../images/backgrounds/bg-repeat.png);
	color:#fff;
}

#update-box {
	background-image:url(../images/backgrounds/bg-black.png);
	border-radius:20px;
	padding-top:1px;
}

#update {
	margin:0 auto;
	width:400px;
	text-align:left;
}

#menu {
	width:800px;
	margin:175px auto;
}

.menu {
	width:600px;
}



/* colors */

.price {
	color:#69F;
}

a.black {
	color:#000;
}

.warning {
	color:#FF0;
}

.nickel {
	color:#F00;
}

.fp {
	color:#39F;
}

.wip {
	color:#F0F;
}


/* banner and menu - fixed */

#banner {
	background-image:url(../images/backgrounds/bg-repeat.png);
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:170px;
	position:fixed;
	z-index:1;
	left:0;
	right:0;
	top:0;
}

#logo {
	float:left;
	width:150px;
	text-align:center;
}

#banner-image {
	float:left;
	width:600px;
	text-align:center;
}

#home {
	float:right;
	width:150px;
}

#links {
	background-image:url(../images/backgrounds/bg-black.png);
	border-radius:20px;
	text-align:center;
	font-size:x-large;
}

/* rest of site */

#box {
	width:800px;
	margin:175px auto;
}

#content {
	background-image:url(../images/backgrounds/bg-black.png);
	border-radius:20px;
	padding:10px 0;
}

.content {
	background-image:url(../images/backgrounds/bg-black.png);
	border-radius:20px;
	padding:10px 0;
}

#title {
	color:#000;
}

#body {
	width:800px;
	text-align:center;
}

#message {
	background-image:url(../images/backgrounds/bg-black.png);
	height:250px;
	border-radius:20px;
	padding:10px 20px;
}



/* padding = top sides */

#latest {
	background-image:url(../images/backgrounds/bg-black.png);
	height:425px;
	border-radius:20px;
	padding-top:1px;
}

#jewelry {
	background-image:url(../images/backgrounds/bg-black.png);
	height:700px;
	border-radius:20px;
	padding-top:1px;
}

#jewelry-sub {
	background-image:url(../images/backgrounds/bg-white.png);
	height:425px;
	border-radius:20px;
	padding-top:1px;
	color:#000;
}

#inventory {
	background-image:url(../images/backgrounds/bg-black.png);
	border-radius:20px;
	padding-top:1px;
}

#non {
	background-image:url(../images/backgrounds/bg-black.png);
	height:600px;
	border-radius:20px;
	padding-top:1px;
}

#text {
	background-image:url(../images/backgrounds/bg-black.png);
	border-radius:20px;
}

#other {
	background-image:url(../images/backgrounds/bg-black.png);
	border-radius:20px;
	height:400px;
}

.words {
	text-align:left;
	padding:0 20px;
}

.left {
	float:left;
	width:33%;
}

.right {
	float:left;
	width:33%;
}

.middle {
	float:left;
	width:33%;
}

#contact {
	text-align:left;
}

/* home page */

.inv-image {
	width:200px;
}

/*  */

/* home page */



/*  */

/* gallery */

figure img {
	height:300px;
	border:1px solid #666;
	background-color:#fff;
	padding:4px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.5)
}

figcaption {
	font:bold 1em/normal arial, helvetica, sans-serif;
	text-align:center;
	margin:10px 0 0 0;
}

figure {
	display:inline-block;
	vertical-align:bottom;
	width:210px;
	margin:0 10px 10px 10px;
}

/*  */

/* jewelry detail pages */






/*  */

/* contact page */

.feedback {
	width:500px;
	height:150px;
}

fieldset {
    border: 0px;
}

/*  */

/* faq page */



/*  */

/* individual jewelry pages */

#right {
	float:right;
	width:300px;
}

#left {
	float:left;
	background-color:#000;
	color:#fff;
	width:400px;
	border-radius:20px;
	padding:1px 10px;
	text-align:left;
	margin-left:30px;
}

/* Center 1st column */
table td:nth-child(1) {
    text-align: center;
}

.jew-title {
	color:#0000ff;
	text-align:center;
	font-size:45px;
	font-weight:bold;
}

.jew-header {
	color:#0000ff;
	text-align:center;
	font-size:25px;
	font-weight:bold;
}

.jew-sub-header {
	color:#0000ff;
	text-align:center;
	font-weight:bold;
}

.f-image {
	width:250px;
	height:auto;
}

#i-gallery {
	color:#000;
}

.i-gallery img {
	height:200px;
	width:200px;
}

h3 {
	color:#000;
}


/* */

/* holidays */

.d-holidays {
	width:420px;
	margin:0 auto;
}

.t-holidays {
	width:150px;
}


/* */


