/*
Theme Name: Blank 2 Column - Right Sidebar
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme with left sidebar.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: two-column, widget-ready,blank
*/



/* basics */

*, div {
	margin:0;
	padding:0;
}

body {
    background-color: #274c67;
  	font: normal 12px Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	position: relative;
}

	
h1 {font-size: 18pt;}

h2 {
	color: #64350f;
	font:normal 14pt 'Garamond', serif;
	margin-bottom: 20px;
	text-transform: none;
}

h3 {font-size: 10pt; color: #365e75; line-height: 21px}
h3 strong{font-size: 12pt; color: #8D6E34; padding-bottom:10px; display: block;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
}

td {
	vertical-align: top;
}

.request {
	margin: 20px 0;
	width: 600px;
}

.request label {
	width: 120px;
	display: block;
}


/* links */

a{
	color:#369;
	text-decoration: underline;
}

a:hover{text-decoration: none;}



/* container */


#container {
	color:#333;
	background: transparent;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding:0;
	width: 984px;
	/*overflow: hidden;*/
}
	
/* header */

#header {
	color: #fff; 
  	width: 964px; 
  	height: 100px;
  	margin: auto;
}

#header h1{
	font: normal 20pt georgia, times;
	background-image:  url(images/logo.png);
	background-color: transparent;
	background-repeat:  no-repeat;
	background-position:  0 -10px;
	margin: 0;
	padding:  0;
	text-indent:  -999em;	
	position: absolute;
	z-index: 100;
}
	
#header h1 a {
	color: #404040;
	width: 180px;
	height: 100px;
	display: block;
	text-decoration: none;
}
	
	
#header h2 {
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
}

#lg_search {
	float: right;
}

#lg_search ul {
	float:  left;
}

#lg_search li {
	float:  left;
	margin-left: 20px;
	list-style-type:  none;
}

#lg_search a {
	color: #FFF;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
}

#lg_search form {
	margin: -4px 0 0;
}

#lg_search #searchimage{
border: 0px;
margin: 0px;
padding: 0px;
}

input.search_text{
	color: #999;
	font-style: italic;
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
=}

#header #lg_search .search_text {
	border: 1px solid #999;
}

/* main menu */


#menu {
    clear: both;
    position: relative;
}


#menu ul {
	margin:0;
	padding:0;
	position: absolute;
	top:44px;
	bottom: 10px;
	right: 0;
}

#menu ul li.page_item {
	list-style-type: none;
    float: left;
	border-right: 1px solid #98a8b9;
	padding: 7px 0;

}

#menu ul li a {
	color: #fff;
	margin: 0;
	padding: 7px 8px;
	text-transform:  uppercase;
	text-decoration: none;
	font-weight: 100;
}

#menu ul li.page-item-2{
	border-right: none;
}

#menu ul li a:hover, #lg_search a:hover, #menu .current_page_item a{
	color: #93aec0;
}

.page-item-18 {
	background: url(images/icon_diamond.png) no-repeat left;
	padding-left: 15px;
}

/* sub navigation*/
#sub-nav, .navigation, #sub-nav.blog-nav {
    list-style-type: none;
    color: #ccc;
    margin: 30px 40px 15px;
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 0 5px 0;
}
/*
#sub-nav.blog-nav {
	margin: 6px 10px 0px 40px;
}

#sub-nav-right{
	float: right;
	width: 280px;
	display: block;
	margin: 20px 20px 0 0;
}

#sub-nav-right ul{
	padding: 40px 30px 0;
	background: url(images/right_nav_bg.png) no-repeat top left;
}

#sub-navcap{
	padding: 0 30px 0;
	height: 50px;
	display: block;
	background: url(images/right_nav_bg.png) no-repeat left bottom;
}
*/
#sub-nav li.page_item{
	display: inline;
    text-transform: uppercase;
    padding: 0 15px 5px 0;
    font-size: 12px;
}

#sub-nav-right li.page_item{
	display: block;
    text-transform: uppercase;
    padding: 8px 10px;
    font-size: 14px;
    border-bottom: 1px solid #98a8b9;
    list-style-type: none;
}


#sub-nav-right li.page_item a, #sub-nav-right li.page_item a:visited, #sub-nav li.page_item a, #sub-nav li.page_item a:visited, .alignleft a, .alignleft a:visited, .alignright a, .alignright a:visited{
    color: #777;
    text-decoration: none;
}

#sub-nav-right li.page_item a:hover, #sub-nav-right li.page_item.current_page_item a, #sub-nav li.page_item a:hover, #sub-nav li.page_item.current_page_item a, .alignleft a:hover, .alignright a:hover{
   color: #365E75;
   text-decoration: none;
}

#sub-nav-right li.page_item a:hover{
	background: #fff;
}

/* content */

