@charset "UTF-8";
/* CSS Document */

/*
COLORS

829296 - blue gray
EDEDF4 - silver
A0C2DE - lt blue
DDEEFF - brighter lt blue
112366 - dk blue
*/

/*FONTS*/
@font-face {
    font-family: 'FjordOne';
    src: url('type/FjordOne-Regular-webfont.eot');
    src: url('type/FjordOne-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/FjordOne-Regular-webfont.woff') format('woff'),
         url('type/FjordOne-Regular-webfont.ttf') format('truetype'),
         url('type/FjordOne-Regular-webfont.svg#FjordOne') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: #ededf4;
	background-attachment: fixed;
	background-image:url(assets/bg_feb.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #112366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'FjordOne', serif;
	font-weight: normal;
}
h1, h2 {
	padding: 10px 0;
}
h2 {
	font-size: 1.3em;
}
a {
	color: #112366;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	background-color:#fff;
	margin: 0 auto;
	padding: 10px 20px;
	width: 1000px;
}
.logo {
	text-align: center;
	padding: 0;
}
/*MAIN NAV*/
.nav_menu {
	font-family: 'FjordOne', serif;
	font-size: 0.9em;
	margin: 0 auto;
	position: relative;
	width: 1000px;
	
}
.nav_menu li {
	line-height: 24px;
	text-align: center;
	float: left;
	margin: 0 1%;
	padding: 0 1%;
	text-transform:uppercase;
}
.nav_menu>li>a:hover {
	border: solid #112366;
	border-width: 1px 0;
	text-decoration: none;
}
.nav_menu>li:first-child {
	margin-left: 13%;
}
.submenu {
	background-color: #829296;
	border-top: 2px solid #ededf4;
	color: #ededf4;
	display: none;
	position: absolute;
	top:20px;
	left:0;
	width: 100%;
	z-index: 500;
}
.submenu a{
	color: #ededf4;
}
.submenu li {
	text-transform:lowercase;
}
.sub_about>li:first-child{
	margin-left: 23.2%;	
}
.sub_custom>li:first-child{
	margin-left:37%;
}
.sub_services>li:first-child{
	margin-left:11%;
}
.dropdown:hover .submenu {
	display: block;
}
/*MAIN*/
.banner {
	border: solid #ededf4;
	border-width: 4px 0;
	margin: 0 0 10px 0;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
#slider, #slider2, #slider_services {
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 400;
}

#slider + h1 {
	padding-bottom: 0;
}
.main {
	padding: 10px 20px;
	border-bottom: 4px solid #EDEDf4;
}
.main.home {
	border: 0;
}
/*CUSTOM*/
.category {
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 904px;
}
.thumbs {
	background-color: #ddeeff;
	margin: 0 0 10px 0;
	padding: 0 4px 4px 0;
	overflow: hidden;
}
.thumb {
	display: block;
	float: left;
	margin: 4px 0 0 4px;
}
.quote {
	background-color: #ededf4;
	font-family: 'FjordOne', serif;
	font-size: 1.2em;
	padding: 40px 20px;
	height: 116px;
	width: 356px;
}
.quote .attribute {
	font-size:0.8em;
	font-style:italic;
	text-align: right;
}
.spacer {
	background-color: #ededf4;
}
.thumb img {
	display: block;
	width: 100%;
	height: auto;
	margin:0;
	padding: 0;
}
#overlay {
	background: rgba(17,35,102, 0.7);
	position: fixed;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}
#piece_container {
	background-color: #fff;
	border: 4px solid #ededf4;
	box-shadow: 0 2px 4px #000;
	position: absolute;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -404px;
	width: 800px;
}
.piece {
	margin: 0 auto;
	position: relative;
	height:500px;
	width: 800px;
}
.piece .pic {
	float: left;
	margin: 10px 0 0 0;
	width: 500px;
}

.piece .description {
	background-color: #EDEDF4;
	float: left;
	margin: 10px;
	padding:10px 10px 20px 20px;
	position: relative;
	min-height: inherit;
	height: 100%;
	width: 250px;
}
.piece .description h2, .piece .description h3 {
	font-weight: bold;
	line-height: 1.2em;
}
.piece .description h3 {
	padding: 4px 0 4px 10px;
}
.piece .description h3 + p{
	padding: 0 0 4px 20px;
}
.alt_views {
	padding: 20px 0 20px 0;
}
.alt_views li {
	float: left;
	padding:0 0 0 4px;
	height: 76px;
	width: 76px;
}
.alt_views li .alt_pic {
	width: 76px;
	height: auto;
}
.alt_views li .rollover {
	display: none;
	position: absolute;
	top:-10px;
	left:-500px;
}
.alt_views li:hover .rollover {
	display: block;
}
.piece_close {
	font-family: 'FjordOne', serif;
	display: block;
	text-align: right;
	padding: 4px;
	position: absolute;
	right:0;
	bottom: 0;
}
/*BRANDS*/
.brand {
border-top: 4px solid #ededf4;
clear: both;
overflow:hidden;
padding: 0 0 20px 20px;
}
.brand h2 div {
	font-size: 0.7em;
	text-align: center;
	width: 300px;
}
.brand p {
padding: 0 0 0 10px;
width:300px;
}
.brand>img {
	border: 1px solid #ededf4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	margin: 20px 10px 0 0;
}
.brands_intro {
	padding: 0 100px 20px 20px;
}
.fb {
	vertical-align: middle;
	
}
.hours {
	background-color: #DDEEFF;
	float: left;
	padding: 20px;
	position: relative;
}
.banner .hours {
	float: none;
	font-family: 'FjordOne', serif;
	font-size: 1em;
	line-height: 1.25;
	text-align: left;
	padding: 0 0 0 10px;
	position: absolute;
	top:10px;
	right:0;
	height: 300px;
	width:240px;
}

