/*
	website: jsfreeman.com
	version: 1.0
	author: Julie Berlin
	http://www.helpmejulie.com
*/



/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Myriad Pro", "Myriad", "Calibri", sans-serif;
	font-size: 13px;
	color: #999;
}


/* anchors
----------------------------------------------- */
a {
	color: #69C;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}

a:hover,
a:hover abbr {
	border-bottom-color: #69C;
}

a[href$="pdf"],
a.download {
	background-image: url(../ui/icon-pdf-down.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 36px;
}
/*	
a:focus {
	outline: 1px dotted invert;
}
*/


/* =Headings
--------------------------------------------------------------------------------*/


/* headings
----------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
	color: #666;

}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 23px;
	color: #FFF;
}

h3 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .05em;
	border-bottom: 1px solid #232323;
	padding-bottom: .4em;
	color: #69C;
}

.aside h3 {
	margin-top: 2.5em;
}

#home h3 {
	color: #999;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11px;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {

}

/* branding
----------------------------------------------- */
h1#branding {
	text-indent: -9999px;	
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	margin: .7em 0;
}

/*	Paragraphs and block level elements
----------------------------------------------- */
p, ol, ul, dl, blockquote {
	line-height: 1.5em;
	margin-bottom: 20px;
}

p {
	
}




/*	=Lists
----------------------------------------------- */
ol {

}

ul {

}

li {

}

ol li {

}

ul li {

}

ol ol,
ul ul {
	margin: 4px 0;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	
}

dl {

}

dt {

}

dd {
	margin-bottom: 20px;
}



/* boxes
----------------------------------------------- */
.box {
	margin-bottom: 20px;
	padding: 10px;
}

.box h2 {

}

.box h2 a,
.box h2 a.visible {

}

/* =Microformats
----------------------------------------------- */

a[rel="license"] {

}

a[rel="tag"] {

}

a[rel="nofollow"] {

}


/*	styles that are reused in several microformats	
---------------------------------------------- */

.url {

}

.type {

}

.value {

}


/*	=vcards	
----------------------------------------------- */
.vcard {

}

.vcard .note {

}


.adr {

}

.adr .type {	/*	work | home | pref | postal | dom | intl	*/

}

.post-office-box {

}

.street-address {

}

.extended-address {

}

.region {

}

.locality {

}

.postal-code {

}

.country-name {

}

.tel {

}

.tel .type {	/*	work | home | pref | fax | cell | pager -?? mobile, voice, msg ??-	*/

}

.tel .value {

}

.org {

}

.fn {

}

.n {

}

.honorific-prefix {

}

.given-name {

}

.additional-name {

}

.family-name {

}

.honorific-suffix {

}

.nickname {

}

.photo {

}

.role {

}

.title {

}

.vcard .url {

}

.email {

}

.email .type {

}

.email .value {

}

.aside .vcard {
	margin-bottom: 2em;
	line-height: 1.5em;
}

.aside .vcard .org,
.aside .vcard .region {
	display: none;
}

.aside .vcard .tel .type {
	float: left;
	width: 38%;
	margin-right: 2%;
}

.aside .vcard .tel .value {
	float: left;
	width: 59%;
}

.aside .vcard em {
	color: #FFF;
	font-style: normal;
}

#phone-fax {
	display: inline;
	float: right;
	margin: .6em 0;
	font-size: 14px;
	color: #999;
	background-image: url(../ui/icon-phone.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.vcard .org .abbr {
	/* LTD	*/
	font-variant: small-caps;
	font-size: .7em;
}


/*	geolocation
--------------------------------------	*/

.geo {

}

.latitude {

}

.longitude {

}


/*	events
--------------------------------------	*/

.vevent {

}

.category[rel="tag"] {

}

.description {

}

.vevent .url {

}

.summary {

}

.dtstamp {

}

.dtstart {	/*	use ISO time in abbr tag	*/
/*	<abbr class=" " title="YYYY-MM-DDTHH:MM:SS+ZZ:ZZ>human readable</abbr>	*/

}

.dtend {

}

.duration {

}

.location {

}

.uid {

}

.status {

}

/*	=Generic reusable styles
---------------------------------------	*/

.note {

}

.error-msg {

}
/*
.rounded {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
*/

.transparent {
	background-color: rgba(100,100,100,.5);
	/*	note that IE doesn't support this	*/
}
/*
.shadow {
	box-shadow: 2px 2px 4px rgba(0,0,0,.7);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.7);
}

.textshadow {
	text-shadow: 2px 2px 4px rgba(0,0,0,.7);
}

*/



.tooltip {
    width: 160px;
}

.tooltip p {
    padding: 5px 10px;
    z-index: 50;
}

#targeted li:last-child {
	/*	remove border on last list element. ignored in IE	*/
	border-bottom: none;
}

#footer .copyright {
	margin: 1em 0;
}

#footer .designedby {
	font-size: 11px;
	color: #666;
}


.catalog {
	width: 105%;	/* sneaky way to get images to line up	*/
	padding-top: 1em;
}

.tpl-catalog {

}

.jewelry-item {

}

.photo-sm {
	height: 240px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	position: relative;
}

.photo-sm a {
	display: block;	
	height: 100%;
	width: 100%;
}

.photo-sm .notes {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFF;
	font-size: .8em;
	background-color: rgba(0,0,0,.4);
	background-image: url(../ui/icon-notes.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 16px;
	height: 10px;
	padding: 4px 0;
	overflow: hidden;
	font-family: Verdana, sans-serif;
}

.photo-sm .notes span {
	display: block;
	padding: 1px 1px 1px 16px;
}

.photo-sm a:hover {
	border-bottom: none;
	background-color: rgba(204,153,0,.2);
}

.photo-sm .notes:hover {
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,.7);
}