#content_container, #content_container_tr, #content_container_br {
	background-color: #FFF;
	background-repeat:  no-repeat;
	border: 6px solid #8D6E34;
	padding: 0 0 ;
	width: 972px; /*border difference*/
	float:  left;
	clear: both;
	min-height:  530px;
	height:auto !important;
	height:  530px;
	position: relative;
}

#content_container_tr {
	background-position:  bottom right;
}
/*
#content_container_br {
	background-image: url(images/page_3stone.png);
	background-position: bottom right;
}
*/
#content {
	width: 972px;
	float:left;
	overflow: hidden;
}

#content .default, #content_container_br .default, #content_container_tr .default, #content_container_br .default {
	width: 600px;
}

#content_container_tr.dGuide .default{
 	width: 550px;
 }

#content_container_br .default_category, .default_product {	
	width: 935px;
}

.default .post {
	margin:0;
	padding:0;
	line-height: 14pt;
}

.default .post, .default_blank .post {
	margin: 40px 10px 30px 40px;
}

.default_blank .post {
	border: 0;
	margin-right: 30px;
}

#content #desc {
	margin:  30px 40px
}

#content #desc p {
	color: #369;
	font-weight: bold;
}

.home .post, .landing .post {
	margin: 70px 40px 30px 400px;
	clear: both;
}

.landing .post {
	margin-left: 320px;
}

.landing .post .entry, .landing .post .category_list {

}

.landing .post #entry_category {
	margin-right: 30px;
	width: 360px;
	float:  left;
}

.twoColumn .entry ul{
	display: block;
	list-style-type: none;
	float: left;
	width: 280px;
	margin-right: 25px;
}

.twoColumn .entry ul li{
	padding: 3px 0;
	font-size: 14px;
		border-bottom: 1px solid #eee;
			text-transform: uppercase;
				font-size: 12px;



}

.twoColumn .entry ul li a{
	text-decoration: none;
	color: #777;
	text-transform: uppercase;
}
.twoColumn .entry ul li a:hover{
   color: #365E75;
}

.twoColumn .entry ul li h3{
	font-size: 14px;
}

.panel .readmore{
	display: none;
}

.post.panel{
	padding: 10px;
}
.category_list {
	color: #CCC;
	width: 150px;
	float: right;
}

.category_list ul {
	margin-left:  15px
}
	
.post h2, .post h2 a, #desc h2, #desc h2 a, h2#blogHead {
	color: #8D6E34;
	font-size: 40px;
	line-height: 41px;
	border:1px solid white;
	float: none;
	clear: none;
	border-bottom: 1px solid #CCC;
	margin-bottom: 6px;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	
}

.default_blank .post h2{
	display: block; width: 580px;
}

h2#blogHead{
	display: block;
	margin: 40px 10px 0 40px;
	padding: 0px;
}

.post ul {}

.post p{
	line-height: 21px;
}


.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
}

.tags {
	color: #999;
	padding: 5px 0;
}

.tags a {
	color: #369;
}

.post_txt {
	margin-left: 120px;
}

#mygallery .post {
	border-right: 1px solid #CCC;
	margin-right: 8px;
	padding-right: 7px;
	width: 280px;
}

#mygallery .post_txt {
	margin: 0;
}

.post_txt h4 a {
	color: #369;
	font-size: 14px;
}

/***Product template***/

.default_product .product_desc, .default_product .product_gallery {
	float: left;
	width: 350px;
}

.default_product .product_desc {
	margin: 50px 20px 0 40px;
	width: 500px;
}

.product_desc .social_bookmark {
	display: none;
}

.product_desc p{
	padding-bottom: 15px;
}

.product_desc .button a , .appointment-button a{
	display: block;
	text-decoration: none;
	padding: 4px 6px;
	background: #fff;
	color: #365e78;
	border: 1px solid #cfd8df;
	margin-bottom: 5px;
	width: 57px;
}

.appointment-button a{
	width: 130px;
}

.product_desc .button a:hover, .appointment-button a:hover{
	background: #365e78;
	color: #fff;
	border: 1px solid #365e78;

}

.default_product .product_gallery {
	margin: 30px 0 0;

}
	

.navigation {
    border-top: 1px solid #ccc;
    margin-left: 40px;
	padding-top: 4px;
    width: 560px;
	float:left;
	clear: both;
	overflow:hidden;
	border-bottom: 0px;
}
	
.alignleft a, .alignright a {
	margin: 0;
	float:left; 
	
}

.alignright a {
	margin: 0;
	float:right; 

}

.thumbnail {
	float: left;
}

#mygallery .thumbnail {
	float:  none;
	clear: both;
}

#mygallery .thumbnail img {
	width: 209px;
	height: 250px;
}