.about .address {
	text-align: left;
	float: left;
	margin: 0 0 0 20px;
}
.hof {
	background-color: #ededf4;
	float: left;
	margin: 0 0 0 20px;
	position: relative;
	width: 660px;
}
.hof p {
	padding: 20px;
}
.hof h3 {
	text-align: center;
	padding: 0 0 20px;
}
/*ABOUT*/
#about, #hours, #location, #contact {
	padding: 0 0 20px 0;
	overflow: hidden;
}
#location h2 {
	margin: 0 0 0 20px;
}
#mapFrame {
	float: right;
	margin: 0 40px 0 60px;
	padding: 20px 0 20px 0;
	height: 350px;
	width: 425px;
}
.banner + h3 {
	padding: 20px 0 0 0;
}
/*FOOTER*/
#colophon {
	background-color: #829296;
	color: #EDEDF4;
	font-family: 'FjordOne', serif;
	font-size: 0.9em;
	text-align: center;
	clear:both;
	margin:10px 0 0 0;
	
}
.footer_menu {
	
	padding: 4px 0 0 0;
	position: relative;
	width: 1000px;
	
}
.footer_menu li {
	line-height: 24px;
	text-align: center;
	float: left;
	margin: 0 1%;
	padding: 0 1%;
	text-transform:lowercase;

}
.footer_menu>li:first-child {
	margin-left: 24%;
}
.footer_menu.home>li:first-child {
	margin-left: 16%;
}
.footer_menu a{
	color: #ededf4;
}
#colophon p {
	padding:6px 1% 0 1%;
}
/*CALENDAR*/
#calendar {
	font-family: 'FjordOne', serif;
	width: 90%;
	margin: 0 auto;
}
#calendar .month td{
	font-size: 2em;
	text-align: center;
	vertical-align: middle;
	height: 50px;
}
#calendar .days td {
	text-align: center;
	height: auto;
}
#calendar .dates td {
	border: 1px solid #cbcbd2;
	height: 100px;
	width: 14.25%;
	vertical-align: top;
	font-weight: bold;
	
}
#calendar .calendar_nav_prev, #calendar .calendar_nav_next {
	text-transform: uppercase;
}
#calendar .calendar_nav_next {
	text-align: right;
}
#calendar .calendar_nav_prev a:hover, #calendar .calendar_nav_next a:hover {
	border: solid #112366;
	border-width: 1px 0;
	text-decoration: none;
}
#calendar .dates td p {
	font-weight: normal;
	padding: 5px;
}
#calendar .dates .current_date {
	background-color: #EDEDF4;
}
.event_container {
	min-height: 400px;
	padding: 0 20px 20px 20px;
}
	
/*MISC*/
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.storepic {
	background-color:#829296;
	border:4px solid #EDEDf4;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 20px 0 0;
	padding:10px;
}
.four_c {
	color: #829296;
	font-size: 72px;
}
.diamond_info p, .service p {
	margin: 0 0 0 20px;
	padding: 0 0 40px 0;
}
.clarity_grades, .service ul {
	border: solid #ededf4;
	border-width: 4px 0;
	margin: 0 0 10px 0;
	margin: 0 auto 20px auto;
	width: 70%;
}
.clarity_grades li{
	border-bottom: 1px solid #EDEDf4;
	margin: 0 20px 10px 20px;
	padding: 0 0 10px 0;
}
.clarity_grades li:first-child{
	padding: 10px 0 10px 0;
}
.clarity_grades li.last{
	border:0;
}
.service {
	padding: 0 0 20px 0;
}
.service ul {
	list-style-type:square;
	padding: 6px 0 0 0;
}
.service li {
	margin: 0 0 0 20px;
	padding: 0 0 6px 0;
}
#sale_feb {
	background-image:url(assets/feb_sale_bg.jpg);
	background-size:cover;
	color: #fff;
}
#sale_feb div {
	text-align: center;
	width: 100%;
}
/*NIVO SLIDER*/
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:10px;
}
.nivo-nextNav {
	right:10px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
