/*
 Author: Stefan Vervoort
 Author URI: http://www.divitomedia.com/
 Version: 0.9
 
 Project:
 Description:
 
 ---------------------------------------------------------------------------------------
 TABLE OF CONTENTS
 --
 --
 --
 ---------------------------------------------------------------------------------------
 
 /* ------------------------------------------------------------------------------------
 BASICS */
html {
    font-size: 100%;
    min-height: 100%;
}

body {
    font-size: 62.5%;
    background-color: #000000;
}

a {
}

a:hover {
}

a:active {
}

a:visited {
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

img.left {
    margin: 0 1em 1em 0;
}

img.right {
    margin: 0 0 1em 1em;
}

.padding {
    padding: 10px;
}

#content p {
    margin: 1.1em 0;
}

#facebook {
    margin: 20px;
}

/* ===NAVIGATION */
#navigation {
    padding-top: 155px;
    margin-left: 153px;
    list-style: none;
    line-height: 1;
    font-family: helvetica;
    text-align: center;
    font-size: 90%;
}

#navigation a {
    display: block;
    padding: 6px 24px;
    text-decoration: none;
    color: #a88d00;
}

#navigation a:hover {
    text-decoration: none;
    color: #ebe63e;
}

#navigation li {
    float: left;
    width: auto;
}

#navigation li {
    padding: 0;
    margin: 0;
}

#navigation li ul li {
    padding: 1px 0px;
}

#navigation li ul li a {
    padding: 6px 10px;
    width: 200px;
}

#navigation li ul {
    position: absolute;
    padding-top: 1px;
    left: -999em;
}

#navigation li ul ul {
    margin: -1.5em 0 0 130px;
}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
    left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
    left: auto;
}

.sub {
    text-align: left;
    background-color: #000000;
    width: 250px;
}

#jewelry-links li {
    margin: 10px;
    border: solid 3px #291D05;
    padding: 27px;
}

.jewelry-text {
    float: right;
}

#gottlieb {
	background-image: url('../images/gottlieb.png');
}

#candela {
	background-image: url('../images/candela.png');
}

#crown-collection {
	background-image: url('../images/crown-collection.png');
}

.collection-thumb {
	border: 5px solid #aeaeae;
}

/* ===STRUCTURE */
#container {
    overflow: hidden;
    border: solid #000;
    border-width: 0;
    font-size: 1.5em;
    width: 1050px;
    background: url('../images/bg.png');
    background-repeat: repeat-y;
    text-align: left;
    padding-left: 50px;
    margin: 0 auto;
    height: 100%;
}

#header {
    height: 183px;
    background: url('../images/header.png');
    border-bottom: 1px solid #a88d00;
}

#footer {
    border-top: 1px solid #a88d00;
    padding: 20px 0px;
    clear: both;
    text-align: center;
    line-height: 1.2em;
    font-size: 1em;
    color: #ffffff;
    background-color: #000000;
    font-family: helvetica;
}

#content_index, #content_who, #content_jewelry, #content_services {
    background: url('../images/swoosh.png');
    background-repeat: repeat-y;
}

.necklace {
    background: url('../images/necklace.png');
    background-repeat: no-repeat;
    height: 624px;
}

.necklace-2 {
    background: url('../images/triple-necklace-bg.png');
    background-repeat: no-repeat;
    height: 624px;
}

.necklace-3 {
    background: url('../images/rings-bg.png');
    background-repeat: no-repeat;
    height: 624px;
}

.working {
    background: url('../images/working-1.jpeg');
    background-repeat: no-repeat;
    height: 500px;
    padding: 20px;
}

.working2 {
    background: url('../images/working-2.jpeg');
    background-repeat: no-repeat;
    height: 400px;
}


.slideshow {
    margin-top: 70px;
}

.slideshow-image {
	border-radius: 5px;
	box-shadow: 1px 1px 1px #000;
}

#left_content {
    min-height: 670px;
}

#right_content {
    margin-top: 30px;
    float: right;
}

.right_content_text {
    padding: 0 20px;
}

/* ===CUSTOM */
.title {
    font-size: 1.5em;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000000;
    font-family: helvetica;
    font-style: normal;
}

.text_box {
background-color: black;
margin: 0.4px 0px 10px 77px;
padding: 20px;
color: #A88D00;
font-family: helvetica;
line-height: 1.4em;
font-size: 1.4em;
width: 321px;
}

.text_box a {
    text-decoration: underline;
    color: #eeeacc;
}

.bold {
    font-weight: bold;
}

p {
    font-family: helvetica;
    font-size: 1.3em;
    padding: 10px;
}

h1 {
    font-size: 1.2em;
    padding: 10px;
    margin-top: 10px;
    color: #a88d00;
    letter-spacing: 1.2px;
    font-family: helvetica;
    font-style: normal;
}

.list li {
    color: #000000;
    font-size: .9em;
    list-style-type: none;
    margin-left: 10px;
    padding: 5px;
    font-family: helvetica;
}

.pics {
    margin-bottom: 0px;
}

.forum {
    padding-left: 10px;
}

.thumb {
    margin: 15px;
    border: 3px solid #ffffff;
}

.gallery {
    padding: 10px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/*
 superfish menu
 */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.sf-menu {
    float: left;
    margin-bottom: 1em;
}

.sf-menu a {
    border-left: 1px solid #fff;
    border-top: 1px solid #CFDEFF;
    padding: .75em 1em;
    text-decoration: none;
}

.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
    color: #13a;
}

.sf-menu li {
    background: #BDD2FF;
}

.sf-menu li li {
    background: #AABDE6;
}

.sf-menu li li li {
    background: #9AAEDB;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #CFDEFF;
    outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    /*
     background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ *
    /
}

a > .sf-sub-indicator { /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 0;
}

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    /*
     background:	url('../images/shadow.png') no-repeat bottom right;
     
     */
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
    background: transparent;
}



/* index.php splash box */

.splash-container {
	background-color: black;
	width: 465px;
}

.splash-1 {
	border-right: 5px white solid;
	border-bottom: 5px white solid;
	margin-right: 0px !important;
	max-width: 213px;
	overflow: hidden;
}

.splash-1b {
	border-bottom: 5px white solid;
	color: white;
	font-family: sans-serif;
	line-height: 1.5em;
	margin-right: 0px !important;
	background: black;
	height: 205px;
}

.splash-1b a {
	color: goldenrod;
}

.splash-row-1 {
	height: 189px;
}

.splash-2 {
	border-right: 5px white solid;
	margin-right: 0px !important;
	max-width: 213px;
	overflow: hidden;
}

.splash-3 {
	border-right: 5px white solid;
	margin-right: 0px !important;
	max-width: 213px;
	overflow: hidden;
}

.splash-4 {
	border-right: 5px white solid;
	margin-right: 0px !important;
	max-width: 213px;
	overflow: hidden;
}

.splash-thanks {
	background: goldenrod;
	font-family: sans-serif;
	font-size: 22px;
	line-height: 1.7em;
	width: 456px;
	padding: 0px;
	padding: 10px 0px 10px 10px;
	text-align: center;
}