/* Diamond Table */
.callout-guide{
background: url(http://www.diamondrulesofengagement.com/img/4cs.jpg) no-repeat transparent;
height: 421px;
position: absolute;
right: 0px;
top: 80px;
width: 411px;
}
/* sidebar */

#sidekick_content, #sidekick_content_cap, #sidekick_content li {
	float: left;
}

#sidekick_content {
	background: url(images/bck_sidekick.png) no-repeat top;
	padding: 30px 0 5px;
	width: 972px;
	clear: both;
}

.noCopy #sidekick_content{
	margin-top: 304px;
}

#sidekick_content_cap {
	background:  url(images/bck_sidekick_cap.png) repeat-x bottom ;
	margin: 0 0 20px;
	padding: 0 0 10px 0;
	width: 972px;
	height: 10px;
	display: block;
	clear:  both;
}

#sidekick_content h2 {
	color: #8D6E34;
	font: normal 16px Helvetica, Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin-bottom:  3px;
	text-transform: uppercase;
}

#sidekick_content ul {
	margin: 0 auto;
	padding: 0;
	width: 972px;
}

#sidekick_content .widget, #sidekick_content .sk_left, #sidekick_content .sk_middle, #sidekick_content .sk_right {
	margin-left: 10px;
	padding: 20px 20px;
	width: 232px;
	list-style-type: none;
	line-height: 17px;
}

#sidekick_content .sk_middle{
	width: 322px;
		border: 3px double #cfd7d8;
		border-width: 0px 3px 0px 3px;

}

#sidekick_content .sk_right {
	border-right: 0px;
}

.sk_left img, .sk_right img {
	margin: 0 10px 2px;
}


#sidebar {
	border-left: 1px solid #ddd;
	margin:0;
	padding: 60px 30px 60px 30px;
	width:270px;
	float:right;
}

#sidebar h2 {
	color: #64350f;
	font: normal 14px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin: 0 0;
	padding: 0px;
	text-transform: none;
}

#sidebar label {
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar .gsom-optin-div-label {
	display: none;
}

#sidebar p {
	margin:0; 
	padding: 0;
}

#sidebar a {
	color: #195185;
}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px 12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 14pt;
	list-style-type: none;
}

#sidebar .blogroll, #sidebar .widget ul {
	margin-left: 15px;
}

#sidebar .blogroll li, #sidebar .widget li {
	color: #CCC;
	list-style-type: disc;
}

#sidebar ul ul {
	margin:4px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#callouts {
	margin: 0 20px 20px;
	float: left;
	clear: both;
}

#callouts H5 {
	font: normal 12px  'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	text-transform: uppercase;
}

#callouts .date, #callouts p {
	color: #666;
	font-size: 10px;
}

#callouts a, #callouts a:link {
	color: #195185;
	font-size: 11px;
}

#callouts ul {
	margin: 0 auto;
	width: 940px;
}

#callouts .callout_block {
	margin-left: 20px;
	width: 165px;
	float: left;
	list-style: none;
}

#callouts .callout_block ul {
	margin-left: 0;
	width: 150px;
	float: left;
}

#callouts .callout_block ul li {
	color: #CCC;
	list-style-type: none;
}

.callout_block LABEL, .plugin-support {
	display: none;
	 
}

.callout_block .gsom_sfi {
	margin-bottom: 0;
}

.callout_block .gsom-optin-radiogroup {
	margin: 0;
}

.callout_block .gsom-optin-form div {
	margin: 2px 0 0;
}

#callouts p.gsom {
	color: #666;
	font-size: 11px;
}

.gsom-optin-radiogroup input {
	background: transparent;
	text-decoration: underline;
	border: 0;
	float: right;
	color: #195185;
	cursor: pointer;
}



/* comments */

#respond {
	margin: 30px 0 10px 40px;
	padding: 0;
	width: 600px;
	float: left;
	clear: both;
}


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:558px;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	margin :5px 0;
	padding:0;
	border: 1px solid #CCC;
}
	
#submit {
	color: #369;
	font: normal 12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	border: 0;
	margin:5px 5px 0 0;
}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform {
	padding:0;
}

#searchform input#s {
	margin: 0;
	padding: 2px;
	border: 1px solid #000;
}

#searchform input#searchsubmit {
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
}

#searchform input#searchimage {
	
}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	}

.alignright {
	float: right;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 10px;
	}

.alignleft {
	float: left;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 14px;
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background: transparent;
	clear: both;
	width: 99%;
	margin: auto;
	}
	
#footer p{padding:10px 0;margin: 0; color: #98a8b9; font-size: 10px; text-align: right;}
#footer p#footRight{display: block; float: left; padding: 14px 0;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #fff;text-decoration: underline;}
#footer a.facebook, #footer a.subscribe{background: url(images/facebook.png) no-repeat top left; padding: 4px 0 4px 24px; float: right; display: block; margin-left: 20px;}
#footer a.subscribe{background: url(images/subscribe.png) no-repeat top left;}
.social_bookmark .bookmark {
	display: none;
}