.order-info {
	color: #FFF;
	margin: 6px 0 4px 0;
	height: 1.2em;
	overflow: hidden;
}

.design-id {
	/* this is a span	*/
	padding-right: 4px;
	display: block;
	float: left;
}

.size {
	/* this is an abbr	*/
	font-size: .75em;
	color: #CCC;
	margin: 2px 3px 0 0;
	padding: 0 2px;
	border-bottom: none;
	cursor: default;
}

.finish {
	/* this is an abbr	*/
	font-size: .75em;
	color: #CCC;
	margin: 1px 0 0 3px;
	text-transform: uppercase;
	border: 1px solid #333;
	padding: 0 2px;
}

.tpl-catalog .options {
	/* this is an abbr	*/
	font-size: .75em;
	color: #CCC;
	margin: 2px 0 0 3px;
/*	border: 1px solid #333;	*/
	padding: 1px 2px;
	display: block;
	float: left;
}

.tpl-catalog .finish,
.tpl-catalog .size {
	display: block;
	float: left;
	padding: 1px;
}

.note {
	font-size: .9em;
}

p.note {
	margin-bottom: 1em;
	margin-right: 2em;
}

.note strong {
	color: #CCC;
	padding-right: 4px;
}


.prices {
	font-size: .9em;
}

.prices .value {
	color: #FC3;
	padding-left: 6px;
}

.ws-price-color {
	color: #FC3;
}

.price14,
.price18 {
	display: inline;
	float: left;
}
.price18 {
	float: right;
}

.pagination {
	font-size: 11px;
	float: right;
	display: block;
}

.pagination span,
.pagination a {
	padding: 1px 4px;
	border: 1px solid transparent
}

.pagination span {
	
}

.pagination a {

}

.pagination a:hover {
	background-color: #000;
	border-color: #555;
}


#contact-simple input {

}

label.half {
	float: left;
	width: 140px;
	margin-right: 15px;
}

label.half input {
	width: 100%;
}

#wlpeNewPasswordArea {
	margin-top: 2em;
}

#wlpeNewPasswordArea p {
	margin-bottom: .2em;
}

#wlpeLoginButtons,
#wlpeUserProfileButtons,
#wlpeUserRegisterButtons {
	margin: 1.5em 0;
}

input.btn-submit,
#wlpeLoginButtons button,
#wlpeUserProfileButtons button,
#wlpeUserRegisterButtons button {
	width: auto;
	height: auto;
/*	display: block;	*/
	margin: 1em 0 4px 0;
	padding: .2em 8px;
	color: #FFF;
	background-color: #036;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(../ui/bg-btn-submit.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 0;
}

#wlpeLoginButtons button,
#wlpeUserProfileButtons button,
#wlpeUserRegisterButtons button {
	font-size: 12px;
	text-transform: capitalize;
	margin: 1em 0 6px 0;
}

input.btn-submit:focus,
#wlpeLoginButtons button:focus,
#wlpeUserProfileButtons button:focus,
#wlpeUserRegisterButtons button:focus {
	background-image: none;
}

button#wlpeProfileDeleteButton,
button#wlpeProfileDoneButton,
wlpeProfileLogoutButton {
	background-image: none;
	background-color: #333;
}

button#wlpeProfileDeleteButton:focus,
button#wlpeProfileDoneButton:focus,
wlpeProfileLogoutButton:focus {
	background-color: #000;
}

table.finishes-table {
	margin-bottom: 20px;
}

table.finishes-table th {
	padding: 6px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}

table.finishes-table td {
	padding: 6px;
	padding-top: 16px;
	border-top: 1px solid #232323;
}

table.finishes-table tr.lists td {
	padding-top: 6px;
}

table.finishes-table img {
	display: block;
	margin-top: 6px;	
}

table.finishes-table .border-rt {
	border-right: 1px solid #232323;
}

table.finishes-table ul {
	padding-left: 0;
	margin: 0;
	list-style-type: none;
}


.aside ul {
	padding-left: 0;
	margin-bottom: 20px;
	list-style-type: none;
}

.aside ul li {
	margin: .6em 0;
}

.notations p {
	/* log in message area 	*/
	margin-top: .5em;
	margin-bottom: 0;

}

.j-notes {
	margin-bottom: 1.6em;
}

.j-notes p {
	line-height: 1.3em;
		margin-right: 30%;
}

.j-notes dl {
	font-size: .9em;
}

.j-notes .section {
	width: 24%;
	margin-right: 2%;
	float: left;
	display: inline;
}

.j-notes dt {
	color: #69C;
}

.j-notes .sh-widget {
	background-image: url(../ui/sh-widget.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 12px;
	cursor: pointer;
}

.j-notes .open {
	background-position: right -16px; 
	color: #FFF;
}

.ditto_currentpage {
	color: #FFF;
}

p.catalog-login {

}

div.catalog-logout button {
	padding: 0;
	background-color: transparent;
	font-size: 12px;
	color: #69C;
	text-transform: capitalize;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: none;
	border: 0;
}

div.catalog-logout button:focus {
	background-color: #000;
	color: #FFF;
}

.username {
	color: #FFF;
}


.aside ul.contact-form-call {
	margin-bottom: 0;
}


#home #imgfade {
	height: 470px;
	width: 345px;
	margin-left: 40px;
}