#container .wp_pagenavi { 
	padding: 3px 0;
} 

/***Carousel***/

.stepcarousel {
	margin: 15px auto 50px;
	width: 870px; /*Width of Carousel Viewer itself*/
	height: 370px; /*Height should enough to fit largest content's height*/
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
}

.stepcarousel .belt {
	width: 870px;
	position: absolute; /*leave this value alone*/

}

/***Pika choose Gallery***/

/*below is the stuff for the compact example*/
.pikachooseCompact{width:510px;margin:0 auto 50px auto;position:relative;}
/* This is the ul you have all your images in */
.pikachooseCompact ul{padding:5px 0 0 5px;width:495px;height:15px;margin:0;overflow:hidden;position:absolute;bottom:6px;left:3px;background:url('black.png') top left;z-index:99;}
.pikachooseCompact ul li{float: left;margin:0 6px 4px 0;positrgb(50%, 25%, 25%);ion:relative;background:url('thumb-circle-empty.png') top left no-repeat;}
.pikachooseCompact ul li div img{position:relative;cursor:pointer;}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main {
	width:300px;
	height:260px;
	display:block;
	position:relative;
}

.pika_container {
	padding-bottom: 10px;
	width: 350px;
	overflow-x: auto;
	overflow-y: hidden;
}

.pikachoose {
	width: 1000px;
	list-style-type: none;
}

.pikachoose li {
	float: left;
	margin: 0 5px 0;
}

.main_pika {
	margin: 0 auto;
	width: 290px;
	height: 250px;
	text-align: center;
	margin-top: 30px;
}

/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img {
	position:absolute;
	top:2px;
	left:2px;
}

.pika_back_img {
	position:relative;
	top:0px;
}

.pika_subdiv {
	position:relative;
	padding:2px;
}

.pika_subdiv img, .pika_subdiv a img {
	border:none;
}

.pika_caption {
	height:16px;
	padding:4px 5px 0 0;
	text-align:right;
	position:absolute;
	bottom:7px;
	right:3px;
	z-index:100;
}

.pika_caption a {
	
}

.pika_play {position:absolute;z-index:1;left:50%;margin-left:-25px;width:50px;top:3px;}
.pika_play a {position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;}
.pika_play a {position:relative;margin-left:auto;cursor:pointer;display: block;width:50px;height:50px;}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover, .pika_next_hover {
	position:absolute;
	top:2px;
	left:2px;
	height:1px;
	width:1px;
	display: none;
}

.pika_next_hover {
	right:2px;
}

.pika_navigation {
	display: none;
}

h5.store {
	color: #493608;
	padding: 20px 0 10px 0;
	font: bold 1.4em Lucida Grande,Myriad,Arial,sans-serif;
}

h5.store .where{
	font-size: .9em;
	font-style: italic;
	font-weight:normal;
	padding-bottom: 10px;
}

a.map{
	text-decoration:underline; 
	color:#493608;
}

th.store-hours-header {
	text-align: left;
	color: #493608;
	font-size: .95em;
	text-transform: uppercase;
	padding: 0;
}

#locations-list{
	width: 100%;
	font-size: 1.2em;
	color: #493608; /* dark gold */ 
	font-weight: normal;
}

#locations-list th, #locations-list tr{
	width: 50%;
}

#locations-list th{
	text-align: left;
	font-weight: bold;
	color: #365E75;
	padding-bottom: 10px;
}

#locations-list .where{
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 21px;
	font-style: italic;
}

/* Form style */
table input{margin:0 2px 0 0;width:180px;background-color:#f7f7f7;border:none;border:1px solid #c2c2c2;padding:3px;}
button#f_date{background: url(images/calendar.gif) no-repeat;
border: none;
font-family: arial, sans-serif;
font-size: 0.9em;
font-style: italic;
height: 20px;
width: 30px;
}
.wpcf7-form td{
color: rgb(73, 54, 8);
font-family: 'Lucida Grande', Myriad, Arial, sans-serif;
font-size: 1.08em;
font-weight: bold;
padding: 10px 20px 5px 0px;
}

.wpcf7-form table{
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}

td span{
	color: red;
}

.post form p{
font-size: 10px;
padding: 0px;
margin: 0px;
line-height: 12px;
}

#request-appointment input{
background: url(images/request-submit.gif) no-repeat rgb(255, 255, 255);
border: none;
cursor: pointer;
float: right;
height: 25px;
margin: -30px 400px 0px 0px;
outline: none;
width: 136px;
text-indent: 3000em;
color: transparent;
}

#diamond-care td{
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-right: 10px solid #fff;
}
#diamond-care strong{
	color: #493608;
	font-style: italic;
}

